Hello, I am using Nuki bridge (fw version 2.10.8) and I need to acccess to my bridge via HTTP-API, because I wan’t connect the Nuki lock to the Home Assistant. When I put the http://myIP:8080/ into browser, I’ve got no response.
I’ve checked Nuki bridge via the Fing app (for Android) to check if the port is open, but there is no open ports for Nuki bridge. So my question is How I can open port to get HTTP-API Nuki bridge access working? Do I need to allow something else? Thanks for any help.
Also when I open this url https://api.nuki.io/discover/bridges, I should get response like this:
{“bridges”: [{“bridgeId”:uniqueID,“ip”:“192.168.1.50”,“port”:8080,“dateUpdated”:“2017-06-14T06:53:44Z”} ],“errorCode”:0}
But I’ve got only this:
{“bridges”:[{“bridgeId”:uniqueID,“dateUpdated”:“2020-10-02T12:57:39Z”}],“errorCode”:0}
I’ve also tried to restart the Nuki bridge as well as disable firewall. But nothing helps.