Announcement

Collapse
No announcement yet.

Getting time of dawn, solar noon, dusk

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting time of dawn, solar noon, dusk

    I'm not sure this is the place to ask. Nonetheless, is it possible to get from WeatherXML (or somewhere else) the specific time for a specific date and location dawn, solar noon, and dusk? We have built in to HomeSeer the time for sunrise and sunset, but I would like to have these other variables to use for raising and lowering blinds.

    Thanks.
    Elliott
    "Living with technology means living in a [constant] state of flux." S. Higgenbotham, 2023
    "Reboot and rejoice!" F. Pishotta, 1989

    #2
    Dusk and Dawn are very subjective items which have various meanings. I have seen many sometimes a heated discussion with terms such as Asteonomical, Civil and Nautical Dusk/Dawn thrown around.

    I use Sunrise and Sunset and then add or subtract time from them with a series of IF statements to increment during seasons. So for summer months I use
    • IF Date is After 3/15
    • AND IF date is before 11/1
    • AND IF time is 15 minutes after sunset


    For the rest of the year I use 30 minutes after sunset. This event doe snot have date restrictions since it runs after the Summer event. I could do it with one event and just add an OR IF but I added the Summer event later as a test.

    You could adjust the times to your needs and even shorten the date ranges if you wanted. These values work for my needs with outside lights in the Mid Atlantic area of the US.
    Karl S
    HS4Pro on Windows 10
    1070 Devices
    56 Z-Wave Nodes
    104 Events
    HSTouch Clients: 3 Android, 1 iOS
    Google Home: 3 Mini units, 1 Pair Audios, 2 Displays

    Comment


      #3
      Karl:

      Thanks. I have been looking at this site: www.suncalc.net and they provide the times for those variables. In any case, the way you suggest will work well enough.

      Elliott
      "Living with technology means living in a [constant] state of flux." S. Higgenbotham, 2023
      "Reboot and rejoice!" F. Pishotta, 1989

      Comment

      Working...
      X