-
Notifications
You must be signed in to change notification settings - Fork 653
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
Supervisor forgets the default interface's static network addresses after router restart (but not always) #5361
Comments
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I've made some tests:
"Lost static IP" means: it works, but |
More real life tests, and rpi4-64 also lost the static addresses, previous comment updated. It seems to me, that this is some kind of timing issue when SU collects these information, and some caching (I mean caching on OS or SU level, not on client of SU API) makes the error permanent on rpi3, but not on rpi4 OS versions. But this is a guess only. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
not stale |
Describe the issue you are experiencing
After router restart, Supervisor API returns empty network interface address array.
The IPv4 address is static, no DHCP requested, though the router has DHCP server.
ha su reload
doesn't helpha su restart
needed to get valid values backAnd it doesn't happen all the time, "just" approx. 50% of the time.
Any add-on that uses these information, will malfunction.
And it has address, I'm accessing these info through a functioning interface...
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
System Health information
System Information
Home Assistant Community Store
Home Assistant Supervisor
Dashboards
Recorder
Supervisor diagnostics
config_entry-hassio-2c83003182a696b1043f39a03bb886ef.json
Additional information
No response
The text was updated successfully, but these errors were encountered: