diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-01-01 01:24:08 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-01-01 01:24:08 +0100 |
commit | 9a4c6682d11deeb873321a55f19e107d59cf6036 (patch) | |
tree | 0ff548759514d39a7d5fb291b19c4e32fae1f361 | |
parent | minor refactoring (diff) |
ch-phoebe: add address of first 1-wire temp sensor
-rw-r--r-- | inventory/host_vars/ch-phoebe.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-phoebe.yml b/inventory/host_vars/ch-phoebe.yml index fbf830f1..496d4dc1 100644 --- a/inventory/host_vars/ch-phoebe.yml +++ b/inventory/host_vars/ch-phoebe.yml @@ -44,6 +44,8 @@ prometheus_exporter_node_textfile_collector__sensors: - address: 0x18 type: ds2482 w1: + - name: rack-center + address: 28.3c01d607db23 - name: rack-intake address: 28-???????????? - name: ceiling |