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

Goodwe inverter fail to load #115829

Open
jonathanwilletts opened this issue Apr 18, 2024 · 1 comment
Open

Goodwe inverter fail to load #115829

jonathanwilletts opened this issue Apr 18, 2024 · 1 comment
Assignees

Comments

@jonathanwilletts
Copy link

jonathanwilletts commented Apr 18, 2024

The problem

I have 2 inverters and I’m using the Goodwe integration. When there is no sun they go offline. When the sun comes up only one inverter starts. Even if I manually reload it takes a few hours for it to initiate.

What version of Home Assistant Core has the issue?

core-2024.4.3

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

Goodwe Inverter

Link to integration documentation on our website

https://www.home-assistant.io/integrations/goodwe/

Diagnostics information

Unable to download diagnostics
Logger: homeassistant.config_entries
Source: config_entries.py:551
First occurred: 7:23:40 AM (13 occurrences)
Last logged: 8:48:38 AM

Error setting up entry GoodWe for goodwe
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/goodwe/init.py", line 30, in async_setup_entry
inverter = await connect(
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/goodwe/init.py", line 57, in connect
await inv.read_device_info()
File "/usr/local/lib/python3.12/site-packages/goodwe/dt.py", line 148, in read_device_info
response = await self._read_from_socket(self._READ_DEVICE_VERSION_INFO)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/goodwe/inverter.py", line 132, in _read_from_socket
result = await command.execute(self.host, self.timeout, self.retries)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 109, in execute
await response_future
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1228, in _read_ready
data, addr = self._sock.recvfrom(self.max_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionRefusedError: [Errno 111] Connection refused

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Zero issues with one inverter. Happened since integration. All firmware up to date.

@home-assistant
Copy link

Hey there @mletenay, @starkillerOG, mind taking a look at this issue as it has been labeled with an integration (goodwe) you are listed as a code owner for? Thanks!

Code owner commands

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


goodwe documentation
goodwe source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants