homebridge-fritz icon indicating copy to clipboard operation
homebridge-fritz copied to clipboard

Failed to find plugin to handle accessory Thermostat … und Initializing FRITZ!Box platform accessories failed

Open tjdomsalla opened this issue 3 years ago • 0 comments

Hi,

ich benutze oznu/homebridge auf einem Synology-NAS. Aber nun habe ich Probleme mit dem homebridge-fritz–Plugin. Ich erhalte immer wieder diese Ausgabe:

``` [37m[10/29/2020, 9:36:41 PM] [39mLoaded plugin: [email protected] [37m[10/29/2020, 9:36:41 PM] [39mRegistering platform 'homebridge-fritz.FRITZ!Box' [37m[10/29/2020, 9:36:41 PM] [39m--- [37m[10/29/2020, 9:36:41 PM] [39mLoading 1 platforms... [37m[10/29/2020, 9:36:41 PM] [39m[36m[Asterix] [39mInitializing FRITZ!Box platform... [37m[10/29/2020, 9:36:41 PM] [39mFailed to find plugin to handle accessory Thermostat Schlafzimmer [37m[10/29/2020, 9:36:41 PM] [39mRemoving orphaned accessory Thermostat Schlafzimmer [37m[10/29/2020, 9:36:41 PM] [39mFailed to find plugin to handle accessory Thermostat Bad [37m[10/29/2020, 9:36:41 PM] [39mRemoving orphaned accessory Thermostat Bad [37m[10/29/2020, 9:36:41 PM] [39mFailed to find plugin to handle accessory Thermostat Flur [37m[10/29/2020, 9:36:41 PM] [39mRemoving orphaned accessory Thermostat Flur [37m[10/29/2020, 9:36:41 PM] [39mFailed to find plugin to handle accessory Thermostat Wohnzimmer [37m[10/29/2020, 9:36:41 PM] [39mRemoving orphaned accessory Thermostat Wohnzimmer [37m[10/29/2020, 9:36:41 PM] [39m[36m[Asterix] [39m[31mInitializing FRITZ!Box platform accessories failed - wrong user credentials?[39m [37m[10/29/2020, 9:37:01 PM] [39m[36m[Asterix] [39m[33mhomebridge-fritz is taking a long time to load and preventing Homebridge from starting.[39m [37m[10/29/2020, 9:37:21 PM] [39m[36m[Asterix] [39m[33mhomebridge-fritz is taking a long time to load and preventing Homebridge from starting.[39m …


Meine config.js sieht folgendermaßen aus:

{
  "bridge": {
    "name": "Homebridge",
    "username": "0E:B9:...",
    "port": 52055,
    "pin": "031-..."
  },
  "accessories": [],
  "platforms": [
       {
            "platform": "FRITZ!Box",
            "name": "Asterix",
            "username": "meinUName",
            "password": "daswolltihrgernewissen :)",
            "url": "https://192.168.99.1",
            "interval": 30,
            "concurrent": false,
            "devices": {
                "wifi": {
                    "name": "Asterix",
                    "display": false
                },
                "outlet-1": {
                    "TemperatureSensor": false
                },
                "repeater-1": {
                    "TemperatureSensor": false
                },
                "thermostat-2": {
                    "ContactSensor": true
                },
                "hidden-3": {
                    "display": false
                }
            },
            "options": {
                "strictSSL": true
            }
        }
    ]
}


Was übersehe ich?

Schönen Gruß,
  TJ

tjdomsalla avatar Oct 29 '20 20:10 tjdomsalla