-
-
Notifications
You must be signed in to change notification settings - Fork 67
New firmware 14/3/22 1950111030 gives an HTTP 500 error #335
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
Comments
Same for me indeed. Scenes give a 500 in the logs and stay on executing command: |
This issue is indeed related to the latest firmware, which seems to have activated a new version of the API used on the Philips Hue Bridge. A temporary workaround, until @Foddy can fix the issue permanently is to locally change the file 'hue-scene.js'. Specifically the line:
to this: |
I can confirm this patch. |
Indeed, after changing the line it's working again! |
Thanks, that works for me too! |
Another issue is for the 'group' node, which is not outputing a status anymore |
+1… and this is very annoying since a lot of my flows are relying on that. Any idea about a root cause and resolutions here? |
same, 3 bathrooms are in the dark most of the time now or the lights stay on indefinitely. Does anyone have a pull request ready? This seems very urgent. |
it works, I'll try and do a pull |
Are you sure your PR doesn't break it for people with the old firmware? |
hi, no, I have no way to test on older firmware; just trying to help those who's rooms are dark. |
Nice, after deleting a lot of flows, deleting rooms and scenes in the bridge i stumpled upon this ... and this seems to help as a workaround. Thanks. Starting to re-built the settings in Hue App, Bridge and Home Assistant Node-Red :-( and :-) |
* Commands are now re-executed up to three times if they fail due to a bridge timeout * The "image" option on the "Hue Light" node will now set the corresponding gradient colors on supported resources * Better handling of broken connections to the bridge ([#309](#309)) (thx) * Fixed an error with the "Hue Scenes" node on newer bridge firmwares ([#335](#335)) ([#339](#339)) (thx) * Fixed an error with uncaught exception on newer bridge firmwares ([#302](#302)) ([#309](#309)) (thx) * Updated dependencies to the latest versions * Fixed some typos here and there
I already issued this a month ago |
Describe the bug
Since the update to 1950111030 for the HueBridge, the nodes to activate a scene give a HTTP 500 error and the node remains in status "Executing command forever". I noticed this on my current Raspberry Pi running Node Red. I installed a fresh version NodeRed and HueMagic on a different Pi. I Connected the Bridge to Huemagic and made a simple flow with an injection and a scene. This had the same result.
All the other nodes are working fine. And Apple Home Kit for instance is running fine with scenes.
Flow to Reproduce
Any setup with a scene in it.
Expected behavior
To activate the requested scene.
Screenshots

Log report
15 Mar 20:10:21 - [info] [hue-bridge:Philips hue] Connected to bridge
15 Mar 20:10:22 - [info] [hue-bridge:Philips hue] Processing bridge resources…
15 Mar 20:10:23 - [info] [hue-bridge:Philips hue] Initial emit of resource states…
15 Mar 20:10:26 - [info] [hue-bridge:Philips hue] Keeping nodes up-to-date…
15 Mar 20:10:26 - [info] [hue-bridge:Philips hue] Subscribing to bridge events…
15 Mar 20:10:34 - [error] [hue-scene:Helder] Error: Request failed with status code 500
Please complete the following information:
And of course I've rebooted the Hue Bridge. ;)
The text was updated successfully, but these errors were encountered: