PVOUTPUT Integration - PVOutput has no data available

I have setup the standard PVoutput integration within HA.
I have a systemID and Api connected. And still the error I receive is below. Any knows how to change this?

Logger: homeassistant.config_entries
Source: config_entries.py:366
First occurred: 10:00:10 (1 occurrences)
Last logged: 10:00:10

Config entry ‘69041’ for pvoutput integration not ready yet: Timeout occurred while connecting to the PVOutput API; Retrying in background

and also

Logger: homeassistant.components.pvoutput
Source: components/pvoutput/coordinator.py:35
Integration: PVOutput (documentation, issues)
First occurred: 10:00:10 (2 occurrences)
Last logged: 10:00:40

Unexpected error fetching pvoutput data: Timeout occurred while connecting to the PVOutput API

Traceback (most recent call last): File “/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py”, line 78, in _request response = await self.session.request( File “/usr/local/lib/python3.9/site-packages/aiohttp/client.py”, line 535, in _request conn = await self._connector.connect( File “/usr/local/lib/python3.9/site-packages/aiohttp/connector.py”, line 542, in connect proto = await self._create_connection(req, traces, timeout) File “/usr/local/lib/python3.9/site-packages/aiohttp/connector.py”, line 907, in _create_connection _, proto = await self._create_direct_connection(req, traces, timeout) File “/usr/local/lib/python3.9/site-packages/aiohttp/connector.py”, line 1175, in _create_direct_connection transp, proto = await self._wrap_create_connection( File “/usr/local/lib/python3.9/site-packages/aiohttp/connector.py”, line 986, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa File “/usr/local/lib/python3.9/asyncio/base_events.py”, line 1081, in create_connection transport, protocol = await self._create_connection_transport( File “/usr/local/lib/python3.9/asyncio/base_events.py”, line 1111, in _create_connection_transport await waiter asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py”, line 84, in _request response.raise_for_status() File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 129, in aexit self._do_exit(exc_type) File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 212, in _do_exit raise asyncio.TimeoutError asyncio.exceptions.TimeoutError The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 187, in _async_refresh self.data = await self._async_update_data() File “/usr/src/homeassistant/homeassistant/components/pvoutput/coordinator.py”, line 35, in _async_update_data return await self.pvoutput.status() File “/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py”, line 117, in status data = await self._request(“getstatus.jsp”) File “/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py”, line 86, in _request raise PVOutputConnectionError( pvo.exceptions.PVOutputConnectionError: Timeout occurred while connecting to the PVOutput API

1 Like

Same for me, if I force intregration to reload it reconnects but after some minutes it asks to reconfigure integration due to connection error, before latest release it works like a charm.

Hellp… I am not alone to meet problem with this integration

Logger: homeassistant.components.pvoutput
Source: components/pvoutput/coordinator.py:35
Integration: PVOutput (documentation, issues)
First occurred: 11:13:03 AM (2 occurrences)
Last logged: 11:13:35 AM

Unexpected error fetching pvoutput data: Timeout occurred while connecting to the PVOutput API
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py", line 78, in _request
    response = await self.session.request(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 535, in _request
    conn = await self._connector.connect(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 542, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 907, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
    hosts = await asyncio.shield(host_resolved)
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py", line 84, in _request
    response.raise_for_status()
  File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 190, in _async_refresh
    self.data = await self._async_update_data()
  File "/usr/src/homeassistant/homeassistant/components/pvoutput/coordinator.py", line 35, in _async_update_data
    return await self.pvoutput.status()
  File "/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py", line 117, in status
    data = await self._request("getstatus.jsp")
  File "/usr/local/lib/python3.9/site-packages/pvo/pvoutput.py", line 86, in _request
    raise PVOutputConnectionError(
pvo.exceptions.PVOutputConnectionError: Timeout occurred while connecting to the PVOutput API

Also getting “Retrying setup: PVOutput has no data available”

I had issues when moving to setting up pvoutput in home-assistant itself (settings → devices&services) and forgot to remove the setup from the configuration.yaml file. Once removed I no longer had issues.

Thanks for the reply! I was searching if I had anything in my yaml, but there was nothing there. So also I have it setup through devices&services but still not working.