mhendriks / P1-Dongel-ESP32

P1-Dongel-ESP32
MIT License
27 stars 13 forks source link

MQTT interval sometimes changes to 0 when making changes #26

Closed jeroenrnl closed 8 months ago

jeroenrnl commented 8 months ago

When making changes on the configuration page, the MQTT interval sometimes changes itself to 0, which has left me puzzled why not data is coming out of the system anymore a few times.

mhendriks commented 8 months ago

when using the 4.8.6 firmware this "strange" behaviour should be solved. The mqtt logic is refactored in this version.

jeroenrnl commented 8 months ago

I'm on 4.8.5 now, 4.8.6 isn't showing up as an available version so far. I'll keep an eye on it the next few days.

mhendriks commented 8 months ago

use /remote-update?version=4.8.6 in your browser to install the latest version.

jeroenrnl commented 8 months ago

I have tried changing settings a few times after updating to 4.8.6 and haven't seen the issue anymore. Thanks for fixing!