Describe the bug
When using the Homebridge Broadlink RM plugin with the garage-door-opener accessory, the plugin only sends the open or close signal without sending the stop (lock/unlock) signal first. This causes the garage door to not operate correctly since it requires a stop command before open or close.
To Reproduce
Steps to reproduce the behavior:
Add the garage-door-opener accessory to Homebridge.
Use the Home app to send an open or close command to the garage door.
Observe that the stop signal is not sent before the open or close command.
The garage door does not operate correctly.
Expected behavior
The Broadlink RM plugin should send the stop signal first, followed by the open or close signal when using the Home app.
Describe the bug When using the Homebridge Broadlink RM plugin with the garage-door-opener accessory, the plugin only sends the open or close signal without sending the stop (lock/unlock) signal first. This causes the garage door to not operate correctly since it requires a stop command before open or close.
To Reproduce Steps to reproduce the behavior:
Expected behavior The Broadlink RM plugin should send the stop signal first, followed by the open or close signal when using the Home app.
Relevant Logs:
Expected behavior The Broadlink RM plugin should send the stop signal first, followed by the open or close signal when using the Home app.
Additional context Using separate switches for open, close, and stop, the garage door operates correctly. Specifically:
However, using the garage-door-opener accessory does not send the stop signal before open or close.