Hello,
I have installed HomeAssistant on my Synology NAS as Docker.
The setup worked fine and I found many things like IKEA or Hue.
Unfortunately I can’t manage to include my Nuki Bridge.
I am sure that I am using the correct data, but I always get the message: Invalid authentication.
I have enabled the API in the app.
Do you guys have any ideas?
From Synology via SSH I ran the following command:
curl http://10.83.10.240:8080/info?token=V47V2i
And receive this answer:
{"bridgeType": 1, "ids": {"hardwareId": ***, "serverId": ***}, "versions": {"firmwareVersion": "2.10.4", "wifiFirmwareVersion": "2.2.0"}, "uptime": 1284, "currentTime": "2021-12-02T18:43:13+00:00", "wlanConnected": true, "serverConnected": true, "scanResults": [{"deviceType": 2, "nukiId": ***, "name": "Nuki_Opener", "rssi": -48, "paired": true}, {"deviceType": 0, "nukiId": ***, "name": "Nuki_Lock", "rssi": -41, "paired": true}]}