lynxcs / homebridge-ct200

Homebridge plugin for Bosch Easycontrol CT200
MIT License
21 stars 2 forks source link

Adding thermostat to apple home #7

Closed Matt6825 closed 2 years ago

Matt6825 commented 3 years ago

Hi. I’ve added the plug-in to my homebridge but can’t seem to get the thermostat to add to home kit? Any ideas?

lynxcs commented 3 years ago

Hello,

Have you tried scanning the qr code that shows up in the logs when booting? That sometimes makes missing devices reappear. If that doesn't work, double-check your configuration and post the homebridge logs here, might be a clue as to why it isn't showing up.

Matt6825 commented 3 years ago

Thanks for the reply. Every time I tried scanning the QR it said it wasn’t valid. Which QR do you mean, on the Thermostat?

Here’s a copy of my config;

{ "bridge": { "name": "Homebridge AD16", "username": "0E:C5:AC:1F:AD:16", "port": 51130, "pin": "247-89-007" }, "accessories": [ { "accessory": "EasyControl", "name": "Controller 1", "access": "qKx4 tWff Q9tg zinw", "serial": "101 147 513", "password": "", "zone": 1 } ], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "refreshToken": "eyJhbGciOiJIUzUxMiIsImprdSI6Ii9vYXV0aC9pbnRlcm5hbC9qd2tzIiwia2lkIjoiYzEyODEwMGIiLCJ0eXAiOiJKV1QifQ.eyJpYXQiOjE2MzQwNzMxMjcsImlzcyI6IlJpbmdPYXV0aFNlcnZpY2UtcHJvZDp1cy1lYXN0LTE6YWY2MWU1MjMiLCJyZWZyZXNoX2NpZCI6InJpbmdfb2ZmaWNpYWxfYW5kcm9pZCIsInJlZnJlc2hfc2NvcGVzIjpbImNsaWVudCJdLCJyZWZyZXNoX3VzZXJfaWQiOjIxMjAxMzg1LCJybmQiOiJoN2pwczJzS3Z4dm10QSIsInNlc3Npb25faWQiOiI0NWYxNzFkMy03OGRhLTRlNzUtOGZkMC01OWNjOGEzYTYwOTYiLCJ0eXBlIjoicmVmcmVzaC10b2tlbiJ9.ZexA82WoQ8KwcxXOoPQG2zf7N-u8qOfeXyBBdv3wjJNFWVmKk1vMWeO91jwSX4yk6aWKXF6FlI6ddBaEy3nczw", "platform": "Ring" } ] }

Matt.

On 10 Oct 2021, at 10:00, Domas K. @.***> wrote:

 Hello,

Have you tried scanning the qr code that shows up in the logs when booting? That sometimes makes missing devices reappear. If that doesn't work, double-check your configuration and post the homebridge logs here, might be a clue as to why it isn't showing up.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

lynxcs commented 3 years ago

Hi, you might want to remove the unrelated information (and the exact access and serial) from your comment. I'm not sure if it's compromising anything but it's certainly not necessary. When I said the QR code, I mean the one displayed in the homebridge logs (or 8 letter code, doesn't matter which). But I'm pretty sure that's not the problem. I see the issue. the configuration format is wrong:

lynxcs commented 2 years ago

Closing due to inactivity.