Albin76 / Home_assistant_MQTT

Sensors and control via MQTT
0 stars 0 forks source link

Check how fail handling is made in all cases and improve. #6

Closed Albin76 closed 3 years ago

Albin76 commented 4 years ago

ESP-NOW sensors hangs. Check how fail handling is made in all cases and improve. Can it get in a loop it can’t escape? Max time functionality when connecting? Send error code to other system?

Albin76 commented 4 years ago

Seemed to drop battery voltage 0.1V in 2hrs so more likely to have been active the two hours than not waking from sleep.

Albin76 commented 4 years ago

2020-06-24 12:45 tested to put client.loop() before if (!client.connected()) { reconnect();} again.

Albin76 commented 4 years ago

Most likely due to incomplete topic. But still needs to check fail handling.

Albin76 commented 4 years ago

Seems ok.

Albin76 commented 3 years ago

No problems in a long time. Closing.