Search found 7 matches

by Mijn.Handen
29 Oct 2018, 16:18
Forum: ESP Easy: General Discussion
Topic: ESPEasy_mega-20181029 events
Replies: 1
Views: 1745

ESPEasy_mega-20181029 events

Hi all, on and ESP12 I have rules running 2 events. From domoticz I send a eventClose and eventOpen command. This sets off few relays closing or opening a door for a few seconds and releases the relay again not to keep power on the actuator all the time. up to ESPEasy_mega-20180915 all worked perfec...
by Mijn.Handen
03 Feb 2017, 14:29
Forum: ESP Easy: Projects / Applications
Topic: Help on rules with domoticz
Replies: 6
Views: 7173

Re: Help on rules with domoticz

on the PIR I have:
Device: switch input
pull up ticked
GPOI = 3
Switch Type: switch
Switch Button Type: Normal switch

So nothing special. no delays here.

MH
by Mijn.Handen
02 Jan 2017, 13:26
Forum: ESP Easy: Projects / Applications
Topic: My ESP Easy projects
Replies: 7
Views: 10401

Re: My ESP Easy projects

I like the wall dimmer a lot. Only thing i miss is the option to control the dimmer by a button. A simple pulse button might be enough short pulse is on/off, long pulse for dim level.
All for the famous WAF (Wife Acceptance Factor) and ease of control.

MH
by Mijn.Handen
28 Dec 2016, 21:04
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 187938

Re: H801 : RGB controller based on ESP8266 avalaible from China

yep you have to flash it with espeasy no extra plugin needed there are 4 pads on the board ... so I use the following script in domoticz for that local lights = { ['Aqua Dimmer R/W'] = {ip = '192.168.1.98', pin = '14', rgb = false}, ['Aqua Dimmer B/W'] = {ip = '192.168.1.98', pin = '4', rgb = false...
by Mijn.Handen
28 Dec 2016, 20:46
Forum: ESP Easy: Projects / Applications
Topic: Help on rules with domoticz
Replies: 6
Views: 7173

Re: Help on rules with domoticz

It was less simple that I expected. Had to create a dummy on device 3 and send "http://192.168.xx.xx/control?cmd=event,dimon" and "http://192.168.xx.xx/control?cmd=event,dimoff" and make rules to set the dummy. Could not find a direct HTTP command to set the dummy. but it works.....
by Mijn.Handen
28 Dec 2016, 08:13
Forum: ESP Easy: Projects / Applications
Topic: Help on rules with domoticz
Replies: 6
Views: 7173

Re: Help on rules with domoticz

I found this in the forum somewhere: http://www.letscontrolit.com/forum/viewtopic.php?f=6&t=1982&hilit=pir+reset+timer if i read this correctly I can do this on pir#Switch=1.00 do if dimon=0 do (if [dimon#light]=0 do ??? ) pwm,2,80,1000 timerSet 1,30 endon on Rules#Timer=1 do pwm,2,0,1000 en...
by Mijn.Handen
27 Dec 2016, 09:07
Forum: ESP Easy: Projects / Applications
Topic: Help on rules with domoticz
Replies: 6
Views: 7173

Help on rules with domoticz

Hi all, As we are all playing with the great ESPeasy software I am struggling with the rules. I am not a programmer and as there is hardly any documentation available I bumped into a dead stop. Would someone be able to help me out? In my believe in a domotica system all parts should work as much aut...