HI,
I use esp easy R120 then it will work fine.
you have to set on boot state pin mode 0,2,4,5 Output low
I try to use version 2.0.0 dev10 but that also not working fine because gpio 2 will never be in a low state.
the motor will only turn one way around.
Jeffrey
Search found 5 matches
- 02 Jul 2017, 07:19
- Forum: ESP Easy: Software
- Topic: GPIO-0 and software for NodeMCU Motor Shield
- Replies: 1
- Views: 2739
- 04 Sep 2016, 10:27
- Forum: ESP Easy: Software
- Topic: is it possible to configure more then one event in rules?
- Replies: 5
- Views: 4370
Re: is it possible to configure more then one event in rules?
Thanks both solutions work
martinus your solution saves a lot of karakters
thanks a lot
martinus your solution saves a lot of karakters
thanks a lot
- 02 Sep 2016, 18:53
- Forum: ESP Easy: Software
- Topic: dht11 can read in easy esp. but not in domoticz
- Replies: 4
- Views: 5546
Re: dht11 can read in easy esp. but not in domoticz
Hi, did you creat a dummy sensor in domoticz? please create a dummy device wit temp & hum. after that is done you have to look witch idx numer he has got this number you have to insert in de device idx in the ESP node check send data on and i hope you did configer your domoticz ip adres en port ...
- 02 Sep 2016, 17:23
- Forum: ESP Easy: Software
- Topic: is it possible to configure more then one event in rules?
- Replies: 5
- Views: 4370
Re: is it possible to configure more then one event in rules?
Hi,
Yes i tried that
On Clock#Time=All,08:00 do
test
endon
On Clock#Time=All,12:00 do
test
endon
on test do
Pulse,13,0,900
Pulse,13,1,2400
Pulse,13,0,900
Pulse,13,1,2400
endon
when i set even one endon in the list it will not work
without endon's it runs only the first time
thanks
Yes i tried that
On Clock#Time=All,08:00 do
test
endon
On Clock#Time=All,12:00 do
test
endon
on test do
Pulse,13,0,900
Pulse,13,1,2400
Pulse,13,0,900
Pulse,13,1,2400
endon
when i set even one endon in the list it will not work
without endon's it runs only the first time
thanks
- 31 Aug 2016, 15:25
- Forum: ESP Easy: Software
- Topic: is it possible to configure more then one event in rules?
- Replies: 5
- Views: 4370
is it possible to configure more then one event in rules?
Hi, it's possible to trigger one event once a day automaticly. i want to trigger the same event more then once a day in the rules (stand alone) i tried but i don't get it done On Clock#Time=All,08:00 do test On Clock#Time=All,12:00 do test on test do Pulse,13,0,900 Pulse,13,1,2400 Pulse,13,0,900 Pul...