BJReplay / ha-solcast-solar

Solcast Integration for Home Assistant
Apache License 2.0
181 stars 34 forks source link

Easier re-startup for returning Solcast users (down for a while...) #110

Closed gcoan closed 3 months ago

gcoan commented 3 months ago

Is your feature request related to a problem? Please describe. Came back home today after 2 weeks away, a week and a half of that with HA not working and no remote access to fix. [Weirdly HA seemed to loose outbound IP connectivity, it was still running but couldn't talk to anything]

So all my Solcast entities were empty.

Restarting HA fixed the remote connectivity but of course no Solcast data until I remembered why and manually ran the Solcast update automation.

For new users (and people like me which have had a broken HA), this extra step to manually run the Solcast update is something that could be improved upon.

Describe the solution you'd like When Solcast integration starts and detects that there is no Solcast data and/or zero API calls made today, it automatically calls the update_solcast service.

One disadvantage of this auto-retrieve is that users may not realise that this retrieve is a 'freebie' and they have to write the automation for future polls, but its pretty clear in the documentation

Describe alternatives you've considered Leave as-is, users have to remember to create/run the automation themselves.

Additional context I don't have the logfile any more as I ended up restarting HA and the PC my HA guests upon multiple times [because some weird reason my HA server had been allocated a different IP address, despite having a fixed IP]

But the logfile was pretty clear, it loaded the sites data, the API calls from Solcast and all the 'data for' from the cache were zero where now it shows data loaded from the cache:

2024-08-04 18:12:59.646 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] API counter for ******Db75Av is 2/10
2024-08-04 18:12:59.899 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] The saved data file exists, file type is <class 'dict'>
2024-08-04 18:13:00.595 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Calc forecast start index midnight utc: 2024-08-03 23:00:00+00:00, idx 14961, len 15314
2024-08-04 18:13:00.688 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-04 contains only 16 of 48 records and may produce inaccurate forecast data
2024-08-04 18:13:00.688 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-05 contains all 48 records
2024-08-04 18:13:00.688 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-06 contains all 48 records
autoSteve commented 3 months ago

There's a commented out line

Correct. Included for legacy completeness (in case weather comes back, which is unlikely).

gcoan commented 3 months ago

Restored HA test server, inserted this newest code into __init__.py, (I didn't do the other code in solcastapi.py but figured it would sort itself out at the next 5 minute boundary):

2024-08-08 08:36:01.479 INFO (MainThread) [custom_components.solcast_solar]
-------------------------------------------------------------------
Solcast integration version: v4.0.41
This is a custom integration. When troubleshooting a problem, after
reviewing open and closed issues, and the discussions, check the
required automation is functioning correctly and try enabling debug
logging to see more. Troubleshooting tips available at:
https://github.com/BJReplay/ha-solcast-solar/discussions/38
Beta versions may also have addressed some issues so look at those.
If all else fails, then open an issue and our community will try to
help: https://github.com/BJReplay/ha-solcast-solar/issues
-------------------------------------------------------------------
2024-08-08 08:36:01.488 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Configuration directory is /config
2024-08-08 08:36:01.488 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Sites cache exists
2024-08-08 08:36:01.489 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Connecting to https://api.solcast.com.au/rooftop_sites?format=json&api_key=******Db75Av
2024-08-08 08:36:02.219 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP session returned status 200/Success in sites_data()
2024-08-08 08:36:02.219 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Writing sites cache
2024-08-08 08:36:02.345 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Sites data: {'sites': [{'name': '87 High Street (E)', 'resource_id': 'bc31-4d4c-e844-6a4e', 'capacity': 10, 'capacity_dc': 8.58, 'longitude': **.******, 'latitude': **.******, 'azimuth': -100, 'tilt': 37, 'install_date': '2023-01-07T00:00:00.0000000Z', 'loss_factor': 0.99, 'tags': ['UK', 'Bedfordshire', 'GivEnergy']}, {'name': '87 High Street (W)', 'resource_id': '23bb-0216-85c6-fd94', 'capacity': 9, 'capacity_dc': 6.34, 'longitude': **.******, 'latitude': **.******, 'azimuth': 80, 'tilt': 37, 'install_date': '2023-01-07T00:00:00.0000000Z', 'loss_factor': 0.98, 'tags': ['UK', ' Bedfordshire', ' GivEnergy']}], 'page_count': 1, 'current_page': 1, 'total_records': 2}
2024-08-08 08:36:02.346 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Getting API limit and usage from solcast for ******Db75Av
2024-08-08 08:36:02.346 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] API usage cache exists
2024-08-08 08:36:03.278 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP session returned status 200/Success in sites_usage()
2024-08-08 08:36:03.278 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Writing API usage cache file: /config/solcast-usage.json
2024-08-08 08:36:03.368 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] API counter for ******Db75Av is 0/10
2024-08-08 08:36:03.967 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] The saved data file exists, file type is <class 'dict'>
2024-08-08 08:36:04.642 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Calc forecast start index midnight utc: 2024-08-07 23:00:00+00:00, idx 14913, len 14914
2024-08-08 08:36:04.706 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-08 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.753 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-09 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-10 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-11 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-12 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-13 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-14 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-15 contains only 0 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:04.754 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Calculating splines
2024-08-08 08:36:04.799 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Build forecast processing took 0.8305s
2024-08-08 08:36:04.799 INFO (MainThread) [custom_components.solcast_solar.solcastapi] Loaded solcast.json forecast cache
2024-08-08 08:36:05.021 DEBUG (MainThread) [custom_components.solcast_solar.coordinator] Finished fetching solcast_solar data in 0.000 seconds (success: True)
2024-08-08 08:36:07.711 INFO (MainThread) [custom_components.solcast_solar] Solcast API data UTC times are converted to Europe/London
2024-08-08 08:36:07.712 INFO (MainThread) [custom_components.solcast_solar] Integration has been failed for some time, or your update automation has not been running (see readme). Retrieving forecasts...
2024-08-08 08:36:07.712 INFO (MainThread) [custom_components.solcast_solar.solcastapi] Getting forecast update for Solcast site bc31-4d4c-e844-6a4e
2024-08-08 08:36:07.712 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Polling API for site bc31-4d4c-e844-6a4e lastday 2024-08-15 23:00:00+00:00 numhours 184
2024-08-08 08:36:07.712 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetch data url: https://api.solcast.com.au/rooftop_sites/bc31-4d4c-e844-6a4e/forecasts
2024-08-08 08:36:07.712 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetching forecast
2024-08-08 08:36:08.384 ERROR (MainThread) [homeassistant.components.esphome.coordinator] Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:64260 ssl:default [Connect call failed ('127.0.0.1', 64260)]
2024-08-08 08:36:08.473 ERROR (MainThread) [homeassistant.components.esphome.dashboard] Dashboard unavailable; skipping reauth: Cannot connect to host 127.0.0.1:64260 ssl:default [Connect call failed ('127.0.0.1', 64260)]
2024-08-08 08:36:09.228 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/themes", "/config/themes", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1182: self.hass.http.register_static_path(f"{URL_BASE}/themes", self.hass.config.path("themes")), please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 08:36:09.310 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 08:36:09.323 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 08:36:09.331 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 08:36:09.375 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 08:36:09.475 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetch successful
2024-08-08 08:36:09.475 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] API returned data. API Counter incremented from 0 to 1
2024-08-08 08:36:09.475 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Writing API usage cache file: /config/solcast-usage.json
2024-08-08 08:36:09.554 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP ssession returned data type in fetch_data() is <class 'dict'>
2024-08-08 08:36:09.554 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP session status in fetch_data() is 200/Success
2024-08-08 08:36:09.572 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Status 200/Success in fetch_data(), returned: {'forecasts': [{'pv_estimate': 6.0978, 'pv_estimate10': 6.0978, 'pv_estimate90': 6.0978, 'period_end': '2024-08-08T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.488, 'pv_estimate10': 5.3791, 'pv_estimate90': 6.5052, 'period_end': '2024-08-08T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.8642, 'pv_estimate10': 3.0981, 'pv_estimate90': 6.6299, 'period_end': '2024-08-08T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.7006, 'pv_estimate10': 2.9423, 'pv_estimate90': 6.7749, 'period_end': '2024-08-08T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.7463, 'pv_estimate10': 2.3005, 'pv_estimate90': 6.7621, 'period_end': '2024-08-08T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.7535, 'pv_estimate10': 1.702, 'pv_estimate90': 6.4989, 'period_end': '2024-08-08T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.004, 'pv_estimate10': 1.2114, 'pv_estimate90': 5.4878, 'period_end': '2024-08-08T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6401, 'pv_estimate10': 0.89, 'pv_estimate90': 4.9841, 'period_end': '2024-08-08T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.551, 'pv_estimate10': 0.745, 'pv_estimate90': 4.7419, 'period_end': '2024-08-08T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3597, 'pv_estimate10': 0.5991, 'pv_estimate90': 4.2689, 'period_end': '2024-08-08T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0535, 'pv_estimate10': 0.461, 'pv_estimate90': 3.709, 'period_end': '2024-08-08T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7515, 'pv_estimate10': 0.357, 'pv_estimate90': 3.2429, 'period_end': '2024-08-08T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4693, 'pv_estimate10': 0.2811, 'pv_estimate90': 2.8351, 'period_end': '2024-08-08T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2492, 'pv_estimate10': 0.244, 'pv_estimate90': 2.508, 'period_end': '2024-08-08T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0453, 'pv_estimate10': 0.2196, 'pv_estimate90': 2.2046, 'period_end': '2024-08-08T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8617, 'pv_estimate10': 0.2068, 'pv_estimate90': 1.8848, 'period_end': '2024-08-08T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.706, 'pv_estimate10': 0.192, 'pv_estimate90': 1.5512, 'period_end': '2024-08-08T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6016, 'pv_estimate10': 0.192, 'pv_estimate90': 1.2811, 'period_end': '2024-08-08T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5231, 'pv_estimate10': 0.197, 'pv_estimate90': 1.0509, 'period_end': '2024-08-08T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3917, 'pv_estimate10': 0.1773, 'pv_estimate90': 0.7753, 'period_end': '2024-08-08T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2391, 'pv_estimate10': 0.1366, 'pv_estimate90': 0.4586, 'period_end': '2024-08-08T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1659, 'pv_estimate10': 0.1025, 'pv_estimate90': 0.244, 'period_end': '2024-08-08T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0976, 'pv_estimate10': 0.0634, 'pv_estimate90': 0.1366, 'period_end': '2024-08-08T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0293, 'pv_estimate10': 0.0195, 'pv_estimate90': 0.0439, 'period_end': '2024-08-08T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0195, 'pv_estimate10': 0.0098, 'pv_estimate90': 0.0244, 'period_end': '2024-08-09T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1317, 'pv_estimate10': 0.083, 'pv_estimate90': 0.4018, 'period_end': '2024-08-09T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3809, 'pv_estimate10': 0.1952, 'pv_estimate90': 1.8365, 'period_end': '2024-08-09T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0324, 'pv_estimate10': 0.345, 'pv_estimate90': 3.2652, 'period_end': '2024-08-09T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6471, 'pv_estimate10': 0.5196, 'pv_estimate90': 4.5471, 'period_end': '2024-08-09T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2365, 'pv_estimate10': 0.7018, 'pv_estimate90': 5.6166, 'period_end': '2024-08-09T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9338, 'pv_estimate10': 0.9256, 'pv_estimate90': 6.3433, 'period_end': '2024-08-09T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.7918, 'pv_estimate10': 1.2238, 'pv_estimate90': 6.7731, 'period_end': '2024-08-09T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.6775, 'pv_estimate10': 1.586, 'pv_estimate90': 7.0207, 'period_end': '2024-08-09T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.2225, 'pv_estimate10': 1.9325, 'pv_estimate90': 7.0637, 'period_end': '2024-08-09T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.5648, 'pv_estimate10': 2.177, 'pv_estimate90': 7.1304, 'period_end': '2024-08-09T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.6404, 'pv_estimate10': 2.3466, 'pv_estimate90': 6.9993, 'period_end': '2024-08-09T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.6331, 'pv_estimate10': 2.443, 'pv_estimate90': 6.858, 'period_end': '2024-08-09T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.506, 'pv_estimate10': 2.507, 'pv_estimate90': 6.5168, 'period_end': '2024-08-09T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.3137, 'pv_estimate10': 2.5272, 'pv_estimate90': 6.0841, 'period_end': '2024-08-09T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.9355, 'pv_estimate10': 2.555, 'pv_estimate90': 5.5205, 'period_end': '2024-08-09T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.4778, 'pv_estimate10': 2.6197, 'pv_estimate90': 4.9311, 'period_end': '2024-08-09T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.9297, 'pv_estimate10': 2.5919, 'pv_estimate90': 4.2375, 'period_end': '2024-08-09T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3049, 'pv_estimate10': 2.5039, 'pv_estimate90': 3.4686, 'period_end': '2024-08-09T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6416, 'pv_estimate10': 2.3502, 'pv_estimate90': 2.7008, 'period_end': '2024-08-09T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8655, 'pv_estimate10': 1.772225, 'pv_estimate90': 1.958775, 'period_end': '2024-08-09T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1245, 'pv_estimate10': 1.068275, 'pv_estimate90': 1.180725, 'period_end': '2024-08-09T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4373, 'pv_estimate10': 0.415435, 'pv_estimate90': 0.45916500000000005, 'period_end': '2024-08-09T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3427, 'pv_estimate10': 0.325565, 'pv_estimate90': 0.359835, 'period_end': '2024-08-09T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3327, 'pv_estimate10': 0.316065, 'pv_estimate90': 0.349335, 'period_end': '2024-08-09T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2695, 'pv_estimate10': 0.256025, 'pv_estimate90': 0.28297500000000003, 'period_end': '2024-08-09T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2269, 'pv_estimate10': 0.21555499999999997, 'pv_estimate90': 0.238245, 'period_end': '2024-08-09T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2114, 'pv_estimate10': 0.20083, 'pv_estimate90': 0.22197, 'period_end': '2024-08-09T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1654, 'pv_estimate10': 0.163, 'pv_estimate90': 0.17367, 'period_end': '2024-08-09T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0694, 'pv_estimate10': 0.0484, 'pv_estimate90': 0.07287, 'period_end': '2024-08-09T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0153, 'pv_estimate10': 0.0051, 'pv_estimate90': 0.1414, 'period_end': '2024-08-10T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1125, 'pv_estimate10': 0.0256, 'pv_estimate90': 1.7977, 'period_end': '2024-08-10T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2432, 'pv_estimate10': 0.0507, 'pv_estimate90': 3.1878, 'period_end': '2024-08-10T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4509, 'pv_estimate10': 0.0602, 'pv_estimate90': 4.0949, 'period_end': '2024-08-10T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.662, 'pv_estimate10': 0.0652, 'pv_estimate90': 5.0521, 'period_end': '2024-08-10T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8753, 'pv_estimate10': 0.0696, 'pv_estimate90': 5.6277, 'period_end': '2024-08-10T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1338, 'pv_estimate10': 0.0845, 'pv_estimate90': 6.2264, 'period_end': '2024-08-10T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.3912, 'pv_estimate10': 0.0936, 'pv_estimate90': 6.5111, 'period_end': '2024-08-10T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6518, 'pv_estimate10': 0.0985, 'pv_estimate90': 6.8002, 'period_end': '2024-08-10T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9335, 'pv_estimate10': 0.1025, 'pv_estimate90': 6.8971, 'period_end': '2024-08-10T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2035, 'pv_estimate10': 0.1122, 'pv_estimate90': 6.8944, 'period_end': '2024-08-10T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4471, 'pv_estimate10': 0.122, 'pv_estimate90': 6.81, 'period_end': '2024-08-10T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6134, 'pv_estimate10': 0.1317, 'pv_estimate90': 6.5698, 'period_end': '2024-08-10T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.7221, 'pv_estimate10': 0.1366, 'pv_estimate90': 6.2638, 'period_end': '2024-08-10T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.765, 'pv_estimate10': 0.1354, 'pv_estimate90': 5.8611, 'period_end': '2024-08-10T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.7454, 'pv_estimate10': 0.1354, 'pv_estimate90': 5.3307, 'period_end': '2024-08-10T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6611, 'pv_estimate10': 0.1354, 'pv_estimate90': 4.7616, 'period_end': '2024-08-10T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.5469, 'pv_estimate10': 0.1306, 'pv_estimate90': 4.1294, 'period_end': '2024-08-10T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3917, 'pv_estimate10': 0.1246, 'pv_estimate90': 3.4424, 'period_end': '2024-08-10T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2393, 'pv_estimate10': 0.115, 'pv_estimate90': 2.588, 'period_end': '2024-08-10T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0454, 'pv_estimate10': 0.1054, 'pv_estimate90': 2.14767, 'period_end': '2024-08-10T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8826, 'pv_estimate10': 0.1102, 'pv_estimate90': 1.97673, 'period_end': '2024-08-10T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7522, 'pv_estimate10': 0.1283, 'pv_estimate90': 1.8398100000000002, 'period_end': '2024-08-10T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5289, 'pv_estimate10': 0.1283, 'pv_estimate90': 1.605345, 'period_end': '2024-08-10T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2756, 'pv_estimate10': 0.1198, 'pv_estimate90': 1.3393800000000002, 'period_end': '2024-08-10T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0048, 'pv_estimate10': 0.1102, 'pv_estimate90': 1.05504, 'period_end': '2024-08-10T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7268, 'pv_estimate10': 0.0911, 'pv_estimate90': 0.76314, 'period_end': '2024-08-10T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4264, 'pv_estimate10': 0.0671, 'pv_estimate90': 0.44772, 'period_end': '2024-08-10T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1773, 'pv_estimate10': 0.0383, 'pv_estimate90': 0.18616500000000002, 'period_end': '2024-08-10T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0484, 'pv_estimate10': 0.0097, 'pv_estimate90': 0.0488, 'period_end': '2024-08-10T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0151, 'pv_estimate10': 0.005, 'pv_estimate90': 0.077, 'period_end': '2024-08-11T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1505, 'pv_estimate10': 0.0452, 'pv_estimate90': 1.1079, 'period_end': '2024-08-11T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9561, 'pv_estimate10': 0.0994, 'pv_estimate90': 2.4744, 'period_end': '2024-08-11T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4229, 'pv_estimate10': 0.1773, 'pv_estimate90': 3.6759, 'period_end': '2024-08-11T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.8062, 'pv_estimate10': 0.3012, 'pv_estimate90': 4.4756, 'period_end': '2024-08-11T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.7776, 'pv_estimate10': 0.5162, 'pv_estimate90': 5.1066, 'period_end': '2024-08-11T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.4847, 'pv_estimate10': 0.745, 'pv_estimate90': 5.7069, 'period_end': '2024-08-11T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.9772, 'pv_estimate10': 1.0089, 'pv_estimate90': 6.0728, 'period_end': '2024-08-11T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.3722, 'pv_estimate10': 1.2888, 'pv_estimate90': 6.690810000000001, 'period_end': '2024-08-11T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.5062, 'pv_estimate10': 1.5631, 'pv_estimate90': 6.5234, 'period_end': '2024-08-11T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.4104, 'pv_estimate10': 1.7752, 'pv_estimate90': 6.5051, 'period_end': '2024-08-11T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.223, 'pv_estimate10': 1.9285, 'pv_estimate90': 6.4618, 'period_end': '2024-08-11T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.8648, 'pv_estimate10': 1.9994, 'pv_estimate90': 6.258, 'period_end': '2024-08-11T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.4444, 'pv_estimate10': 2.0298, 'pv_estimate90': 5.9636, 'period_end': '2024-08-11T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.9907, 'pv_estimate10': 2.0218, 'pv_estimate90': 5.5946, 'period_end': '2024-08-11T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.5089, 'pv_estimate10': 1.9333, 'pv_estimate90': 5.1118, 'period_end': '2024-08-11T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.0239, 'pv_estimate10': 1.7742, 'pv_estimate90': 4.5551, 'period_end': '2024-08-11T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5766, 'pv_estimate10': 1.6384, 'pv_estimate90': 3.9375, 'period_end': '2024-08-11T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0834, 'pv_estimate10': 1.5262, 'pv_estimate90': 3.2402, 'period_end': '2024-08-11T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.5217, 'pv_estimate10': 1.4039, 'pv_estimate90': 2.6477850000000003, 'period_end': '2024-08-11T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9197, 'pv_estimate10': 1.2329, 'pv_estimate90': 2.015685, 'period_end': '2024-08-11T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.252, 'pv_estimate10': 1.0524, 'pv_estimate90': 1.3146, 'period_end': '2024-08-11T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4145, 'pv_estimate10': 0.393775, 'pv_estimate90': 0.435225, 'period_end': '2024-08-11T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3025, 'pv_estimate10': 0.287375, 'pv_estimate90': 0.317625, 'period_end': '2024-08-11T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2337, 'pv_estimate10': 0.222015, 'pv_estimate90': 0.245385, 'period_end': '2024-08-11T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2191, 'pv_estimate10': 0.20814499999999997, 'pv_estimate90': 0.230055, 'period_end': '2024-08-11T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2089, 'pv_estimate10': 0.198455, 'pv_estimate90': 0.219345, 'period_end': '2024-08-11T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2178, 'pv_estimate10': 0.1622, 'pv_estimate90': 0.22869, 'period_end': '2024-08-11T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1667, 'pv_estimate10': 0.0801, 'pv_estimate90': 0.175035, 'period_end': '2024-08-11T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0503, 'pv_estimate10': 0.0188, 'pv_estimate90': 0.0503, 'period_end': '2024-08-11T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0145, 'pv_estimate10': 0.0048, 'pv_estimate90': 0.0145, 'period_end': '2024-08-12T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1257, 'pv_estimate10': 0.0484, 'pv_estimate90': 0.6223, 'period_end': '2024-08-12T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3135, 'pv_estimate10': 0.1054, 'pv_estimate90': 1.6228, 'period_end': '2024-08-12T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1729, 'pv_estimate10': 0.1725, 'pv_estimate90': 2.8021, 'period_end': '2024-08-12T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.164, 'pv_estimate10': 0.2613, 'pv_estimate90': 3.6906, 'period_end': '2024-08-12T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0606, 'pv_estimate10': 0.4463, 'pv_estimate90': 4.505, 'period_end': '2024-08-12T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.7785, 'pv_estimate10': 0.6393, 'pv_estimate90': 5.0275, 'period_end': '2024-08-12T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.3464, 'pv_estimate10': 0.8461, 'pv_estimate90': 5.5139, 'period_end': '2024-08-12T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.5497, 'pv_estimate10': 1.0328, 'pv_estimate90': 5.6888, 'period_end': '2024-08-12T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.6049, 'pv_estimate10': 1.192, 'pv_estimate90': 5.7712, 'period_end': '2024-08-12T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.5631, 'pv_estimate10': 1.3001, 'pv_estimate90': 5.7875, 'period_end': '2024-08-12T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.4622, 'pv_estimate10': 1.3406, 'pv_estimate90': 5.7927, 'period_end': '2024-08-12T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.2206, 'pv_estimate10': 1.3019, 'pv_estimate90': 5.66, 'period_end': '2024-08-12T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.0964, 'pv_estimate10': 1.3019, 'pv_estimate90': 5.4595, 'period_end': '2024-08-12T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.0116, 'pv_estimate10': 1.3439, 'pv_estimate90': 5.1445, 'period_end': '2024-08-12T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.9071, 'pv_estimate10': 1.408, 'pv_estimate90': 4.7724, 'period_end': '2024-08-12T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.75, 'pv_estimate10': 1.4879, 'pv_estimate90': 4.3318, 'period_end': '2024-08-12T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4746, 'pv_estimate10': 1.5437, 'pv_estimate90': 3.7489, 'period_end': '2024-08-12T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.1543, 'pv_estimate10': 1.5829, 'pv_estimate90': 3.1965, 'period_end': '2024-08-12T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6893, 'pv_estimate10': 1.5908, 'pv_estimate90': 2.823765, 'period_end': '2024-08-12T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0994, 'pv_estimate10': 1.5509, 'pv_estimate90': 2.2043700000000004, 'period_end': '2024-08-12T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4737, 'pv_estimate10': 1.3825, 'pv_estimate90': 1.547385, 'period_end': '2024-08-12T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9609, 'pv_estimate10': 0.912855, 'pv_estimate90': 1.008945, 'period_end': '2024-08-12T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9095, 'pv_estimate10': 0.899, 'pv_estimate90': 0.954975, 'period_end': '2024-08-12T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8198, 'pv_estimate10': 0.6788, 'pv_estimate90': 0.86079, 'period_end': '2024-08-12T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7281, 'pv_estimate10': 0.4717, 'pv_estimate90': 0.764505, 'period_end': '2024-08-12T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5928, 'pv_estimate10': 0.2697, 'pv_estimate90': 0.62244, 'period_end': '2024-08-12T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4192, 'pv_estimate10': 0.1635, 'pv_estimate90': 0.44016000000000005, 'period_end': '2024-08-12T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1837, 'pv_estimate10': 0.0754, 'pv_estimate90': 0.192885, 'period_end': '2024-08-12T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.038, 'pv_estimate10': 0.0143, 'pv_estimate90': 0.0473, 'period_end': '2024-08-12T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0101, 'pv_estimate10': 0.0051, 'pv_estimate90': 0.0101, 'period_end': '2024-08-13T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1368, 'pv_estimate10': 0.0405, 'pv_estimate90': 0.7277, 'period_end': '2024-08-13T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9498, 'pv_estimate10': 0.1165, 'pv_estimate90': 1.8528, 'period_end': '2024-08-13T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4873, 'pv_estimate10': 0.1976, 'pv_estimate90': 3.0972, 'period_end': '2024-08-13T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5573, 'pv_estimate10': 0.276, 'pv_estimate90': 3.9949, 'period_end': '2024-08-13T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.4292, 'pv_estimate10': 0.4212, 'pv_estimate90': 4.8276, 'period_end': '2024-08-13T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.0285, 'pv_estimate10': 0.5705, 'pv_estimate90': 5.3843, 'period_end': '2024-08-13T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.5208, 'pv_estimate10': 0.7233, 'pv_estimate90': 5.8557, 'period_end': '2024-08-13T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.7196, 'pv_estimate10': 0.8741, 'pv_estimate90': 6.0832, 'period_end': '2024-08-13T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.9151, 'pv_estimate10': 1.0623, 'pv_estimate90': 6.2632, 'period_end': '2024-08-13T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.0711, 'pv_estimate10': 1.2344, 'pv_estimate90': 6.3501, 'period_end': '2024-08-13T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.0536, 'pv_estimate10': 1.3788, 'pv_estimate90': 6.2344, 'period_end': '2024-08-13T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 6.0452, 'pv_estimate10': 1.4871, 'pv_estimate90': 6.1178, 'period_end': '2024-08-13T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.8141, 'pv_estimate10': 1.5541, 'pv_estimate90': 5.838, 'period_end': '2024-08-13T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 5.384, 'pv_estimate10': 1.5466, 'pv_estimate90': 5.4091, 'period_end': '2024-08-13T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.8533, 'pv_estimate10': 1.4808, 'pv_estimate90': 4.9233, 'period_end': '2024-08-13T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.3412, 'pv_estimate10': 1.3818, 'pv_estimate90': 4.4578, 'period_end': '2024-08-13T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.8068, 'pv_estimate10': 1.2658, 'pv_estimate90': 3.8895, 'period_end': '2024-08-13T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.332, 'pv_estimate10': 1.1157, 'pv_estimate90': 3.4986, 'period_end': '2024-08-13T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8457, 'pv_estimate10': 0.9563, 'pv_estimate90': 2.987985, 'period_end': '2024-08-13T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4122, 'pv_estimate10': 0.7705, 'pv_estimate90': 2.53281, 'period_end': '2024-08-13T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0187, 'pv_estimate10': 0.5919, 'pv_estimate90': 2.119635, 'period_end': '2024-08-13T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6949, 'pv_estimate10': 0.4377, 'pv_estimate90': 1.7796450000000001, 'period_end': '2024-08-13T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5699, 'pv_estimate10': 0.3, 'pv_estimate90': 1.648395, 'period_end': '2024-08-13T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.386, 'pv_estimate10': 0.2186, 'pv_estimate90': 1.4553, 'period_end': '2024-08-13T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0992, 'pv_estimate10': 0.1616, 'pv_estimate90': 1.15416, 'period_end': '2024-08-13T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6981, 'pv_estimate10': 0.1093, 'pv_estimate90': 0.7330050000000001, 'period_end': '2024-08-13T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2961, 'pv_estimate10': 0.0671, 'pv_estimate90': 0.310905, 'period_end': '2024-08-13T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1246, 'pv_estimate10': 0.0288, 'pv_estimate90': 0.1625, 'period_end': '2024-08-13T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.024, 'pv_estimate10': 0.0048, 'pv_estimate90': 0.0383, 'period_end': '2024-08-13T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0049, 'pv_estimate10': 0, 'pv_estimate90': 0.0098, 'period_end': '2024-08-14T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.064, 'pv_estimate10': 0.0049, 'pv_estimate90': 0.3956, 'period_end': '2024-08-14T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1724, 'pv_estimate10': 0.0197, 'pv_estimate90': 1.6108, 'period_end': '2024-08-14T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3829, 'pv_estimate10': 0.0345, 'pv_estimate90': 2.6857, 'period_end': '2024-08-14T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7493, 'pv_estimate10': 0.0591, 'pv_estimate90': 3.7787, 'period_end': '2024-08-14T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.162, 'pv_estimate10': 0.0886, 'pv_estimate90': 4.5324, 'period_end': '2024-08-14T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6099, 'pv_estimate10': 0.133, 'pv_estimate90': 5.1415, 'period_end': '2024-08-14T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2748, 'pv_estimate10': 0.1903, 'pv_estimate90': 5.6626, 'period_end': '2024-08-14T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0021, 'pv_estimate10': 0.2635, 'pv_estimate90': 6.0205, 'period_end': '2024-08-14T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5677, 'pv_estimate10': 0.4062, 'pv_estimate90': 6.2082, 'period_end': '2024-08-14T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.9814, 'pv_estimate10': 0.5457, 'pv_estimate90': 6.2672, 'period_end': '2024-08-14T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.2522, 'pv_estimate10': 0.6758, 'pv_estimate90': 6.2341, 'period_end': '2024-08-14T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.3673, 'pv_estimate10': 0.7967, 'pv_estimate90': 6.0767, 'period_end': '2024-08-14T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.3959, 'pv_estimate10': 0.8998, 'pv_estimate90': 5.8313, 'period_end': '2024-08-14T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.3179, 'pv_estimate10': 0.9769, 'pv_estimate90': 5.4629, 'period_end': '2024-08-14T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.1297, 'pv_estimate10': 0.9887, 'pv_estimate90': 4.994, 'period_end': '2024-08-14T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.9116, 'pv_estimate10': 0.9547, 'pv_estimate90': 4.5222, 'period_end': '2024-08-14T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.636, 'pv_estimate10': 0.9035, 'pv_estimate90': 3.9585, 'period_end': '2024-08-14T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3208, 'pv_estimate10': 0.8265, 'pv_estimate90': 3.3551, 'period_end': '2024-08-14T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9845, 'pv_estimate10': 0.7107, 'pv_estimate90': 3.133725, 'period_end': '2024-08-14T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6596, 'pv_estimate10': 0.5732, 'pv_estimate90': 2.7925800000000005, 'period_end': '2024-08-14T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3237, 'pv_estimate10': 0.435, 'pv_estimate90': 2.4398850000000003, 'period_end': '2024-08-14T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0158, 'pv_estimate10': 0.3135, 'pv_estimate90': 2.11659, 'period_end': '2024-08-14T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7823, 'pv_estimate10': 0.2321, 'pv_estimate90': 1.871415, 'period_end': '2024-08-14T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4192, 'pv_estimate10': 0.1838, 'pv_estimate90': 1.4901600000000002, 'period_end': '2024-08-14T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9972, 'pv_estimate10': 0.1354, 'pv_estimate90': 1.04706, 'period_end': '2024-08-14T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5979, 'pv_estimate10': 0.0927, 'pv_estimate90': 0.627795, 'period_end': '2024-08-14T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2537, 'pv_estimate10': 0.0537, 'pv_estimate90': 0.288, 'period_end': '2024-08-14T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1073, 'pv_estimate10': 0.0244, 'pv_estimate90': 0.1593, 'period_end': '2024-08-14T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0197, 'pv_estimate10': 0.0049, 'pv_estimate90': 0.0295, 'period_end': '2024-08-14T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0052, 'pv_estimate10': 0, 'pv_estimate90': 0.0052, 'period_end': '2024-08-15T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.062, 'pv_estimate10': 0.0052, 'pv_estimate90': 0.3994, 'period_end': '2024-08-15T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1756, 'pv_estimate10': 0.0207, 'pv_estimate90': 1.5339, 'period_end': '2024-08-15T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3627, 'pv_estimate10': 0.031, 'pv_estimate90': 2.6186, 'period_end': '2024-08-15T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6881, 'pv_estimate10': 0.0512, 'pv_estimate90': 3.7133, 'period_end': '2024-08-15T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0159, 'pv_estimate10': 0.0709, 'pv_estimate90': 4.5114, 'period_end': '2024-08-15T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.3611, 'pv_estimate10': 0.0963, 'pv_estimate90': 5.2702, 'period_end': '2024-08-15T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.727, 'pv_estimate10': 0.1254, 'pv_estimate90': 5.7135, 'period_end': '2024-08-15T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0845, 'pv_estimate10': 0.1591, 'pv_estimate90': 6.099, 'period_end': '2024-08-15T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4567, 'pv_estimate10': 0.2038, 'pv_estimate90': 6.3552, 'period_end': '2024-08-15T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.833, 'pv_estimate10': 0.2535, 'pv_estimate90': 6.4441, 'period_end': '2024-08-15T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.1363, 'pv_estimate10': 0.3214, 'pv_estimate90': 6.4207, 'period_end': '2024-08-15T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3304, 'pv_estimate10': 0.3829, 'pv_estimate90': 6.2838, 'period_end': '2024-08-15T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4352, 'pv_estimate10': 0.4499, 'pv_estimate90': 6.0124, 'period_end': '2024-08-15T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4568, 'pv_estimate10': 0.5196, 'pv_estimate90': 5.6739, 'period_end': '2024-08-15T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3668, 'pv_estimate10': 0.5249, 'pv_estimate90': 5.1628, 'period_end': '2024-08-15T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.2409, 'pv_estimate10': 0.4902, 'pv_estimate90': 4.6454, 'period_end': '2024-08-15T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0591, 'pv_estimate10': 0.4381, 'pv_estimate90': 4.0184, 'period_end': '2024-08-15T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8535, 'pv_estimate10': 0.3713, 'pv_estimate90': 3.343, 'period_end': '2024-08-15T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6057, 'pv_estimate10': 0.2836, 'pv_estimate90': 2.6325, 'period_end': '2024-08-15T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2766, 'pv_estimate10': 0.2196, 'pv_estimate90': 2.3904300000000003, 'period_end': '2024-08-15T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9417, 'pv_estimate10': 0.1805, 'pv_estimate90': 2.038785, 'period_end': '2024-08-15T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6271, 'pv_estimate10': 0.1561, 'pv_estimate90': 1.708455, 'period_end': '2024-08-15T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.3168, 'pv_estimate10': 0.1269, 'pv_estimate90': 1.38264, 'period_end': '2024-08-15T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0197, 'pv_estimate10': 0.1025, 'pv_estimate90': 1.070685, 'period_end': '2024-08-15T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7191, 'pv_estimate10': 0.083, 'pv_estimate90': 0.755055, 'period_end': '2024-08-15T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4237, 'pv_estimate10': 0.0586, 'pv_estimate90': 0.44488500000000003, 'period_end': '2024-08-15T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2068, 'pv_estimate10': 0.0394, 'pv_estimate90': 0.2555, 'period_end': '2024-08-15T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0886, 'pv_estimate10': 0.0148, 'pv_estimate90': 0.1488, 'period_end': '2024-08-15T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0149, 'pv_estimate10': 0.005, 'pv_estimate90': 0.0298, 'period_end': '2024-08-15T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-16T00:00:00.0000000Z', 'period': 'PT30M'}]}
2024-08-08 08:36:09.572 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Solcast returned 369 records
2024-08-08 08:36:09.601 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Forecasts dictionary length 14914
2024-08-08 08:36:09.866 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP data call processing took 0.2931s
2024-08-08 08:36:09.871 INFO (MainThread) [custom_components.solcast_solar.solcastapi] Getting forecast update for Solcast site 23bb-0216-85c6-fd94
2024-08-08 08:36:09.871 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Polling API for site 23bb-0216-85c6-fd94 lastday 2024-08-15 23:00:00+00:00 numhours 184
2024-08-08 08:36:09.871 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetch data url: https://api.solcast.com.au/rooftop_sites/23bb-0216-85c6-fd94/forecasts
2024-08-08 08:36:09.871 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetching forecast
2024-08-08 08:36:10.946 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Fetch successful
2024-08-08 08:36:10.963 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] API returned data. API Counter incremented from 1 to 2
2024-08-08 08:36:10.963 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Writing API usage cache file: /config/solcast-usage.json
2024-08-08 08:36:10.978 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP ssession returned data type in fetch_data() is <class 'dict'>
2024-08-08 08:36:10.978 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP session status in fetch_data() is 200/Success
2024-08-08 08:36:10.979 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Status 200/Success in fetch_data(), returned: {'forecasts': [{'pv_estimate': 0.1407, 'pv_estimate10': 0.1407, 'pv_estimate90': 0.1407, 'period_end': '2024-08-08T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1423, 'pv_estimate10': 0.135185, 'pv_estimate90': 0.14941500000000002, 'period_end': '2024-08-08T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4912, 'pv_estimate10': 0.46664, 'pv_estimate90': 0.51576, 'period_end': '2024-08-08T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0255, 'pv_estimate10': 0.974225, 'pv_estimate90': 1.076775, 'period_end': '2024-08-08T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7181, 'pv_estimate10': 1.6369, 'pv_estimate90': 1.804005, 'period_end': '2024-08-08T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.028, 'pv_estimate10': 1.2439, 'pv_estimate90': 2.1294, 'period_end': '2024-08-08T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0007, 'pv_estimate10': 0.8847, 'pv_estimate90': 2.1973, 'period_end': '2024-08-08T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.911, 'pv_estimate10': 0.6495, 'pv_estimate90': 2.5106, 'period_end': '2024-08-08T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8654, 'pv_estimate10': 0.5434, 'pv_estimate90': 2.7758, 'period_end': '2024-08-08T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7254, 'pv_estimate10': 0.4366, 'pv_estimate90': 2.9295, 'period_end': '2024-08-08T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5012, 'pv_estimate10': 0.3356, 'pv_estimate90': 2.8593, 'period_end': '2024-08-08T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.28, 'pv_estimate10': 0.2595, 'pv_estimate90': 2.6515, 'period_end': '2024-08-08T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0735, 'pv_estimate10': 0.204, 'pv_estimate90': 2.3658, 'period_end': '2024-08-08T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9124, 'pv_estimate10': 0.177, 'pv_estimate90': 2.0421, 'period_end': '2024-08-08T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7631, 'pv_estimate10': 0.1593, 'pv_estimate90': 1.6951, 'period_end': '2024-08-08T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6288, 'pv_estimate10': 0.1501, 'pv_estimate90': 1.3777, 'period_end': '2024-08-08T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5149, 'pv_estimate10': 0.1393, 'pv_estimate90': 1.1335, 'period_end': '2024-08-08T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4385, 'pv_estimate10': 0.1393, 'pv_estimate90': 0.9357, 'period_end': '2024-08-08T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3811, 'pv_estimate10': 0.1429, 'pv_estimate90': 0.7672, 'period_end': '2024-08-08T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2849, 'pv_estimate10': 0.1286, 'pv_estimate90': 0.5656, 'period_end': '2024-08-08T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1735, 'pv_estimate10': 0.0991, 'pv_estimate90': 0.3339, 'period_end': '2024-08-08T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1204, 'pv_estimate10': 0.0743, 'pv_estimate90': 0.177, 'period_end': '2024-08-08T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0708, 'pv_estimate10': 0.046, 'pv_estimate90': 0.0991, 'period_end': '2024-08-08T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0212, 'pv_estimate10': 0.0142, 'pv_estimate90': 0.0319, 'period_end': '2024-08-08T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-08T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0142, 'pv_estimate10': 0.0071, 'pv_estimate90': 0.0177, 'period_end': '2024-08-09T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0956, 'pv_estimate10': 0.0602, 'pv_estimate90': 0.114, 'period_end': '2024-08-09T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2376, 'pv_estimate10': 0.1416, 'pv_estimate90': 0.24948, 'period_end': '2024-08-09T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4462, 'pv_estimate10': 0.2507, 'pv_estimate90': 0.46851, 'period_end': '2024-08-09T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6236, 'pv_estimate10': 0.3785, 'pv_estimate90': 0.65478, 'period_end': '2024-08-09T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7916, 'pv_estimate10': 0.5118, 'pv_estimate90': 0.83118, 'period_end': '2024-08-09T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9244, 'pv_estimate10': 0.6755, 'pv_estimate90': 0.97062, 'period_end': '2024-08-09T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9634, 'pv_estimate10': 0.8938, 'pv_estimate90': 1.01157, 'period_end': '2024-08-09T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8764, 'pv_estimate10': 0.8325799999999999, 'pv_estimate90': 0.92022, 'period_end': '2024-08-09T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1439, 'pv_estimate10': 1.0867049999999998, 'pv_estimate90': 1.201095, 'period_end': '2024-08-09T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4243, 'pv_estimate10': 1.3530849999999999, 'pv_estimate90': 1.495515, 'period_end': '2024-08-09T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8336, 'pv_estimate10': 1.7158, 'pv_estimate90': 1.9252799999999999, 'period_end': '2024-08-09T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.1768, 'pv_estimate10': 1.7863, 'pv_estimate90': 2.2418, 'period_end': '2024-08-09T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.578, 'pv_estimate10': 1.8332, 'pv_estimate90': 2.7898, 'period_end': '2024-08-09T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9529, 'pv_estimate10': 1.848, 'pv_estimate90': 3.2464, 'period_end': '2024-08-09T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3028, 'pv_estimate10': 1.8684, 'pv_estimate90': 3.6558, 'period_end': '2024-08-09T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.6011, 'pv_estimate10': 1.9197, 'pv_estimate90': 4.007, 'period_end': '2024-08-09T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.8458, 'pv_estimate10': 1.9194, 'pv_estimate90': 4.2646, 'period_end': '2024-08-09T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.079, 'pv_estimate10': 1.8926, 'pv_estimate90': 4.467, 'period_end': '2024-08-09T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.2156, 'pv_estimate10': 1.789, 'pv_estimate90': 4.595, 'period_end': '2024-08-09T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.2547, 'pv_estimate10': 1.5771, 'pv_estimate90': 4.691, 'period_end': '2024-08-09T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.2156, 'pv_estimate10': 1.3566, 'pv_estimate90': 4.7001, 'period_end': '2024-08-09T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 4.1094, 'pv_estimate10': 1.1725, 'pv_estimate90': 4.6065, 'period_end': '2024-08-09T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.964, 'pv_estimate10': 0.9864, 'pv_estimate90': 4.5076, 'period_end': '2024-08-09T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.6655, 'pv_estimate10': 0.8025, 'pv_estimate90': 4.2374, 'period_end': '2024-08-09T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3806, 'pv_estimate10': 0.6302, 'pv_estimate90': 3.95, 'period_end': '2024-08-09T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9236, 'pv_estimate10': 0.4563, 'pv_estimate90': 3.4239, 'period_end': '2024-08-09T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.253, 'pv_estimate10': 0.2512, 'pv_estimate90': 2.9027, 'period_end': '2024-08-09T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2425, 'pv_estimate10': 0.1182, 'pv_estimate90': 1.9818, 'period_end': '2024-08-09T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2721, 'pv_estimate10': 0.0351, 'pv_estimate90': 0.6751, 'period_end': '2024-08-09T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-09T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0111, 'pv_estimate10': 0.0037, 'pv_estimate90': 0.0184, 'period_end': '2024-08-10T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0817, 'pv_estimate10': 0.0186, 'pv_estimate90': 0.085785, 'period_end': '2024-08-10T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1765, 'pv_estimate10': 0.0368, 'pv_estimate90': 0.185325, 'period_end': '2024-08-10T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3282, 'pv_estimate10': 0.0437, 'pv_estimate90': 0.34461, 'period_end': '2024-08-10T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4827, 'pv_estimate10': 0.0473, 'pv_estimate90': 0.506835, 'period_end': '2024-08-10T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6388, 'pv_estimate10': 0.0505, 'pv_estimate90': 0.6707400000000001, 'period_end': '2024-08-10T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8279, 'pv_estimate10': 0.0613, 'pv_estimate90': 0.869295, 'period_end': '2024-08-10T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0163, 'pv_estimate10': 0.0679, 'pv_estimate90': 1.067115, 'period_end': '2024-08-10T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2071, 'pv_estimate10': 0.0715, 'pv_estimate90': 1.2674550000000002, 'period_end': '2024-08-10T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4133, 'pv_estimate10': 0.0743, 'pv_estimate90': 1.483965, 'period_end': '2024-08-10T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.611, 'pv_estimate10': 0.0814, 'pv_estimate90': 1.69155, 'period_end': '2024-08-10T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7588, 'pv_estimate10': 0.0885, 'pv_estimate90': 1.84674, 'period_end': '2024-08-10T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8714, 'pv_estimate10': 0.0956, 'pv_estimate90': 2.2138, 'period_end': '2024-08-10T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9546, 'pv_estimate10': 0.0991, 'pv_estimate90': 2.7032, 'period_end': '2024-08-10T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9971, 'pv_estimate10': 0.0982, 'pv_estimate90': 3.1037, 'period_end': '2024-08-10T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0013, 'pv_estimate10': 0.0982, 'pv_estimate90': 3.5216, 'period_end': '2024-08-10T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9485, 'pv_estimate10': 0.0982, 'pv_estimate90': 3.8627, 'period_end': '2024-08-10T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8624, 'pv_estimate10': 0.0947, 'pv_estimate90': 4.1337, 'period_end': '2024-08-10T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7488, 'pv_estimate10': 0.0904, 'pv_estimate90': 4.3048, 'period_end': '2024-08-10T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6372, 'pv_estimate10': 0.0834, 'pv_estimate90': 4.4927, 'period_end': '2024-08-10T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4952, 'pv_estimate10': 0.0765, 'pv_estimate90': 4.5665, 'period_end': '2024-08-10T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.376, 'pv_estimate10': 0.08, 'pv_estimate90': 4.5711, 'period_end': '2024-08-10T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.3078, 'pv_estimate10': 0.093, 'pv_estimate90': 4.4393, 'period_end': '2024-08-10T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2281, 'pv_estimate10': 0.093, 'pv_estimate90': 4.3102, 'period_end': '2024-08-10T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0765, 'pv_estimate10': 0.0869, 'pv_estimate90': 4.0465, 'period_end': '2024-08-10T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9078, 'pv_estimate10': 0.08, 'pv_estimate90': 3.739, 'period_end': '2024-08-10T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6963, 'pv_estimate10': 0.0661, 'pv_estimate90': 3.3371, 'period_end': '2024-08-10T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3103, 'pv_estimate10': 0.0487, 'pv_estimate90': 2.6505, 'period_end': '2024-08-10T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1286, 'pv_estimate10': 0.0278, 'pv_estimate90': 1.9755, 'period_end': '2024-08-10T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0351, 'pv_estimate10': 0.007, 'pv_estimate90': 0.4987, 'period_end': '2024-08-10T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-10T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0109, 'pv_estimate10': 0.0036, 'pv_estimate90': 0.0146, 'period_end': '2024-08-11T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1092, 'pv_estimate10': 0.0328, 'pv_estimate90': 0.11466000000000001, 'period_end': '2024-08-11T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2298, 'pv_estimate10': 0.0721, 'pv_estimate90': 0.24129, 'period_end': '2024-08-11T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3179, 'pv_estimate10': 0.1286, 'pv_estimate90': 0.333795, 'period_end': '2024-08-11T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2958, 'pv_estimate10': 0.2187, 'pv_estimate90': 0.31059000000000003, 'period_end': '2024-08-11T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2607, 'pv_estimate10': 0.24766499999999997, 'pv_estimate90': 0.273735, 'period_end': '2024-08-11T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2347, 'pv_estimate10': 0.22296499999999997, 'pv_estimate90': 0.24643500000000002, 'period_end': '2024-08-11T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2011, 'pv_estimate10': 0.191045, 'pv_estimate90': 0.211155, 'period_end': '2024-08-11T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1714, 'pv_estimate10': 0.16283, 'pv_estimate90': 0.17997, 'period_end': '2024-08-11T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6116, 'pv_estimate10': 0.58102, 'pv_estimate90': 0.6421800000000001, 'period_end': '2024-08-11T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1623, 'pv_estimate10': 1.104185, 'pv_estimate90': 1.2204150000000002, 'period_end': '2024-08-11T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6418, 'pv_estimate10': 1.4097, 'pv_estimate90': 1.72389, 'period_end': '2024-08-11T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.1067, 'pv_estimate10': 1.4616, 'pv_estimate90': 2.1321, 'period_end': '2024-08-11T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4866, 'pv_estimate10': 1.4838, 'pv_estimate90': 2.586, 'period_end': '2024-08-11T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8063, 'pv_estimate10': 1.478, 'pv_estimate90': 3.0171, 'period_end': '2024-08-11T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0315, 'pv_estimate10': 1.4132, 'pv_estimate90': 3.3776, 'period_end': '2024-08-11T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.2045, 'pv_estimate10': 1.2967, 'pv_estimate90': 3.7095, 'period_end': '2024-08-11T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3382, 'pv_estimate10': 1.1973, 'pv_estimate90': 3.9401, 'period_end': '2024-08-11T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4934, 'pv_estimate10': 1.1151, 'pv_estimate90': 4.1308, 'period_end': '2024-08-11T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.6576, 'pv_estimate10': 1.0257, 'pv_estimate90': 4.2941, 'period_end': '2024-08-11T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.732, 'pv_estimate10': 0.9005, 'pv_estimate90': 4.343, 'period_end': '2024-08-11T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.7898, 'pv_estimate10': 0.7683, 'pv_estimate90': 4.3187, 'period_end': '2024-08-11T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.9047, 'pv_estimate10': 0.6534, 'pv_estimate90': 4.285, 'period_end': '2024-08-11T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.8278, 'pv_estimate10': 0.5378, 'pv_estimate90': 4.0587, 'period_end': '2024-08-11T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.7222, 'pv_estimate10': 0.4152, 'pv_estimate90': 3.8228, 'period_end': '2024-08-11T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3631, 'pv_estimate10': 0.3, 'pv_estimate90': 3.39, 'period_end': '2024-08-11T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8841, 'pv_estimate10': 0.1814, 'pv_estimate90': 2.94, 'period_end': '2024-08-11T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.8508, 'pv_estimate10': 0.1176, 'pv_estimate90': 2.1514, 'period_end': '2024-08-11T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9034, 'pv_estimate10': 0.0581, 'pv_estimate90': 1.3978, 'period_end': '2024-08-11T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1731, 'pv_estimate10': 0.0137, 'pv_estimate90': 0.1731, 'period_end': '2024-08-11T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-11T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0105, 'pv_estimate10': 0.0035, 'pv_estimate90': 0.0105, 'period_end': '2024-08-12T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0912, 'pv_estimate10': 0.0351, 'pv_estimate90': 0.09576000000000001, 'period_end': '2024-08-12T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2277, 'pv_estimate10': 0.0765, 'pv_estimate90': 0.23908500000000002, 'period_end': '2024-08-12T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4396, 'pv_estimate10': 0.1252, 'pv_estimate90': 0.46158, 'period_end': '2024-08-12T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5892, 'pv_estimate10': 0.1895, 'pv_estimate90': 0.61866, 'period_end': '2024-08-12T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.6876, 'pv_estimate10': 0.3249, 'pv_estimate90': 0.7219800000000001, 'period_end': '2024-08-12T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7567, 'pv_estimate10': 0.4661, 'pv_estimate90': 0.7945350000000001, 'period_end': '2024-08-12T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8052, 'pv_estimate10': 0.6174, 'pv_estimate90': 0.8454600000000001, 'period_end': '2024-08-12T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9162, 'pv_estimate10': 0.754, 'pv_estimate90': 0.96201, 'period_end': '2024-08-12T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2978, 'pv_estimate10': 0.8705, 'pv_estimate90': 1.3626900000000002, 'period_end': '2024-08-12T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6721, 'pv_estimate10': 0.9496, 'pv_estimate90': 1.755705, 'period_end': '2024-08-12T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9817, 'pv_estimate10': 0.9793, 'pv_estimate90': 2.080785, 'period_end': '2024-08-12T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2347, 'pv_estimate10': 0.951, 'pv_estimate90': 2.346435, 'period_end': '2024-08-12T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4216, 'pv_estimate10': 0.951, 'pv_estimate90': 2.5103, 'period_end': '2024-08-12T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.5755, 'pv_estimate10': 0.9817, 'pv_estimate90': 2.8629, 'period_end': '2024-08-12T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.7267, 'pv_estimate10': 1.0287, 'pv_estimate90': 3.1838, 'period_end': '2024-08-12T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8698, 'pv_estimate10': 1.0871, 'pv_estimate90': 3.4369, 'period_end': '2024-08-12T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0279, 'pv_estimate10': 1.128, 'pv_estimate90': 3.679, 'period_end': '2024-08-12T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.1759, 'pv_estimate10': 1.1566, 'pv_estimate90': 3.85, 'period_end': '2024-08-12T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3378, 'pv_estimate10': 1.1625, 'pv_estimate90': 3.9661, 'period_end': '2024-08-12T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4794, 'pv_estimate10': 1.1333, 'pv_estimate90': 4.0139, 'period_end': '2024-08-12T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5024, 'pv_estimate10': 1.01, 'pv_estimate90': 3.9875, 'period_end': '2024-08-12T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.3276, 'pv_estimate10': 0.8264, 'pv_estimate90': 3.8567, 'period_end': '2024-08-12T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.0487, 'pv_estimate10': 0.6561, 'pv_estimate90': 3.6339, 'period_end': '2024-08-12T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6915, 'pv_estimate10': 0.495, 'pv_estimate90': 3.3473, 'period_end': '2024-08-12T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.171, 'pv_estimate10': 0.3434, 'pv_estimate90': 2.8571, 'period_end': '2024-08-12T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5649, 'pv_estimate10': 0.1956, 'pv_estimate90': 2.352, 'period_end': '2024-08-12T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7252, 'pv_estimate10': 0.1186, 'pv_estimate90': 1.6964, 'period_end': '2024-08-12T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1333, 'pv_estimate10': 0.0547, 'pv_estimate90': 0.7897, 'period_end': '2024-08-12T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0276, 'pv_estimate10': 0.0103, 'pv_estimate90': 0.0802, 'period_end': '2024-08-12T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-12T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0074, 'pv_estimate10': 0.0037, 'pv_estimate90': 0.0074, 'period_end': '2024-08-13T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0993, 'pv_estimate10': 0.0294, 'pv_estimate90': 0.10426500000000001, 'period_end': '2024-08-13T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2216, 'pv_estimate10': 0.0846, 'pv_estimate90': 0.23268, 'period_end': '2024-08-13T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3176, 'pv_estimate10': 0.1434, 'pv_estimate90': 0.33348, 'period_end': '2024-08-13T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3845, 'pv_estimate10': 0.2003, 'pv_estimate90': 0.403725, 'period_end': '2024-08-13T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4304, 'pv_estimate10': 0.3065, 'pv_estimate90': 0.45192000000000004, 'period_end': '2024-08-13T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4735, 'pv_estimate10': 0.4157, 'pv_estimate90': 0.497175, 'period_end': '2024-08-13T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5011, 'pv_estimate10': 0.47604499999999994, 'pv_estimate90': 0.526155, 'period_end': '2024-08-13T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5531, 'pv_estimate10': 0.525445, 'pv_estimate90': 0.580755, 'period_end': '2024-08-13T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9645, 'pv_estimate10': 0.7756, 'pv_estimate90': 1.012725, 'period_end': '2024-08-13T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.3218, 'pv_estimate10': 0.9016, 'pv_estimate90': 1.38789, 'period_end': '2024-08-13T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.784, 'pv_estimate10': 1.0073, 'pv_estimate90': 1.8732000000000002, 'period_end': '2024-08-13T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.1705, 'pv_estimate10': 1.0865, 'pv_estimate90': 2.2790250000000003, 'period_end': '2024-08-13T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.59, 'pv_estimate10': 1.1356, 'pv_estimate90': 2.5923, 'period_end': '2024-08-13T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9636, 'pv_estimate10': 1.1301, 'pv_estimate90': 2.9714, 'period_end': '2024-08-13T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.2596, 'pv_estimate10': 1.0819, 'pv_estimate90': 3.2965, 'period_end': '2024-08-13T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4021, 'pv_estimate10': 1.0095, 'pv_estimate90': 3.5192, 'period_end': '2024-08-13T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5156, 'pv_estimate10': 0.9245, 'pv_estimate90': 3.7474, 'period_end': '2024-08-13T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.5149, 'pv_estimate10': 0.8147, 'pv_estimate90': 3.8669, 'period_end': '2024-08-13T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.4294, 'pv_estimate10': 0.6981, 'pv_estimate90': 3.9446, 'period_end': '2024-08-13T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 3.2052, 'pv_estimate10': 0.5621, 'pv_estimate90': 3.9353, 'period_end': '2024-08-13T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.8954, 'pv_estimate10': 0.4314, 'pv_estimate90': 3.8445, 'period_end': '2024-08-13T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.5093, 'pv_estimate10': 0.3186, 'pv_estimate90': 3.6388, 'period_end': '2024-08-13T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0252, 'pv_estimate10': 0.2178, 'pv_estimate90': 3.3777, 'period_end': '2024-08-13T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.444, 'pv_estimate10': 0.1585, 'pv_estimate90': 2.9568, 'period_end': '2024-08-13T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8954, 'pv_estimate10': 0.1172, 'pv_estimate90': 2.477, 'period_end': '2024-08-13T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5091, 'pv_estimate10': 0.0793, 'pv_estimate90': 1.8126, 'period_end': '2024-08-13T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.215, 'pv_estimate10': 0.0487, 'pv_estimate90': 1.1583, 'period_end': '2024-08-13T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0904, 'pv_estimate10': 0.0209, 'pv_estimate90': 0.3961, 'period_end': '2024-08-13T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0174, 'pv_estimate10': 0.0035, 'pv_estimate90': 0.0278, 'period_end': '2024-08-13T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-13T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0036, 'pv_estimate10': 0, 'pv_estimate90': 0.0071, 'period_end': '2024-08-14T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0464, 'pv_estimate10': 0.0036, 'pv_estimate90': 0.083, 'period_end': '2024-08-14T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1251, 'pv_estimate10': 0.0143, 'pv_estimate90': 0.1667, 'period_end': '2024-08-14T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2785, 'pv_estimate10': 0.025, 'pv_estimate90': 0.29242500000000005, 'period_end': '2024-08-14T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5466, 'pv_estimate10': 0.0429, 'pv_estimate90': 0.57393, 'period_end': '2024-08-14T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.8485, 'pv_estimate10': 0.0643, 'pv_estimate90': 0.8909250000000001, 'period_end': '2024-08-14T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.1764, 'pv_estimate10': 0.0965, 'pv_estimate90': 1.23522, 'period_end': '2024-08-14T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4347, 'pv_estimate10': 0.1381, 'pv_estimate90': 1.5064350000000002, 'period_end': '2024-08-14T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5736, 'pv_estimate10': 0.1912, 'pv_estimate90': 1.6522800000000002, 'period_end': '2024-08-14T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7429, 'pv_estimate10': 0.2956, 'pv_estimate90': 1.830045, 'period_end': '2024-08-14T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9566, 'pv_estimate10': 0.3976, 'pv_estimate90': 2.05443, 'period_end': '2024-08-14T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.1751, 'pv_estimate10': 0.4928, 'pv_estimate90': 2.283855, 'period_end': '2024-08-14T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4008, 'pv_estimate10': 0.5812, 'pv_estimate90': 2.5208399999999997, 'period_end': '2024-08-14T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.6042, 'pv_estimate10': 0.6567, 'pv_estimate90': 2.657, 'period_end': '2024-08-14T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.7823, 'pv_estimate10': 0.7131, 'pv_estimate90': 3.0374, 'period_end': '2024-08-14T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.899, 'pv_estimate10': 0.7218, 'pv_estimate90': 3.3388, 'period_end': '2024-08-14T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9626, 'pv_estimate10': 0.6968, 'pv_estimate90': 3.5764, 'period_end': '2024-08-14T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.979, 'pv_estimate10': 0.6594, 'pv_estimate90': 3.7899, 'period_end': '2024-08-14T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.9014, 'pv_estimate10': 0.603, 'pv_estimate90': 3.9207, 'period_end': '2024-08-14T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.7364, 'pv_estimate10': 0.5183, 'pv_estimate90': 3.9438, 'period_end': '2024-08-14T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.522, 'pv_estimate10': 0.4177, 'pv_estimate90': 3.9369, 'period_end': '2024-08-14T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2546, 'pv_estimate10': 0.3166, 'pv_estimate90': 3.8767, 'period_end': '2024-08-14T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9003, 'pv_estimate10': 0.2277, 'pv_estimate90': 3.7033, 'period_end': '2024-08-14T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4712, 'pv_estimate10': 0.1684, 'pv_estimate90': 3.4701, 'period_end': '2024-08-14T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.0368, 'pv_estimate10': 0.1333, 'pv_estimate90': 3.0405, 'period_end': '2024-08-14T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.728, 'pv_estimate10': 0.0982, 'pv_estimate90': 2.5743, 'period_end': '2024-08-14T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.4357, 'pv_estimate10': 0.0673, 'pv_estimate90': 1.9857, 'period_end': '2024-08-14T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1841, 'pv_estimate10': 0.0389, 'pv_estimate90': 1.1944, 'period_end': '2024-08-14T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0779, 'pv_estimate10': 0.0177, 'pv_estimate90': 0.4654, 'period_end': '2024-08-14T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0143, 'pv_estimate10': 0.0036, 'pv_estimate90': 0.0214, 'period_end': '2024-08-14T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-14T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T00:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T00:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T01:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T01:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T02:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T02:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T03:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T03:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T04:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T04:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0038, 'pv_estimate10': 0, 'pv_estimate90': 0.0038, 'period_end': '2024-08-15T05:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.045, 'pv_estimate10': 0.0038, 'pv_estimate90': 0.0835, 'period_end': '2024-08-15T05:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1275, 'pv_estimate10': 0.015, 'pv_estimate90': 0.1738, 'period_end': '2024-08-15T06:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.2637, 'pv_estimate10': 0.0225, 'pv_estimate90': 0.2685, 'period_end': '2024-08-15T06:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5018, 'pv_estimate10': 0.0371, 'pv_estimate90': 0.5268900000000001, 'period_end': '2024-08-15T07:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7417, 'pv_estimate10': 0.0515, 'pv_estimate90': 0.7787850000000001, 'period_end': '2024-08-15T07:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9943, 'pv_estimate10': 0.0699, 'pv_estimate90': 1.044015, 'period_end': '2024-08-15T08:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.2621, 'pv_estimate10': 0.091, 'pv_estimate90': 1.325205, 'period_end': '2024-08-15T08:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.5238, 'pv_estimate10': 0.1154, 'pv_estimate90': 1.59999, 'period_end': '2024-08-15T09:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.7838, 'pv_estimate10': 0.1479, 'pv_estimate90': 1.8729900000000002, 'period_end': '2024-08-15T09:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.9534, 'pv_estimate10': 0.1839, 'pv_estimate90': 2.05107, 'period_end': '2024-08-15T10:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.0912, 'pv_estimate10': 0.2335, 'pv_estimate90': 2.1957600000000004, 'period_end': '2024-08-15T10:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.2212, 'pv_estimate10': 0.2785, 'pv_estimate90': 2.2304, 'period_end': '2024-08-15T11:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3239, 'pv_estimate10': 0.3275, 'pv_estimate90': 2.677, 'period_end': '2024-08-15T11:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4056, 'pv_estimate10': 0.3785, 'pv_estimate90': 3.0769, 'period_end': '2024-08-15T12:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.4271, 'pv_estimate10': 0.3824, 'pv_estimate90': 3.4211, 'period_end': '2024-08-15T12:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3962, 'pv_estimate10': 0.357, 'pv_estimate90': 3.7054, 'period_end': '2024-08-15T13:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.3036, 'pv_estimate10': 0.3188, 'pv_estimate90': 3.9788, 'period_end': '2024-08-15T13:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 2.145, 'pv_estimate10': 0.27, 'pv_estimate90': 4.1774, 'period_end': '2024-08-15T14:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.912, 'pv_estimate10': 0.2058, 'pv_estimate90': 4.2731, 'period_end': '2024-08-15T14:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.6645, 'pv_estimate10': 0.1593, 'pv_estimate90': 4.3326, 'period_end': '2024-08-15T15:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.4193, 'pv_estimate10': 0.131, 'pv_estimate90': 4.2352, 'period_end': '2024-08-15T15:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 1.189, 'pv_estimate10': 0.1133, 'pv_estimate90': 4.1143, 'period_end': '2024-08-15T16:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.9619, 'pv_estimate10': 0.092, 'pv_estimate90': 3.8198, 'period_end': '2024-08-15T16:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.7444, 'pv_estimate10': 0.0743, 'pv_estimate90': 3.4819, 'period_end': '2024-08-15T17:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.5244, 'pv_estimate10': 0.0602, 'pv_estimate90': 2.9442, 'period_end': '2024-08-15T17:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.3083, 'pv_estimate10': 0.0425, 'pv_estimate90': 2.3188, 'period_end': '2024-08-15T18:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.1501, 'pv_estimate10': 0.0286, 'pv_estimate90': 1.4257, 'period_end': '2024-08-15T18:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0643, 'pv_estimate10': 0.0107, 'pv_estimate90': 0.5824, 'period_end': '2024-08-15T19:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0.0108, 'pv_estimate10': 0.0036, 'pv_estimate90': 0.0216, 'period_end': '2024-08-15T19:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T20:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T20:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T21:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T21:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T22:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T22:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T23:00:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-15T23:30:00.0000000Z', 'period': 'PT30M'}, {'pv_estimate': 0, 'pv_estimate10': 0, 'pv_estimate90': 0, 'period_end': '2024-08-16T00:00:00.0000000Z', 'period': 'PT30M'}]}
2024-08-08 08:36:10.979 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Solcast returned 369 records
2024-08-08 08:36:10.990 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Forecasts dictionary length 14914
2024-08-08 08:36:11.365 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] HTTP data call processing took 0.3859s
2024-08-08 08:36:12.571 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Calc forecast start index midnight utc: 2024-08-07 23:00:00+00:00, idx 14913, len 15281
2024-08-08 08:36:12.934 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-08 contains only 31 of 48 records and may produce inaccurate forecast data
2024-08-08 08:36:12.934 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-09 contains all 48 records
2024-08-08 08:36:12.935 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-10 contains all 48 records
2024-08-08 08:36:12.936 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-11 contains all 48 records
2024-08-08 08:36:12.936 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-12 contains all 48 records
2024-08-08 08:36:12.937 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-13 contains all 48 records
2024-08-08 08:36:12.937 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-14 contains all 48 records
2024-08-08 08:36:12.938 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Data for 2024-08-15 contains all 48 records
2024-08-08 08:36:12.938 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Calculating splines
2024-08-08 08:36:13.041 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Build forecast processing took 1.6212s
2024-08-08 08:36:13.945 DEBUG (MainThread) [custom_components.solcast_solar.solcastapi] Saved forecast cache

And sensors populated: image image image

Think we are there!

autoSteve commented 3 months ago

Finally sweet as a nut. Thanks for intentionally borking your setup to test.

I'll commit and PR this. BJ and I are cooking up a v4.1 release as a 'latest' non-pre-release that will flow to thousands, and I wouldn't mind squeezing this in as a 4.0.43 pre-release before that to get some miles on code. 4.0.43 would also hold the fix for the most recent spline bug that you picked up because no data.

autoSteve commented 3 months ago

Merged. Released.