Getting data from Home Assistant into Tasmota #20233
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
„self compiled“ can easily be done using Tasmota online compiler or using the Docker image. |
Beta Was this translation helpful? Give feedback.
-
I've got it totally working on my breadboard with my old ESP8266 still attached to the boiler and reporting to Home Assistant. So, as promised here's the solution.
the print command is not needed now but was useful seeing what was going on via the Berry console. I originally used payload to extract the values but it didn't work (it did on the console!); then I found raw did.
I've seperated the labels from the values. Some values get populated from Tasmota and its sensors direct, whilst the others from values calculated and sent by Home Assistant. The yaml for the automation that does the sending every 5 minutes is
Note that 'BoilerStats' is the name of the command added to Tasmota in the autoexec.be file, and 'boilerdisplay' is the Topic declared in the Config MQTT page within Tasmota. Big shout out to sfromis without whose input I would never have achieved this. |
Beta Was this translation helpful? Give feedback.
I've got it totally working on my breadboard with my old ESP8266 still attached to the boiler and reporting to Home Assistant. So, as promised here's the solution.
The autoexec.be