Hi guys,
Need a little help. I have a flow setup to turn on my outside lights 30 minutes after sunset and turn them off 30 minutes before sunrise. I’m using phillips hue bulb and have them turn on to white. Works good. What i’m trying to do is add options for the lights to change colors for holidays. Let’s say ST Patricks Day. On March 17 i would like the lights to come on green instead of white, and then after St Patric’s Day go back to normal. What would be the best way of doing that. Eventually i would like to add some more options for Christmas, and other holidays. Any suggestions? I’m posting my current flow. TIA
[{"id":"caebef34.4abf3","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"272aa8e0.2709f8","type":"time-range-switch","z":"caebef34.4abf3","name":"Sun State","lat":"42.016073","lon":"-87.850211","startTime":"sunset","endTime":"sunrise","startOffset":"+30","endOffset":"-30","x":240,"y":260,"wires":[["a000e68b.fbd3c8"],["745a7739.50dc2"]]},{"id":"f4fa8006.df3368","type":"inject","z":"caebef34.4abf3","name":"test","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"60","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":90,"y":140,"wires":[["272aa8e0.2709f8"]]},{"id":"a000e68b.fbd3c8","type":"api-call-service","z":"caebef34.4abf3","name":"Turn On Front","server":"bd211b56.2affd8","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.front","data":"{\"transition\":60,\"brightness_pct\":80,\"kelvin\":\"6500\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":540,"y":200,"wires":[["da6f1a41.65e5"]]},{"id":"da6f1a41.65e5","type":"debug","z":"caebef34.4abf3","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":730,"y":200,"wires":[]},{"id":"745a7739.50dc2","type":"api-call-service","z":"caebef34.4abf3","name":"Turn Off Front","server":"bd211b56.2affd8","version":1,"debugenabled":false,"service_domain":"light","service":"turn_off","entityId":"light.front","data":"{\"transition\":60}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":540,"y":320,"wires":[["7b2fad00.6979b4"]]},{"id":"7b2fad00.6979b4","type":"debug","z":"caebef34.4abf3","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":730,"y":320,"wires":[]},{"id":"bd211b56.2affd8","type":"server","name":"Home Assistant","addon":true}]