Do you have a solution for:
I have installed the component but am getting very slow responses on switching a hue light in the frontend.
Also my log is full of “update taking longer than the scheduled…”
By the way my whole log is filled with “update took longer than…”, for various entities. Still got one of the fastest SD cards around (Sandisk Extreme)
Sounds like a network issue to me. I would check how the Hue Android/iOS apps perform. Please note that this custom component (for sensors/remotes) and the lights component are using different libraries.
Cheers
No idea, but if it does should be a quick fix.
The refactor was done so that the remote component could be integrated with the lights component more seamlessly.
Cheers
I am having some issues with this now. I have upgraded to 0.60 of hass.io. I deleted the hue.py code in custom_components and downloaded the new version and saved it into custom_components.
But I have now lost all my sensors and have a massive error log. If I comment out platform: hue_sensor and reboot all my other sensors return but obviously no HUE sensors.
OK cool. So we need both hue_sensor.py and hue_sensors.py ?
I now have both but still doesn’t work I have lost all my sensors and the error log is hundreds of lines long complaining about hue_sensor.py. Don’t think as it’s so long I can post here.
I can see the sensors but no Hue lights appear on my overview page after upgrading. Is this related to the custom component or do I have another problem?
Please make sure you have removed all of the files from the earlier version of the library. There should now be only a single .py file in custom_components/sensors.
Cheers
thank you very much for your work and the library, but please make up your mind and don’t add more confusion
as far as i can tell by looking at the github page the component was renamed from hue_sensors to hue_sensor (at least in my case i had an old file namend hue_sensors).
The documentation should mention this.
Hi, please note that the custom component contains hue_sensor.py, and the docs state that if you are getting an error due to the failure of HA to install the dependency, then also add hue_sensors.py from this repo. I see it is confusing that they have almost identical names but it wasn’t my expectation that the user may need to have both in the same folder.
Cheers