Page 1 of 1

TaskValueSet with %unixtime%

Posted: 10 Oct 2018, 16:34
by TommoT1
Hi everybody,

I'm trying to use TaskValueSet to memorize the time when something is switched.
Therefore I wrote in Rules:

TaskValueSet,12,1,%unixtime%

this produces sometimes no change of the DummyVariable found at Task 12 and sometimes it is something in the range of the actual unixtime + x.
x is in the Range of some 20-30 seconds to some Minutes.
I have no clue of what is going on there.

Regards

Tom

Re: TaskValueSet with %unixtime%

Posted: 11 Oct 2018, 01:37
by TD-er
My guess is that this also has something to do with commands running from the scheduler.
That is something I have to revert, but the last two times I tried, it resulted in crashes.

It is on my PRIO list: https://github.com/letscontrolit/ESPEasy/projects/12

Re: TaskValueSet with %unixtime%

Posted: 11 Oct 2018, 17:39
by TommoT1
Thanks for info!