I subscribed to the SYS topic: "$mosquitto_sub -h gx100.lan -t “rtl433/lilygo/SYStoMQTT”
And it appeared that status messages were sent about every two minutes:
{“uptime”:1930,“version” … “modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
{“uptime”:2050,“version”:…“modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
I walked away for a while and noticed the status messages had stopped after about 2.8 hours:
{“uptime”:10210, … “modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
No messages after that. I refreshed the UI and they started coming again:
{“uptime”:29291,…,“modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
{“uptime”:29411,…,“modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
{“uptime”:29531,…,“modules”:[“LilyGo_SSD1306”,“WebUI”,“rtl_433”]}
Should that pause be in there, or is it a symptom of something amiss with my setup?
thanks