Hi All, hoping someone can give me some quick guidance here. I’m quite new to the HA world, but things have been progressing well. So please consider me a newbie here.
Running HA on a raspberry pi 4. I have purchased a new thermostat that has MQTT messaging and I’m trying to consolidate everything into 1 sensor that I can pick up. Maybe I’m taking the wrong approach here too, so please do let me know if so!
I’ve created some sensors that work using individual sensors.
Trying to consolidate everything into one called monitoring? It does seem that the AfterburnerFF4E0C/JSONout topic sometimes pushes out a message with everything in one shot, other times it sends out just updates of individual details.
Hi… what MQTT are you using? i try the add-on Mosquitto broker but i was able to make it work…websocket issue… Any cookbook are print screen will help…
With the result that the value for the sensors is only “true” until another value not containing the “Humidity” string is published, resulting in no value at all.
Figured out a way, basically use a template which reuse the last sensor value if no new value is received in the new json string, probably not the “correct way” but it works.
I am sure you have figured this out already but for the benefit of the new kids, here it is.
If you look at the Mosquitto documentation it says that the websocket port is 1884 (instead of 1883)
So your “Web server/Browser MQTT settings” config (lower section) under the Comms settings menu in Afterburner should look like this:
Broker (must be websocket) - 192.168.x.x (your HA IP) 1884 (the Websocket port)
Username / Password - auth for Mosquitto (I create a user just for this purpose in HA)
Topic Prefix - Afterburnerxxxxxx (x the last 6 digits of your STA MAC address)
Friendly Name - same
Hi,
Sort of related to this, does anyone know how to set the #/sts/# topic flag to retained? All of my cards go wonkey if I restart home assistant until the next time I use the heater. I presume that this is a setting in the controller but there is nothing about how to set this in the manual as far as I can see.
thanks
Sorry to jump on a old thread but I’m trying to get some help please I’m completely new to all this and trying to learn
I have the Victron equipment and a afterburner along with the cerbo gx
I’m actually wanting to turn the diesel heater on but with commands from the echo show with Alexa is this achievable?