Page 1 of 1

ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 14 Jan 2018, 19:05
by newrainbow
Esp Easy Mega - Rules command timerSet & TaskValueSet not work :(

on System#Boot do
timerSet,1,3
endon

on Rules#Timer=1 do
Gpio,2,1
timerSet,2,3
endon

on Rules#Timer=2 do
Gpio,2,0
timerSet,1,3
endon

2.0 ver 13 - ok.
mega - not work.

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 15 Jan 2018, 18:47
by TD-er
What build of the Mega branch?

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 16 Jan 2018, 21:04
by newrainbow
ESP_Easy_mega-20180113_test_ESP8266_4096
20100 - Mega (core 2_3_0)

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 17 Jan 2018, 00:06
by TD-er
Could you please also test with the latest version released? We've been quite busy squishing bugs the last few days.
If then still an error and if @grovkillen also agrees there is no typo in your rule, please open an issue about it on Github. https://github.com/letscontrolit/ESPEasy/issues

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 17 Jan 2018, 12:09
by vader
I made a cut & paste and the rule works with current git sources. The only thing is, that the set time is wrong. 1 sec takes >2 secs of time. :shock:

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 17 Jan 2018, 17:14
by newrainbow
I understand. It's a side effect from the Display - 7-segment display.
Without it, both commands work.
7-segment display - the right thing.
And where is the win ?
The fact that this plugin affects the timerSet I can still understand, but why TaskValueSet does not work either ...

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 17 Jan 2018, 19:19
by grovkillen
TD-er wrote: 17 Jan 2018, 00:06 Could you please also test with the latest version released? We've been quite busy squishing bugs the last few days.
If then still an error and if @grovkillen also agrees there is no typo in your rule, please open an issue about it on Github. https://github.com/letscontrolit/ESPEasy/issues
Yeah rules seem all right.

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 17 Jan 2018, 21:00
by papperone
newrainbow wrote: 17 Jan 2018, 17:14 I understand. It's a side effect from the Display - 7-segment display.
Without it, both commands work.
7-segment display - the right thing.
And where is the win ?
The fact that this plugin affects the timerSet I can still understand, but why TaskValueSet does not work either ...
Not sure what the 7-segment plugin can do here to make rules not working! :shock:

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 18 Jan 2018, 08:06
by newrainbow
If this plugin is disabled, the example works. And if you activate - then no.
It is not necessary to connect the display, just plug in the plugin.

Re: ESP Easy Mega - timerSet & TaskValueSet not work

Posted: 18 Jan 2018, 11:25
by TD-er
newrainbow wrote: 18 Jan 2018, 08:06 If this plugin is disabled, the example works. And if you activate - then no.
It is not necessary to connect the display, just plug in the plugin.
Could you add this to the appropriate Github issue? Then we'll have a look at it.