Search found 4 matches

by caco3
14 Jul 2018, 22:54
Forum: ESP Easy: Software
Topic: Status of GPIO pin always 0
Replies: 2
Views: 2265

Re: Status of GPIO pin always 0

Thanks for the reply! I haven't used any PWM functionality, in fact its the first time I configure this device. In fact it has exactly the same symptoms as in the mentioned bug report. I will further trace it down there. As a workaround I did the following: 1. Configure a 2nd device, eg on GPIO2. 2....
by caco3
14 Jul 2018, 00:20
Forum: ESP Easy: Software
Topic: Status of GPIO pin always 0
Replies: 2
Views: 2265

Status of GPIO pin always 0

Hi I have set GPIO13 as an input. The devices page shows the value correctly as 1 or 0. Also when I read http://<IP>/json, I can see the correct state: "Sensors":[ { "TaskValues": [ {"ValueNumber":1, "Name":"Switch", "NrDecimals":0, "V...
by caco3
04 Jul 2018, 22:33
Forum: ESP Easy: Software
Topic: [Solved] Trigger rule on event
Replies: 2
Views: 1966

Re: Trigger rule on event

Thank you!
Indeed one device still had an interval from previous tests.
by caco3
03 Jul 2018, 21:04
Forum: ESP Easy: Software
Topic: [Solved] Trigger rule on event
Replies: 2
Views: 1966

[Solved] Trigger rule on event

Hi I have a Sonoff relay. I would like to send a http request when ever the relay switches. In general it works fine with this rule: on Relay#Switch do if [Relay#Switch]=1 SendToHTTP 192.168.1.1,80,/espEvent.php?device=%sysname%&state=1 else SendToHTTP 192.168.1.1,80,/espEvent.php?device=%sysnam...