puterboy

Results 197 comments of puterboy

Just found a small but critical issue in my patch. In the new stanza in `MQTTtoSYS` where `discovery_prefix` is parsed, I added the line: ``` restartESP = true ``` which...

**More generally,** I don't think any of the variables really require a reboot. 1. The MQTT config variables just require rerunning `setupMQTT()` and then reconnecting MQTT 2. For `discovery_prefix`, one...

BTW, the reason I suggest ultimately a rewrite would be nice is that the code in `MQTTtoSYS` seems a bit hairy and inconsistent at times -- presumably it was built...

Interestingly, on looking closer some but not all discovery config messages are corrupted. It's hard to find a pattern of which ones are vs. aren't. It's not device specific.

Let me summarize: **Regarding corruption of `Wifi Network` under the WebUI, the following ALL SHOW CORRUPTION of the display:** - v1.7.0 binaries downloaded from https://github.com/1technophile/OpenMQTTGateway/releases (only tested esp32dev-ble) - Clean...

Note the above PR fixes ones of the bugs reported here (I initially thought they were related since they both involved corruption) but now I realize they are separate. I...

Interestingly, whereas before it would generate discovery topics for temperature, humidity, battery and rssi, now it generates all the humidity ones, some of the rssi ones, a couple of the...

Any specific suggestions of what variables to try?