andig / homebridge-fritz

Homebridge platform for Fritz!Box router and supported DECT devices
MIT License
74 stars 22 forks source link

Cannot login, only get a message stating "Initializing FRITZ!Box platform accesories failed - wrong user credentials? #151

Closed bjoerneric1979 closed 3 years ago

bjoerneric1979 commented 3 years ago

folgende einstellungen habe ich im Config File:

    { 
        "platform": "FRITZ!Box",
        "name": "FRITZ!Box",
        "username": "******",
        "password": "xxxx",
        "url": "http://fritz.box",
        "interval": 60,
        "concurrent": true,
        "devices": {
            "wifi": {
                "name": "Guest WLAN",
                "display": true
            }
        },
        "options": {
            "strictSSL": false
        }
    }