Page 1 of 1

Dummy - the value does not change

Posted: 16 Aug 2019, 09:21
by a_k
Hello, everyone. ;)

I have a problem. After the command is given:

Code: Select all

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
Screen Shot 08-16-19 at 09.18 AM.PNG (15.94 KiB) Viewed 6871 times
Git Build: mega-20190813

Re: Dummy - the value does not change

Posted: 16 Aug 2019, 17:25
by grovkillen
t.esp, what's that?

Re: Dummy - the value does not change

Posted: 18 Aug 2019, 18:50
by a_k
@grovkillen html files.

Re: Dummy - the value does not change

Posted: 18 Aug 2019, 19:35
by grovkillen
But why are you trying to send commands to that one?

https://espeasy.readthedocs.io/en/lates ... mmand.html

Re: Dummy - the value does not change

Posted: 18 Aug 2019, 20:23
by a_k
I want the command to update my data in dummy and then she went to the address 192.168.1.194/t.esp

Re: Dummy - the value does not change

Posted: 18 Aug 2019, 21:57
by grovkillen
You should use the /control url to send commands.

Re: Dummy - the value does not change

Posted: 19 Aug 2019, 09:19
by a_k
It's not working. The page is refreshing and the dummy value remains unchanged. :|

Re: Dummy - the value does not change

Posted: 19 Aug 2019, 12:33
by grovkillen
Show the exact url you're posting

Re: Dummy - the value does not change

Posted: 19 Aug 2019, 16:23
by a_k
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>

Re: Dummy - the value does not change

Posted: 19 Aug 2019, 17:41
by grovkillen

Code: Select all

http://192.168.1.194/command?cmd=TaskValueSet,3,1
If you read the document page I liked to you see that you're not using the correct URL.