-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Entity status updates requires periodic integration restart #150
Comments
Adding more logs: Logger: custom_components.vivint.hub Unexpected error fetching vivint data |
This follows immediately after: Logger: custom_components.vivint.hub Error requesting vivint data: 500, message='Internal Server Error', url='https://www.vivintsky.com/api/authuser' |
I'm getting same behavior, but nothing in my logs about it. I see on my physical panel that my alarm gets successfully set, but then homeassistant doesn't see the status change until much later. |
I’m experiencing this issue as well, however there is nothing in my logs either. I use the door and motion sensors in several automations and after a period of time after a restart those automations no longer fire because Vivint stops communicating with home assistant. Going to try and track down more information from my system, but just wanted to make sure you knew there were more people seeing this. |
Got another error yesterday- this time bad gateway. Logger: custom_components.vivint.hub Error requesting vivint data: 500, message='Internal Server Error', url='https://www.vivintsky.com/api/authuser' |
My best guess right now is that when these server error / authentication issues happen, it somehow terminates the connection with pubnub for push updates to the component, which then introduces the lag. I haven't had a chance to test that theory though, or to test a fix that would try to resubscribe yet. |
I’m having the same issue where it’s taking a long time for automations to fire and state to update on home assistant. Sending a command like arming and disarming instantly updates the panel but opening/closing doors or windows takes 3-4 minutes to update on home assistant and I have to constantly reload to have it work normally. |
I was able to set an automation to reload the Vivint integration couple times a day to temporarily fix this issue but the annoying thing is the automation that Vivint used last gets triggered every time it reloads. |
I am also suffering from this issue and have been for about a month and a half. It seemingly popped up out of nowhere as it was working flawlessly before this. |
This issue has now been marked as stale and will be closed if no further activity occurs. |
Issue occurred again for me today. I didn't have debugging logs enabled. I'll re-enable and see if I can capture anything new. |
just installed onto home assistant today and I am able to see all equipment on my system, I also see the equipment on a secondary system tied to same username. trying to figure out how to remove secondary account |
The problem
It seems that at least once a week, I find that automations relying on Vivint entities are no longer firing. Home Assistant is able to send commands (unlock doors, disarm/arm Vivint system, etc) but the status of all entities is not updated. Looking through my logs, this is the only thing I'm able to see:
Restarting the Vivint plugin always solves the issue.
What version of Home Assistant Core are you running?
core-2024.10.3
What was the last working version of Home Assistant Core?
No response
Anything in the logs that might be useful?
Additional information
No response
The text was updated successfully, but these errors were encountered: