-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
[philips-hue] Newly bridge paired lamp cannot be used in Gladys #1006
Comments
@VonOx So the fix is upgrading the philips hue node library? |
Nope, just restarting container |
I don't understand, what was the bug then? Restarting a container is not a solution ^^ It should work all the time, no restart needed |
I agree, that's why I opened issue |
Opened an issue on lib repo |
https://github.com/peter-murray/node-hue-api/blob/4.x/lib/api/Api.js#L154 @Pierre-Gilles in that case we can call resynch function. As lib maintainer says to me, it's an heavy call so what's the plan here ?
|
If the error easy to identify ? If yes, on error why not, but the problem is that we really don't want to trigger this multiple time in a row as it's an heavy call! Or maybe, when adding a new lamp, could we know if the problem is here? |
Yep error is pretty clear in this issue ApiError: Light with id:12 was not found on this bridge But i did'nt know how to catch them. Error is triggered when contrlling the device not when adding them to Gladys |
Yes, but this error could also be "normal", for example if the user added a lamp in Gladys, then remove the lamp from Philips Hue. In that case, we will be retrying many time and it won't solve the issue. Maybe the best would be to do a combo:
What do you think of that ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is a first analyse.
On existing hue / Gladys installation, if I add new lamp in hue bridge and in Gladys, I can't use them before restart.
https://community.gladysassistant.com/t/probleme-avec-hue-et-lumiere-bloom
The text was updated successfully, but these errors were encountered: