-
-
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
"No light Id defined. Please check the docs." even if a ID is supplied #300
Comments
I have the same issue with the universal node. With |
The problem seems to be related to this check:
If I remove the check, it is working flawlessly if I pass the |
Just stopping in to say that I'm also running into this problem, and haven't yet gotten it work even once with either Edit: I tried disabling line 39 as suggested by @andreas-knx above, and it did get rid of the error message, but didn't make things work any better. I also manually tested that regex statement against my |
I have the same problem. ;-) No idea what the line is doing, but i guess removing the var breaks javascript when accessing like
Thats why i replaced the line with the followoing common regex and its working for me:
But of course, no idea if this breaks something else (e.g. for non universal mode). Btw. in recent version |
Hello @bland328 , by disabling the check I meant removing this comparison: |
I get the "No light Id defined. Please check the docs." error for my hue lights since the newest version. I use the node in "universal mode" and tried many different things as topic, but nothing works. I think there is a error in this line:
node-red-contrib-huemagic/huemagic/hue-light.js
Line 124 in 7a0d17d
As far as I can see, the bridge tests for either id or deviceId (the documentation does not really specify which ID is required as topic). But it does not work with both for me.
This is one of my lights status output:
The text was updated successfully, but these errors were encountered: