derek-miller / homebridge-genie-aladdin-connect

Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
https://www.npmjs.com/package/homebridge-genie-aladdin-connect
Apache License 2.0
29 stars 5 forks source link

Garage door does not open/close #1

Closed JoshuaMunoz closed 2 years ago

JoshuaMunoz commented 2 years ago

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:

derek-miller commented 2 years ago

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.