dauden1184 / RaspiNukiBridge

Simple Nuki Bridge implementation using asyncio
GNU General Public License v3.0
47 stars 19 forks source link

communication error with nuki bridge #10

Closed Blastmun closed 1 year ago

Blastmun commented 2 years ago

I followed your tutorial and thank you! I have an error when integrating the new device. What is the web API token and the bridge API token?

in nuki lock I can put http://@:p ort + Token of nuki.yaml file but it does not work

dauden1184 commented 2 years ago

Are you integrating the device in homeassistant?

The web api token is to control the smartlock using the nuki servers, it has no use for this software. The bridge token is the one generated with the python . --generate-config > nuki.yaml, so you can find it in your nuki.yaml (the token field)

Blastmun commented 2 years ago

Thank you for your reply. Yes it is to integrate it with "Nuki lock" in HA I have configured port 8085 in my config file. It is on a PI3 B and the CLI commands to open and close work perfectly image

How can I check the accessibility of my host

dauden1184 commented 2 years ago

Try to run this command on the raspberry: netstat -naep | grep 8085 to check if the port is open