OTMonitor v6.5 stops passing commands from MQTT to serial
Posted: Fri Nov 10, 2023 3:51 pm
OTmonitor v6.4 can be controller using MQTT. For instance:
Sets the CS to 29. The log shows in response:
After upgrading to OTmonitor v6.5 this stopped working. The log no longer shows the command being received.
What am I doing wrong?
Code: Select all
topic 'otgw/actions/ctrlsetpt' message '{"value": 29}'
Code: Select all
... Command (via MQTT): CS=29
What am I doing wrong?