Page 1 of 1
Event before sunrise?
Posted: Saturday 01 April 2017 19:03
by MatthijsD
Hello,
I'm struggeling with activating a scene 1,5 hour before sunset.
This is what I got so far:

- sunset.JPG (45.9 KiB) Viewed 2540 times
I think the '90' is not recognized as minutes, but I don't know how to get it right.
Does anyone know how to do this right?
Re: Event before sunrise?
Posted: Saturday 01 April 2017 21:58
by gerard76
You cannot do calculations in Blockly AFAIK. You can use LUA to do what you want OR set your lat-lng to some place where the sun sets 1.5 hours earlier and then just trigger the blocky on sunset.
Re: Event before sunrise?
Posted: Saturday 01 April 2017 23:09
by gerardvs
Or use a dummy switch. Let that switch go on 1.5 hrs before sunset. From blocky you could read the status of the dummy switch so you "know' when it's time to do something.
Re: RE: Re: Event before sunrise?
Posted: Sunday 02 April 2017 13:42
by Lebo2d9
gerardvs wrote:Or use a dummy switch. Let that switch go on 1.5 hrs before sunset. From blocky you could read the status of the dummy switch so you "know' when it's time to do something.
I use also a dummy switch where i set the timer
Verstuurd vanaf mijn SM-G920F met Tapatalk
Re: Event before sunrise?
Posted: Monday 03 April 2017 10:16
by MatthijsD
Yes, thanks everyone.
The use of a switch is the way to go!