08-11-2024, 10:38 AM
(11-28-2022, 10:49 AM)admin Wrote: if you use for home assistant, we highly recommended ues by ESPHome, that's very easy and stable. not need to use tasmota. INPUT, OUTPUT, DS18B20 all support directly.
I'm trying to read data from a 1wire DS1820 thermometer, but I can't seem to get a working configuration to communicate with HA using ESPHome. Can I ask for a working example? I connected the thermometer to GPIO1 with the configuration:
sensor:
- platform: dht
pin: 14
temperature:
name: "Living Room Temperature"
update_interval: 60s