Outdoor

Misc automations specifically for the outdoors.

Nighttime Lighting

Turn a light when at 6PM.

Usage Ideas
  • Front door lighting
  • Walkway lighting
Max Timeout
[{"id":"81fc9d3f.b51d","type":"inject","z":"dde1d524.9cc4d","name":"6PM","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 18 * * *","once":false,"onceDelay":0.1,"x":110,"y":340,"wires":[["595d1171.d40c3"]]},{"id":"595d1171.d40c3","type":"api-call-service","z":"dde1d524.9cc4d","name":"Turn on light at 100% brightness","server":"a77b5e9d.0c69","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.living_room_lamp","data":"{\"brightness_pct\":\"100\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":340,"y":340,"wires":[[]]},{"id":"a77b5e9d.0c69","type":"server","z":"","name":"Home Assistant","addon":true}]

Dim Nighttime Lighting

Dim the light at 9PM.

Dim Nightime
[{"id":"ac717fc5.498ff8","type":"inject","z":"dde1d524.9cc4d","name":"9PM","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 21 * * *","once":false,"onceDelay":0.1,"x":110,"y":440,"wires":[["f2f34bae.edb748"]]},{"id":"f2f34bae.edb748","type":"api-call-service","z":"dde1d524.9cc4d","name":"Set light brightness to 50%","server":"a77b5e9d.0c69","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.living_room_lamp","data":"{\"brightness_pct\":\"50\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":320,"y":440,"wires":[[]]},{"id":"a77b5e9d.0c69","type":"server","z":"","name":"Home Assistant","addon":true}]

Turn off Nighttime Lighting

Turn off the light at 11PM.

Nightime Off
[{"id":"33c433c.c3a684c","type":"api-call-service","z":"dde1d524.9cc4d","name":"Turn off light","server":"a77b5e9d.0c69","version":1,"debugenabled":false,"service_domain":"light","service":"turn_off","entityId":"light.living_room_lamp","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":270,"y":540,"wires":[[]]},{"id":"7e78e5ee.c861c4","type":"inject","z":"dde1d524.9cc4d","name":"11PM","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"00 23 * * *","once":false,"onceDelay":0.1,"x":110,"y":540,"wires":[["33c433c.c3a684c"]]},{"id":"a77b5e9d.0c69","type":"server","z":"","name":"Home Assistant","addon":true}]