solaredgeoptimizers icon indicating copy to clipboard operation
solaredgeoptimizers copied to clipboard

Large gaps of Data not being pulled

Open DeFlanko opened this issue 2 years ago • 3 comments

Once I initialized the integration with the new 300 second time out it was polling just fine then it just stopped for a large amount of time then briefly again and now not polling at all...

Here is a screenshot of one of the panels power entity: sensor.power1_1_25 image

The logs:

2023-04-23 16:45:06.553 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform solaredgeoptimizers is taking over 10 seconds.
2023-04-23 16:45:49.208 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: solaredgeoptimizers, sensor.solaredgeoptimizers
2023-04-23 17:37:42.000 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor] Error in updating updater
2023-04-23 17:37:42.000 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor] Expecting value: line 1 column 1 (char 0)
2023-04-23 17:37:42.001 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor] Error fetching SolarEdgeOptimizer data: Expecting value: line 1 column 1 (char 0)
2023-04-23 19:37:10.386 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor] Error in updating updater
2023-04-23 19:37:10.388 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor]
2023-04-23 19:37:10.389 ERROR (MainThread) [custom_components.solaredgeoptimizers.sensor] Error fetching SolarEdgeOptimizer data:

DeFlanko avatar Apr 25 '23 15:04 DeFlanko

I have had very unstable moments, but at the same time, i could also not acces the portal it self.

How is it going now?

ProudElm avatar Jul 06 '23 13:07 ProudElm

I've had the query running for two weeks now and the last few days there have been very large gaps in the query. It was better before but there were rare but still some gaps here too. An SE problem or is it the AP.

image

Vaszago avatar Sep 29 '23 04:09 Vaszago

image

Logger: homeassistant.components.sensor Source: custom_components/solaredgeoptimizers/sensor.py:97 Integration: Sensor (documentation, issues) First occurred: 04:11:15 (1 occurrences) Last logged: 04:11:15

Error while setting up solaredgeoptimizers platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/solaredgeoptimizers/sensor.py", line 97, in async_setup_entry info = await hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/solaredgeoptimizers/solaredgeoptimizers.py", line 68, in requestSystemData raise Exception Exception

Some Protokolle

Vaszago avatar Sep 29 '23 04:09 Vaszago