-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Accessories are removed when internet access is lost. #137
Comments
Thank you for reaching out. I'm running into the same issue. I'm guessing this has to do with the dynamic nature of the platform but should be much more reliable. We do have the unique identifiers for each accessory. |
I might have identified the issue. We are not currently checking accessories from cache. This results in cleaning of the cache if we cannot receive the device information from Verisure. |
I am wondering if this is related to an issue I have seen twice over the last week: When restarting Homebridge, all my Verisure accessories are "reset", i.e., moved to the HomeKit room where the Homebridge server is located, all names set to the Verisure names, and all status settings turned on. With a fairly extensive alarm system, it takes some time to redo this. It did not happen earlier, though, I have restarted Homebridge many times without this happening. |
Your description matches my experience perfectly and I feel the same pain. Feel free to get a PR going & I'll help out! |
Without adding anything useful, i will just comment on this. |
@larsxsamuelsson This 👆 Backstory; previous versions made the whole Homebridge instance crash, hance no empty list of accessories. Let's look into the caching once |
Hi @ptz0n, are there any updates on this issue? My ISP cuts the internet connection around 2AM on a regular basis (every other week or so) which causes this bug to trigger. It would be awesome if the device information would be cached as each time this happens it also deletes any HomeKit automations which use these devices. |
Running into the same issue here :) |
Accessories are removed when internet access is lost.
I have been using you Verisure plugin for over a year without any problems.
But last week all our Verisure accessories have been removed three times.
All other accessories in Homebridge where NOT affected.
So, it looks like there is some problem with the clean up old accessories code.
The text was updated successfully, but these errors were encountered: