10 hours ago
I don't know how to find out the address of the sensor. "address: 0x1234567812345628".
Here's my configuration file, which passed the check, but it doesn't show the temperature.
sensor:
- platform: dallas_temp
one_wire_id: bus_S1
name: "S1 Temperature"
update_interval: 10s
- platform: dallas_temp
one_wire_id: bus_S2
name: "S2 Temperature"
update_interval: 10s
one_wire:
- platform: gpio
pin: GPIO14
id: bus_S1
- platform: gpio
pin: GPIO13
id: bus_S2
Here's my configuration file, which passed the check, but it doesn't show the temperature.
sensor:
- platform: dallas_temp
one_wire_id: bus_S1
name: "S1 Temperature"
update_interval: 10s
- platform: dallas_temp
one_wire_id: bus_S2
name: "S2 Temperature"
update_interval: 10s
one_wire:
- platform: gpio
pin: GPIO14
id: bus_S1
- platform: gpio
pin: GPIO13
id: bus_S2

