Search found 58 matches

by Cdzn
29 Mar 2021, 21:03
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 3650355

Re: Nextion display plugin

Don't use %v1%=[Nextion#value]/10 But use the "let" command for this: let,1,[Nextion#value]/10 Just let the Wemos do the work of calculating the 0.5 values. Something like: va0.val=va0.val+5 if(va0.val>250) { va0.val=150 } print "|u,i230,n,s" print va0.val printh 0a Rule in ESPE...
by Cdzn
26 Jan 2021, 04:45
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 3650355

Re: Nextion display plugin

I can help review your wiring and ESPEasy settings if the Nextion display isn't communicating with your Wemos D1 mini. But I don't use domoticz so I can't help with the Nextion commands or ESPEasy rules. - Thomas Thx Thomas, but it working well, wirring it`s not problem for me. Just searching solut...
by Cdzn
25 Jan 2021, 11:53
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 3650355

Re: Nextion display plugin

Hi there. Guys i need help. I have WEMOS D1 mini and NExtion 2.4 display. So i decided to create Thermostat which could send command to domoticz and set temp value from touchcreen with 0.5 scale, but it taken so many time and i still can`t figue it out how to make it. I have 2 buttons on display Up ...
by Cdzn
07 Oct 2020, 06:32
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 48862

Re: HTTP get command for sensor value

Build:⋄ 20104 - Mega System Libraries:⋄ ESP82xx Core 3d128e5c, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support Git Build:⋄ mega-20200222 Plugin Count:⋄ 46 [Normal] Build Md5: 19a2bba130d3a8159d57546732ba46 Md5 check: passed. Build Time:⋄ Feb 21 2020 23:33:15 Binary Filename:⋄ ESP_Easy_mega-2...
by Cdzn
06 Oct 2020, 21:47
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 48862

Re: HTTP get command for sensor value

TD-er wrote: 06 Oct 2020, 20:52 For CSV like output it is possible to address per sensor value.
See: https://espeasy.readthedocs.io/en/lates ... =json#json
Could You help me with CSV, where am i wrong
by Cdzn
06 Oct 2020, 21:43
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 48862

Re: HTTP get command for sensor value

mb i did something wrong, but when i send this
i get this
URI: /csv
Method: GET
Arguments: 1
NAME:tasknr
VALUE:1
http://<espeasyip>/json?view=sensorupdate&tasknr=2
works fine
by Cdzn
06 Oct 2020, 18:39
Forum: ESP Easy: General Discussion
Topic: HTTP get command for sensor value
Replies: 32
Views: 48862

Re: HTTP get command for sensor value

How to request only 1 sensor. For exapmle i need only Temperature, so how can i get it with this json?view=sensorupdate=2