Nuki einrichten mit pi3 aber wie config.jason Probleme

  • hallo

    ich bin echt am verzweifeln, ich bekomme es einfach nicht zum laufen mein nuki und homekit


    ich habe ein roomba der klappt auch nur leider weiss ich nicht wie ich es eintragen muss



    hier wie ich es probiert habe


    {

    "accessories": [{

    "accessory": "Roomba",

    "dock_on_stop": "true",

    "192.168.xxx.xx": "xxx.x.x.x",

    "name": "Robby"

    }],

    "bridge": {

    "username": "CD:22:3D:E3:CE:32",

    "name": "Homebridge",

    "pin": "xxx-xx-xxx",

    "port": xxxxx




    {

    "platforms": [{

    "platform": "NukiBridge",

    "bridge_url": "your-nuki-bridge-url",

    "api_token": "your-nuki-api-token",

    "request_timeout_lockstate": 5000, // (in ms, optional, default: 5000)

    "request_timeout_lockaction": 30000, // (in ms, optional, default: 30000)

    "cache_directory": "./.node-persist/storage", // (optional, default: "./.node-persist/storage")

    "webhook_server_ip_or_name": "xxx.xxx.xxx.xxx", // (optional)

    "webhook_port": 51827, // (optional, default: 51827)

    "lock_state_mode": 0, // (see below, optional, default: 0)

    "add_maintainance_buttons": false, // (optional, default: false, if set to true, than three switches will be added as accessory to do reboot, firmware update, and to refresh all locks state)

    "locks": [{

    "id": "your-lock-nukiid",

    "name": "Front Door",

    "usesDoorLatch": true, // (default: false)

    "priority": 1 // (optional, default: 99 [locks with higher priority {lower number} will be proccessed first])

    }]

    }]

    }



    aber ich bekomme immer ein Fehler

    ich bin über diese Seite gegangen


    https://jsonlint.com


    aber dadurch werde ich nicht schlauer


    kann mir bitte jemand sagen wo der Fehler is, oder die Sache so schreiben das es klappt. die passenden Daten hab ich das kann ich dann anpassen, aber die anderen Sachen leider nicht


    bitte um Hilfe