Search found 8 matches

by HermannDerUser
20 Feb 2019, 20:09
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

Thanks for the help, then I will temporarily change my password for testing.
by HermannDerUser
20 Feb 2019, 19:45
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

Thank you very much for the prompt reply, but it doesn't work. I tried SendToHTTP "user:Password@192.168.69.15",80,/api/device/fsb/buttonPressed?buttonId=fs SendToHTTP "user:Password@192.168.69.15,80",/api/device/fsb/buttonPressed?buttonId=fs SendToHTTP 'user:Password@192.168.69....
by HermannDerUser
20 Feb 2019, 19:22
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

I adjusted my rule. In the log file I now find the following entries: 1695435: SendToHTTP user:Password@192.168.69.15,80,/api/device/fsb/buttonPressed?buttonId=fs 1695436: SendToHTTP: Host: user:password@192.168.69.15 port: 80 1695436: SendToHTTP: Path: /api/device/fsb/buttonPressed?buttonId=fs My p...
by HermannDerUser
20 Feb 2019, 18:56
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

hi,

I just tried to execute the command via the browser on another computer. I noticed that a user/password query is prompted. Is it possible to specify a user/password for the SentToHTTP command.
by HermannDerUser
20 Feb 2019, 15:32
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

Okay, I switched from space to comma, but...
...it's still not working.

Does anyone have any idea why this command doesn't work?
by HermannDerUser
20 Feb 2019, 14:51
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

Now I try with comma, but that doesn't work either. On the other hand, the command

Code: Select all

SendToHTTP 192.168.69.202,80,/?relais=2
works with the space perfect. :?:
by HermannDerUser
20 Feb 2019, 13:30
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Re: Problem with SendToHTTP

Here the log with loglevel "debug": 15039519: EVENT: Clock#Time=Wed,13:24 15039549: EVENT: Clock#Time=Wed,13:24 Processing time:30 milliSeconds 15044532: SendToHTTP 192.168.69.15,80,/api/device/fsb/buttonPressed?buttonId=fs 15044532: SendToHTTP: Host: 192.168.69.15 port: 80 15044533: SendT...
by HermannDerUser
20 Feb 2019, 10:28
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16862

Problem with SendToHTTP

Hello together, I'm new with the ESPeasy and have a problem with the SendToHTTP command. At the moment I use 'ESP_Easy_mega-20190212_normal_ESP8266_1024' on a Sonoff basic. In the rules tab I create a rule like this: on Intern#Taster do if [Intern#Taster]=3 // bei Doppelklick SendToHTTP 192.168.69.2...