Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Data for key: data does not exist #93

Closed
barrteck opened this issue Nov 19, 2024 · 2 comments
Closed

[Bug]: Data for key: data does not exist #93

barrteck opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@barrteck
Copy link

The problem

After successfully adding integration, it doesn't find device and/or entities

What version of ecoNET300 integration has the issue?

v1.0.3-beta

What version of Home Assistant Core has the issue?

core-2024.11.2

What was the last working version of ecoNET300 integration?

No response

Diagnostics information

No response

Anything in the logs that might be useful for us?

No response

Additional information

I have ecoMAX360i
Module ecoNET version: 3.2.3873
image

@barrteck barrteck added the bug Something isn't working label Nov 19, 2024
@barrteck
Copy link
Author

2024-11-20 00:29:03.779 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:29:09.428 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:29:20.096 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:29:40.617 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:30:21.517 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:31:42.177 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:33:00.613 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:33:06.433 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:33:17.226 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:33:37.781 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:34:18.493 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:35:39.472 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:37:00.517 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:38:21.069 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:39:42.232 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:41:04.277 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:42:25.222 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:43:45.832 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:45:06.840 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:46:27.557 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:47:48.415 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:49:09.093 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:50:29.731 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:51:50.147 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:53:11.310 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:54:32.147 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:56:00.269 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:57:20.776 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 00:58:41.349 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:00:02.041 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:01:22.907 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:02:43.642 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:04:04.708 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:05:26.286 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:06:47.302 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:08:15.377 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 01:09:46.466 WARNING (MainThread) [custom_components.econet300.api] Timeout error, retry(1/5)
2024-11-20 01:09:50.541 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ecoNET300 for econet300
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1109, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 104, in start_connection
raise first_exception
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 82, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 174, in _connect_sock
await loop.sock_connect(sock, address)
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 641, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 681, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.2.117', 80)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/init.py", line 27, in async_setup_entry
api = await make_api(hass, cache, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 273, in make_api
return await Econet300Api.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 134, in create
await c.init()
File "/config/custom_components/econet300/api.py", line 160, in init
sys_params = await self._client.get_params(API_SYS_PARAMS_URI)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 93, in get_params
return await self._get(f"{self._host}/econet/{reg}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 101, in _get
async with await self._session.get(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 663, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 538, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1050, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1384, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1353, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1124, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.2.117:80 ssl:default [Connect call failed ('192.168.2.117', 80)]
2024-11-20 08:55:16.466 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [140408553691824] Bartek from 127.0.0.1 (Home Assistant/2024.10.3-14058 (Android 14; SM-S918B)): Disconnected: Received non-Text message.
2024-11-20 09:46:17.854 INFO (MainThread) [custom_components.econet300.api] Manually adding 'http' to host
2024-11-20 09:46:28.467 WARNING (MainThread) [custom_components.econet300.api] Timeout error, retry(1/5)
2024-11-20 09:46:32.525 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ecoNET300 for econet300
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1109, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 104, in start_connection
raise first_exception
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 82, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 174, in _connect_sock
await loop.sock_connect(sock, address)
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 641, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 681, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.2.117', 80)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/init.py", line 27, in async_setup_entry
api = await make_api(hass, cache, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 273, in make_api
return await Econet300Api.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 134, in create
await c.init()
File "/config/custom_components/econet300/api.py", line 160, in init
sys_params = await self._client.get_params(API_SYS_PARAMS_URI)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 93, in get_params
return await self._get(f"{self._host}/econet/{reg}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 101, in _get
async with await self._session.get(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 663, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 538, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1050, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1384, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1353, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1124, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.2.117:80 ssl:default [Connect call failed ('192.168.2.117', 80)]
2024-11-20 09:46:57.123 INFO (MainThread) [custom_components.econet300.api] Manually adding 'http' to host
2024-11-20 09:47:00.173 ERROR (MainThread) [custom_components.econet300.config_flow] Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1109, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 104, in start_connection
raise first_exception
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 82, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohappyeyeballs/impl.py", line 174, in _connect_sock
await loop.sock_connect(sock, address)
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 641, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 681, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.2.117', 80)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/config/custom_components/econet300/config_flow.py", line 65, in async_step_user
info = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/config_flow.py", line 38, in validate_input
api = await make_api(hass, cache, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 273, in make_api
return await Econet300Api.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 134, in create
await c.init()
File "/config/custom_components/econet300/api.py", line 160, in init
sys_params = await self._client.get_params(API_SYS_PARAMS_URI)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 93, in get_params
return await self._get(f"{self._host}/econet/{reg}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 101, in _get
async with await self._session.get(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 663, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 538, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1050, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1384, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1353, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1124, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.2.117:80 ssl:default [Connect call failed ('192.168.2.117', 80)]
2024-11-20 10:00:53.292 INFO (MainThread) [custom_components.econet300.api] Manually adding 'http' to host
2024-11-20 10:01:02.818 DEBUG (MainThread) [custom_components.econet300.common] Fetching data from API
2024-11-20 10:01:02.871 DEBUG (MainThread) [custom_components.econet300.api] {'error': "'CommThread' object has no attribute 'getCurrentParamsValues'"}
2024-11-20 10:01:02.871 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 10:01:02.872 DEBUG (MainThread) [custom_components.econet300.common] Finished fetching econet300 data in 0.054 seconds (success: False)
2024-11-20 10:01:08.273 INFO (MainThread) [custom_components.econet300.api] Manually adding 'http' to host
2024-11-20 10:01:09.067 DEBUG (MainThread) [custom_components.econet300.common] Fetching data from API
2024-11-20 10:01:09.174 DEBUG (MainThread) [custom_components.econet300.api] {'error': "'CommThread' object has no attribute 'getCurrentParamsValues'"}
2024-11-20 10:01:09.174 ERROR (MainThread) [custom_components.econet300.common] Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/common.py", line 46, in _async_update_data
return await self._api.fetch_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 236, in fetch_data
regParamsData = await self._fetch_reg_key(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/econet300/api.py", line 266, in _fetch_reg_key
raise DataError(f"Data for key: {data_key} does not exist")
custom_components.econet300.api.DataError: Data for key: data does not exist
2024-11-20 10:01:09.175 DEBUG (MainThread) [custom_components.econet300.common] Finished fetching econet300 data in 0.108 seconds (success: False)

@jontofront
Copy link
Owner

Dublicate issuse #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants