Change the brightness and Temperatur automatic

Hello

i would like to change the brightness and Temperatur automatic of some Bulb in the house.

i think it would best work with

node-red-contrib-sun-position 1.1.7

i would imagine.
befor sunset the light goes on and as the night and darkness come it will go more bright and later in the night also the Temperatur should be changed.

Any idea how best to solve?

have a nice day
vinc
PS: This is just the node for manually inject the information which works this way

[{"id":"35549947.823a26","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"255","payloadType":"num","x":210,"y":1340,"wires":[["89340561.e8f268"]]},{"id":"ebfa062f.eaeed8","type":"deconz-output","z":"9eb2b7eb.712208","name":"bulb 01 brightness","server":"aa7a1d43.83d1b","device":"58:8e:81:ff:fe:9c:27:16-01","device_name":"bulb01 : Color temperature light","command":"bri","commandType":"deconz_cmd","payload":"payload","payloadType":"msg","transitionTime":"","x":770,"y":1320,"wires":[]},{"id":"634650f1.e82fc","type":"debug","z":"9eb2b7eb.712208","name":"","active":false,"tosidebar":true,"console":true,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":730,"y":1260,"wires":[]},{"id":"f094f212.9166d","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":210,"y":1260,"wires":[["89340561.e8f268"]]},{"id":"89340561.e8f268","type":"change","z":"9eb2b7eb.712208","name":"","rules":[{"t":"set","p":"bri","pt":"msg","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":1300,"wires":[["ebfa062f.eaeed8","634650f1.e82fc"]]},{"id":"e6871507.111aa8","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"995","payloadType":"num","x":210,"y":1480,"wires":[["f2c3c8b4.a10978"]]},{"id":"6f5d1891.658e88","type":"deconz-output","z":"9eb2b7eb.712208","name":"bulb 01 ColorTemperature","server":"aa7a1d43.83d1b","device":"58:8e:81:ff:fe:9c:27:16-01","device_name":"bulb01 : Color temperature light","command":"ct","commandType":"deconz_cmd","payload":"payload","payloadType":"msg","transitionTime":"","x":790,"y":1480,"wires":[]},{"id":"30231774.c29908","type":"debug","z":"9eb2b7eb.712208","name":"","active":false,"tosidebar":true,"console":true,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":730,"y":1420,"wires":[]},{"id":"4d4dc732.04c228","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"5","payloadType":"num","x":210,"y":1400,"wires":[["f2c3c8b4.a10978"]]},{"id":"f2c3c8b4.a10978","type":"change","z":"9eb2b7eb.712208","name":"","rules":[{"t":"set","p":"ColorTemperature","pt":"msg","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":1440,"wires":[["6f5d1891.658e88","30231774.c29908"]]},{"id":"41d482c1.dd8d0c","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"payload.On","payloadType":"global","x":250,"y":1540,"wires":[["b6a654b9.748e08"]]},{"id":"b6a654b9.748e08","type":"deconz-output","z":"9eb2b7eb.712208","name":"bulb01 command Toggle","server":"aa7a1d43.83d1b","device":"58:8e:81:ff:fe:9c:27:16-01","device_name":"Color temperature light 1 : Color temperature light","command":"toggle","commandType":"deconz_cmd","payload":"payload","payloadType":"msg","transitionTime":"","x":790,"y":1540,"wires":[]},{"id":"ada5131d.cf125","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"125","payloadType":"num","x":210,"y":1300,"wires":[["89340561.e8f268"]]},{"id":"640e98f1.942ab8","type":"inject","z":"9eb2b7eb.712208","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"450","payloadType":"num","x":210,"y":1440,"wires":[["f2c3c8b4.a10978"]]},{"id":"aa7a1d43.83d1b","type":"deconz-server","name":"iot11-rpi4b-gw-zigbee","ip":"10.18.42.180","port":"80","apikey":"1DB8A19E85","ws_port":"443","secure":false,"polling":"15"}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.