Search found 13 matches

by Txus
12 Apr 2019, 16:17
Forum: ESP Easy: Software
Topic: Read remote datas by HTTP GET
Replies: 6
Views: 3111

Re: Read remote datas by HTTP GET

Thank you grovkillen,
without broker ?
by Txus
12 Apr 2019, 15:20
Forum: ESP Easy: Software
Topic: Read remote datas by HTTP GET
Replies: 6
Views: 3111

Re: Read remote datas by HTTP GET

Me again... I haven't found solution for my need. My sonoff1 is connected behind 4G modem without ip public address. Indeed, is not possible to command it by his ip address. In the other site, i have others sonoff whose access is possible by internet. How command the sonoff1 GPIOs ? Hope a answer. T...
by Txus
06 Apr 2019, 12:50
Forum: ESP Easy: Software
Topic: Read remote datas by HTTP GET
Replies: 6
Views: 3111

Re: Read remote datas by HTTP GET

Well, i Will wait !
Thank you for your answer
by Txus
05 Apr 2019, 11:34
Forum: ESP Easy: Software
Topic: Read remote datas by HTTP GET
Replies: 6
Views: 3111

Read remote datas by HTTP GET

Hi,
Can i read remote datas from http server using espeasy ? If it is possible, how split datas from a telegram ?
Thank you for your help.

Tx
by Txus
12 May 2018, 21:35
Forum: ESP Easy: Software
Topic: GPIO14 status by http
Replies: 4
Views: 3482

Re: GPIO14 status by http

i tried send to my web server from sonoff... and opened an other topic because i think that esp easy doesn't accept requests like http://192.168.1.1/rcgi.bin/UpdateTagFo ... TagValue1= {{NumberField}}
All exemples seen use json syntax.
by Txus
09 May 2018, 21:39
Forum: ESP Easy: Software
Topic: GPIO14 status by http
Replies: 4
Views: 3482

Re: GPIO14 status by http

Thank you Win16,
I suspected this answer. Please, could anyone give me the best solution to read the temperature and humidity values ​​with http request ?
by Txus
08 May 2018, 14:14
Forum: ESP Easy: Software
Topic: GPIO14 status by http
Replies: 4
Views: 3482

GPIO14 status by http

Hi all,
I use SONOFF TH16 with DHT22 and firmware espeasy 1.20 .
I try to read GPIO14 by http (http://192.168.x.x/control?cmd=status,gpio,14). Answer is "?".

Thank you for your help
GPIO14 problem.JPG
GPIO14 problem.JPG (51.41 KiB) Viewed 3482 times
by Txus
12 Apr 2018, 22:28
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

Re: SendToHTTP rule

This command is done when she's sended directly by firefox :roll:
by Txus
12 Apr 2018, 15:55
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

Re: SendToHTTP rule

Is the problem. Wireshark don't log any message from sonoff to my server
by Txus
12 Apr 2018, 09:06
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

Re: SendToHTTP rule

not better...
I have downloaded to R120 and result is same.
I think than syntax off the message is not understanded by espeasy program : SendToHTTP,192.168.x.x,80,/rcgi.bin/UpdateTagForm?TagName1=T_int_sonoff&TagValue1= [sonde#temperature]
by Txus
11 Apr 2018, 16:42
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

Re: SendToHTTP rule

With the V2.0 ?
by Txus
11 Apr 2018, 15:08
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

Re: SendToHTTP rule

Thank you for your answer.
I tryed with a "," between SendToFTP and ip@ with the same result.
Do you know one way to log or monitor TCP output from SONOFF ?
by Txus
10 Apr 2018, 14:58
Forum: ESP Easy: Software
Topic: SendToHTTP rule
Replies: 12
Views: 12241

SendToHTTP rule

Hello, I try to send, from sonoff TH16, upgraded with espeasy 2.0, messages by HTTP (temp & dew) i would like to are sure that my rule is done. Wireshark isn't log any HTTP message from sonoff to my server. My rule : On System#Boot do timerSet,1,10 endon On Rules#Timer=1 do SendToHTTP 192.168.x....