Page 1 of 1
[Problem] Event with time won't trigger
Posted: Thursday 16 November 2017 10:52
by edozwart
Hi,
I just installed Domoticz on my Synology NAS, added 4 lamps and manually it is working very sexy
but, I want to automate this with making use of time/days and made this very simple example, but does not work:
check attachment
I tried without days or even more simple, when it is OFF, Set is On, nothing seems to be responding.
If you can take a look, please do, highly appriciated.
Thanks!
Re: [Problem] Event with time won't trigger
Posted: Friday 17 November 2017 15:23
by edozwart
help!!
anybody?
Re: [Problem] Event with time won't trigger
Posted: Thursday 23 November 2017 9:21
by emme
neasted if will not work in blokly
Re: [Problem] Event with time won't trigger
Posted: Monday 27 November 2017 16:17
by askmurphy
I have the same problem:
http://prntscr.com/hfwzgs
The time option doesn't work at all ??? Any help will be appreciated,,,,
Re: [Problem] Event with time won't trigger
Posted: Thursday 30 November 2017 0:40
by GJvdP
I am also a Newby in this.
But if I look at your time statement, that is always true.
From 10 to 0:00 it is true and from 0:00 till 14 it is true, so always
I think you mean "and" instead of "or" so it is true between 10 and 14 hour.
Re: [Problem] Event with time won't trigger
Posted: Thursday 30 November 2017 9:30
by JimmyH1969
Nesting IF statements wont work
The second time thingy < 14:00 wont do anything because it is switched on at 10:01 and not somewhere between 10:00 an 14:00
You probably need a else if statement like this as well
If Living Lamp = off AND day = Thursday AND time > 10:00
switch on
Else if Living Lamp = on AND day = Thursday AND time > 14:00
switch off
Re: [Problem] Event with time won't trigger
Posted: Monday 25 December 2017 2:05
by edozwart
hi guys! thanks for your help! I re-installed domoticz because the version seems to be not working, I also created another blockly script and this is working very nicely (also possible to turn off the lights manually with the remote)