-
Notifications
You must be signed in to change notification settings - Fork 3
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 Opener opening… #4
Comments
Yes, I'm seeing this too Glenn. Here's what I see in the logs:
|
Thanks - it was the last device I added support for - and obviously didn’t finish it. Although - I think what you are seeing is a different error, altogether. What is the device that you are trying to control? If it doesn’t support turnOn/turnOff - then Garage Door controller, or Switch, or Lightbulb won’t work. Can you post the print out of the python reference for the device? |
|
What actual hardware device is it? I’ll have to format that output to make sense of it… when back at PC May need to have custom support for it - or use a Masquerade Relay device or Virtual device in place for usage. Found with a better look: |
Yes, sorry. It's an Insteon GarageLinc controller. |
Sounds like that should be supported as a GarageDoor…. Insteon never been available in this country (I believe) so hence supporting not easy. Could Masquerade it (and that may need to be answer for some cases) |
HomeKit Bridge did support this, so I know it's possible. Let me know how I can help provide any additional details. |
Well - anything is possible - and indeed this version is far more open than previous (in that ANY sensor device can be supported) For interests sake - how do you get Indigo to open Garage Door? |
Yep - saw it was a MultiIO device - not one I have. But as it is Indigo - based on those principles I wrote - should try to support it natively. |
In the case of GarageLinc, it is always 1. I think the GarageLinc is a special case of the IOLinc which can handle more than one binary output control. |
Great - that’ll make it easier |
Try 0.2.24+ Latest Version Although doesn't seem plain sailing for prior: |
Just tried it, getting this: May 6, 2022 at 9:58:10 AM |
Thanks - i think that is a typo - quick fix coming I’m am trying to find a virtual device,or SDK to mimic a multiIOdevice to aid in this… no luck as yet. |
Thanks.I just installed the new version. Different error in the log: HomeKitLink Siri Error Error in setter callback |
Update: I changed index=1 to index=0 for both cases on lines 1867 and 1869, and it works! |
Thanks will update and check the device update code as well (this is the bit that updates HomeKit all when device is changed in indigo) Apparently this is a legacy device type that indigo has been thinking of deprecating in favour of relays. |
Should be fixed in latest. Also I believe I have fixed the opening… closing.. pending bit that was the issue I was seeing |
Yep, just grabbed it. Nice work, Glenn. I've been running your plugin in a separate home from the HomeKit Bridge for testing. It's time to abandon HomeKit Bride, I think! |
On startup of HomeKit app.
Likely getter issue - Garage door remains Opening…
The text was updated successfully, but these errors were encountered: