Search found 14 matches

by namxcap
03 Dec 2021, 07:32
Forum: ESP Easy: Software
Topic: Espeasy does always send the "Off" command to Domoticz
Replies: 10
Views: 6378

Re: Espeasy does always send the "Off" command to Domoticz

Thankyou TD-er, i have this log, so now (reflashed espeasy to another device) the rule works. there is only the problem that Domoticz receive everytime the "Off" signal 36867684: EVENT: exDisplay#idx=77 36867778: EVENT: exDisplay#value=1 36867785: ACT : logentry,'exDisplay: 1' 36867789: ex...
by namxcap
02 Dec 2021, 21:06
Forum: ESP Easy: Software
Topic: Espeasy does always send the "Off" command to Domoticz
Replies: 10
Views: 6378

Re: Espeasy does always send the "Off" command to Domoticz

I'm trying different way to solve the problem but it seems rules does not have effects anyway, is like rules are disabled ..... is it possible ?
by namxcap
02 Dec 2021, 18:45
Forum: ESP Easy: Software
Topic: Espeasy does always send the "Off" command to Domoticz
Replies: 10
Views: 6378

Re: Espeasy does always send the "Off" command to Domoticz

No, it only should sends a command. The device is only connected to the display
Is it possible to send a http command like this ?

Code: Select all

http://192.168.0.13:8841/json.htm?type=command&param=switchlight&idx=20&switchcmd=On
with this line i can obtain the light On
by namxcap
02 Dec 2021, 18:26
Forum: ESP Easy: Software
Topic: Espeasy does always send the "Off" command to Domoticz
Replies: 10
Views: 6378

Re: Espeasy does always send the "Off" command to Domoticz

Not working, i get everytime the "Off" signal

:cry:
by namxcap
02 Dec 2021, 17:55
Forum: ESP Easy: Software
Topic: Espeasy does always send the "Off" command to Domoticz
Replies: 10
Views: 6378

Espeasy does always send the "Off" command to Domoticz

Hi all, my wemos D1 mini is connected to a Nextion display. The display can change the idx and the value of the espeasy device (so it works), this is the log ..... device.JPG but this rule: on exDisplay#value do if [exDisplay#value]="1" publish domoticz/in,'{"command": "swit...
by namxcap
30 Nov 2021, 08:07
Forum: ESP Easy: General Discussion
Topic: Nextion and Espeasy ..... what am i doing wrong ?
Replies: 3
Views: 4494

Re: Nextion and Espeasy ..... what am i doing wrong ?

Thankyou ThomasB, now i can see the value changing from from 0 to 1
device.JPG
device.JPG (45.38 KiB) Viewed 4461 times
but the switch does not go on ...... it sends only the signal forr Off
device2.JPG
device2.JPG (38.85 KiB) Viewed 4461 times
by namxcap
29 Nov 2021, 18:06
Forum: ESP Easy: General Discussion
Topic: Nextion and Espeasy ..... what am i doing wrong ?
Replies: 3
Views: 4494

Nextion and Espeasy ..... what am i doing wrong ?

Hello all, i have a Nextion display (the basic one) and i'm trying to send a value from the display to the Domoticz. This is my device device.JPG ad pressing the button ON on the display (like this) device1.JPG i can only change the IDX and not the VALUE, i only obtain the off status .... device2.JP...
by namxcap
25 May 2021, 20:01
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1868621

Re: Nextion display plugin

Because this is 2 different commands. Internal commands can be used only from command line. read this https://www.letscontrolit.com/wiki/index.php/ESPEasy_Command_Reference Also for your project you will find here all of you needed https://www.letscontrolit.com/wiki/index.php/NEXTIONDisplay#Mass_up...
by namxcap
24 May 2021, 19:25
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1868621

Re: Nextion display plugin

Hello ..... No way I don't understand because this command: http://192.168.0.50:8088/json.htm?type=command&param=setsetpoint&idx=14&setpoint=11 return this error: Command unknown: http://192.168.0.50:8088/json.htm?type=command¶m=setsetpoint&idx=14&setpoint=11 In a browser it work...
by namxcap
11 May 2021, 18:27
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1868621

Re: Nextion display plugin

i don't understand...
by namxcap
11 May 2021, 10:50
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1868621

Re: Nextion display plugin

Hello all, i can read temperature from esp and send it to the Nextion display, i can send data from Nextion to esp. Now i would like to push a button on the Nextion and set a new value in a Virtual Thermostat in Domoticz (idx and value) but i don't know how to do it, what is the command to send to e...
by namxcap
07 May 2021, 17:38
Forum: ESP Easy: Software
Topic: send value from one OSP to OLED of another ESP
Replies: 7
Views: 7402

Re: send value from one OSP to OLED of another ESP

YES !!! Now it works .... i learned one more thing !!!

Thankyou very much
by namxcap
07 May 2021, 07:57
Forum: ESP Easy: Software
Topic: send value from one OSP to OLED of another ESP
Replies: 7
Views: 7402

Re: send value from one OSP to OLED of another ESP

I don't know why but it's no working ...... :shock:
by namxcap
07 May 2021, 00:14
Forum: ESP Easy: Software
Topic: send value from one OSP to OLED of another ESP
Replies: 7
Views: 7402

Re: send value from one OSP to OLED of another ESP

Hello, can someone help me ? i have this rule, but it doesn't work... where 'fumo' is the device's name. On [fumo]#State do If [fumo]#State=0 SendToHTTP,192.168.1.129,80,"/control?cmd=NEXTION,sleep=1" Else SendToHTTP,192.168.1.129,80,"/control?cmd=NEXTION,sleep=0" Endif Endon Tha...