Would suggest a bad flash first time on that one, glad to hear you’re all sorted
It could be a but on the previous firmware version you had…
Can someone tell me what the Config.yaml should look like when using a DHT11 with Tasmota SW? I found this example on there wiki page
sensor:
- platform: mqtt
name: “Tele Temperature”
state_topic: “tele/sonoff/SENSOR”
value_template: “{{ value_json[‘DHT22’].Temperature }}”
unit_of_measurement: “°C” - platform: mqtt
name: “Tele Humidity”
state_topic: “tele/sonoff/SENSOR”
value_template: “{{ value_json[‘DHT22’].Humidity }}”
unit_of_measurement: “%”
I changed the state topic to reflect the sonoff, “Test” and IDK if it mattered but also changed the DHT22 part ot DHT11. HA did show the icons but no information was listed.