Page 1 of 1

Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 02 Oct 2017, 09:38
by grovkillen
I have created this blog where I will add more specific projects and not generic stuff regarding ESP Easy and the hardware it supports. I hope this can evolve into a Q&A for the blog.

https://testoftimes.com/2017/09/29/horm ... h-esp8266/

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 13:33
by jeroenterheerdt
Hi,

great project, thanks! I have a hormann garage door myself, which seems to use 868mhz remotes. What I did not catch from the blog post is how you communicate to the garage door motor itself, do you use the relays? or do you actually replicate and send the 868mhz (or other RF) signal?

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 15:08
by TungstenE2
great, so you use the new non-original remote to communicate to motor.
This is controlled by the ESPeasy, right? The 4 relais are used to 'press' the buttons on the remote.

Are you able to controll the status of the door? Open/Close?
I used an ultrasonic sensor to check the status. This is easy to use with ESPeasy and D1 mini.

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 15:10
by danmero
@grovkillen your project look over-complicated.
Base on Hormann ProMatic Series 3 page 25(but should apply to all) you can attach NO momentary switch to trigger the Open/Close action, no need to (re)program a spare remote control, no need for relay, just a small EL816 optocupler can do the job.
I did similar projects on different brands.

Just my opinion,

Regards,

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 15:59
by jeroenterheerdt
@danmero thanks for your reply and the link - I would like to use a 868mhz transreceiver to control the garage door. Any idea on how I would approach this?

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 16:29
by moebius
A little complicated solution, but well done and working :)

Really nice and interesting blog - keep it up!

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 18:33
by danmero
jeroenterheerdt wrote: 22 May 2018, 15:59 I would like to use a 868mhz transreceiver to control the garage door. Any idea on how I would approach this?
Always the question is Why?... you want to use this path.

Story: I was 600km away and a friend want to borrow a tool. I told him to go in front of my garage and call me to open the door.He call me, I open the door and guide him to find the tool. He ask me if I'm home (even if I told him before that I'll be away for the week) and was surprise that you can do that from anywhere since distance is irrelevant this days.

Regards,

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 19:13
by jeroenterheerdt
sure, fine - so what would be an alternative way?

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 20:08
by grovkillen
My unit did not have a connection for a simple NO. Only a flat cable to the membrane switch panel. So by using a cloner I could get away with it. So I understand your comments on "over complicated" but in reality it was the most straight line way to do it

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 20:11
by grovkillen
TungstenE2 wrote: 22 May 2018, 15:08 great, so you use the new non-original remote to communicate to motor.
This is controlled by the ESPeasy, right? The 4 relais are used to 'press' the buttons on the remote.

Are you able to controll the status of the door? Open/Close?
I used an ultrasonic sensor to check the status. This is easy to use with ESPeasy and D1 mini.
Yep, correct regarding the relay.

Regarding open close status. Another esp is doing that. It has a limit switch for the close status. And a rotary encoder for position if open.

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 22 May 2018, 22:56
by danmero
My unit did not have a connection for a simple NO. Only a flat cable to the membrane switch panel.
Can you post the model of your door control.
Regarding open close status. Another esp is doing that. It has a limit switch for the close status. And a rotary encoder for position if open.
I use the same NodeMCU, 2 NO contacts for Open/Close, one Dummy to hold the last state Open/Close and rules/timers to trigger the action.
- If both open and dummy value 1 , action closing.
- If both open and dummy value 0, action opening.
- If door close , dummy value 0, strobe off
- if door open , dummy value 1

For dual garage door, 2 controllers I use one NodeMcu, 4 door contacts, 2 LED strobe.

Regards,

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 08:06
by grovkillen
My model is SupraMatic E2

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 09:16
by danmero
SupraMatic E2 page 34 img 11 (best I can find) or from factory SupraMatic E3 page 24 img 12

Regards,

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 09:43
by grovkillen
Those terminals are not on my unit. I guess it's a cheap one?

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 10:48
by danmero
Do you have the original battery backup package?

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 12:45
by grovkillen
No not that I've seen.

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 13:35
by danmero
Take a look at this link

Regards,

Re: Private project [HÖRMANN REMOTE CONTROLLED GARAGE PORT CONTROLLED WITH ESP8266]

Posted: 23 May 2018, 14:44
by grovkillen
No I don't have that one.