-
Notifications
You must be signed in to change notification settings - Fork 68
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
Cync - IndexError: list index out of range #89
Comments
The Ambient light/Motion sensors most likely have been updated to no longer send updates to the Cync servers (My guess it to reduce server load because sensors like that would update a lot). As for the error, its an error in the
My guess is that it's occurring here
which reads data from the cync server about these sensors as the device that should report it is there, but it doesn't as cync might have removed the functionality. It could just be an updated API, however But that's just a theory (Not an game theory, unfortunately) |
This in the readme: It would be reasonable to think that cync would update their other devices to also not send the data to the servers and instead opt to do it locally on the bluetooth mesh |
Hi all,
I'm getting the following error. I only have hard wired switches, some with groups. All with neutral except one switch without neutral. All switches work fine from the Cync app, but I have sporadic failures and success via HA. None of the Ambient light or Motion sensors appear to report correctly. I'd love for this to work, so any help would be appreciated.
This error originated from a custom integration.
Logger: custom_components.cync_lights.cync_hub
Source: custom_components/cync_lights/cync_hub.py:231
Integration: Cync Lights (documentation)
First occurred: 1:51:48 AM (98 occurrences)
Last logged: 3:54:10 AM
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: