Hörmann Rollmatic v2 working like a charm! #38
phil-jas
started this conversation in
Show and tell
Replies: 1 comment
-
Hello @phil-jas , best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently a Hörmann Rollmatic v2 garage door was installed and since I wanted to control it via Home Assistant, I gave this project a try - hardware setup (ESP32 + DC-DC + RS485) and code (from dev branch) worked like a charm!
@Gifford47 while implementing this project, I collected some useful information which might be added to the readme.md, in case someone else with Rollmatic v2 would give it a try.
Compatibility:
Procedure to perform a bus scan for Rollmatic V2:
Hardware part:
Programming:
Troubleshooting Error "04":
Hörmann Rollmatic v2 uses HCP2-Bus which requires external modules to be registered and unregistered via bus scan. Error "04" shows up when you want to drive the door, but the registered external module was removed without performing a bus scan afterwards. The door will not drive until the issue is solved.
This can be archieved by Powering off the door, re-attach the external module and power on again.
Or by performing a complete factory reset of the Rollmatic v2.
Unfortunately a simple un-registration of a registered (but non working or non-attached module) seems not possible since in my case, Error "04" prevents access to the programming menu after powering on...
Best regards,
Phil
Beta Was this translation helpful? Give feedback.
All reactions