Page 1 of 1

OTMonitor v6.5 stops passing commands from MQTT to serial

Posted: Fri Nov 10, 2023 3:51 pm
by qjb
OTmonitor v6.4 can be controller using MQTT. For instance:

Code: Select all

topic 'otgw/actions/ctrlsetpt' message '{"value": 29}'
Sets the CS to 29. The log shows in response:

Code: Select all

... Command (via MQTT): CS=29
After upgrading to OTmonitor v6.5 this stopped working. The log no longer shows the command being received.

What am I doing wrong?

Re: OTMonitor v6.5 stops passing commands from MQTT to serial

Posted: Fri Nov 10, 2023 6:47 pm
by hvxl
You're not doing anything wrong. This is bug #23. It has been fixed in the latest version of the software. But there has not been a release that includes the fix yet. Fortunately, binaries with the fix have automatically been built by github actions.

Re: OTMonitor v6.5 stops passing commands from MQTT to serial

Posted: Sat Nov 11, 2023 11:53 am
by qjb
Ah. Thanks a lot.