Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use this library on custom built HCPBridge #13

Open
Knuppel1983 opened this issue Dec 27, 2024 · 3 comments
Open

Use this library on custom built HCPBridge #13

Knuppel1983 opened this issue Dec 27, 2024 · 3 comments

Comments

@Knuppel1983
Copy link

Knuppel1983 commented Dec 27, 2024

I had this working setup connected through MQTT, and tried your ESPHome version. Was hoping it would work out of the box, but it doesn't. What happens is the ESP32 boots (light on), then goes off. The Hormann stops providing power after 1 or 2 seconds. I'm guessing it needs some kind of feedback to keep the power on.

Is it possible to use your version on below setup, if yes what do i need to adapt? I've already tried rx_pin, tx_pin and changed the board to esp32dev.
https://github.com/hkiam/HCPBridge?tab=readme-ov-file

image

@14yannick
Copy link

Looks like an error in the tx an rx pin settings. What setting where you using in the mqtt version. Which board do you have exactly and to which pin you have connected you rs485. Can you share your yaml.

@Knuppel1983
Copy link
Author

Knuppel1983 commented Dec 27, 2024

Nevermind. Have it working now! Combination of loose dupont cable and fiddling with these settings. :-)
Will solder all together. Thanks for the great work.

hcpbridge:
is_connected: # Sensor to display the connection status to the motor
name: "HCPBridge Connected"
rx_pin: 16 # optional, default=18
tx_pin: 17 # optional, default=17

@14yannick
Copy link

Nice that you get it working. If you are interested of some additional features of the HCP bridge you can have a look on my fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants