Garage door does not open/close
Closed this issue · 1 comments
Describe The Bug:
When I click 'Garage Door' in Home, the door does not open or close. The app spins as though it is trying to open the door, then a notification pops up and says the door was opened, then another notification says the door was closed. The door does not move at all.
To Reproduce:
I do not know. I installed the plugin from the UI and used my login credentials.
Expected behavior:
The door opens and closes when tapped.
Logs:
[12/21/2021, 8:55:09 PM] [Garage Door] Command to run: open
[12/21/2021, 8:55:11 PM] [Garage Door] Set Garage Door to open
[12/21/2021, 9:04:53 PM] [Garage Door] Command to run: open
[12/21/2021, 9:04:55 PM] [Garage Door] Set Garage Door to open
Plugin Config:
"name": "Garage Door",
"status_update_delay": "15",
"poll_state_delay": 15,
"accessory": "AladdinConnectGarageDoorOpener",
"_bridge": {
"username": "XX.XX.XX.XX.XX.XX",
"port": 30257
Environment:
- Plugin Version: 1.0.5
- Homebridge Version: 1.3.8
- Node.js Version: v16.13.1
- NPM Version: v8.1.2
- Operating System: Says Ubuntu Bionic Beaver (18.04.6 LTS), is actually OMV 5.6.21-2
Hey @JoshuaMunoz, the plugin you are using is homebridge-aladdin-connect-garage-door and not this one. That said, I actually created this one due to the instability issues I had using it. You can try out my plugin by installing homebridge-genie-aladdin-connect
instead and putting the following in your config:
{
"platforms": [{
"platform": "GenieAladdinConnect",
"name": "Garage Door",
"username": "<email>",
"password": "<password>"
}]
}
Hope it works out and feel free to reach out if you have any other issues.