kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
169 stars 32 forks source link

How to use it when u have https? #94

Closed malosaa closed 1 year ago

malosaa commented 1 year ago

Well my system has duckdns to access hass.. I can't access trough http:// getting error server response.. so not accessible..

How can i solve this issue ? Because cant use this integration now.

I also have adguard active.

regards

kvj commented 1 year ago

Nuki bridge is a local device, designed to be accessible via local network. If your hass server and Nuki bridge aren't able to access each other via http, then you won't be able to setup this. In this case you can still use this integration in web API only mode, just leave both bridge URL and bridge token empty and input your web API token. This this case the integration will use internet to poll device data

malosaa commented 1 year ago

Many thanks for the reply, it works like you said, but it takes long to update, is there a way to setup the poll rate ?

regards

kvj commented 1 year ago

poll rate in seconds is a part of the integration configuration dialog. default value is 30 seconds

malosaa commented 1 year ago

thanks, i already figured it out, i have installed ngix and adguard, so i now run https and http, now the addon works as expected :)

thank you