Hello, i have a the new nuki 2.0 with the bridge and i’m facing some issue.
The api don’t respond
When i try to call for exemple locking i don’t have response, and the ip is correct
curl http://192.168.2.209:8080/lockAction?token=XXXXXX&nukiId=XXXXX&action=2
curl: (7) Failed to connect to 192.168.2.209 port 8080: Connection refused
And here is my bridge infos
{
"bridges": [
{
"bridgeId": XXXX,
"dateUpdated": "2018-08-13T10:47:48Z"
},
{
"bridgeId": XXXXX,
"ip": "192.168.2.209",
"port": 8080,
"dateUpdated": "2019-02-19T14:13:21Z"
}
],
"errorCode": 0
}
Can you help.
Thanks