tonesto7 / homebridge-smartthings

SmartThings Homebridge Plugin
385 stars 770 forks source link

Garage door not being found by Homebridge #428

Open Manav-Seth opened 3 years ago

Manav-Seth commented 3 years ago

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 commented 3 years ago

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

slider162 commented 3 years ago

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 commented 3 years ago

Can confirm having the same issue.

0theless commented 3 years ago

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 commented 3 years ago

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!!!!