Foddy / node-red-contrib-huemagic

Philips Hue node to control bridges, lights, groups, motion sensors, temperature sensors and Lux sensors using Node-RED.
https://flows.nodered.org/node/node-red-contrib-huemagic
Apache License 2.0
200 stars 67 forks source link

Hang on "executing command" since the Upgrade to Node Red 3.0 #387

Closed jemmail closed 2 years ago

jemmail commented 2 years ago

Describe the bug Since the upgrade to Node Red 3.0, all my flows which uses Hue Nodes doesn't work anymore. With "Hue Light" nodes it hangs on "executing command" With "Hue Buttons" nodes, it hangs on waiting

Flow to Reproduce [{"id":"90dd67e44ffa6ba6","type":"hue-group","z":"16659bcc.5dc2d4","name":"Bureau","bridge":"4015987b.5e2b68","groupid":"ac6ce86f-b6bd-4c1b-a41a-5da71205f253","skipevents":true,"initevents":false,"x":1440,"y":280,"wires":[[]]},{"id":"72d3be19a41d1b9f","type":"inject","z":"16659bcc.5dc2d4","name":"Power OFF","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1050,"y":280,"wires":[["da14fd3a4f944987"]]},{"id":"da14fd3a4f944987","type":"function","z":"16659bcc.5dc2d4","name":"set light","func":"msg = {};\nmsg.payload = {};\nmsg.payload.on = false;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1220,"y":280,"wires":[["90dd67e44ffa6ba6"]]},{"id":"4015987b.5e2b68","type":"hue-bridge","name":"JemHueBridge","bridge":"192.168.1.220","key":"xxxxxxxxxxxxxxxxxx","worker":"5","disableupdates":false}]

Expected behavior It should execute the commands like before

Screenshots image

Please complete the following information:

jemmail commented 2 years ago

same as #345