jsmith
(Justin Smith)
March 8, 2024, 5:28pm
20
Its just the plugin for homebridge right?
Maybe this error means something?
Could not create mDNS advertisement. The HAP-Server won't be discoverable: Error: No such interface found
[3/7/2024, 9:53:06 PM] [Garage Doors] Restoring existing accessory from cache: Door 2
[3/7/2024, 9:53:06 PM] [Garage Doors] Restoring existing accessory from cache: Door 1
[3/7/2024, 9:53:06 PM] [Garage Doors] Restoring existing accessory from cache: Door 3```
Slowie
(David Wojcik)
March 13, 2024, 3:25am
21
Did you figure out how to get your HA to see the garage door? Mine isn’t finding it either
Klikini
(Andy Castille)
March 13, 2024, 3:56am
22
@Slowie and @jsmith : How are you two running HomeBridge? I’m running it in Docker with network mode = host and it worked fine for me.
nalin29
(Nalin Mahajan)
March 20, 2024, 1:07am
23
I can confirm homebridge works like a charm I used GitHub - davide125/hassio-addons: Personal repository for Home Assistant add-ons for maximum ease of use by running as a HASS add on!! Now can we just port the homebridge implementation to HA
Any update on the port to HA?
dljordaneku
(Darrell Lee Jordan)
April 16, 2024, 12:58am
25
Just that they are working on it. So. No.
Dj
Since this issue has frustrated me so much, I’ve started work as of yesterday on porting the homebridge-genie-aladdin-connect
plugin to a HACS integration.
It’s still a major WIP, and I don’t have an ETA for completion (sounds familiar, I know) but so far I’m able to authenticate and pull my devices and garage door names. Still to be done is actual sensors and control of the covers.
I’ll keep you all updated on my progress. Keep holding tight!
5 Likes
jsmith
(Justin Smith)
April 25, 2024, 5:14am
27
Sorry, I missed this reply.
HomeBridge is installed and running on my Synology
Hi all,
I’ve completed my initial port of the homebridge plugin for HACS!
v0.2.1 is the latest version that has sensor data, and works for opening and closing the door (at least from my devices and testing).
Instructions can be found in the repo. Please feel free to file issues and model name requests as necessary; I only have two of the same type of device to be able to test on, so user data would be great!
Happy HACSing!
Klikini
(Andy Castille)
April 30, 2024, 1:37am
29
Thank you so much for doing this! It works great with my opener (model “Ceiling Mount”…that’s all their app says too).
1 Like
dljordaneku
(Darrell Lee Jordan)
April 30, 2024, 9:28pm
30
Thanks. Got it installed.
dj
1 Like
jsmith
(Justin Smith)
May 2, 2024, 11:42pm
31
This worked for me as well… thanks @andyrak
kevin59
(KW)
May 3, 2024, 1:22am
32
Thanks so much! It’s silly but the ability to open/close my garage door was one of my favorite HA tasks. I have a zone based automation to open my door when I enter the zone if my door is closed. Man I missed having that.
Thanks so much for pointing to a temporary solution for this! Honestly I was afraid that Aladdin was pulling a MyQ on us but trying to act like they were updating their API until we all forgot about it.
Andy, thanks so much for your efforts on this. I installed it today and it works great. Here are some details of my Aladdin Connect: Model: ALDCM, IC: 2133A-ALDCM, MFG Date: 20211126D10206
zachrb11
(Zachrb11)
May 5, 2024, 4:42pm
35
Thank you! This worked great, really appreciate it!
dljordaneku
(Darrell Lee Jordan)
May 7, 2024, 8:06pm
36
Looks like there has been a pull request for the integration now.
home-assistant:dev
← Genie-Garage:aladdin-connect-api-ugrade
opened 04:26PM - 07 May 24 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a breaking change for existing users, it is important
to tell them what breaks, how to make it work again and why we did this.
This piece of text is published with the release notes, so it helps if you
write it towards our users, not us.
Note: Remove this section if this PR is NOT a breaking change.
-->
This should entirely replace the existing `aladdin_connect` component, which is as of now broken.
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
This is the official Genie garage integration, which will replace the existing broken integration.
## Type of change
<!--
What type of change does your PR introduce to Home Assistant?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New integration (thank you!)
- [ ] New feature (which adds functionality to an existing integration)
- [ ] Deprecation (breaking change to happen in the future)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
I have not made any attempt to deprecate or otherwise remove the existing `aladdin_connect` component. If you need assistance with this, just let me know the proper steps to take care of this. As of now, this PR simply adds the new working integration alongside the existing one.
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- Link to documentation pull request:
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [X] The code change is tested and works locally.
- [ ] Local tests pass. **Your PR cannot be merged unless tests pass**
**NOTE**: I am not able to run the tests locally, they all fail because of bad imports. I am not a Python developer and am having trouble figuring out how to fix this issue.
- [X] There is no commented out code in this PR.
- [X] I have followed the [development checklist][dev-checklist]
- [X] I have followed the [perfect PR recommendations][perfect-pr]
- [X] The code has been formatted using Ruff (`ruff format homeassistant tests`)
- [ ] Tests have been added to verify that the new code works.
**NOTE**: All testing was done manually with the external library
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [X] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [X] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
- [X] Untested files have been added to `.coveragerc`.
<!--
This project is very active and we have a high turnover of pull requests.
Unfortunately, the number of incoming pull requests is higher than what our
reviewers can review and merge so there is a long backlog of pull requests
waiting for review. You can help here!
By reviewing another pull request, you will help raise the code quality of
that pull request and the final review will be faster. This way the general
pace of pull request reviews will go up and your wait time will go down.
When picking a pull request to review, try to choose one that hasn't yet
been reviewed.
Thanks for helping out!
-->
To help with the load of incoming pull requests:
- [ ] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone+-status%3Afailure
<!--
Thank you for contributing <3
Below, some useful links you could explore:
-->
[dev-checklist]: https://developers.home-assistant.io/docs/development_checklist/
[manifest-docs]: https://developers.home-assistant.io/docs/creating_integration_manifest/
[quality-scale]: https://developers.home-assistant.io/docs/integration_quality_scale_index/
[docs-repository]: https://github.com/home-assistant/home-assistant.io
[perfect-pr]: https://developers.home-assistant.io/docs/review-process/#creating-the-perfect-pr
dj
2 Likes
gozasc
May 9, 2024, 11:11am
37
Has anyone gotten this integration working since this pull request? Mine failed to authenticate when I tried it this morning.
dljordaneku
(Darrell Lee Jordan)
May 10, 2024, 2:31am
38
Are you using the current integration? I don’t think it will work if you upgraded the app on your phone. The current integration uses the old API and the pull request is the official one that uses the new API.
Dj
gozasc
May 10, 2024, 8:13pm
39
Yep, got it figured out-- thanks!
One note: if I open the door via HA, then close it using my garage door opener or the wall control, it still shows open in HA. Hoping a future update will be able to poll the Aladdin service for open/closed status.