You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have been capturing MQTT messages for OpenMQTTGateway in a log file using the command: mosquitto_sub -h MYHOST -u MYUSER -P MYPASSWD -t 'home/#' -t 'home-crap/#' -F %J
I noticed today that I got a couple of error messages (to stderr) of form: Error: Message payload is not valid JSON on topic home/OMG_lilygo_rtl_433_ESP/LWT.
Since the message is invalid, I don't get a copy of the message itself in my log file.
BUT, the usual message is of form:
I hadn't noticed such errors before a couple of days ago.
But now I get the error message every time I restart mosquitto_sub
Not sure if it related, but I got a notification yesterday in HA that "OMG_lilygo_rtl_433_ESP SYS: Firmware Update" for version 1.8.0.
Note that the last time LWT was published was 11/26/2004 11;31:00 PM (as a retained message)
Is it possible that the format of the firmware update message (which seems like it might be part of LWT) is not constructed correctly, leading to parsing errors?
Environment (please complete the following information):
OpenMQTTGateway dev on a Lilygo rtl433 ESP
The text was updated successfully, but these errors were encountered:
Describe the bug
I have been capturing MQTT messages for OpenMQTTGateway in a log file using the command:
mosquitto_sub -h MYHOST -u MYUSER -P MYPASSWD -t 'home/#' -t 'home-crap/#' -F %J
I noticed today that I got a couple of error messages (to stderr) of form:
Error: Message payload is not valid JSON on topic home/OMG_lilygo_rtl_433_ESP/LWT.
Since the message is invalid, I don't get a copy of the message itself in my log file.
BUT, the usual message is of form:
I hadn't noticed such errors before a couple of days ago.
But now I get the error message every time I restart
mosquitto_sub
Not sure if it related, but I got a notification yesterday in HA that "OMG_lilygo_rtl_433_ESP SYS: Firmware Update" for version 1.8.0.
Note that the last time LWT was published was 11/26/2004 11;31:00 PM (as a retained message)
Is it possible that the format of the firmware update message (which seems like it might be part of LWT) is not constructed correctly, leading to parsing errors?
Environment (please complete the following information):
OpenMQTTGateway dev on a Lilygo rtl433 ESP
The text was updated successfully, but these errors were encountered: