Smart Home Automation Forum

Full Version: KC868-A8-V1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
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? Smile Thanks.

dallas:
- pin: 14

sensor:
- platform: dallas
address: 0x383c46f649374728
name: "ds18b20-1"
please see ESPHome webpage, all have showed:
https://esphome.io/components/sensor/dallas.html
Pages: 1 2