Search found 7 matches

by reddo
18 Nov 2018, 00:20
Forum: ESP Easy: Software
Topic: Rule monthly action
Replies: 0
Views: 2093

Rule monthly action

Trying to get my Sonoff to switch something on once a month for a day but will this work ?? Idea is the first of the month it's on for the entire day, the rest of the month it's not. on %sysmonth%=1 do gpio 12,1 endon on %systmonth%!=1 do gpio 12,0 endon thanks ! Edit : seems to work with the follow...
by reddo
17 Feb 2017, 19:53
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9048

Re: send commands from one ESP to another

Got it to work now with HTTP commandon port 80, thanks !! on System#Boot do SendToHTTP 192.168.1.205,80,/control?cmd=GPIO,2,1 endon on vloer_uit#Temperature<25 do event,cvaan endon on vloer_uit#Temperature>27 do event,cvuit endon on cvaan do SendToHTTP 192.168.1.205,80,/control?cmd=GPIO,2,1 endon on...
by reddo
17 Feb 2017, 17:33
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9048

Re: send commands from one ESP to another

Ok, tried that, same result... nothing I have both ESP's setup as Domoticz HTTP, ip of the Domoticz server and port 8080... so I changed the command to SendToHTTP 192.168.1.205,8080,/control?cmd=GPIO,2,0 anything wrong there ? I can see again in the log of the sender that it is sending the command a...
by reddo
16 Feb 2017, 23:34
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9048

Re: send commands from one ESP to another

Ok, done that. Can see the command being activated from the sending ESP ACT : sendto 243,event, vrijgave on the receving end however, with the unit set to 243 nothing.. rule in the sender on System#Boot do event,cvaan endon on temp_vloer_uit#Temperature_3<25 do event,cvaan endon on temp_vloer_uit#Te...
by reddo
16 Feb 2017, 23:13
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9048

send commands from one ESP to another

Evening, I have an ESP measuring several temperatures, another in another place in the house with at the moment an LED to test and later a relay to switch an input on my heating. I can switch the led using http://192.168.1.205/control?cmd=GPIO,2,0 or 1 from my browser so all good there. Now I want t...
by reddo
27 Nov 2016, 00:56
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189070

Re: Feature Request collection/list

Feature request : A PID controller with a PWM output, where also a minimal 'on' time can be set for the PWM so it can be used also for controlling boilers for heating (with normal unrestricted PWM it will pulse very quickly, which is fine for an electric heater but not for a gas fired one) If implem...
by reddo
15 Nov 2016, 01:05
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 69085

Re: Rules examples

Hi guys. I have an ESP01 with 2 DS18B20's which I use for Domoticz, controlling a circulation pump for my underfloor heating. Now, is it possible to make a rule that calculates the difference between the 2 temps and sends that as a variable to Domoticz too ?