-
-
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
Hue Group node not working after upgrade to V4.2.2 #400
Comments
For some time, i have had this issue intermittently, not often enough to be a problem. However, since this week, it has turned into a blocking issue. It seems that my node-red/huemagic setup has not changed, so whatever happened, that was not the (only) cause. Perhaps the firmware of the bridge was upgraded recently? I don't know how to check that, but my current bridge details are:
I do have a rather large setup (30+ lights, 10+ remotes, 10+ sensors), and have added recently some devices as part of a beta test (I'm in the hue beta community), so it could be that the bridge is now reporting more events, or maybe reporting something unexpected? Checking my podman log (I'm running a nodered/node-red docker image), i notice the following error that might provide a clue: Running node-red manually from a local ubuntu install lists a bit more detail: api.js@173 onwards reads:
It appears that resource is undefined here. |
Hmmm, it seems there are 2 different issues at hand here. On the bridge (v2.0) where i have abovementioned problem, i can also no longer access light status through node-red. Using curl to access lights or sensors works fine, and also event reporting using curl seems fine for both bridges. Other apps (Hue app & iConnectHue) also seem to work fine. |
Fyi, I published a pull request #409 which, in addition to fixing the problems mentioned here, also improves the way the bridge overload is handled (following +/- recent changes made to the HUE bridge at this level, aka Error 429)... |
For posterity, |
Describe the bug
The Hue Group node is reporting the following:
"The group in not yet available. Please wait until HueMagic has established a connection with the bridge or check whether the resource ID in the configuration is valid."
This is despite the groups being discovered and selected correctly in the node settings.
Using the same hue configuration I can make it work using the Hue Light Node instead.
Flow to Reproduce
Expected behavior
To switch a specific group on or off
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: