-
Notifications
You must be signed in to change notification settings - Fork 4
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
Buderus KM100 can't connect #41
Comments
Which error are you receiving, specifically? I can't remember if the KM100 uses the same protocol as the Easy. |
I get this message Error: Unhandled error. ('XMPP authentication failure') |
Its hard for me to understand how the set serial, Accesskey, and password Or if KM100 is supported at all |
XMPP authentication relies on the serial number and access key, not the password. For Nefit, the serial number consists of 9 digits and the access key of 16 characters (without any hyphens, Both values can be found on the packaging of the device, and/or on the device itself. I also don't know if the KM100 is supported, at least by the Nefit Easy driver. There's also a more generic module, |
Okay I guess it doesn't to I get this correct for bosch-xmpp I would need to setup home assistant which I then can connect to HomeKit |
HI,
I have a Buderus KM100, as I understand Nefit would be the protocol that should work but what ever I try I can't seem to looking. I tried Variations for logging in.
I tried like this
"accessories": [
{
"accessory": "NefitEasy",
"name": "thermostaat",
"options": {
"serialNumber": "XXX XXX XXX",
"accessKey": "XXX-XXX-XXX-XXX",
"password": "Bosch ID PW also tried Device PW"
}
}
],
I tried like this
"accessories": [
{
"accessory": "NefitEasy",
"name": "thermostaat",
"options": {
"serialNumber": "XXXXXXXXX",
"accessKey": "XXXXXXXXXXXX",
"password": "Bosch ID PW also tried Device PW"
}
}
],
Would be great If somebody can give me some ideas what to do here
The text was updated successfully, but these errors were encountered: