Replies: 4 comments 1 reply
-
Hi, yes it really looks like this was lost in the multiple revisions. As alternative you can try the esphome port. This will give you the possibility to trigger an action on light switch. so you set the gpio output there |
Beta Was this translation helpful? Give feedback.
-
Hi, in my case I need that feature to actuate over an electric lock installed at the bottom of the door. Here the timing is critical, the relay must be activated before the door starts to move, otherwise will be blocked. The approach is to configure a pre-warning action in the menu 30 of the motor, saying that launch the signal 1s before the movement. I have managed to debug the messages within the code, but nothing seems to be sent by the motor... so I don't see how to catch the message and actuate over a digital signal in the HCPBridge board. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Some news about this topic I think I was able to interpret the Status of the option relay. I implemented it here as a binary_sensor who show it's state (see example yaml). The option relay can be configured on the motor to get activated as pre-warning for example to triggered your door unlock @fjaraujo . You cans also configure it to get activated with the light with the same or a different off timer. The binary_sensor( option relay or light) can then trigger a Relay. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? The original implementation https://github.com/hkiam/HCPBridge featured an relay to switch external lights. Unfortunately this feature is currently missing in your implementation.
Describe the solution you'd like Use a digital output to switch a relay simultaneously to the internal light of the motor to switch additional lights in the garage or driveway. Optimally use an LDR on an analogue input to switch on the external lights only when the ambient light is low. Input and output port should be made configurable in cofiguration.h.
Describe alternatives you've considered Use the MQTT output and a script to switch an Tasmota plug. This would require additional external hardware.
Additional context I don't use HomeAssistant and would prefer to have the relay integrated into the housing of my HCPbridge.
Beta Was this translation helpful? Give feedback.
All reactions