Add support for ASIN AQUA Home 11013784x
See original GitHub issueThe problem
the integration has been working fine for over a month and since the 17-Apr it became unavailable. I’ve deleted the integration and added it again (to go through the configuration again and it worked fine for ~10 min. but suddendly it became unavailable again, and still is (unavailable).
What version of Home Assistant Core has the issue?
core-2022.4.6
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Aseko Pool Live
Link to integration documentation on our website
https://www.home-assistant.io/integrations/aseko_pool_live
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/aseko_pool_live/__init__.py", line 30, in async_setup_entry
units = await account.get_units()
File "/usr/local/lib/python3.9/site-packages/aioaseko/mobile.py", line 93, in get_units
resp = await self._request("get", "units")
File "/usr/local/lib/python3.9/site-packages/aioaseko/mobile.py", line 66, in _request
raise InvalidAuthCredentials
aioaseko.exceptions.InvalidAuthCredential
Additional information
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:14 (2 by maintainers)
Top Results From Across the Web
ASIN AQUA Home en - Aseko Pool Technology
ASIN AQUA Home The luxury unit with most advanced water treatment features and intelligent system control functions. Exclusive stainless-steel case with ...
Read more >ASIN AQUA® Home - HeatPumps4Pools
1. Carefully insert the pH, CLF or REDOX probe into the housing. 2. Hand tighten or use the attached plastic wrench socket for...
Read more >Aseko Pool Live - Home Assistant
The Aseko Pool Live integration allows you to monitor your Aseko ASIN Aqua dosing systems. The integration is fully compatible with ASIN AQUA...
Read more >Aseko ASIN AQUA Home - Dosing systems - basseiniservice.ee
Aseko ASIN AQUA Home. Dosing systems. €. €. Add to Cart. SIN AQUA Home Luxurious unit with the most advanced water treatment functions...
Read more >ASIN AQUA Home - YouTube
ASIN AQUA Home L'appareil haut de gamme avec les fonctionnalités de traitement de l'eau les plus avancées. Grâce à quatre pompes de dosage, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I fixed the issue on my local dev instance, also added a reauth_flow, so HA will ask you to login again. But I first have to push a new version of the library, and write/adjust some tests before I can create PR.
Is there any update on this? what’s holding back a PR and if PR is problematic, is there any other way to update?