lukasroegner / homebridge-nuki

Plugin for using the Nuki devices in homebridge.
MIT License
28 stars 3 forks source link

Is the Nuki Bridge required? #40

Closed nixmeer closed 4 years ago

nixmeer commented 4 years ago

Hello,

I didn’t not find any other information, so I guess I’ll need to buy the bridge, right? There is no way to use the raspberry pi’s Bluetooth, right?

Best

Jan

lukasroegner commented 4 years ago

Hi @nixmeer, Indeed, you'll need to buy the bridge to use the plugin. The plugin works locally, i.e. the local bridge API is used, not the web API.

nixmeer commented 4 years ago

Ok thank you. Locally means I can block the internet connection for the bridge and the lock and still use it? The plugin communicates over http, right? Can just any device in the local network send these http requests?

lukasroegner commented 4 years ago

Theoretically, you could block the internet connection. The bridge API uses HTTP in combination with an authentication token.

nixmeer commented 4 years ago

Thanks!