-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 device stopt working #20
Comments
Very strange, especially since you're getting a message about the accessory not being suitable. You should probably consider resetting Homebridge. |
That was not the answer i hoped for :) |
I understand, but I don't see an obvious reason why a device would suddenly stop working, and with the error that you're getting, which all points to an issue between HomeKit and HomeBridge, and not necessarily this plugin. You could start and try to remove the directories FWIW, my personal experience is that third-party HAS implementations like Homebridge tend to be relatively unstable. I've used Homebridge myself for a few years, and although it has been functioning properly for a good while now, initially I had similar issues like you have: accessories that would disappear or become unresponsive, especially after adding/changing the Homebridge configuration. Right now I'm working on a HomeKit-related project for another device, also using a third-party HAS implementation ( |
Hi There,
For a while now my KaKu plugin worked really wel.
But now i cant get 1 of the items to work, the problem is with the subwoofer.
(wich i turn on and of trough homebridge with Kaku)
I see the item in homekit but it mentions that this accessoire is not suitable for the home app (when for an examples the commode item does work!
this is what i have in my config:
{
"platform": "KlikAanKlikUit",
"driver": {
"type": "rpi",
"pin": 11
},
"accessories": [{
"name": "Warmtedeken",
"type": "Switch",
"address": "B",
"device": "1"
}, {
"name": "Keuken",
"type": "Lightbulb",
"dimmable": true,
"address": 12345,
"device": "1"
}, {
"name": "Commode",
"type": "Switch",
"address": "A",
"device": "1"
}, {
"name": "Subwoofer",
"type": "Switch",
"address": "C",
"device": "1"
}]
}],
The text was updated successfully, but these errors were encountered: