Search found 11 matches

by dangu
04 Mar 2018, 23:24
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

Re: rules sending data

I knew that you do not need a password and login to login in domoticz and send with SendToHTTP. I tried to put a password and an identifier to try and here is the result. :arrow: SW : State 0 EVENT: bp#varbp=0.00 ACT : SendToHTTP 192.168.1.100,8080,/json.htm?param=switchlight&type=command&id...
by dangu
04 Mar 2018, 19:07
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12523

Re: tx rx serial plugin

hello Tango
I was blocked by the SendToHTTP function, but now that it works, I will be able to advance in the arduino code.
be careful I do not communicate with AT commands, I send values to it by the TaskValueSet command with serial port.
when my program is over, I'll give it to you.
by dangu
04 Mar 2018, 18:59
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

Re: rules sending data

Hello this is not a problem of version 147 with ESP-12. SendToHTT finally works! in the end it is the problem known, except that with: instead of, it works much less well. I did a test with switchligt and a temperature hygrometry and it works. below the trace of the shipment by esp-12 SW : State 1 E...
by dangu
04 Mar 2018, 00:41
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

Re: rules sending data

Hello Following your advice I did a simple test with sending state of a virtual switch in domoticz and copy of this switch in another virtual switch domoticz. rules on bp#varbp do if [bp#varbp]=1 SendToHTTP 192.168.1.100,8080,/json.htm?type=commandśm=switchlight&idx=21&switchcmd=On else Send...
by dangu
28 Feb 2018, 14:26
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12523

Re: tx rx serial plugin

Hello Tango

do you want to do a montage similar to what I do?
what code do you want, the code that just sends 2 datas to esp for testing,
or the code that receives the datas from the weather station in esp8266 under interrupt, but without using arduino!
by dangu
27 Feb 2018, 16:36
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

Re: rules sending data

Hello thank you for all your help I donated the SendToHTTP which does not return info to domoticz. here is the configuration: the dummy sensor that receives datas serie https://www.letscontrolit.com/forum/download/file.php?mode=view&id=2071 the dummy sensor that sends to domoticz https://www.let...
by dangu
26 Feb 2018, 01:37
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

Re: rules sending data

Hello what type of fictitious device should be created ?? or create a new plugin ?? Transferring values to another device through a rules is very easy. ;) I block on the sending only, the datas are transmitted at regular intervals according to (delay), but I do not want that. :cry: the data must be ...
by dangu
26 Feb 2018, 01:12
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12523

Re: tx rx serial plugin

Hello   I work with the firmware "EASYESP" version 2.3.0 build 147 with ESP8266-12 IF I UNDERSTAND WELL, you are sending data from esp to arduino, which strongly slows down the ESP according to you. In my case, I send data from ARDUINO to ESP via serial interface. sending is done with this...
by dangu
24 Feb 2018, 11:55
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15932

rules sending data

Hello I get value on the serial port of esp that are sent by arduino with the TaskValueSet command to esp in a Dummy component. it works very well. :D   how to send the data received to domoticz only at the reception, without having an automatic sending configured by the (delay). I did some tests wi...
by dangu
22 Feb 2018, 20:12
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12523

Re: tx rx serial plugin

Hello thank you for your help, in fact thanks to your help, the operation is super simple. :idea: I created a Dummy Device, then sent the value TaskValueSet, 1,4,1893.33 with usb serial interface 3.3v, and valeue received task1 value 4 = 1893.33. Perfect, that's exactly what I wanted to do, I unders...
by dangu
21 Feb 2018, 18:16
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12523

tx rx serial plugin

Hello there is very much of plugin on the communication serie in easy esp. :( after several tests, with a basic plug-in style p-020 Ser2Net and modification, I do not communicate with anything. :oops: what wants to do is receive 2 bytes sent by an arduino to 19200 bauds, integrate them into 2 TaskDe...