-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Binary ping sensor unavailable after HA (re)start #43188
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
Comments
ping documentation |
@rds76 Have you resolved this issue?, I'm seeing the same for all ping sensors. |
Sorry, something went wrong.
Unfortunately not, there is not solution cause sensor simply doesn't exists so you cannot update it. You need to manually click "reload ping integration" after each HA (re)start. Someone should mark that as BUG |
Maybe adding some sort of delay on startup to the ping integration may help, only if I new how. |
Impossible, HA stars asynchronously in threads, you cannot delay entity creation process |
Upgraded HA to 0.118.1 and Python to 3.8.6. No luck. Once ping sensor hits unavailable device during start - all the rest ping entites are unavailable in dashboard until manual update of ping integration is invoked. |
PermissionError: [Errno 1] Operation not permitted
|
Thanks. I've got some more adjustments to make and I'll have a new commit pushed up soon. |
@rds76 I pushed up two more commits. Can you give it a spin? |
Another error Permission denied, btw I'm running HA under non root user
|
@rds76
|
Also what is |
weird error: ModuleNotFoundError: No module named 'icmplib' |
|
I'm thinking the hostname can't be resolved similar to #43785 |
missed to activate venv
|
tried to change |
update! |
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. |
The problem
Ping binary sensor not available - entity is not created for unavailable remote hosts or after ping timeout
Manually reloading ping integration from HA frontend will make failed entities available
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
The text was updated successfully, but these errors were encountered: