sunwait: initial commit
authorStan Grishin <stangri@melmac.ca>
Wed, 27 Nov 2024 22:45:28 +0000 (22:45 +0000)
committerStan Grishin <stangri@melmac.ca>
Sat, 30 Nov 2024 19:46:30 +0000 (11:46 -0800)
commit9f507623e1d5c6acdfa90a9d7b0b2fb9990ae15a
tree21559012506ff883255035a37c4bed090d7d3a66
parent86e0e8349c8ab20b88dccae8829fb412776b2aa1
sunwait: initial commit

Sunwait calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights.

It is intended for use in home automation with Windows Task Scheduler or cron. Use it to turn lights on before it gets dark! The program can wait from invocation until the event specified on the command line occurs or it can return immediately indicating if it is day or night. It's best to schedule Sunwait to run a little before the earliest opportunity for the event to occur each year - ie dusk range is 3:30pm to 10:30pm here, so it reasonable to schedule a dusk task at 3pm and allow Sunwait to pause the task for between 30mins and 7 and a half hours. If you scheduled the task for 6pm, then your lights will come on no earlier than 6pm.

The sun's position is calculated using time, and position - latitude and longitude should be specified on the command line.

Features:

Calculates sunrise and sunset for given coordinates
Can wait for sunrise/sunset, or return DAY or NIGHT codes
Works with Windows Task Scheduler (or cron)
Supports custom twilight angles
Used to automate domestic lighting with Arduino transmitter and radio controlled sockets

Signed-off-by: Stan Grishin <stangri@melmac.ca>
utils/sunwait/LICENSE [new file with mode: 0644]
utils/sunwait/Makefile [new file with mode: 0644]