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
Hey there @Jordi1990, mind taking a look at this issue as it has been labeled with an integration (aquacell) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of aquacell can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign aquacell Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
After entering credentials the integration is unable to initailize the device, throwing an error in python files
What version of Home Assistant Core has the issue?
Core-2024-7
What was the last working version of Home Assistant Core?
None
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Aquacell
Link to integration documentation on our website
https://www.home-assistant.io/integrations/aquacell
Diagnostics information
Logger: homeassistant.components.aquacell.coordinator
Source: helpers/update_coordinator.py:312
integration: Aquacell (documentatie, problemen)
Eerst voorgekomen: 3 juli 2024 om 23:25:25 (791 gebeurtenissen)
Laatst gelogd: 14:03:14
Unexpected error fetching Aquacell Coordinator data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 312, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/aquacell/coordinator.py", line 72, in _async_update_data
softeners = await self.aquacell_api.get_all_softeners()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aioaquacell/aquacell_api.py", line 77, in get_all_softeners
softeners.append(Softener(softener_as_json))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aioaquacell/softener.py", line 25, in init
self.location: Location = Location(data["location"])
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aioaquacell/softener.py", line 42, in init
self.address: str = data["address"]
~~~~^^^^^^^^^^^
KeyError: 'address'
Example YAML snippet
None available
Anything in the logs that might be useful for us?
Additional information
None
The text was updated successfully, but these errors were encountered: