dewenni / ESP_Buderus_KM271

Control your Buderus Logamatic 2107 or HS-2105 with MQTT or Home Assistant
MIT License
55 stars 10 forks source link

Feature Request: Remote Reboot #12

Closed markus-hi closed 1 year ago

markus-hi commented 1 year ago

Hi @dewenni

It would be nice to have a possibility to remote reboot the system. A simple mqtt command would do it.

Thanks!

Greets

dewenni commented 1 year ago

Hi @markus-hi

the good news is, that this is already implemented :-)

You can simply send a mqtt message with topic: .../cmd/restart
For example esp_heizung/cmd/restart - the payload is unimportant.

regards Sven

markus-hi commented 1 year ago

Perfect! Thank you very much Sven!