Jonas Domeij

Results 10 comments of Jonas Domeij

Hmmmm this was a while ago, glad you liked this extension. After you enter sub-object/array and iterate over it and ``jsmn_iterator_next`` return 0 (iterated over all items) you can take...

Group 0 is special and doesn't have any state, I'm reluctant to implement this because this will need some special handling and not work well with how the design is...

Can you please attach the "complete message object" output from an debug node connected to the light. This library only supports the "xy" color space (the one Hue uses), to...

This msg is what you are sending to the light, the info I was requesting was the message from the node hue input node witch are generated by the light....

I found the following issue on the github page for the underlying library that is used to communicate with the hue hub https://github.com/peter-murray/node-hue-api/issues/16

If you try to set the value using HSV, to set blue inject the following `{"hue": 240, "sat": 100, "bri": 100}`, this will skip the conversion to XY color space...

The only thing that I can think of is that the hub has an limitation of number of lights that can be returned in an single REST API query,

I recommend to only use one bridge node for each Philips Hue Bridge, defining multiple bridge nodes will increase the load for the bridge. The bridge node will request the...

Hmmm not certain how that can happen, I don't understand how it can work with multiple node-bridges but not one. But if two node-bridges works for you then it's good

Create an folder on disk and run `npm install node-hue-api` inside it Paste the code below inside `test.js` and replace `` and `` with the correct values, this will print...