ebaauw / homebridge-nb

Homebridge plugin for Nuki Bridge
Apache License 2.0
50 stars 3 forks source link

Connection to 0.0.0.0 #58

Closed miguelsc82 closed 2 years ago

miguelsc82 commented 2 years ago

My plugin is working correctly with a bridge in 192.168.1.40

However, I get periodical errors about a connection to 0.0.0.0: [2022/02/16, 13:28:24] [Nuki] warning: 0.0.0.0: request 1: GET /info [2022/02/16, 13:28:24] [Nuki] warning: 0.0.0.0: request 1: error: connect ECONNREFUSED 0.0.0.0:8080 It is once every 10 minutes.

Problem persist even after deleting cache, plugin and reinstalling.

My output of nb discover with debug: nb discover: nuki server: request 1: GET /bridges nb discover: nuki server: request 1: 200 OK nb discover: 0.0.0.0: request 1: GET /info nb discover: 0.0.0.0: request 1: GET /info nb discover: warning: 0.0.0.0: request 1: error: connect ECONNREFUSED 0.0.0.0:8080 []

Anything that can be done to remove that residual error?

Many thanks for your work

miguelsc82 commented 2 years ago

After going again over closed issues, I got the suggestion to reboot the bridge.

After rebooting the bridge again with nb command, problem dissapeared