Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Garage door not being found by Homebridge #428

Open
Manav-Seth opened this issue Apr 2, 2021 · 5 comments
Open

Garage door not being found by Homebridge #428

Manav-Seth opened this issue Apr 2, 2021 · 5 comments

Comments

@Manav-Seth
Copy link

For some reason, my garage door disappeared from homebridge. Things were working fine a few days back, I dont remember if I did anything.

@Manav-Seth
Copy link
Author

Let me know what all information will be needed to help me, thanks so much.

@slider162
Copy link

Same issue. It was working a couple of weeks ago and it just stopped working. At the time, it showed 1 garage door, but Define Device Types > Garage Doors was greyed out. I started from scratch and reloaded everything. I can get a light added for a test, but garage doors is still greyed out showing zero. Garage Door works just fine through ST.

@cri5py
Copy link

cri5py commented Apr 15, 2021

Can confirm having the same issue.

@0theless
Copy link

0theless commented Apr 23, 2021

I was able to fix the issue by going into Smarthings IDE > My SmartApps, Editing the tonesto7 : Homebridge v2, and changing the line 207 of code from

input "garageList", "capability.garageDoorControl"

to

input "garageList", "capability.DoorControl"

Click Save
Click Publish > For me

Reading the documentation from Smartthings, it seems they deprecated garageDoorControl in favour of DoorControl.

See more info here: https://docs.smartthings.com/en/latest/capabilities-reference.html

@slider162
Copy link

I was able to fix the issue by going into Smarthings IDE > My SmartApps, Editing the tonesto7 : Homebridge v2, and changing the line 207 of code from

input "garageList", "capability.garageDoorControl"

to

input "garageList", "capability.DoorControl"

Click Save
Click Publish > For me

Reading the documentation from Smartthings, it seems they deprecated garageDoorControl in favour of DoorControl.

See more info here: https://docs.smartthings.com/en/latest/capabilities-reference.html

Confirmed, working again. THANK YOU!!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants