SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Add ability to send "calcfg" commands via MQTT topics #27

Open klew opened 1 year ago

klew commented 1 year ago

I.e. it should be possible to "reset energy meter counters" or to "switch device to config mode" by sending command on MQTT topic.

This function should be disabled by default with option in cfgmode to enable it.