Replies: 3 comments
-
Use |
Beta Was this translation helpful? Give feedback.
-
@sfromis Thank you. That helped. And now my final solution for anyone playing along at home... 0: SetOption4 1
3: Publish the value of Mem1 to the topic at restart (in Rule 1) and when it changes (in Rule 2). (NOTE, COMMENTS BELOW ARE ONLY FOR EXPLANATION AND CANNOT BE INCLUDED IN THE RULES. SEE THE SINGLE LINE RULE FURTHER DOWN FOR THE UNCOMMENTED VERSION.
Here is Rule1 on a single line: We can see that both Mem1 and ResetCount get published, but ResetCount is in a form similar to POWER1, etc. And in Developer tools/states on Home Assistant, we can see the sensor which can now be used in dashboards: ![]() |
Beta Was this translation helpful? Give feedback.
-
Paying forward... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am just getting started with Tasmota and have a device connected to Home Assistant through MQQT. Easy enough. I now see entities for each of the relays on my device. I also want to have the value of Var3 as an entity on Home Assistant. Here is what I have tried but I can't find the entity on HA. Surely I must be missing some detail here...
First, my topic:

I added a Rule2
on Home Assistant, I added an mqtt sensor in configuration.yaml
using MQTT Explorer, I can see the message being published.
All that is missing for me now is finding the sensor on Home Assistant. I search for "Var3" and "HAWatch" but I don't find it.
What part of this am I missing? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions