Search found 8 matches

by xxx_turbo_xxx
17 Jun 2021, 08:06
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Re: Door control not working propperly

Update: Don't want to be too excited already but until now it works flawlessly! Hope it will remain like this :D

Thanks guys!
by xxx_turbo_xxx
16 Jun 2021, 10:19
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Re: Door control not working propperly

I just flashed the recommended bin. Let's see if it helps

Thanks again for your quick reply!
by xxx_turbo_xxx
16 Jun 2021, 07:46
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Re: Door control not working propperly

So it looks like it stays stable either on 1 or on 0! Thanks for your help so far... But... I recognised a second issue. The controller hangs/crashes from time to time. I guess it is due to the fact that the WIFI connection is pretty poor. I'm sending the states via MQTT to a Raspi to log the data i...
by xxx_turbo_xxx
15 Jun 2021, 10:04
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Re: Door control not working propperly

Forgot to mention that dte toggle between 0 and 1 from the reed is approximately within 15 zo 20 sec.
by xxx_turbo_xxx
15 Jun 2021, 10:01
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Re: Door control not working propperly

Thanks for your quick reply! Reading your answer I would guess the problem might be caused by the fact that I did not install any resistors (due to missing knowledge). My layout looks like this. I havent found the wemos motor shield in the library but I hope you can understand it anyway! shematics.J...
by xxx_turbo_xxx
15 Jun 2021, 08:32
Forum: ESP Easy: Projects / Applications
Topic: Door control not working propperly
Replies: 12
Views: 11939

Door control not working propperly

Hi everybody, I have a problem which is driving me crazy! I have a "chicken house" with an automated door. It is pretty simple but for whatever reason it does noct work reliable! Huehnerklappe_Schema.JPG Code: // 0=aktiv, 1=inaktiv On System#Boot do GPIO,3,1 // G3: Taster_Stopp aus GPIO,12...
by xxx_turbo_xxx
12 May 2021, 18:47
Forum: ESP Easy: Hardware
Topic: Buzzer tone off
Replies: 3
Views: 6255

Re: Buzzer tone off

Sure... This was a try. But after playing the melody there is a continious beep. When I put the GPIO,16,1 in the en at least the sound stops but in between the melody all the brakes in between are with tone instead of silence. On System#Boot do rtttl,16:d=4,o=5,b=112:8a,8a,a,8a,8a,a,8a,8c6,8f.,16g,2...
by xxx_turbo_xxx
12 May 2021, 17:11
Forum: ESP Easy: Hardware
Topic: Buzzer tone off
Replies: 3
Views: 6255

Buzzer tone off

I just made e rule whch plaes a sound via RTTTL on a buzzer board. My proble is tht after finishing the sound the buzzer plays an endless tone instead of being quiet. How can I programm the rule to do so?

Thanks for your help in advance!