KC868-A8-V1.5 - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: KC868-A8-V1.5 (/showthread.php?tid=2743) Pages:
1
2
|
RE: KC868-A8-V1.5 - admin - 04-01-2023 yes, you can use multi DS18B20, because every DS18B20 have a different address. you will see the address in ESPHome's LOG output. just add this code for update time in yaml: update_interval: 10s RE: KC868-A8-V1.5 - halaszlacii - 04-02-2023 I need a little help.Wherever I paste the code(update_interval: 10s) it fails to validate the yaml config.My other question is about the analog input(A1-A2).How can we list it in HA? Thanks. dallas: - pin: 14 sensor: - platform: dallas address: 0x383c46f649374728 name: "ds18b20-1" RE: KC868-A8-V1.5 - admin - 04-02-2023 please see ESPHome webpage, all have showed: https://esphome.io/components/sensor/dallas.html |