Search found 17 matches

by a_k
18 Sep 2019, 15:58
Forum: ESP Easy: Software
Topic: How to set the countdown taskvalue
Replies: 8
Views: 7864

Re: How to set the countdown taskvalue

What it does here, is that it does set the timer every time the measured value is above some threshold. Aah. Now I understand how it works. Thank you! I think I have an idea how to do it now. If I still don't know how. I will ask. Now it's working properly: :) ;) on 10P#temperatura>29 do TaskValueS...
by a_k
18 Sep 2019, 09:55
Forum: ESP Easy: Software
Topic: How to set the countdown taskvalue
Replies: 8
Views: 7864

Re: How to set the countdown taskvalue

I set a small interval ( 10 s ) for the tests. Unfortunately, once it works and once it does not and with different intervals... :? It doesn't work more often...
by a_k
18 Sep 2019, 04:40
Forum: ESP Easy: Software
Topic: How to set the countdown taskvalue
Replies: 8
Views: 7864

Re: How to set the countdown taskvalue

It's not what he wants to do. Unfortunately, it doesn't work:

On 10P#temperatura>26 do
timerSet,1,5
endon

On Rules#Timer=1 do
TaskValueSet,11,3,1
endon
by a_k
17 Sep 2019, 21:48
Forum: ESP Easy: Software
Topic: How to set the countdown taskvalue
Replies: 8
Views: 7864

Re: How to set the countdown taskvalue

Device: Output - Clock or rules? I have no idea how to do that. I try different things and nothing works... I do something wrong.
by a_k
17 Sep 2019, 18:29
Forum: ESP Easy: Software
Topic: How to set the countdown taskvalue
Replies: 8
Views: 7864

How to set the countdown taskvalue

How to set the countdown taskvalue? I would like one dummy value to change after 1 hour after reaching a given temperature. Unfortunately, the delay doesn't work and delays ALL the task. How to make it work properly? I have no idea. on dummy#1 do if [10P#temperature]>78 Delay 3000000 TaskValueSet,11...
by a_k
15 Sep 2019, 00:26
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

Now it's working great. ;) 35 lines and each one gets the data correctly. Is it possible to use it in subsequent versions? I would like to use the latest versions with this feature :)
Screen Shot 09-15-19 at 12.24 AM.PNG
Screen Shot 09-15-19 at 12.24 AM.PNG (48.46 KiB) Viewed 8811 times
by a_k
13 Sep 2019, 19:59
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

20 would be enough. Or maybe you want to compile such a bulid especially for me?
by a_k
13 Sep 2019, 18:50
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

If you can change it in the next version it would be great. I'll try to compile it myself...
by a_k
13 Sep 2019, 17:02
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

How to change? Do I have to compile espeasy again?
by a_k
12 Sep 2019, 22:54
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

So there's nothing I can do about it? :| I still have an idea. Create a temp2.esp and in temp1.esp create a button to quickly move between pages...
by a_k
12 Sep 2019, 22:15
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Re: Limit of task in file.esp ?

Unfortunately, the situation is the same.
Screen Shot 09-12-19 at 10.15 PM.PNG
Screen Shot 09-12-19 at 10.15 PM.PNG (9.72 KiB) Viewed 8984 times
Screen Shot 09-12-19 at 10.14 PM.PNG
Screen Shot 09-12-19 at 10.14 PM.PNG (3.67 KiB) Viewed 8984 times
by a_k
12 Sep 2019, 17:30
Forum: ESP Easy: Software
Topic: Limit of task in file.esp ?
Replies: 13
Views: 9027

Limit of task in file.esp ?

https://www.letscontrolit.com/wiki/inde ... _Dashboard

Is it normal for me to add a maximum of 9 tasks? Subsequent ones do not return any value...

Screen Shot 09-12-19 at 05.29 PM 001.PNG
Screen Shot 09-12-19 at 05.29 PM 001.PNG (19.19 KiB) Viewed 9027 times
Screen Shot 09-12-19 at 05.29 PM.PNG
Screen Shot 09-12-19 at 05.29 PM.PNG (38.06 KiB) Viewed 9027 times
by a_k
19 Aug 2019, 16:23
Forum: ESP Easy: Software
Topic: Dummy - the value does not change
Replies: 9
Views: 6853

Re: Dummy - the value does not change

http://192.168.1.194/t.esp?cmd=TaskValueSet,3,1,[10P#Temperature]

This is the button in the t.esp file.

<a class='button link' href="http://192.168.1.194?cmd=TaskValueSet,3,1,[10P#Temperature]">T</a>
by a_k
19 Aug 2019, 09:19
Forum: ESP Easy: Software
Topic: Dummy - the value does not change
Replies: 9
Views: 6853

Re: Dummy - the value does not change

It's not working. The page is refreshing and the dummy value remains unchanged. :|
by a_k
18 Aug 2019, 20:23
Forum: ESP Easy: Software
Topic: Dummy - the value does not change
Replies: 9
Views: 6853

Re: Dummy - the value does not change

I want the command to update my data in dummy and then she went to the address 192.168.1.194/t.esp
by a_k
18 Aug 2019, 18:50
Forum: ESP Easy: Software
Topic: Dummy - the value does not change
Replies: 9
Views: 6853

Re: Dummy - the value does not change

@grovkillen html files.
by a_k
16 Aug 2019, 09:21
Forum: ESP Easy: Software
Topic: Dummy - the value does not change
Replies: 9
Views: 6853

Dummy - the value does not change

Hello, everyone. ;) I have a problem. After the command is given: http://192.168.1.194/t.esp?cmd=TaskValueSet,3,1,25.88 The value remains unchanged ( 0.00 ). Temperature reads well from ds18b20. Unfortunately, it's not enrolled in the dummy Screen Shot 08-16-19 at 09.18 AM.PNG Git Build: mega-20190813