Search found 6 matches

by StRess691
12 Mar 2020, 18:56
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Re: Rules help needed

Anyhow, thank you for the ready-to-go solution!
by StRess691
12 Mar 2020, 18:30
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Re: Rules help needed

One more thing. After resetting ESP value doesn't come back to previous state - it doesn't read the value from Domoticz, as there is no code for that.
Is it possible to make it work?

If not, I will make just simple:

Code: Select all

On System#Boot do
  GPIO,16,1
endon
for default value to be working.
by StRess691
12 Mar 2020, 18:18
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Re: Rules help needed

Works like a charm with one exception - after hitting "off", relay connected to "off" is switching for a couple of milliseconds and previous value is coming back. So if I had switched the selector switch to 3, then I hit OFF, it will change to OFF for a while and get back to 3. T...
by StRess691
12 Mar 2020, 17:44
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Re: Rules help needed

Yes, half last night. Even now I've been on this website, but can not find a sollution. Programming isn't my thing...
by StRess691
12 Mar 2020, 17:33
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Re: Rules help needed

I'm sending from Domoticz command: http://192.168.1.210/control?cmd=GPIO,13,1 and made in Rules: on GPIO,12,1 do GPIO,16,0 GPIO,13,0 GPIO,14,0 GPIO,12,1 endon on GPIO,13,1 do GPIO,12,0 GPIO,16,0 GPIO,14,0 GPIO,13,1 endon on GPIO,14,1 do GPIO,12,0 GPIO,13,0 GPIO,16,0 GPIO,14,1 endon on GPIO,16,1 do G...
by StRess691
12 Mar 2020, 15:13
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9312

Rules help needed

Hello Everyone! I need a little bit of your knowledge, because of my lack of it. Tried to search the forum but couldn't find an answer for my question. I'm using Wemos D1 mini with newest ESPEasy software. Wemos is controlled by Domoticz. To this Wemos I connected 3 relays, to GPIO 12, 13 and 14 and...