Initiale configuration issue
Closed this issue · 1 comments
Hello,
I try to configure Nuki Lock pro 3 (without bridge) but I've errors at the end of process :
Logs says 2 errors:
Logger: homeassistant.config_entries
Source: helpers/network.py:200
First occurred: 12:03:58 (2 occurrences)
Last logged: 13:42:04
Error setting up entry Serrure entrée for nuki_ng
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 382, 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 344, in init
url = config.get("hass_url", get_url(hass))
File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 200, in get_url
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
Logger: custom_components.nuki_ng.config_flow
Source: helpers/network.py:200
Integration: Nuki Lock (documentation, issues)
First occurred: 12:03:41 (2 occurrences)
Last logged: 13:40:48
Error getting HASS url:
Traceback (most recent call last):
File "/config/custom_components/nuki_ng/config_flow.py", line 61, in _get_hass_url
return get_url(hass)
File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 200, in get_url
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
I use external access with Duckdns.org and on LAN, I access to Home Assistant with https://------.duckdns.org too. I try to put this address in integration config but it don't work.
Any idea ?
Thank you.