Konnected Fail to Setup in 2021.3

Anyone else getting that?

Logger: homeassistant.config_entries
Source: helpers/network.py:124
First occurred: 1:58:02 PM (1 occurrences)
Last logged: 1:58:02 PM

Error setting up entry Konnected Alarm Panel for konnected
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 248, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/konnected/init.py”, line 262, in async_setup_entry
await client.async_connect()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 132, in async_connect
await self.async_sync_device_config()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 373, in async_sync_device_config
self.async_desired_settings_payload(),
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 332, in async_desired_settings_payload
self.hass.data[DOMAIN].get(CONF_API_HOST) or get_url(self.hass)
File “/usr/src/homeassistant/homeassistant/helpers/network.py”, line 84, in get_url
request_host = _get_request_host()
File “/usr/src/homeassistant/homeassistant/helpers/network.py”, line 124, in _get_request_host
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError

1 Like

Same error here

hey bud, I figured mine out today, I never set internal or external URL’s in HA. Looked through logs, if your final error says something about then it’s the same for you.

File “/usr/src/homeassistant/homeassistant/helpers/network.py”, line 124, in _get_request_host raise NoURLAvailableError homeassistant.helpers.network.NoURLAvailableError

1 Like

Same error here. Resolved with external URL

homeassistant:
  external_url: !secret external_url
  internal_url: !secret internal_url
1 Like