-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Reconnect #2207 #2208
Wifi Reconnect #2207 #2208
Conversation
proddy
commented
Nov 15, 2024
•
edited
Loading
edited
- Track number of WiFi reconnects #2207 - show Wifi reconnect in MQTT heartbeat + HA
- Don't go to Admin/SU mode when connected to a serial/USB
- Remove NTP Status from heartbeat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing: You show wificonnects: 0
in heartbeat. It should be named reconnects
or count the first connect too. The mqttconnects
starts with first connect 1.
So in my heartbeat it shows mqttconnects=1 and wificonnects=0.
yes, you're right. I'll update. |