Around 9am yesterday morning I updated to Home Assistant 2024.2.1 around the same time it stopped uploading to PVOutput.
I can see these errors.
log:7: 2024-02-14 08:56:13.999 ERROR (MainThread) [homeassistant.components.pvoutput] Unexpected error fetching pvoutput data: Timeout occurred while connecting to the PVOutput API
log:7: 2024-02-14 08:56:13.999 ERROR (MainThread) [homeassistant.components.pvoutput] Unexpected error fetching pvoutput data: Timeout occurred while connecting to the PVOutput API
log:7: 2024-02-14 08:56:13.999 ERROR (MainThread) [homeassistant.components.pvoutput] Unexpected error fetching pvoutput data: Timeout occurred while connecting to the PVOutput API
log:9: File "/usr/local/lib/python3.12/site-packages/pvo/pvoutput.py", line 81, in _request
log:37: File "/usr/local/lib/python3.12/site-packages/pvo/pvoutput.py", line 80, in _request
log:49: File "/usr/src/homeassistant/homeassistant/components/pvoutput/coordinator.py", line 35, in _async_update_data
log:50: return await self.pvoutput.status()
log:52: File "/usr/local/lib/python3.12/site-packages/pvo/pvoutput.py", line 113, in status
log:55: File "/usr/local/lib/python3.12/site-packages/pvo/pvoutput.py", line 90, in _request
log:56: raise PVOutputConnectionError(msg) from exception
log:57: pvo.exceptions.PVOutputConnectionError: Timeout occurred while connecting to the PVOutput API
log:57: pvo.exceptions.PVOutputConnectionError: Timeout occurred while connecting to the PVOutput API
Has anyone else seen this issue?