OpenGarage › Forums › Hardware Questions › Relay – High on boot?
- This topic has 7 replies, 3 voices, and was last updated 5 years, 2 months ago by abdallas.
-
AuthorPosts
-
January 2, 2019 at 9:38 pm #1374
tekbar7522ParticipantHello,
I have flashed a esp8266 with opengarage, hooked up the distance sensor and relay, and I noticed that when the power is connected, the relay turns on. When I reset the power (to simulate a power outage), it disconnects the relay. When the power comes back on, the relay turns back on. Shouldn’t it be the other way around where the power and the relay is switched off all the time, unless I push the button to open/close the garage?I tried changing the GPIO pin to different pins (and re-compiled the firmware) to see if its related to the board or pinout, and it was the same scenario.
Is this the way that it is expected to work? I havent hooked it up to a garage door opener yet, and just testing before installing it in my garage. The way it looks like it will work if there is a power flicker, it will flip the relay off and then on, which would simulate a button press which would open the garage.
January 3, 2019 at 12:24 am #1375
RayKeymasterThis depends on what kind of relay you have. Some relay modules are active low, so if the control signal is low, it activates the relay.
January 3, 2019 at 8:59 am #1381
tekbar7522ParticipantThanks for your quick reply. So the signal is actually low coming off the board during boot, right? In that case, I will order a relay that is active on high, and test again.
What is the best way of testing with a multimeter if it is high or low?
January 3, 2019 at 9:20 am #1382
RayKeymasterYes, OpenGarage uses active high logic, signal is low at resting state.
January 3, 2019 at 10:20 am #1383
tekbar7522ParticipantThank you Ray. I just tested it by hooking up a multimeter to the nodemcu, and it stays at 0v (even when I reboot it). The volts only go up when I switch the door open/closed.
I will order a relay that activates on high. Thanks for your help.
August 4, 2019 at 2:25 pm #1834
abdallasParticipantI think I am having the same problem you did. Which relay module did you order?
Thank you.August 4, 2019 at 4:47 pm #1836
RayKeymasterEither get a active-high relay, or, if you have an active-low relay — every relay has a normally open (NO) pin and normally closed (NC) pin. Just use the NC pin, that will reverse the logic.
August 4, 2019 at 9:09 pm #1838
abdallasParticipantTried that but during a power reset the relay trips which will cause the garage door to open. Will need to find an active high relay.
-
AuthorPosts
- You must be logged in to reply to this topic.
OpenGarage › Forums › Hardware Questions › Relay – High on boot?