Page 1 of 1

Blocky time logic issue

Posted: Thursday 08 March 2018 7:24
by YellowSky
Hi everyone,
I would like to perform an action at a fixed time depending on some others variables (so a common timer can't be used).
This is the blocky event:
Image
But it does not work

However, if i replace the = by > 6h53, it works (but it is not the wished behaviour).

And if i replace Time =6h53 by Time >=6h52 and <= 6h54 it does not work anymore

Any idea, thank you.

Domoticz 3.8450

Re: Blocky time logic issue

Posted: Thursday 08 March 2018 17:24
by skybehind
I just kinda started using Blocky but one thing I noticed helped with time was to use 24 hour time and no ":". So 6:53 AM is "0653" and if it's PM then it's "1853" and don't use :

It worked for me now sure if it's the same problem.

Re: Blocky time logic issue

Posted: Friday 09 March 2018 5:20
by YellowSky
Indeed, it is the trick!
Thankk you