I am working on creating a node red dashboard. Within this dashboard I would like to use Color Picker to change the light color. I have had no success getting the light color to change. Below is a very rough basic flow that I have been messing around with.
Any help or ideas would be greatly appreciated
[{“id”:“a7e25bb2.e2a988”,“type”:“debug”,“z”:“7a6356b3.18dd38”,“name”:"",“active”:true,“tosidebar”:true,“console”:false,“tostatus”:false,“complete”:“payload”,“targetType”:“msg”,“x”:610,“y”:160,“wires”:[]},{“id”:“1684903a.9e30c”,“type”:“api-call-service”,“z”:“7a6356b3.18dd38”,“name”:“Frnt Porch Color”,“server”:“e3807238.2c69c”,“version”:1,“debugenabled”:false,“service_domain”:“light”,“service”:“turn_on”,“entityId”:“light.front_porch”,“data”:"",“dataType”:“json”,“mergecontext”:"",“output_location”:"",“output_location_type”:“none”,“mustacheAltTags”:false,“x”:360,“y”:160,“wires”:[[“a7e25bb2.e2a988”]]},{“id”:“881dbe0c.99375”,“type”:“ui_colour_picker”,“z”:“7a6356b3.18dd38”,“name”:"",“label”:“Porch Light”,“group”:“595523ee.e3849c”,“format”:“rgb”,“outformat”:“string”,“showSwatch”:false,“showPicker”:true,“showValue”:false,“showHue”:false,“showAlpha”:false,“showLightness”:true,“square”:“false”,“dynOutput”:“false”,“order”:0,“width”:0,“height”:0,“passthru”:true,“topic”:"",“x”:110,“y”:160,“wires”:[[“1684903a.9e30c”]]},{“id”:“e3807238.2c69c”,“type”:“server”,“z”:"",“name”:“Home Assistant”,“legacy”:false,“hassio”:true,“rejectUnauthorizedCerts”:true,“ha_boolean”:“y|yes|true|on|home|open”,“connectionDelay”:true,“cacheJson”:true},{“id”:“595523ee.e3849c”,“type”:“ui_group”,“z”:"",“name”:“RGB “,“tab”:“5d262094.d7741”,“order”:1,“disp”:true,“width”:“6”,“collapse”:false},{“id”:“5d262094.d7741”,“type”:“ui_tab”,“z”:””,“name”:“Color Picker”,“icon”:“dashboard”,“disabled”:false,“hidden”:false}].