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

New inetgration Aquacell is unable to initialize configuration #121297

Closed
HeenHe opened this issue Jul 5, 2024 · 3 comments
Closed

New inetgration Aquacell is unable to initialize configuration #121297

HeenHe opened this issue Jul 5, 2024 · 3 comments

Comments

@HeenHe
Copy link

HeenHe commented Jul 5, 2024

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?

None

Additional information

None

@home-assistant
Copy link

home-assistant bot commented Jul 5, 2024

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.

(message by CodeOwnersMention)


aquacell documentation
aquacell source
(message by IssueLinks)

@Jordi1990
Copy link
Contributor

@HeenHe Thanks for reporting, this is fixed in 2024.7.1

Duplicate of #121246

@Jordi1990
Copy link
Contributor

@home-assistant close

@home-assistant home-assistant bot closed this as completed Jul 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants