Goodwe integration issue with IP adress

The Goodwe integration starts (and unfortunately ends) with the IP adress of the inverter and that results in an error.
The logging details are below.
Can someone tell me whats going wrong. I’m sure the IP adress is OK.

Logger: aiohttp.server
Source: components/goodwe/config_flow.py:36
First occurred: 16:02:33 (2 occurrences)
Last logged: 16:02:42

Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 82, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 236, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 136, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 178, in post
return await super().post(request, flow_id)
File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 73, in wrapper
result = await method(view, request, data, *args, **kwargs)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 110, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 280, in async_configure
result = await self._async_handle_step(
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 367, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File “/usr/src/homeassistant/homeassistant/components/goodwe/config_flow.py”, line 36, in async_step_user
inverter = await connect(host=host, retries=10)
File “/usr/local/lib/python3.10/site-packages/goodwe/init.py”, line 52, in connect
return await discover(host, timeout, retries)
File “/usr/local/lib/python3.10/site-packages/goodwe/init.py”, line 70, in discover
response = await Aa55ProtocolCommand(“010200”, “0182”).execute(host, timeout, retries)
File “/usr/local/lib/python3.10/site-packages/goodwe/protocol.py”, line 104, in execute
transport, _ = await loop.create_datagram_endpoint(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1304, in create_datagram_endpoint
infos = await self._ensure_resolved(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1404, in _ensure_resolved
return await loop.getaddrinfo(host, port, family=family, type=type,
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 860, in getaddrinfo
return await self.run_in_executor(
File “/usr/local/lib/python3.10/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.10/socket.py”, line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name does not resolve

I’m getting the exact same issue trying to connect to the GW5000D-NS

Did you resolve? I have the same issue.