HUE/JSON Color
Posted: Saturday 08 September 2018 7:26
Hello,
Im very new to all this Domoticz, Im looking for getting a HUE bulb showing a specific color in dzVents
From the domoticz Log i get a setcolbrightnessvalue, when I set the color I want under Switches:
Status: setcolbrightnessvalue: ID: 1de, bri: 100, color: '{m: 2, RGB: 000000, CWWW: 6b94, CT: 148}'
I found this under:
API/JSONURL
Specify Domoticz JSON color object and brightness
Example: Specify color mode with a dim blue color
/json.htm?type=command¶m=setcolbrightnessvalue&idx=130&color={"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}&brightness=100
SO:
m should be set to: 2
r+g+b: 0?
How to replicate that color?
Im very new to all this Domoticz, Im looking for getting a HUE bulb showing a specific color in dzVents
From the domoticz Log i get a setcolbrightnessvalue, when I set the color I want under Switches:
Status: setcolbrightnessvalue: ID: 1de, bri: 100, color: '{m: 2, RGB: 000000, CWWW: 6b94, CT: 148}'
I found this under:
API/JSONURL
Specify Domoticz JSON color object and brightness
Example: Specify color mode with a dim blue color
/json.htm?type=command¶m=setcolbrightnessvalue&idx=130&color={"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}&brightness=100
SO:
m should be set to: 2
r+g+b: 0?
How to replicate that color?