I have been trying to control a Hue light via the RGB feature via the plugin. It appears that you cannot send the command to set the RGB to a hex string via the control ascii interface and the only way I have been able to send a Hex string and control a hue light is via the JSON interface using the controldevicebyindex JSON API. It works, but with a side effect that when you change the color via this API then it will also reset the dimming level of the light. In my research I ran across your documentation regarding setting the RGB and that you have a default value of "NOTHING" in your plug in that will reset the brightness / dimming level to what is given for the XY coordinates of the light mapping ....your example shows a way to override this from a script.. there is a way to override this if you are using the JSON interface to HomeSeer?
I cannot see where calling into the system via the JSON that this can be done...
Is there anyway via a JSON or direct ascii control that we can talk to the HS system and have the JowiHue plug in and set the color and not have it reset the brightness level of the light?
I cannot see where calling into the system via the JSON that this can be done...
Is there anyway via a JSON or direct ascii control that we can talk to the HS system and have the JowiHue plug in and set the color and not have it reset the brightness level of the light?
Comment