08-11-2024, 12:36 AM
I'm attempting to get working dallas temperature sensors across 2x bus. I can't seem to work out the YAML can you provide some help please?
one_wire:
- platform: gpio
pin: 5
id: Channel1
pin: 14
id: Channel2
sensor:
- platform: dallas_temp
address: 0xb217bbd44679ed28
name: "Large House Hotwater"
one_wire_id: "Channel1"
update_interval: 300s
- platform: dallas_temp
address: 0xe3285bd446ac9728
name: "Small House Hotwater"
one_wire_id: "Channel2"
update_interval: 300s
one_wire:
- platform: gpio
pin: 5
id: Channel1
pin: 14
id: Channel2
sensor:
- platform: dallas_temp
address: 0xb217bbd44679ed28
name: "Large House Hotwater"
one_wire_id: "Channel1"
update_interval: 300s
- platform: dallas_temp
address: 0xe3285bd446ac9728
name: "Small House Hotwater"
one_wire_id: "Channel2"
update_interval: 300s

