All the hardware is working: wemos D1R2 board(8266), dallas DS18B20, lcd display ((20x,4)
on the dashboard site everything is working fine.
I’m new in the YAML code and at this stage I can only display static text to the display.
I would like to display the value of the dalls temp sensor on my lcd display.
Posting the code that I have
Go to yaml and in topic: In tasmota info tab add your tasmota MQTT Full Topic
type: payload: [z] [y0] add text {{states.sensor.tasmota_ds18b20_2_temperature_2.state}}
[y1] add text {{states.sensor.tasmota_ds18b20_2_temperature_2.state}}
If you have 2 line lcd use y0 y1, for more bigger lcd use y2 y3…
save run!