07-08-2025, 05:55 AM
(07-07-2025, 10:48 PM)admin Wrote: if you use ESPHome , it support one gpio with multi sensors. But KCS v3 not spoort that, maybe in future we will update firmware for that.
I use ESPHome.
I took the YAML from here and commented the GPIOs out.
#- platform: gpio
# name: "A16v3 IO47"
# pin:
# number: 47
# inverted: true
#- platform: gpio
# name: "A16v3 IO48"
# pin:
# number: 48
# inverted: true
#- platform: gpio
# name: "A16v3 IO38"
# pin:
# number: 38
# inverted: true
And I updated the YAML
one_wire:
- platform: gpio
pin: 47
sensor:
- platform: dallas_temp
name: "1-Wire1 Sensor"
update_interval: 10s
But it does not work. Any idea?
Regards
CarMagician

