Search found 5 matches

by Multimull
07 Apr 2022, 10:31
Forum: ESP Easy: General Discussion
Topic: Help needed on automated curtain project
Replies: 11
Views: 18274

Re: Help needed on automated curtain project

have a look at the new PWM motor control plugin!
You can define end switches etc, works with H-bridge or relais and also rotary encoder for position control!
by Multimull
17 Nov 2020, 16:29
Forum: ESP Easy: General Discussion
Topic: servo rules
Replies: 46
Views: 33392

Re: servo rules

First simple test looks good! Rule below is functioning OK.
Will test in more extend next few days and will report back! Thx TDer for the quick response and providing the .bin files on short notice!

Code: Select all

On Switch#State Do
 if [Switch#State]=1
  Servo,1,4,30  
 else
  Servo,1,4,60  
 endif
EndOn
by Multimull
16 Nov 2020, 20:30
Forum: ESP Easy: General Discussion
Topic: servo rules
Replies: 46
Views: 33392

Re: servo rules

Hi Tder Right....Ive spend quite some time downloading and searching for an up to date NORMAL build...so now I know why...,;-) Any idea where & when there will be a normal version available? Ive been diving into ESPeasy for a few weeks now since you helped me to get the flashing right, and now I...
by Multimull
15 Nov 2020, 23:39
Forum: ESP Easy: General Discussion
Topic: servo rules
Replies: 46
Views: 33392

Re: servo rules

hi Guys, I am tinkering to get a servo up&running, but Ive read that in the latest custom build no Switch plugin is compiled; all the Dropbox links to compiled versions WITH the switch/servo plugin are gone... I juist upgraded to: ESP_Easy_mega_20201102_custom_ESP32_4M316k But in the log I get m...
by Multimull
24 Oct 2020, 16:51
Forum: Introduce yourself
Topic: Hi from Holland (Friesland)
Replies: 2
Views: 5952

Hi from Holland (Friesland)

hi Everyone, I just started reading myself through all the info to get started with ESPeasy ASAP. I have prevouisly build lots of nodes based on Arduino /MySensors and this is working well so far in my OpenHab setup. I want to investigate if I should move towards ESPeasy because MySenors community i...