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
201 stars 67 forks source link

hue-brightness check status doesn't return anything #243

Closed shnabz closed 3 years ago

shnabz commented 3 years ago

Describe the bug When injecting msg.payload="status" into the hue ambient sensor node, nothing is returned.

Flow to Reproduce inject msg.payload="status" -> Hue ambient sensor -> debug

Expected behavior Returns the current status of the node without taking any action

Please complete the following information:

shnabz commented 3 years ago

Needed to pass json object with key "status"

MrMiracles commented 3 years ago

Thanks @shnabz! Had the same problem. For everyone who is also struggling with this, create an inject node like this:

image