Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Astro Binding Schedules

TheKorn2 edited this page Mar 9, 2016 · 4 revisions

Introduction

Overview of timing and ordering of events supported by the Astro binding plugin.

Multiple event types are supported. Each type has two events: start and end. In general, for all types their start and stop events coincide with a stop or start event of another type.

Planet: Sun

For the ordered list of the following 11 types, the start event is always equal to the end event of the next type. Except: morningNight is always at 0:00 of the current day and eveningNight is at 0:00 of the following day.

For astrological definitions, see here.

  • morningNight
  • astroDawn
  • nauticDawn
  • civilDawn
  • rise
  • daylight
  • set
  • civilDusk
  • nauticDusk
  • astroDusk
  • eveningNight

Type noon lasts for only one minute and is during type daylight. Type night starts together with eveningNight and ends together with morningNight.

Installation


User Interfaces


Community

(link to openHAB forum)

Development



Misc


Samples

A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.

Please update the wiki if you do come across any out of date information.

Use case examples

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally