You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,31 @@ plugin allows you to access your <a href="https://august.com">August</a> & <a hr
40
40
- Yale Assure Lock 2 (YDR410)
41
41
- Yale Assure Lock SL (YDR256)
42
42
43
+
## Troubleshooting
44
+
45
+
### Lock is detected but doesn't appear in HomeKit
46
+
47
+
If you see "Total August Locks Found: 1" in the logs but your lock doesn't appear in HomeKit, it's likely because your August lock already has HomeKit enabled. Pro models often have this enabled by default.
48
+
49
+
**Solution:** Add the following to your device configuration:
50
+
```json
51
+
{
52
+
"name": "August",
53
+
"platform": "August",
54
+
"credentials": { ... },
55
+
"options": {
56
+
"devices": [
57
+
{
58
+
"lockId": "YOUR_LOCK_ID",
59
+
"overrideHomeKitEnabled": true
60
+
}
61
+
]
62
+
}
63
+
}
64
+
```
65
+
66
+
You can find your lock ID in the Homebridge logs.
67
+
43
68
## Thanks
44
69
45
70
Thank you to [hufftheweevil](https://github.com/hufftheweevil) for the [august-api](https://github.com/hufftheweevil/august-api) module.
0 commit comments