Script and scheduler for early sunrise (in Sweden)
Freek-Jan Buijsman
Administrator
Lights should turn on when the sun goes down. and
Lights should turn off when the sun comes up. and
Between 23.00 and 05.00 it the lights should turn OFF. and
Light should turn on after 05.00 if its still dark outside.
To do this create the following Script.
IF DAYTIME()
BEGIN
# during the day
SET (BIT/outdoorlighting) to 0
END
ELSE
BEGIN
# during the dark
IF HOUR() >22
SET (BIT/outdoorlighting) to 0
# dark and after 23:00 o'clock -> lights off
IF HOUR() >4
SET (BIT/outdoorlighting) to 1
# dark and before 5:00 o'clock -> lights on
IF (HOUR() >12) & (HOUR()<23)
SET (BIT/outdoorlighting) to 1
# dark and between 13:00 o'clock & 23:00 -> lights on
END
Now create a week scheduler.
Add an action that starts the script at the following times.
1. 05:00 Start
2. 23:00 Start
3. Sundown Start
4. Sunrise Start
Lights should turn off when the sun comes up. and
Between 23.00 and 05.00 it the lights should turn OFF. and
Light should turn on after 05.00 if its still dark outside.
To do this create the following Script.
IF DAYTIME()
BEGIN
# during the day
SET (BIT/outdoorlighting) to 0
END
ELSE
BEGIN
# during the dark
IF HOUR() >22
SET (BIT/outdoorlighting) to 0
# dark and after 23:00 o'clock -> lights off
IF HOUR() >4
SET (BIT/outdoorlighting) to 1
# dark and before 5:00 o'clock -> lights on
IF (HOUR() >12) & (HOUR()<23)
SET (BIT/outdoorlighting) to 1
# dark and between 13:00 o'clock & 23:00 -> lights on
END
Now create a week scheduler.
Add an action that starts the script at the following times.
1. 05:00 Start
2. 23:00 Start
3. Sundown Start
4. Sunrise Start
Categorieën
- 360 Alle Categorieën
- 28 Release notes
- 8 Release notes - Pairot
- 20 Release notes - xxter
- 11 Pairot
- 48 Algemeen
- 5 Device
- App
- 1 Project
- 2 Voice assistants
- 10 xxter
- 126 Algemeen
- 47 Algemeen
- 34 Nieuwe functionaliteiten en nieuwe features
- 21 Apps
- 20 Apps algemeen
- 1 Apps Beta release
- 24 Profielen
- 7 Profiel algemeen
- 16 Pagina's en pagina elementen
- 1 Waarschuwingsservice
- 94 Project
- 6 Logica
- 2 Aanwezigheidsdetectie
- 12 Acties
- 3 BREEAM
- 14 Cameras
- 16 Componenten
- 1 Config Tool
- 6 Opdrachten
- 28 Native scripts
- 3 LUA scripts
- 3 Statistieken
- 50 Device
- 42 Device algemeen
- 3 Toegangsrechten en lokale gebruikers
- 4 Aanwezigheidssimulatie / Presence simulation