-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I am getting the issue that some quarterly values are missing, like 00h:30m in beginning, and at the end: 01:00, and 01:15, as can be seen
date Production Consumption ... Purchased SelfConsumption
2024-01-01 00:00:00+01:00 NaN 953.0 ... 953.0 0.0
2024-01-01 00:15:00+01:00 NaN 1547.0 ... 1547.0 0.0
2024-01-01 00:45:00+01:00 NaN 1047.0 ... 1047.0 0.0
2024-01-01 01:00:00+01:00 NaN 469.0 ... 469.0 0.0
2024-01-01 01:15:00+01:00 NaN 891.0 ... 891.0 0.0
... ... ... ... ...
2024-03-03 00:45:00+01:00 NaN 1782.0 ... 1782.0 0.0
2024-03-03 01:30:00+01:00 NaN 797.0 ... 797.0 0.0
2024-03-03 01:45:00+01:00 NaN 1953.0 ... 1953.0 0.0
2024-03-03 02:15:00+01:00 NaN 687.0 ... 687.0 0.0
2024-03-03 02:45:00+01:00 NaN 4422.0 ... 4422.0 0.0
Data completeness check: FAILED
Expected intervals: 5964
Actual intervals: 3671
Missing intervals: 2293
I installed:
pip install solaredge
version:
solaredge 0.0.4
from: https://pypi.org/project/solaredge/
command used:
chunk_df = s.get_energy_details_dataframe( site_id, current_start, current_end, time_unit='QUARTER_OF_AN_HOUR' )
How to solve this? Didn't have this error before, thanks for the help in advance!