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

Garage Door will not open #3

Closed
Boostdn opened this issue Jan 21, 2022 · 2 comments
Closed

Garage Door will not open #3

Boostdn opened this issue Jan 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Boostdn
Copy link

Boostdn commented Jan 21, 2022

Describe The Bug:

I use the home app to open the garage door and it never opens. it shows that it is opening but then it goes back to closed.

To Reproduce:

open the home app and click on the garage door to open. will start the request but will never actually open and then shows the garage door closed.

Expected behavior:

garage door should open.

Logs:
1/21/2022, 3:00:30 PMAladdin Connect Garage Door Bridge starting
1/21/2022, 3:00:36 PMAladdin Connect Garage Door BridgeLoaded plugin 'homebridge-aladdin-connect-garage-door'
1/21/2022, 3:00:36 PMAladdin Connect Garage Door BridgeLoading 1 accessories...
1/21/2022, 3:00:36 PMAladdin Connect Garage Door BridgeBridge is running on port 51826.
1/21/2022, 3:01:58 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)
1/21/2022, 3:02:00 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)
1/21/2022, 3:02:22 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)
1/21/2022, 3:02:22 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)
1/21/2022, 3:02:32 PMAladdin Connect Garage Door BridgeGarage DoorCommand to run: open
1/21/2022, 3:02:33 PMAladdin Connect Garage Door BridgeGarage DoorSet Garage Door to open
1/21/2022, 3:02:43 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)
1/21/2022, 3:03:05 PMAladdin Connect Garage Door BridgeGarage DoorState of Garage Door is: STOPPED (sent CLOSED)

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

  • Plugin Version:
  • Homebridge Version:
  • Node.js Version:
  • NPM Version:
  • Operating System:
@Boostdn Boostdn added the bug Something isn't working label Jan 21, 2022
@derek-miller
Copy link
Owner

Hey @Boostdn, 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>"
  }]
}

One caveat though is that the Genie api that backs this plugin and the plugin you are using now is being deprecated and may not work for you depending if you door is affected. You can follow along with #2 as I am working on a fox there.

@Boostdn
Copy link
Author

Boostdn commented Jan 22, 2022

I installed it then added the bridge on the home app. i do not see any accessories come up on hoobs or the home app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants