How to control HestiaPi via MQTT injection?

Hello,
I am interested controling HestiaPi via MQTT injection.
For example:

  1. inject “ON” to “hestia/local/cmnd/heatingmode”
  2. inject 72 to “hestia/local/mintempsetpoint”

I got it working partially, that it changes the mode and set temperature on the LCD.
But, on OpenHab the temperature and mode is still the same. And the relay wasn’t turn on either.

Could anyone help me properly control HestiaPi via MQTT injection?

Thanks

Best way to explore this yourself is to use the LCD and monitor all MQTT communication. LCD script is in fact communicating with MQTT with OpenHab even though they are sitting next to each other :stuck_out_tongue:
Have a look in the LCD source code too:

Thanks! It turns out I changed the wrong MQTT topics.
Instead they should be:
“hestia/local/cmnd/setmintempsetpoint”
“hestia/local/cmnd/setmaxtempsetpoint”
“hestia/local/stat/heatingmode”
“hestia/local/stat/coolingmode”

Very Nice!

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.