Hörmann garage door via MQTT

Hello, possible having your Yaml Code for this automation?

Hi @MaXX99

I also have a 545. Have you been able to integrate it into Home Assistant?

If so, how?

Thanks

Just had a look, my board works on the A545 with the Series 4 version in my shop, not all functions work but the basic ones like open/close etc. do work fine.

Hi! I bought a Tynet board some time ago and everything is working fine (ESP Home, liftronic 700-II). Thank’s for this great project! :slightly_smiling_face:
Now, I like to add a light barrier to a) realize an unattended automatic close and b) give a visual feedback on a signal light, when the car left the door area for an easier parking process in my narrow garage.
Now the question: Would the Tynet board report the status of the Hörmann EL201 light barrier connected to the liftronic or do I need a separate Home Assistant compatible light barrier to get the signal light working?
Maybe connected to the board’s GPIO and powered by the liftronic?

Happy it works for you :slight_smile: The Light barrier status will not be send over the Bus from what i know, so no chance to display it in HA sadly.

Too bad, but ok. Thank you for the clarification!

Great, thank you!

Would it also work with the WA 300 S4?

If so, I’ll order 2 directly :slight_smile:

Wait, were you answering @mghussi about the A445 or myself about the 545?

The A545 works with my board, the WA300 doesen’t sadly because it uses a different BUS System.

Use Lock function as on the Impuls button IT.
My Hormann Supramatic E4 is just installed.
I ordered a Tysonpower module in the shop.

The Garage door is installed in a holiday house.
The technician showed me that on the Impulse button IT there is a Lock to disable the remote control use.
This function is ideal when we are not in the house.
I use Home assistant for other automations.

Is there a way to use this Lock function with your HCP bridge?

There no lock function over Home Assistant, make sure your wifi is secured by a good password, that should be fine :slight_smile:

Hello,

I received the card a few weeks ago and tried to install it yesterday, but without success.

I’m hitting a wall right at the start of the setup process. I apologize for the trouble, as it seems other users aren’t having these same issues.

I have 4 questions that should help me move forward:

  1. Initial Setup: I can connect to the card and access the settings via the HCPBRIDGE network at http://192.168.4.1/. However, after entering my Wi-Fi SSID and password and submitting the form, the card doesn’t seem to connect to my home network. I still have to use the HCPBRIDGE AP to access the settings. How can I resolve this?
  2. Login Credentials: During my attempts, I set the “WEB UI / Web Password.” Now, the interface is asking for both a username and a password. What username should I use, since I only configured a password?
  3. Wi-Fi AP: If I uncheck the “Enable Wi-Fi AP” box, will I lose access to the settings page entirely if something goes wrong?
  4. Protocol: Is communication exclusively via Wi-Fi, or is Zigbee also supported?

Thank you in advance for your help! :slight_smile:

Please send me an email to [email protected] so i can give you better support.

In general the setup should work as you tried it, are you using a good usb-C power?

The user if you set a web password is admin.

Yes if you disable the Ap you will not have access to it anymore if it’s not conected to your wifi.

Communication is WIFI only.

regards,
Manuel

Thank you very much for the support! It helped a lot. I could have sworn I’d already tried that login, but when I gave it another go after your message… it worked! I still have a few minor questions, so I’ll send you an email in a couple of days.

Hi, this project looks great! Do you know if it will work on the Tubauto (Hörmann brand in France) ProCom 20-4? I can’t find out which series this corresponds to. I would like to be sure before ordering it.

Thank you!

Just had a quick google, it should work with my Series 4 Adapter, seems to be Supramatic 4 from Hörmann just with a different label.

I’m about to get a Hormann door with ProMatic 4 installed. The installer is offering to fit the Meross MSG100.

I am assuming your adapter is a better option but I can’t quite see how, just wondered if you could advise.

I’d much rather support your project!

Just had a quick look, looks to me like a simple open/close button that has wifi, so nothing compared to our project here that can show you in which state the door is directly from the motor and other stuff over the Hörman HCP Port.

So to compare it, the meross just triggers the motor to open and close, it has no data communication with the hörmann door. My Board uses the BUS port to communicate with the motor so you can set it to a specific percentage open and other stuff.

I have that, came with BT and wifi.

I bought tys board for the v4 and flashed esphome, set the config. When my door was installed i did the program trigger and it was picked up right away. Let it relearn the up and down and done. 45 minutes total time but i have decent HA, esp and general IT knowledge but it was painless.

You can @ me if you need help

Hi everyone,

Thank you all for the great project!

I used the Tysonpower project on github and set it up as described in Home Assistant with the ESPHome builder. For the board I used an ESP32-S3-ETH (Waveshare) because I wanted to use ethernet instead of Wi-Fi.

Everything went smoothly. The module connects in Home Assistant but I cannot get a connection with the ProMatic 4.

Does someone know if this is a UART related problem?

Unfortunately the log doesn’t show anything about the UART or hcpbridge. I used the standard GPIO17 and GPIO18 Pins and wired everything as described. During a bus scan the LEDs on the RS485 module stay off. When I change A and B only the RX LED lights up (solid) for a few seconds during the scan.

I am not sure if this is due to an incompatibility of the board I use or something else. Someone wrote about using a specific UART but I read that “Any pair of GPIO pins can be used, as long as they support the proper output/input modes."

Did you do the BUS scan?

See here - HCPBridgeMqtt_tynet/docs/getting_started_prebuilt_pcbs.md at a8e76ed456e9d58a3fd7031c338ecc688434bc1d · Tysonpower/HCPBridgeMqtt_tynet · GitHub