-
Notifications
You must be signed in to change notification settings - Fork 8
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 #80
Comments
Can you enable debug or in configuration file enable log debug custom_components.econet300: debug |
2024-10-26 23:17:56.922 INFO (MainThread) [custom_components.econet300.api] Manually adding 'http' to host |
debug info from log |
I have the same problem.
|
Can you send me "controllerID" from link: http://ip/econet/sysParams |
pls, check file |
2024-11-05 12:31:58.949 DEBUG (MainThread) [custom_components.econet300.api] Received response with status: 200 |
after new ver of pre-relase 1.04 |
for more investigation, can you send me (jontofront@gmail.com) json file from these endpoinds? http://econet_local_ip/econet/regParams |
I have same problem. Also just after new installation. |
Hi all I seperate endpoint and later add data from another |
still ... during tests Traceback (most recent call last): |
hello, Traceback (most recent call last): |
|
ecoMAX360i |
Can you try the new version, because unlike mine, your device does not have such a parameter, we are trying to skip it |
What do you mean? Like I said previously - I have already tried version 1.0.6. But what is this "Ecomax360-test" and how to install it - I don't see any integration named like this |
If you use HACS https://www.hacs.xyz/ you can change version and test it |
Ok, I have changed the version to Ecomax360-test, restarted HA, but unfortunately there is the same error. I have attached log file for you |
Thanks we will check |
JSON REQUEST from ecoNET device: Error: Dictionary was changed........ something like this. This error occurs because of the function of requesting limits every 30sec. I added an error check, but this solved the problem with a small number of params to change. If there are more controls entity, then the econet device stops responding. It is necessary to rework the function of requesting limits. Either do it once, when adding an entity, or make a request for limits much less often. |
try this Ecomax360-test1 |
Thanks for the remark, but there I think another aproach, ecomax 360 doesn't have one of the endpoint quick fix :) |
Thanks, tested with Ecomax360-test1 version - now I didn't get any error, but there is "no device or entity" info (attached another log file) |
Make some changes when you can @barrteck test it https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/releases/tag/EcoMAX360-test1 I thin better to delete integration an install new if you don't use old version |
That's starting to look slightly better now... ;) Devices and entities available, but no data :) |
can you send me debug.log? |
attached |
@barrteck You can try the second version EcoMAX360-test2 ,I have improved it
even more. It would be good if you could also send a debug log after
testing.
Jon
…On Tue, Dec 17, 2024 at 9:26 PM barrteck ***@***.***> wrote:
can you send me debug.log?
attached
home-assistant_econet300_2024-12-17T19-25-16.786Z.log
<https://github.com/user-attachments/files/18170412/home-assistant_econet300_2024-12-17T19-25-16.786Z.log>
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI2SSWUABISNWQSAKCY7RFL2GB3HVAVCNFSM6AAAAABQHZPJI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBZGQYTSOJUGM>
.
You are receiving this because you modified the open/close state.Message
ID: <jontofront/ecoNET-300-Home-Assistant-Integration/issues/80/2549419943
@github.com>
|
Thanks Jon, now it looks like this. Also debug log attached Also attached print screen directrly from ecoNET, maybe you are able to modify sensors to the ones that shows up here |
Great, thank's a lot |
@barrteck This would help me better understand the issue and make necessary adjustments. Thank you! |
Sure, here you go :) regParams: Thank you a lot for your work |
@barrteck |
Thank you @jontofront |
Please send me files by email jontofron@gmail.com also make screenshot if sensor in same time in econet cloud and HA. Thanks |
The problem
Data for key: data does not exist
after instalation, integration don't start
What version of ecoNET300 integration has the issue?
latest
What version of Home Assistant Core has the issue?
2024.10.2
What was the last working version of ecoNET300 integration?
No response
Diagnostics information
Ten błąd pochodzi z niestandardowej integracji.
Rejestrator: custom_components.econet300.common
Źródło: helpers/update_coordinator.py:354
integracja: ecoNET300 (dokumentacja, Problemy)
Pierwsze zdarzenie: 22:00:36 (16 zdarzenia)
Ostatnio zalogowany: 22:20:42
Unexpected error fetching econet300 data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, 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
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: