I can check status of every device (bridge, lock and opener) just fine. As control things like lock/unlock/open.
But that error message is still present nevertheless.
Config was basic stuff. Not sure what screenshot you might want to be honest.
First of all thanks for this amazing integration!
Quick question: Does anybody of you experienced any disconnections with the Bridge? In my setup it happens very often (30-40 times a day) that the devices (lock and bridge) went to unavailable.
Any suggestion? I’m running latest version and cleaned all Alex old configurations + removed all the api calls from the Bridge. I’m using the square bridge (V1?)
I’m using a Mikrotic AP Lite as AP and based on your suggestion I’ve seen that it disconnects from the wifi every 3 to 4 minutes…it’s seems like a pattern. Is there a way to force/reset the device maybe?
Yes that’s correct!
I’m using static IP Address assigned by DHCP reservation from the firewall
additional details:
the bridge is isolated from and to the internet (this is wanted on purpose)
Using your “old method” it worked smoothly for more than 6 months
Yesteday I did a change to my firewall (enable ICMP packets from and to the bridge) just to make some tests and waited for a bit. What you said is correct, after enabling the ICPM packets: no mode disconnections!
Anyway, how do I check the bridge log?
Thanks for the info, I suspected the problem could be that but I didn’t know about the bridge checks.
The integration worked fine for me, until I upgraded to version 3.04 and since then I get an error, I tried to upgrade backwards but it did not help, this is the error I get,
Logger: homeassistant.config_entries
Source: helpers/network.py:207
First occurred: 00:57:30 (1 occurrences)
Last logged: 00:57:30
Error setting up entry Delet for nuki_ng
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/nuki_ng/__init__.py", line 25, in async_setup_entry
coordinator = NukiCoordinator(hass, entry, data)
File "/config/custom_components/nuki_ng/nuki.py", line 284, in __init__
url = config.get("hass_url", get_url(hass))
File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 168, in get_url
request_host = _get_request_host()
File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 207, in _get_request_host
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
Hello community,
some people still struggle to get this work. Home Assistent is sometimes tricky.
Therefore thanks to alexdelprete and kvj, I have created a video and uploaded to youtube.
But it is in german language. Hope it helps.
Is it possible to check the Nuki keypad ?
Situation as follows : I have curtains at front door that automatically closed when it’s getting dark outside, and open when we wake up… BUT: yesterday we came home at night, very late, and of course the curtains were closed at the inside of the front door
Question : Could we automatically open the curtains when we enter our Nuki keypad code to open the door ? Or should I pull the door_unlock or open function and combine it with the curtain command…
Still doubting on the best approach… But it’s better that the curtains go open BEFORE the door gets unlocked
So you can see the configured bridge token in the mobile app.
If you want to retrieve it via HA, you will find it in the storage folder, open the file core.config_entries and search for nuki_ng, under that section you’ll find the configured token.
im having problems getting http working… i only can use https right now (duckdns). and don’t know how to set it up with http… i have adguard running but ngix doesnt work as adguard is using that port… and don’t know how to set it up right now.