-
Notifications
You must be signed in to change notification settings - Fork 12
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
installation #28
Comments
Confirm, same issue for me. |
Did you use v1.x / 2.x before? It should work with UI configuration only If the answer was no, pls post debug level logs with diagnostic file (if available) Thanks |
Hi, my answer is no. this was first installation of aqua temp. |
Hi, my answer is yes but I remove the old version in a second try. |
Confirm, same issue for me. Dieter |
Diagnostics: |
@hokeson according to the logs you have provided, the entity is configured and it tries to reconfigure it, pls try to delete the integration, restart and reinstall. @MReuter2203 can you pls provide logs in debug level? @dieterlechner the issue being described by your logs is the no device was found, integration was loaded successfuly, it might be related to PR #25 and if that's the case, issue will be resolved with v3.0.3 (hopefully). thanks |
2023-05-31 16:52:16.090 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Aqua Temp for select |
"aqua_temp": { |
please update to v3.0.4 and update if it is / is not working thanks |
I deleted the previous version. I installed the version 3.0.4 |
Exact the same issue for me, like @hokeson have |
it seems that values of I released new version of v3.0.5 to handle empty values as None, it should not fail the other components, please try and send me again logs and diagnostic details - this will not solve the issue, just make the component getting loaded correctly. to solve it, I will need to identitfy where the mobile app is extracting the details for current temperature and set temperature (using packet sniffer - I use NetCapture on Android). thanks, |
updated to 3.0.5, restarted, device looks to be off and entities are unknown. |
didn't handle fully the parameters, released v3.0.6 can you please use the packet sniffer to extract list of request being sent from your device (including request body and response after cleaning them from sensitive information)? |
same issue like before with v3.06 Here is my log: |
I will fix it, but that's not the issue, as you can see in the: please close this issue as the installation issue resolved, please open a new one - btw, about message |
anyone can provide details of how your mobile app is extracting the details for current temperature and set temperature using packet sniffer (I use NetCapture on Android)? thanks |
I created new issue as requested and attached the packet from NetCapture
there. it was a pain to save the packet. if you need more just let me know.
út 6. 6. 2023 v 14:57 odesílatel Elad Bar ***@***.***> napsal:
… anyone can provide details of how your mobile app is extracting the
details for current temperature and set temperature using packet sniffer (I
use NetCapture on Android)?
thanks
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRHAKPEYJUASRQGDNNVFLXJ4SNDANCNFSM6AAAAAAYR2WT5I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
-- HoKe
|
@hokeson can you pls close the issue? Thanks |
is this issue still relevant? thanks |
For me, it works. |
very happy to hear (or read) :) @hokeson is it working for you as well? |
Hi, it works for me as well thank you for your help. you can close it now
út 13. 6. 2023 v 9:05 odesílatel MReuter2203 ***@***.***>
napsal:
… For me, it works.
Thank you so much for this great work.
I love it!
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRHAPGIPZ4LUP4WVAGEEDXLAGL3ANCNFSM6AAAAAAYR2WT5I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
-- HoKe
|
Great! |
I have HA 2023.5.4, AquaTemp 3.0.1, HACS 1.32.1.
I added custom repository aqua temp in hacs integrations.
I added integration Aqua Temp in HA integrations.
I entered my credentials. They are correct and I can see my heat pump device in mobil App online.
The integration in HA was created but did not recognize any device.
in the log there is
2023-05-28 12:08:44.940 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Aqua Temp for select
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/select/init.py", line 112, in async_setup_entry
return await component.async_setup_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 179, in async_setup_entry
raise ValueError("Config entry has already been setup!")
ValueError: Config entry has already been setup!
2023-05-28 12:08:44.982 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Aqua Temp for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/binary_sensor/init.py", line 169, in async_setup_entry
return await component.async_setup_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 179, in async_setup_entry
raise ValueError("Config entry has already been setup!")
ValueError: Config entry has already been setup!
2023-05-28 12:08:44.994 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Aqua Temp for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 195, in async_setup_entry
return await component.async_setup_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 179, in async_setup_entry
raise ValueError("Config entry has already been setup!")
ValueError: Config entry has already been setup!
2023-05-28 12:08:45.006 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Aqua Temp for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 131, in async_setup_entry
return await component.async_setup_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 179, in async_setup_entry
raise ValueError("Config entry has already been setup!")
ValueError: Config entry has already been setup!_
is there some manual config needed? I hoped that a device and some entities will be automatically created.
what do I wrong? thanks for advice.
The text was updated successfully, but these errors were encountered: