simple dawn-dusk loop
This is a really simple flow that change brightness and color of my 5W GU10 Zigbee bulb, according to dawn and dusk timing set in the inject node. I've used a simple loop-timer node to increase and decrease brightness and color values.
[{"id":"71ab20b4.7616c","type":"deconz-output","z":"d1c5aef8.89efd","name":"Wabikusa Light: Color","server":"aa31d060.39a5b","device":"00:15:8d:00:01:c8:fd:c6-01","device_name":"Wabi kusa : Color temperature light","command":"ct","commandType":"deconz_cmd","payload":"payload","payloadType":"msg","transitionTime":"","x":1000,"y":560,"wires":[]},{"id":"89e5034e.18cc9","type":"deconz-output","z":"d1c5aef8.89efd","name":"Wabikusa Light: Brightness","server":"aa31d060.39a5b","device":"00:15:8d:00:01:c8:fd:c6-01","device_name":"Wabi kusa : Color temperature light","command":"bri","commandType":"deconz_cmd","payload":"payload","payloadType":"msg","transitionTime":"","x":1020,"y":220,"wires":[]},{"id":"4377eee7.fc898","type":"counter","z":"d1c5aef8.89efd","name":"Raise Brightness","init":"0","step":"2","lower":"0","upper":"254","mode":"increment","outputs":2,"x":790,"y":300,"wires":[["89e5034e.18cc9"],[]]},{"id":"94d514db.d9f0e8","type":"inject","z":"d1c5aef8.89efd","name":"Dawn","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 09 * * *","once":false,"onceDelay":0.1,"x":260,"y":240,"wires":[["35770a1.c12a8f6","ad26c970.255568","d46ef88a.955f28"]]},{"id":"175866ba.2049b9","type":"counter","z":"d1c5aef8.89efd","name":"Change Color","init":"500","step":"4","lower":"153","upper":"500","mode":"decrement","outputs":2,"x":780,"y":340,"wires":[["71ab20b4.7616c"],[]]},{"id":"abb0abf3.5ea4a8","type":"looptimer","z":"d1c5aef8.89efd","duration":"30","units":"Second","maxloops":"127","maxtimeout":"4","maxtimeoutunits":"Hour","name":"","x":500,"y":240,"wires":[["4377eee7.fc898","175866ba.2049b9"],[]]},{"id":"64e4dfb4.a0cb","type":"inject","z":"d1c5aef8.89efd","name":"Dusk","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 21 * * *","once":false,"onceDelay":0.1,"x":250,"y":400,"wires":[["e3cfd4bf.885648","ef830f3f.6cc11","a9d855af.71f628"]]},{"id":"fbd75fa5.6d95f","type":"looptimer","z":"d1c5aef8.89efd","duration":"30","units":"Second","maxloops":"127","maxtimeout":"4","maxtimeoutunits":"Hour","name":"","x":500,"y":560,"wires":[["d2037785.0881f8","3bb6d348.9b707c"],[]]},{"id":"d2037785.0881f8","type":"counter","z":"d1c5aef8.89efd","name":"Change Color","init":"153","step":"4","lower":"153","upper":"500","mode":"increment","outputs":2,"x":780,"y":480,"wires":[["71ab20b4.7616c"],[]]},{"id":"3bb6d348.9b707c","type":"counter","z":"d1c5aef8.89efd","name":"Lower Brightness","init":"254","step":"2","lower":"2","upper":"254","mode":"decrement","outputs":2,"x":790,"y":440,"wires":[["89e5034e.18cc9"],[]]},{"id":"35770a1.c12a8f6","type":"change","z":"d1c5aef8.89efd","name":"Set initial dawn color","rules":[{"t":"set","p":"payload","pt":"msg","to":"153","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":440,"wires":[["71ab20b4.7616c"]]},{"id":"ad26c970.255568","type":"change","z":"d1c5aef8.89efd","name":"Set initial dawn brightness","rules":[{"t":"set","p":"payload","pt":"msg","to":"2","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":300,"wires":[["89e5034e.18cc9"]]},{"id":"e3cfd4bf.885648","type":"change","z":"d1c5aef8.89efd","name":"Set initial dusk brightness","rules":[{"t":"set","p":"payload","pt":"msg","to":"254","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":360,"wires":[["89e5034e.18cc9"]]},{"id":"ef830f3f.6cc11","type":"change","z":"d1c5aef8.89efd","name":"Set initial dusk color","rules":[{"t":"set","p":"payload","pt":"msg","to":"153","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":500,"wires":[["71ab20b4.7616c"]]},{"id":"a9d855af.71f628","type":"delay","z":"d1c5aef8.89efd","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":280,"y":460,"wires":[["fbd75fa5.6d95f"]]},{"id":"d46ef88a.955f28","type":"delay","z":"d1c5aef8.89efd","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":280,"y":300,"wires":[["abb0abf3.5ea4a8"]]},{"id":"aa31d060.39a5b","type":"deconz-server","z":"","name":"deCONZ","ip":"172.16.210.3","port":"80","apikey":"9DDC09DC15","ws_port":"443","secure":false,"polling":"15"}]