You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured HEKR as per documentation and getting the following error:
`This error originated from a custom integration.
Logger: custom_components.hekr
Source: custom_components/hekr/init.py:220
Integration: Hekr (documentation, issues)
First occurred: 09:53:31 (1 occurrences)
Last logged: 09:53:31
API exception while setting up config entry ff10985d5d2ff03ad401a0071740a89b
Traceback (most recent call last):
File "/config/custom_components/hekr/init.py", line 220, in async_setup_entry
await device.open_connection()
File "/usr/local/lib/python3.9/site-packages/hekrapi/device.py", line 694, in open_connection
await connector.open_connection()
File "/usr/local/lib/python3.9/site-packages/hekrapi/device.py", line 341, in open_connection
raise ConnectionTimeoutException('Connector on %s timed out (waited for %d seconds to establish '
hekrapi.exceptions.ConnectionTimeoutException: Connector on HekrApi:LocalConnector(192.168.1.26:10000) timed out (waited for 5 seconds to establish connection with the host)
`
The text was updated successfully, but these errors were encountered:
I have configured HEKR as per documentation and getting the following error:
`This error originated from a custom integration.
Logger: custom_components.hekr
Source: custom_components/hekr/init.py:220
Integration: Hekr (documentation, issues)
First occurred: 09:53:31 (1 occurrences)
Last logged: 09:53:31
API exception while setting up config entry ff10985d5d2ff03ad401a0071740a89b
Traceback (most recent call last):
File "/config/custom_components/hekr/init.py", line 220, in async_setup_entry
await device.open_connection()
File "/usr/local/lib/python3.9/site-packages/hekrapi/device.py", line 694, in open_connection
await connector.open_connection()
File "/usr/local/lib/python3.9/site-packages/hekrapi/device.py", line 341, in open_connection
raise ConnectionTimeoutException('Connector on %s timed out (waited for %d seconds to establish '
hekrapi.exceptions.ConnectionTimeoutException: Connector on HekrApi:LocalConnector(192.168.1.26:10000) timed out (waited for 5 seconds to establish connection with the host)
`
The text was updated successfully, but these errors were encountered: