home-assistant/core

AP Systems Fehler

Closed this issue · 3 comments

The problem

Logger: homeassistant.components.apsystems
Quelle: helpers/update_coordinator.py:354
Integration: APsystems (Dokumentation, Probleme)
Erstmals aufgetreten: 18:35:25 (2 Vorkommnisse)
Zuletzt protokolliert: 18:40:25

Unexpected error fetching APSystems Data 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 "/usr/src/homeassistant/homeassistant/components/apsystems/coordinator.py", line 46, in _async_update_data
output_data = await self.api.get_output_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/APsystemsEZ1/init.py", line 188, in get_output_data
response = await self._request("getOutputData")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/APsystemsEZ1/init.py", line 96, in _request
return await self._request(endpoint, retry=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/APsystemsEZ1/init.py", line 97, in _request
raise InverterReturnedError
APsystemsEZ1.InverterReturnedError

What version of Home Assistant Core has the issue?

2024.10.3

What was the last working version of Home Assistant Core?

2024.10.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

AP Systems

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Hey there @mawoka-myblock, @SonnenladenGmbH, mind taking a look at this issue as it has been labeled with an integration (apsystems) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of apsystems 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 apsystems 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)


apsystems documentation
apsystems source
(message by IssueLinks)

The error says it all, nothing I can do there.