diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f91d54d..03f8a22 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,15 +3,15 @@ app.current-power.sample-rate-ms=1000 # Hostname or IP of the inverter REST API -app.inverter.host=192.168.1.166 +app.inverter.host= # Solcast API properties # Ref: https://docs.solcast.com.au/#introduction # Hobby account is limited to 20 API calls per day. # app.solcast.base-url=https://api.solcast.com.au -app.solcast.api-key=***REMOVED*** -app.solcast.site-id=4f6d-b20d-5b0d-8032 +app.solcast.api-key= +app.solcast.site-id= # Cron expression for when to retrieve forecasts # Due to API rate limit, retrieve hourly between 6am and 4pm app.solcast.forecast-retrieval-cron=0 0 6,7,8,9,10,11,12,13,14,15,16 * * ? @@ -24,8 +24,8 @@ app.solcast.measurement-upload-cron=0 0 21 * * ? # Setting platform tells Spring to look for a file 'schema-{platform}.sql' to use for db initialisation. spring.sql.init.platform=mysql spring.datasource.url=jdbc:mysql://localhost:3306/solar?serverTimezone=Australia/Melbourne -spring.datasource.username=webapp -spring.datasource.password=password +spring.datasource.username=solarapp +spring.datasource.password=put-your-password-here spring.datasource.hikari.pool-name=MySQLPool # Logging diff --git a/src/test/java/org/keen/solar/forecast/solcast/ForecastPersisterTest.java b/src/test/java/org/keen/solar/forecast/solcast/ForecastPersisterTest.java index 59fe959..e792b92 100644 --- a/src/test/java/org/keen/solar/forecast/solcast/ForecastPersisterTest.java +++ b/src/test/java/org/keen/solar/forecast/solcast/ForecastPersisterTest.java @@ -57,7 +57,7 @@ public ForecastPersister forecastPersister() { public void givenEmptyRepository_whenRetrieveAndPersist_thenForecastsPersisted() { // Given String responseBody = "{\"forecasts\":[{\"pv_estimate\":1.9614,\"pv_estimate10\":1.3395,\"pv_estimate90\":2.6258,\"period_end\":\"2020-03-14T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2456,\"pv_estimate10\":1.092,\"pv_estimate90\":3.0697,\"period_end\":\"2020-03-14T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5895,\"pv_estimate10\":1.1455,\"pv_estimate90\":3.2783,\"period_end\":\"2020-03-14T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3787,\"pv_estimate10\":1.0985,\"pv_estimate90\":3.2801,\"period_end\":\"2020-03-14T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2969,\"pv_estimate10\":0.9097,\"pv_estimate90\":3.2668,\"period_end\":\"2020-03-14T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6461,\"pv_estimate10\":1.233,\"pv_estimate90\":3.1712,\"period_end\":\"2020-03-14T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.58,\"pv_estimate10\":1.2456,\"pv_estimate90\":3.0477,\"period_end\":\"2020-03-14T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3066,\"pv_estimate10\":1.19,\"pv_estimate90\":2.84,\"period_end\":\"2020-03-14T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0369,\"pv_estimate10\":1.0258,\"pv_estimate90\":2.6182,\"period_end\":\"2020-03-14T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7133,\"pv_estimate10\":0.8075,\"pv_estimate90\":2.3153,\"period_end\":\"2020-03-14T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3773,\"pv_estimate10\":0.6143,\"pv_estimate90\":1.9392,\"period_end\":\"2020-03-14T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0707,\"pv_estimate10\":0.4565,\"pv_estimate90\":1.533,\"period_end\":\"2020-03-14T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7855,\"pv_estimate10\":0.3209,\"pv_estimate90\":1.0997,\"period_end\":\"2020-03-14T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4765,\"pv_estimate10\":0.1805,\"pv_estimate90\":0.651,\"period_end\":\"2020-03-14T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1379,\"pv_estimate10\":0.0573,\"pv_estimate90\":0.2023,\"period_end\":\"2020-03-14T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0813,\"pv_estimate10\":0.0659,\"pv_estimate90\":0.0817,\"period_end\":\"2020-03-14T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3739,\"pv_estimate10\":0.2592,\"pv_estimate90\":0.4069,\"period_end\":\"2020-03-14T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7284,\"pv_estimate10\":0.5106,\"pv_estimate90\":0.83,\"period_end\":\"2020-03-14T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1052,\"pv_estimate10\":0.767,\"pv_estimate90\":1.2762,\"period_end\":\"2020-03-14T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4676,\"pv_estimate10\":1.0114,\"pv_estimate90\":1.7037,\"period_end\":\"2020-03-14T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7931,\"pv_estimate10\":1.235,\"pv_estimate90\":2.0958,\"period_end\":\"2020-03-14T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0766,\"pv_estimate10\":1.4255,\"pv_estimate90\":2.4185,\"period_end\":\"2020-03-15T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3192,\"pv_estimate10\":1.5808,\"pv_estimate90\":2.687,\"period_end\":\"2020-03-15T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.523,\"pv_estimate10\":1.7088,\"pv_estimate90\":2.9148,\"period_end\":\"2020-03-15T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6707,\"pv_estimate10\":1.7964,\"pv_estimate90\":3.0568,\"period_end\":\"2020-03-15T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8138,\"pv_estimate10\":1.8628,\"pv_estimate90\":3.1976,\"period_end\":\"2020-03-15T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8901,\"pv_estimate10\":1.8894,\"pv_estimate90\":3.2603,\"period_end\":\"2020-03-15T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9373,\"pv_estimate10\":1.8994,\"pv_estimate90\":3.2782,\"period_end\":\"2020-03-15T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9337,\"pv_estimate10\":1.8703,\"pv_estimate90\":3.2148,\"period_end\":\"2020-03-15T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9089,\"pv_estimate10\":1.823,\"pv_estimate90\":3.1481,\"period_end\":\"2020-03-15T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7866,\"pv_estimate10\":1.7179,\"pv_estimate90\":3.0076,\"period_end\":\"2020-03-15T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5703,\"pv_estimate10\":1.5463,\"pv_estimate90\":2.8082,\"period_end\":\"2020-03-15T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2865,\"pv_estimate10\":1.3151,\"pv_estimate90\":2.5688,\"period_end\":\"2020-03-15T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9475,\"pv_estimate10\":1.074,\"pv_estimate90\":2.2701,\"period_end\":\"2020-03-15T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5959,\"pv_estimate10\":0.8364,\"pv_estimate90\":1.9276,\"period_end\":\"2020-03-15T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2395,\"pv_estimate10\":0.6245,\"pv_estimate90\":1.5121,\"period_end\":\"2020-03-15T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9029,\"pv_estimate10\":0.4387,\"pv_estimate90\":1.0811,\"period_end\":\"2020-03-15T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5346,\"pv_estimate10\":0.2389,\"pv_estimate90\":0.6205,\"period_end\":\"2020-03-15T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1404,\"pv_estimate10\":0.0635,\"pv_estimate90\":0.1647,\"period_end\":\"2020-03-15T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0791,\"pv_estimate10\":0.0794,\"pv_estimate90\":0.0791,\"period_end\":\"2020-03-15T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3854,\"pv_estimate10\":0.3654,\"pv_estimate90\":0.3854,\"period_end\":\"2020-03-15T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8123,\"pv_estimate10\":0.7564,\"pv_estimate90\":0.8123,\"period_end\":\"2020-03-15T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.248,\"pv_estimate10\":1.1643,\"pv_estimate90\":1.248,\"period_end\":\"2020-03-15T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6609,\"pv_estimate10\":1.5522,\"pv_estimate90\":1.6609,\"period_end\":\"2020-03-15T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.045,\"pv_estimate10\":1.915,\"pv_estimate90\":2.045,\"period_end\":\"2020-03-15T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3647,\"pv_estimate10\":2.2141,\"pv_estimate90\":2.3647,\"period_end\":\"2020-03-16T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6366,\"pv_estimate10\":2.4523,\"pv_estimate90\":2.6366,\"period_end\":\"2020-03-16T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8309,\"pv_estimate10\":2.6182,\"pv_estimate90\":2.8309,\"period_end\":\"2020-03-16T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.005,\"pv_estimate10\":2.7441,\"pv_estimate90\":3.0078,\"period_end\":\"2020-03-16T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0854,\"pv_estimate10\":2.7683,\"pv_estimate90\":3.0909,\"period_end\":\"2020-03-16T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1611,\"pv_estimate10\":2.7935,\"pv_estimate90\":3.1652,\"period_end\":\"2020-03-16T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.16,\"pv_estimate10\":2.7384,\"pv_estimate90\":3.16,\"period_end\":\"2020-03-16T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1499,\"pv_estimate10\":2.6724,\"pv_estimate90\":3.1499,\"period_end\":\"2020-03-16T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0452,\"pv_estimate10\":2.5274,\"pv_estimate90\":3.0452,\"period_end\":\"2020-03-16T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9274,\"pv_estimate10\":2.3666,\"pv_estimate90\":2.9274,\"period_end\":\"2020-03-16T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7215,\"pv_estimate10\":2.1515,\"pv_estimate90\":2.7538,\"period_end\":\"2020-03-16T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3703,\"pv_estimate10\":1.8283,\"pv_estimate90\":2.4745,\"period_end\":\"2020-03-16T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0295,\"pv_estimate10\":1.5033,\"pv_estimate90\":2.2062,\"period_end\":\"2020-03-16T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6467,\"pv_estimate10\":1.1678,\"pv_estimate90\":1.8458,\"period_end\":\"2020-03-16T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2865,\"pv_estimate10\":0.8703,\"pv_estimate90\":1.469,\"period_end\":\"2020-03-16T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9027,\"pv_estimate10\":0.5863,\"pv_estimate90\":1.015,\"period_end\":\"2020-03-16T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5201,\"pv_estimate10\":0.3126,\"pv_estimate90\":0.5643,\"period_end\":\"2020-03-16T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1203,\"pv_estimate10\":0.0698,\"pv_estimate90\":0.1279,\"period_end\":\"2020-03-16T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0507,\"pv_estimate10\":0.0579,\"pv_estimate90\":0.0506,\"period_end\":\"2020-03-16T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.352,\"pv_estimate10\":0.2683,\"pv_estimate90\":0.3587,\"period_end\":\"2020-03-16T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.769,\"pv_estimate10\":0.5488,\"pv_estimate90\":0.7782,\"period_end\":\"2020-03-16T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1793,\"pv_estimate10\":0.8166,\"pv_estimate90\":1.2023,\"period_end\":\"2020-03-16T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5624,\"pv_estimate10\":1.0612,\"pv_estimate90\":1.6004,\"period_end\":\"2020-03-16T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9045,\"pv_estimate10\":1.2732,\"pv_estimate90\":1.9545,\"period_end\":\"2020-03-16T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2023,\"pv_estimate10\":1.4598,\"pv_estimate90\":2.2811,\"period_end\":\"2020-03-17T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.4526,\"pv_estimate10\":1.6112,\"pv_estimate90\":2.5454,\"period_end\":\"2020-03-17T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6494,\"pv_estimate10\":1.7261,\"pv_estimate90\":2.7588,\"period_end\":\"2020-03-17T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7931,\"pv_estimate10\":1.8141,\"pv_estimate90\":2.9336,\"period_end\":\"2020-03-17T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8715,\"pv_estimate10\":1.8605,\"pv_estimate90\":3.049,\"period_end\":\"2020-03-17T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9304,\"pv_estimate10\":1.8854,\"pv_estimate90\":3.1227,\"period_end\":\"2020-03-17T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9029,\"pv_estimate10\":1.8667,\"pv_estimate90\":3.1168,\"period_end\":\"2020-03-17T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.856,\"pv_estimate10\":1.838,\"pv_estimate90\":3.0742,\"period_end\":\"2020-03-17T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7539,\"pv_estimate10\":1.7679,\"pv_estimate90\":2.9725,\"period_end\":\"2020-03-17T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.62,\"pv_estimate10\":1.6687,\"pv_estimate90\":2.8583,\"period_end\":\"2020-03-17T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3997,\"pv_estimate10\":1.5103,\"pv_estimate90\":2.6605,\"period_end\":\"2020-03-17T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.1222,\"pv_estimate10\":1.3012,\"pv_estimate90\":2.4195,\"period_end\":\"2020-03-17T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8111,\"pv_estimate10\":1.082,\"pv_estimate90\":2.1296,\"period_end\":\"2020-03-17T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4628,\"pv_estimate10\":0.8484,\"pv_estimate90\":1.7692,\"period_end\":\"2020-03-17T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.115,\"pv_estimate10\":0.6239,\"pv_estimate90\":1.3846,\"period_end\":\"2020-03-17T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7781,\"pv_estimate10\":0.4118,\"pv_estimate90\":0.9725,\"period_end\":\"2020-03-17T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4246,\"pv_estimate10\":0.2,\"pv_estimate90\":0.5405,\"period_end\":\"2020-03-17T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0787,\"pv_estimate10\":0.0424,\"pv_estimate90\":0.1049,\"period_end\":\"2020-03-17T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0468,\"pv_estimate10\":0.0193,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-17T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2095,\"pv_estimate10\":0.0574,\"pv_estimate90\":0.335,\"period_end\":\"2020-03-17T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4643,\"pv_estimate10\":0.0967,\"pv_estimate90\":0.7289,\"period_end\":\"2020-03-17T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.755,\"pv_estimate10\":0.2107,\"pv_estimate90\":1.1318,\"period_end\":\"2020-03-17T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1046,\"pv_estimate10\":0.3699,\"pv_estimate90\":1.5333,\"period_end\":\"2020-03-17T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3169,\"pv_estimate10\":0.4117,\"pv_estimate90\":1.8756,\"period_end\":\"2020-03-17T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4855,\"pv_estimate10\":0.432,\"pv_estimate90\":2.1775,\"period_end\":\"2020-03-18T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6394,\"pv_estimate10\":0.4465,\"pv_estimate90\":2.4584,\"period_end\":\"2020-03-18T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7495,\"pv_estimate10\":0.4514,\"pv_estimate90\":2.6688,\"period_end\":\"2020-03-18T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8226,\"pv_estimate10\":0.4586,\"pv_estimate90\":2.8181,\"period_end\":\"2020-03-18T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8735,\"pv_estimate10\":0.467,\"pv_estimate90\":2.9286,\"period_end\":\"2020-03-18T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8955,\"pv_estimate10\":0.4777,\"pv_estimate90\":2.9956,\"period_end\":\"2020-03-18T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8753,\"pv_estimate10\":0.4741,\"pv_estimate90\":3.0071,\"period_end\":\"2020-03-18T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8157,\"pv_estimate10\":0.46,\"pv_estimate90\":2.964,\"period_end\":\"2020-03-18T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7199,\"pv_estimate10\":0.4273,\"pv_estimate90\":2.8699,\"period_end\":\"2020-03-18T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5892,\"pv_estimate10\":0.3849,\"pv_estimate90\":2.7239,\"period_end\":\"2020-03-18T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4314,\"pv_estimate10\":0.3281,\"pv_estimate90\":2.53,\"period_end\":\"2020-03-18T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2493,\"pv_estimate10\":0.2638,\"pv_estimate90\":2.308,\"period_end\":\"2020-03-18T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0439,\"pv_estimate10\":0.1869,\"pv_estimate90\":2.013,\"period_end\":\"2020-03-18T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8314,\"pv_estimate10\":0.1088,\"pv_estimate90\":1.7127,\"period_end\":\"2020-03-18T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5954,\"pv_estimate10\":0.0664,\"pv_estimate90\":1.3193,\"period_end\":\"2020-03-18T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3636,\"pv_estimate10\":0.0359,\"pv_estimate90\":0.8996,\"period_end\":\"2020-03-18T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1406,\"pv_estimate10\":0.0144,\"pv_estimate90\":0.4599,\"period_end\":\"2020-03-18T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0291,\"pv_estimate10\":0.0036,\"pv_estimate90\":0.0686,\"period_end\":\"2020-03-18T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0116,\"pv_estimate10\":0.0039,\"pv_estimate90\":0.047,\"period_end\":\"2020-03-18T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0387,\"pv_estimate10\":0.0135,\"pv_estimate90\":0.229,\"period_end\":\"2020-03-18T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0677,\"pv_estimate10\":0.0232,\"pv_estimate90\":0.4833,\"period_end\":\"2020-03-18T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0967,\"pv_estimate10\":0.0329,\"pv_estimate90\":0.7446,\"period_end\":\"2020-03-18T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.148,\"pv_estimate10\":0.043,\"pv_estimate90\":0.9875,\"period_end\":\"2020-03-18T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1934,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.203,\"period_end\":\"2020-03-18T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2311,\"pv_estimate10\":0.0605,\"pv_estimate90\":1.3781,\"period_end\":\"2020-03-19T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2611,\"pv_estimate10\":0.0684,\"pv_estimate90\":1.5194,\"period_end\":\"2020-03-19T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.0742,\"pv_estimate90\":1.6188,\"period_end\":\"2020-03-19T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2799,\"pv_estimate10\":0.0801,\"pv_estimate90\":1.6777,\"period_end\":\"2020-03-19T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.082,\"pv_estimate90\":1.6986,\"period_end\":\"2020-03-19T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2649,\"pv_estimate10\":0.084,\"pv_estimate90\":1.685,\"period_end\":\"2020-03-19T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2461,\"pv_estimate10\":0.084,\"pv_estimate90\":1.643,\"period_end\":\"2020-03-19T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2235,\"pv_estimate10\":0.082,\"pv_estimate90\":1.5765,\"period_end\":\"2020-03-19T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2122,\"pv_estimate10\":0.0781,\"pv_estimate90\":1.4947,\"period_end\":\"2020-03-19T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1948,\"pv_estimate10\":0.075,\"pv_estimate90\":1.3952,\"period_end\":\"2020-03-19T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1682,\"pv_estimate10\":0.0691,\"pv_estimate90\":1.263,\"period_end\":\"2020-03-19T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1416,\"pv_estimate10\":0.0612,\"pv_estimate90\":1.1152,\"period_end\":\"2020-03-19T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1073,\"pv_estimate10\":0.0513,\"pv_estimate90\":0.943,\"period_end\":\"2020-03-19T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0858,\"pv_estimate10\":0.0419,\"pv_estimate90\":0.7631,\"period_end\":\"2020-03-19T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0658,\"pv_estimate10\":0.0319,\"pv_estimate90\":0.5645,\"period_end\":\"2020-03-19T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0464,\"pv_estimate10\":0.0222,\"pv_estimate90\":0.3576,\"period_end\":\"2020-03-19T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0262,\"pv_estimate10\":0.0121,\"pv_estimate90\":0.1544,\"period_end\":\"2020-03-19T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.006,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0324,\"period_end\":\"2020-03-19T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0239,\"pv_estimate10\":0.004,\"pv_estimate90\":0.0567,\"period_end\":\"2020-03-19T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0835,\"pv_estimate10\":0.014,\"pv_estimate90\":0.3223,\"period_end\":\"2020-03-19T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1927,\"pv_estimate10\":0.0239,\"pv_estimate90\":0.6881,\"period_end\":\"2020-03-19T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3297,\"pv_estimate10\":0.0339,\"pv_estimate90\":1.0769,\"period_end\":\"2020-03-19T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4616,\"pv_estimate10\":0.0439,\"pv_estimate90\":1.4503,\"period_end\":\"2020-03-19T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5924,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.8227,\"period_end\":\"2020-03-19T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7107,\"pv_estimate10\":0.0638,\"pv_estimate90\":2.1384,\"period_end\":\"2020-03-20T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8122,\"pv_estimate10\":0.071,\"pv_estimate90\":2.4108,\"period_end\":\"2020-03-20T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.91,\"pv_estimate10\":0.077,\"pv_estimate90\":2.6377,\"period_end\":\"2020-03-20T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9858,\"pv_estimate10\":0.0809,\"pv_estimate90\":2.8086,\"period_end\":\"2020-03-20T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0401,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9252,\"period_end\":\"2020-03-20T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0687,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9722,\"period_end\":\"2020-03-20T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0806,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9706,\"period_end\":\"2020-03-20T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0704,\"pv_estimate10\":0.0829,\"pv_estimate90\":2.9015,\"period_end\":\"2020-03-20T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0311,\"pv_estimate10\":0.0801,\"pv_estimate90\":2.804,\"period_end\":\"2020-03-20T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9823,\"pv_estimate10\":0.0742,\"pv_estimate90\":2.6424,\"period_end\":\"2020-03-20T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9087,\"pv_estimate10\":0.0684,\"pv_estimate90\":2.451,\"period_end\":\"2020-03-20T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8169,\"pv_estimate10\":0.0605,\"pv_estimate90\":2.2201,\"period_end\":\"2020-03-20T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7011,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.9264,\"period_end\":\"2020-03-20T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5692,\"pv_estimate10\":0.041,\"pv_estimate90\":1.595,\"period_end\":\"2020-03-20T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4241,\"pv_estimate10\":0.0316,\"pv_estimate90\":1.2494,\"period_end\":\"2020-03-20T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.257,\"pv_estimate10\":0.0217,\"pv_estimate90\":0.8484,\"period_end\":\"2020-03-20T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.096,\"pv_estimate10\":0.0118,\"pv_estimate90\":0.4387,\"period_end\":\"2020-03-20T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0199,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0529,\"period_end\":\"2020-03-20T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0285,\"pv_estimate10\":0.0041,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-20T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1002,\"pv_estimate10\":0.0141,\"pv_estimate90\":0.3207,\"period_end\":\"2020-03-20T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2515,\"pv_estimate10\":0.0242,\"pv_estimate90\":0.6826,\"period_end\":\"2020-03-20T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4041,\"pv_estimate10\":0.0343,\"pv_estimate90\":1.0556,\"period_end\":\"2020-03-20T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5363,\"pv_estimate10\":0.0443,\"pv_estimate90\":1.4025,\"period_end\":\"2020-03-20T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.6519,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.7072,\"period_end\":\"2020-03-20T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7508,\"pv_estimate10\":0.0638,\"pv_estimate90\":1.9766,\"period_end\":\"2020-03-21T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8318,\"pv_estimate10\":0.0698,\"pv_estimate90\":2.2074,\"period_end\":\"2020-03-21T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9002,\"pv_estimate10\":0.0778,\"pv_estimate90\":2.3958,\"period_end\":\"2020-03-21T01:00:00.0000000Z\",\"period\":\"PT30M\"}]}"; - server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/4f6d-b20d-5b0d-8032/forecasts?hours=168")) + server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/test-site-id/forecasts?hours=168")) .andRespond(withSuccess(responseBody, MediaType.APPLICATION_JSON)); // When @@ -88,7 +88,7 @@ public void givenPopulatedRepository_whenRetrieveAndPersist_thenExistingEntriesU repository.saveAll(forecasts); String responseBody = "{\"forecasts\":[{\"pv_estimate\":1.9614,\"pv_estimate10\":1.3395,\"pv_estimate90\":2.6258,\"period_end\":\"2020-03-14T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2456,\"pv_estimate10\":1.092,\"pv_estimate90\":3.0697,\"period_end\":\"2020-03-14T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5895,\"pv_estimate10\":1.1455,\"pv_estimate90\":3.2783,\"period_end\":\"2020-03-14T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3787,\"pv_estimate10\":1.0985,\"pv_estimate90\":3.2801,\"period_end\":\"2020-03-14T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2969,\"pv_estimate10\":0.9097,\"pv_estimate90\":3.2668,\"period_end\":\"2020-03-14T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6461,\"pv_estimate10\":1.233,\"pv_estimate90\":3.1712,\"period_end\":\"2020-03-14T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.58,\"pv_estimate10\":1.2456,\"pv_estimate90\":3.0477,\"period_end\":\"2020-03-14T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3066,\"pv_estimate10\":1.19,\"pv_estimate90\":2.84,\"period_end\":\"2020-03-14T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0369,\"pv_estimate10\":1.0258,\"pv_estimate90\":2.6182,\"period_end\":\"2020-03-14T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7133,\"pv_estimate10\":0.8075,\"pv_estimate90\":2.3153,\"period_end\":\"2020-03-14T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3773,\"pv_estimate10\":0.6143,\"pv_estimate90\":1.9392,\"period_end\":\"2020-03-14T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0707,\"pv_estimate10\":0.4565,\"pv_estimate90\":1.533,\"period_end\":\"2020-03-14T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7855,\"pv_estimate10\":0.3209,\"pv_estimate90\":1.0997,\"period_end\":\"2020-03-14T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4765,\"pv_estimate10\":0.1805,\"pv_estimate90\":0.651,\"period_end\":\"2020-03-14T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1379,\"pv_estimate10\":0.0573,\"pv_estimate90\":0.2023,\"period_end\":\"2020-03-14T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0813,\"pv_estimate10\":0.0659,\"pv_estimate90\":0.0817,\"period_end\":\"2020-03-14T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3739,\"pv_estimate10\":0.2592,\"pv_estimate90\":0.4069,\"period_end\":\"2020-03-14T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7284,\"pv_estimate10\":0.5106,\"pv_estimate90\":0.83,\"period_end\":\"2020-03-14T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1052,\"pv_estimate10\":0.767,\"pv_estimate90\":1.2762,\"period_end\":\"2020-03-14T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4676,\"pv_estimate10\":1.0114,\"pv_estimate90\":1.7037,\"period_end\":\"2020-03-14T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7931,\"pv_estimate10\":1.235,\"pv_estimate90\":2.0958,\"period_end\":\"2020-03-14T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0766,\"pv_estimate10\":1.4255,\"pv_estimate90\":2.4185,\"period_end\":\"2020-03-15T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3192,\"pv_estimate10\":1.5808,\"pv_estimate90\":2.687,\"period_end\":\"2020-03-15T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.523,\"pv_estimate10\":1.7088,\"pv_estimate90\":2.9148,\"period_end\":\"2020-03-15T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6707,\"pv_estimate10\":1.7964,\"pv_estimate90\":3.0568,\"period_end\":\"2020-03-15T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8138,\"pv_estimate10\":1.8628,\"pv_estimate90\":3.1976,\"period_end\":\"2020-03-15T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8901,\"pv_estimate10\":1.8894,\"pv_estimate90\":3.2603,\"period_end\":\"2020-03-15T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9373,\"pv_estimate10\":1.8994,\"pv_estimate90\":3.2782,\"period_end\":\"2020-03-15T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9337,\"pv_estimate10\":1.8703,\"pv_estimate90\":3.2148,\"period_end\":\"2020-03-15T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9089,\"pv_estimate10\":1.823,\"pv_estimate90\":3.1481,\"period_end\":\"2020-03-15T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7866,\"pv_estimate10\":1.7179,\"pv_estimate90\":3.0076,\"period_end\":\"2020-03-15T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5703,\"pv_estimate10\":1.5463,\"pv_estimate90\":2.8082,\"period_end\":\"2020-03-15T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2865,\"pv_estimate10\":1.3151,\"pv_estimate90\":2.5688,\"period_end\":\"2020-03-15T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9475,\"pv_estimate10\":1.074,\"pv_estimate90\":2.2701,\"period_end\":\"2020-03-15T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5959,\"pv_estimate10\":0.8364,\"pv_estimate90\":1.9276,\"period_end\":\"2020-03-15T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2395,\"pv_estimate10\":0.6245,\"pv_estimate90\":1.5121,\"period_end\":\"2020-03-15T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9029,\"pv_estimate10\":0.4387,\"pv_estimate90\":1.0811,\"period_end\":\"2020-03-15T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5346,\"pv_estimate10\":0.2389,\"pv_estimate90\":0.6205,\"period_end\":\"2020-03-15T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1404,\"pv_estimate10\":0.0635,\"pv_estimate90\":0.1647,\"period_end\":\"2020-03-15T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0791,\"pv_estimate10\":0.0794,\"pv_estimate90\":0.0791,\"period_end\":\"2020-03-15T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3854,\"pv_estimate10\":0.3654,\"pv_estimate90\":0.3854,\"period_end\":\"2020-03-15T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8123,\"pv_estimate10\":0.7564,\"pv_estimate90\":0.8123,\"period_end\":\"2020-03-15T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.248,\"pv_estimate10\":1.1643,\"pv_estimate90\":1.248,\"period_end\":\"2020-03-15T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6609,\"pv_estimate10\":1.5522,\"pv_estimate90\":1.6609,\"period_end\":\"2020-03-15T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.045,\"pv_estimate10\":1.915,\"pv_estimate90\":2.045,\"period_end\":\"2020-03-15T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3647,\"pv_estimate10\":2.2141,\"pv_estimate90\":2.3647,\"period_end\":\"2020-03-16T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6366,\"pv_estimate10\":2.4523,\"pv_estimate90\":2.6366,\"period_end\":\"2020-03-16T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8309,\"pv_estimate10\":2.6182,\"pv_estimate90\":2.8309,\"period_end\":\"2020-03-16T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.005,\"pv_estimate10\":2.7441,\"pv_estimate90\":3.0078,\"period_end\":\"2020-03-16T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0854,\"pv_estimate10\":2.7683,\"pv_estimate90\":3.0909,\"period_end\":\"2020-03-16T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1611,\"pv_estimate10\":2.7935,\"pv_estimate90\":3.1652,\"period_end\":\"2020-03-16T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.16,\"pv_estimate10\":2.7384,\"pv_estimate90\":3.16,\"period_end\":\"2020-03-16T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1499,\"pv_estimate10\":2.6724,\"pv_estimate90\":3.1499,\"period_end\":\"2020-03-16T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0452,\"pv_estimate10\":2.5274,\"pv_estimate90\":3.0452,\"period_end\":\"2020-03-16T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9274,\"pv_estimate10\":2.3666,\"pv_estimate90\":2.9274,\"period_end\":\"2020-03-16T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7215,\"pv_estimate10\":2.1515,\"pv_estimate90\":2.7538,\"period_end\":\"2020-03-16T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3703,\"pv_estimate10\":1.8283,\"pv_estimate90\":2.4745,\"period_end\":\"2020-03-16T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0295,\"pv_estimate10\":1.5033,\"pv_estimate90\":2.2062,\"period_end\":\"2020-03-16T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6467,\"pv_estimate10\":1.1678,\"pv_estimate90\":1.8458,\"period_end\":\"2020-03-16T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2865,\"pv_estimate10\":0.8703,\"pv_estimate90\":1.469,\"period_end\":\"2020-03-16T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9027,\"pv_estimate10\":0.5863,\"pv_estimate90\":1.015,\"period_end\":\"2020-03-16T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5201,\"pv_estimate10\":0.3126,\"pv_estimate90\":0.5643,\"period_end\":\"2020-03-16T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1203,\"pv_estimate10\":0.0698,\"pv_estimate90\":0.1279,\"period_end\":\"2020-03-16T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0507,\"pv_estimate10\":0.0579,\"pv_estimate90\":0.0506,\"period_end\":\"2020-03-16T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.352,\"pv_estimate10\":0.2683,\"pv_estimate90\":0.3587,\"period_end\":\"2020-03-16T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.769,\"pv_estimate10\":0.5488,\"pv_estimate90\":0.7782,\"period_end\":\"2020-03-16T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1793,\"pv_estimate10\":0.8166,\"pv_estimate90\":1.2023,\"period_end\":\"2020-03-16T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5624,\"pv_estimate10\":1.0612,\"pv_estimate90\":1.6004,\"period_end\":\"2020-03-16T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9045,\"pv_estimate10\":1.2732,\"pv_estimate90\":1.9545,\"period_end\":\"2020-03-16T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2023,\"pv_estimate10\":1.4598,\"pv_estimate90\":2.2811,\"period_end\":\"2020-03-17T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.4526,\"pv_estimate10\":1.6112,\"pv_estimate90\":2.5454,\"period_end\":\"2020-03-17T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6494,\"pv_estimate10\":1.7261,\"pv_estimate90\":2.7588,\"period_end\":\"2020-03-17T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7931,\"pv_estimate10\":1.8141,\"pv_estimate90\":2.9336,\"period_end\":\"2020-03-17T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8715,\"pv_estimate10\":1.8605,\"pv_estimate90\":3.049,\"period_end\":\"2020-03-17T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9304,\"pv_estimate10\":1.8854,\"pv_estimate90\":3.1227,\"period_end\":\"2020-03-17T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9029,\"pv_estimate10\":1.8667,\"pv_estimate90\":3.1168,\"period_end\":\"2020-03-17T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.856,\"pv_estimate10\":1.838,\"pv_estimate90\":3.0742,\"period_end\":\"2020-03-17T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7539,\"pv_estimate10\":1.7679,\"pv_estimate90\":2.9725,\"period_end\":\"2020-03-17T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.62,\"pv_estimate10\":1.6687,\"pv_estimate90\":2.8583,\"period_end\":\"2020-03-17T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3997,\"pv_estimate10\":1.5103,\"pv_estimate90\":2.6605,\"period_end\":\"2020-03-17T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.1222,\"pv_estimate10\":1.3012,\"pv_estimate90\":2.4195,\"period_end\":\"2020-03-17T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8111,\"pv_estimate10\":1.082,\"pv_estimate90\":2.1296,\"period_end\":\"2020-03-17T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4628,\"pv_estimate10\":0.8484,\"pv_estimate90\":1.7692,\"period_end\":\"2020-03-17T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.115,\"pv_estimate10\":0.6239,\"pv_estimate90\":1.3846,\"period_end\":\"2020-03-17T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7781,\"pv_estimate10\":0.4118,\"pv_estimate90\":0.9725,\"period_end\":\"2020-03-17T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4246,\"pv_estimate10\":0.2,\"pv_estimate90\":0.5405,\"period_end\":\"2020-03-17T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0787,\"pv_estimate10\":0.0424,\"pv_estimate90\":0.1049,\"period_end\":\"2020-03-17T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0468,\"pv_estimate10\":0.0193,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-17T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2095,\"pv_estimate10\":0.0574,\"pv_estimate90\":0.335,\"period_end\":\"2020-03-17T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4643,\"pv_estimate10\":0.0967,\"pv_estimate90\":0.7289,\"period_end\":\"2020-03-17T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.755,\"pv_estimate10\":0.2107,\"pv_estimate90\":1.1318,\"period_end\":\"2020-03-17T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1046,\"pv_estimate10\":0.3699,\"pv_estimate90\":1.5333,\"period_end\":\"2020-03-17T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3169,\"pv_estimate10\":0.4117,\"pv_estimate90\":1.8756,\"period_end\":\"2020-03-17T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4855,\"pv_estimate10\":0.432,\"pv_estimate90\":2.1775,\"period_end\":\"2020-03-18T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6394,\"pv_estimate10\":0.4465,\"pv_estimate90\":2.4584,\"period_end\":\"2020-03-18T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7495,\"pv_estimate10\":0.4514,\"pv_estimate90\":2.6688,\"period_end\":\"2020-03-18T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8226,\"pv_estimate10\":0.4586,\"pv_estimate90\":2.8181,\"period_end\":\"2020-03-18T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8735,\"pv_estimate10\":0.467,\"pv_estimate90\":2.9286,\"period_end\":\"2020-03-18T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8955,\"pv_estimate10\":0.4777,\"pv_estimate90\":2.9956,\"period_end\":\"2020-03-18T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8753,\"pv_estimate10\":0.4741,\"pv_estimate90\":3.0071,\"period_end\":\"2020-03-18T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8157,\"pv_estimate10\":0.46,\"pv_estimate90\":2.964,\"period_end\":\"2020-03-18T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7199,\"pv_estimate10\":0.4273,\"pv_estimate90\":2.8699,\"period_end\":\"2020-03-18T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5892,\"pv_estimate10\":0.3849,\"pv_estimate90\":2.7239,\"period_end\":\"2020-03-18T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4314,\"pv_estimate10\":0.3281,\"pv_estimate90\":2.53,\"period_end\":\"2020-03-18T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2493,\"pv_estimate10\":0.2638,\"pv_estimate90\":2.308,\"period_end\":\"2020-03-18T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0439,\"pv_estimate10\":0.1869,\"pv_estimate90\":2.013,\"period_end\":\"2020-03-18T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8314,\"pv_estimate10\":0.1088,\"pv_estimate90\":1.7127,\"period_end\":\"2020-03-18T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5954,\"pv_estimate10\":0.0664,\"pv_estimate90\":1.3193,\"period_end\":\"2020-03-18T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3636,\"pv_estimate10\":0.0359,\"pv_estimate90\":0.8996,\"period_end\":\"2020-03-18T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1406,\"pv_estimate10\":0.0144,\"pv_estimate90\":0.4599,\"period_end\":\"2020-03-18T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0291,\"pv_estimate10\":0.0036,\"pv_estimate90\":0.0686,\"period_end\":\"2020-03-18T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0116,\"pv_estimate10\":0.0039,\"pv_estimate90\":0.047,\"period_end\":\"2020-03-18T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0387,\"pv_estimate10\":0.0135,\"pv_estimate90\":0.229,\"period_end\":\"2020-03-18T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0677,\"pv_estimate10\":0.0232,\"pv_estimate90\":0.4833,\"period_end\":\"2020-03-18T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0967,\"pv_estimate10\":0.0329,\"pv_estimate90\":0.7446,\"period_end\":\"2020-03-18T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.148,\"pv_estimate10\":0.043,\"pv_estimate90\":0.9875,\"period_end\":\"2020-03-18T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1934,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.203,\"period_end\":\"2020-03-18T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2311,\"pv_estimate10\":0.0605,\"pv_estimate90\":1.3781,\"period_end\":\"2020-03-19T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2611,\"pv_estimate10\":0.0684,\"pv_estimate90\":1.5194,\"period_end\":\"2020-03-19T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.0742,\"pv_estimate90\":1.6188,\"period_end\":\"2020-03-19T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2799,\"pv_estimate10\":0.0801,\"pv_estimate90\":1.6777,\"period_end\":\"2020-03-19T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.082,\"pv_estimate90\":1.6986,\"period_end\":\"2020-03-19T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2649,\"pv_estimate10\":0.084,\"pv_estimate90\":1.685,\"period_end\":\"2020-03-19T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2461,\"pv_estimate10\":0.084,\"pv_estimate90\":1.643,\"period_end\":\"2020-03-19T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2235,\"pv_estimate10\":0.082,\"pv_estimate90\":1.5765,\"period_end\":\"2020-03-19T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2122,\"pv_estimate10\":0.0781,\"pv_estimate90\":1.4947,\"period_end\":\"2020-03-19T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1948,\"pv_estimate10\":0.075,\"pv_estimate90\":1.3952,\"period_end\":\"2020-03-19T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1682,\"pv_estimate10\":0.0691,\"pv_estimate90\":1.263,\"period_end\":\"2020-03-19T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1416,\"pv_estimate10\":0.0612,\"pv_estimate90\":1.1152,\"period_end\":\"2020-03-19T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1073,\"pv_estimate10\":0.0513,\"pv_estimate90\":0.943,\"period_end\":\"2020-03-19T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0858,\"pv_estimate10\":0.0419,\"pv_estimate90\":0.7631,\"period_end\":\"2020-03-19T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0658,\"pv_estimate10\":0.0319,\"pv_estimate90\":0.5645,\"period_end\":\"2020-03-19T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0464,\"pv_estimate10\":0.0222,\"pv_estimate90\":0.3576,\"period_end\":\"2020-03-19T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0262,\"pv_estimate10\":0.0121,\"pv_estimate90\":0.1544,\"period_end\":\"2020-03-19T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.006,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0324,\"period_end\":\"2020-03-19T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0239,\"pv_estimate10\":0.004,\"pv_estimate90\":0.0567,\"period_end\":\"2020-03-19T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0835,\"pv_estimate10\":0.014,\"pv_estimate90\":0.3223,\"period_end\":\"2020-03-19T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1927,\"pv_estimate10\":0.0239,\"pv_estimate90\":0.6881,\"period_end\":\"2020-03-19T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3297,\"pv_estimate10\":0.0339,\"pv_estimate90\":1.0769,\"period_end\":\"2020-03-19T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4616,\"pv_estimate10\":0.0439,\"pv_estimate90\":1.4503,\"period_end\":\"2020-03-19T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5924,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.8227,\"period_end\":\"2020-03-19T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7107,\"pv_estimate10\":0.0638,\"pv_estimate90\":2.1384,\"period_end\":\"2020-03-20T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8122,\"pv_estimate10\":0.071,\"pv_estimate90\":2.4108,\"period_end\":\"2020-03-20T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.91,\"pv_estimate10\":0.077,\"pv_estimate90\":2.6377,\"period_end\":\"2020-03-20T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9858,\"pv_estimate10\":0.0809,\"pv_estimate90\":2.8086,\"period_end\":\"2020-03-20T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0401,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9252,\"period_end\":\"2020-03-20T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0687,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9722,\"period_end\":\"2020-03-20T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0806,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9706,\"period_end\":\"2020-03-20T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0704,\"pv_estimate10\":0.0829,\"pv_estimate90\":2.9015,\"period_end\":\"2020-03-20T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0311,\"pv_estimate10\":0.0801,\"pv_estimate90\":2.804,\"period_end\":\"2020-03-20T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9823,\"pv_estimate10\":0.0742,\"pv_estimate90\":2.6424,\"period_end\":\"2020-03-20T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9087,\"pv_estimate10\":0.0684,\"pv_estimate90\":2.451,\"period_end\":\"2020-03-20T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8169,\"pv_estimate10\":0.0605,\"pv_estimate90\":2.2201,\"period_end\":\"2020-03-20T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7011,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.9264,\"period_end\":\"2020-03-20T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5692,\"pv_estimate10\":0.041,\"pv_estimate90\":1.595,\"period_end\":\"2020-03-20T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4241,\"pv_estimate10\":0.0316,\"pv_estimate90\":1.2494,\"period_end\":\"2020-03-20T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.257,\"pv_estimate10\":0.0217,\"pv_estimate90\":0.8484,\"period_end\":\"2020-03-20T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.096,\"pv_estimate10\":0.0118,\"pv_estimate90\":0.4387,\"period_end\":\"2020-03-20T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0199,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0529,\"period_end\":\"2020-03-20T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0285,\"pv_estimate10\":0.0041,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-20T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1002,\"pv_estimate10\":0.0141,\"pv_estimate90\":0.3207,\"period_end\":\"2020-03-20T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2515,\"pv_estimate10\":0.0242,\"pv_estimate90\":0.6826,\"period_end\":\"2020-03-20T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4041,\"pv_estimate10\":0.0343,\"pv_estimate90\":1.0556,\"period_end\":\"2020-03-20T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5363,\"pv_estimate10\":0.0443,\"pv_estimate90\":1.4025,\"period_end\":\"2020-03-20T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.6519,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.7072,\"period_end\":\"2020-03-20T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7508,\"pv_estimate10\":0.0638,\"pv_estimate90\":1.9766,\"period_end\":\"2020-03-21T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8318,\"pv_estimate10\":0.0698,\"pv_estimate90\":2.2074,\"period_end\":\"2020-03-21T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9002,\"pv_estimate10\":0.0778,\"pv_estimate90\":2.3958,\"period_end\":\"2020-03-21T01:00:00.0000000Z\",\"period\":\"PT30M\"}]}"; - server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/4f6d-b20d-5b0d-8032/forecasts?hours=168")) + server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/test-site-id/forecasts?hours=168")) .andRespond(withSuccess(responseBody, MediaType.APPLICATION_JSON)); // When diff --git a/src/test/java/org/keen/solar/forecast/solcast/ForecastRetrieverTest.java b/src/test/java/org/keen/solar/forecast/solcast/ForecastRetrieverTest.java index 6eeb61c..0eea227 100644 --- a/src/test/java/org/keen/solar/forecast/solcast/ForecastRetrieverTest.java +++ b/src/test/java/org/keen/solar/forecast/solcast/ForecastRetrieverTest.java @@ -29,7 +29,7 @@ public class ForecastRetrieverTest { public void givenApiIsOnline_whenRetrieve_thenForecastReturned() { // Given String responseBody = "{\"forecasts\":[{\"pv_estimate\":1.9614,\"pv_estimate10\":1.3395,\"pv_estimate90\":2.6258,\"period_end\":\"2020-03-14T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2456,\"pv_estimate10\":1.092,\"pv_estimate90\":3.0697,\"period_end\":\"2020-03-14T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5895,\"pv_estimate10\":1.1455,\"pv_estimate90\":3.2783,\"period_end\":\"2020-03-14T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3787,\"pv_estimate10\":1.0985,\"pv_estimate90\":3.2801,\"period_end\":\"2020-03-14T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2969,\"pv_estimate10\":0.9097,\"pv_estimate90\":3.2668,\"period_end\":\"2020-03-14T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6461,\"pv_estimate10\":1.233,\"pv_estimate90\":3.1712,\"period_end\":\"2020-03-14T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.58,\"pv_estimate10\":1.2456,\"pv_estimate90\":3.0477,\"period_end\":\"2020-03-14T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3066,\"pv_estimate10\":1.19,\"pv_estimate90\":2.84,\"period_end\":\"2020-03-14T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0369,\"pv_estimate10\":1.0258,\"pv_estimate90\":2.6182,\"period_end\":\"2020-03-14T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7133,\"pv_estimate10\":0.8075,\"pv_estimate90\":2.3153,\"period_end\":\"2020-03-14T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3773,\"pv_estimate10\":0.6143,\"pv_estimate90\":1.9392,\"period_end\":\"2020-03-14T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0707,\"pv_estimate10\":0.4565,\"pv_estimate90\":1.533,\"period_end\":\"2020-03-14T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7855,\"pv_estimate10\":0.3209,\"pv_estimate90\":1.0997,\"period_end\":\"2020-03-14T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4765,\"pv_estimate10\":0.1805,\"pv_estimate90\":0.651,\"period_end\":\"2020-03-14T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1379,\"pv_estimate10\":0.0573,\"pv_estimate90\":0.2023,\"period_end\":\"2020-03-14T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-14T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0813,\"pv_estimate10\":0.0659,\"pv_estimate90\":0.0817,\"period_end\":\"2020-03-14T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3739,\"pv_estimate10\":0.2592,\"pv_estimate90\":0.4069,\"period_end\":\"2020-03-14T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7284,\"pv_estimate10\":0.5106,\"pv_estimate90\":0.83,\"period_end\":\"2020-03-14T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1052,\"pv_estimate10\":0.767,\"pv_estimate90\":1.2762,\"period_end\":\"2020-03-14T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4676,\"pv_estimate10\":1.0114,\"pv_estimate90\":1.7037,\"period_end\":\"2020-03-14T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7931,\"pv_estimate10\":1.235,\"pv_estimate90\":2.0958,\"period_end\":\"2020-03-14T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0766,\"pv_estimate10\":1.4255,\"pv_estimate90\":2.4185,\"period_end\":\"2020-03-15T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3192,\"pv_estimate10\":1.5808,\"pv_estimate90\":2.687,\"period_end\":\"2020-03-15T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.523,\"pv_estimate10\":1.7088,\"pv_estimate90\":2.9148,\"period_end\":\"2020-03-15T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6707,\"pv_estimate10\":1.7964,\"pv_estimate90\":3.0568,\"period_end\":\"2020-03-15T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8138,\"pv_estimate10\":1.8628,\"pv_estimate90\":3.1976,\"period_end\":\"2020-03-15T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8901,\"pv_estimate10\":1.8894,\"pv_estimate90\":3.2603,\"period_end\":\"2020-03-15T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9373,\"pv_estimate10\":1.8994,\"pv_estimate90\":3.2782,\"period_end\":\"2020-03-15T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9337,\"pv_estimate10\":1.8703,\"pv_estimate90\":3.2148,\"period_end\":\"2020-03-15T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9089,\"pv_estimate10\":1.823,\"pv_estimate90\":3.1481,\"period_end\":\"2020-03-15T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7866,\"pv_estimate10\":1.7179,\"pv_estimate90\":3.0076,\"period_end\":\"2020-03-15T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.5703,\"pv_estimate10\":1.5463,\"pv_estimate90\":2.8082,\"period_end\":\"2020-03-15T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2865,\"pv_estimate10\":1.3151,\"pv_estimate90\":2.5688,\"period_end\":\"2020-03-15T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9475,\"pv_estimate10\":1.074,\"pv_estimate90\":2.2701,\"period_end\":\"2020-03-15T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5959,\"pv_estimate10\":0.8364,\"pv_estimate90\":1.9276,\"period_end\":\"2020-03-15T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2395,\"pv_estimate10\":0.6245,\"pv_estimate90\":1.5121,\"period_end\":\"2020-03-15T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9029,\"pv_estimate10\":0.4387,\"pv_estimate90\":1.0811,\"period_end\":\"2020-03-15T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5346,\"pv_estimate10\":0.2389,\"pv_estimate90\":0.6205,\"period_end\":\"2020-03-15T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1404,\"pv_estimate10\":0.0635,\"pv_estimate90\":0.1647,\"period_end\":\"2020-03-15T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-15T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0791,\"pv_estimate10\":0.0794,\"pv_estimate90\":0.0791,\"period_end\":\"2020-03-15T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3854,\"pv_estimate10\":0.3654,\"pv_estimate90\":0.3854,\"period_end\":\"2020-03-15T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8123,\"pv_estimate10\":0.7564,\"pv_estimate90\":0.8123,\"period_end\":\"2020-03-15T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.248,\"pv_estimate10\":1.1643,\"pv_estimate90\":1.248,\"period_end\":\"2020-03-15T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6609,\"pv_estimate10\":1.5522,\"pv_estimate90\":1.6609,\"period_end\":\"2020-03-15T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.045,\"pv_estimate10\":1.915,\"pv_estimate90\":2.045,\"period_end\":\"2020-03-15T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3647,\"pv_estimate10\":2.2141,\"pv_estimate90\":2.3647,\"period_end\":\"2020-03-16T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6366,\"pv_estimate10\":2.4523,\"pv_estimate90\":2.6366,\"period_end\":\"2020-03-16T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8309,\"pv_estimate10\":2.6182,\"pv_estimate90\":2.8309,\"period_end\":\"2020-03-16T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.005,\"pv_estimate10\":2.7441,\"pv_estimate90\":3.0078,\"period_end\":\"2020-03-16T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0854,\"pv_estimate10\":2.7683,\"pv_estimate90\":3.0909,\"period_end\":\"2020-03-16T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1611,\"pv_estimate10\":2.7935,\"pv_estimate90\":3.1652,\"period_end\":\"2020-03-16T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.16,\"pv_estimate10\":2.7384,\"pv_estimate90\":3.16,\"period_end\":\"2020-03-16T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.1499,\"pv_estimate10\":2.6724,\"pv_estimate90\":3.1499,\"period_end\":\"2020-03-16T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":3.0452,\"pv_estimate10\":2.5274,\"pv_estimate90\":3.0452,\"period_end\":\"2020-03-16T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9274,\"pv_estimate10\":2.3666,\"pv_estimate90\":2.9274,\"period_end\":\"2020-03-16T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7215,\"pv_estimate10\":2.1515,\"pv_estimate90\":2.7538,\"period_end\":\"2020-03-16T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3703,\"pv_estimate10\":1.8283,\"pv_estimate90\":2.4745,\"period_end\":\"2020-03-16T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.0295,\"pv_estimate10\":1.5033,\"pv_estimate90\":2.2062,\"period_end\":\"2020-03-16T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6467,\"pv_estimate10\":1.1678,\"pv_estimate90\":1.8458,\"period_end\":\"2020-03-16T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2865,\"pv_estimate10\":0.8703,\"pv_estimate90\":1.469,\"period_end\":\"2020-03-16T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9027,\"pv_estimate10\":0.5863,\"pv_estimate90\":1.015,\"period_end\":\"2020-03-16T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5201,\"pv_estimate10\":0.3126,\"pv_estimate90\":0.5643,\"period_end\":\"2020-03-16T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1203,\"pv_estimate10\":0.0698,\"pv_estimate90\":0.1279,\"period_end\":\"2020-03-16T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-16T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0507,\"pv_estimate10\":0.0579,\"pv_estimate90\":0.0506,\"period_end\":\"2020-03-16T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.352,\"pv_estimate10\":0.2683,\"pv_estimate90\":0.3587,\"period_end\":\"2020-03-16T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.769,\"pv_estimate10\":0.5488,\"pv_estimate90\":0.7782,\"period_end\":\"2020-03-16T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1793,\"pv_estimate10\":0.8166,\"pv_estimate90\":1.2023,\"period_end\":\"2020-03-16T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5624,\"pv_estimate10\":1.0612,\"pv_estimate90\":1.6004,\"period_end\":\"2020-03-16T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.9045,\"pv_estimate10\":1.2732,\"pv_estimate90\":1.9545,\"period_end\":\"2020-03-16T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.2023,\"pv_estimate10\":1.4598,\"pv_estimate90\":2.2811,\"period_end\":\"2020-03-17T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.4526,\"pv_estimate10\":1.6112,\"pv_estimate90\":2.5454,\"period_end\":\"2020-03-17T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.6494,\"pv_estimate10\":1.7261,\"pv_estimate90\":2.7588,\"period_end\":\"2020-03-17T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7931,\"pv_estimate10\":1.8141,\"pv_estimate90\":2.9336,\"period_end\":\"2020-03-17T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.8715,\"pv_estimate10\":1.8605,\"pv_estimate90\":3.049,\"period_end\":\"2020-03-17T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9304,\"pv_estimate10\":1.8854,\"pv_estimate90\":3.1227,\"period_end\":\"2020-03-17T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.9029,\"pv_estimate10\":1.8667,\"pv_estimate90\":3.1168,\"period_end\":\"2020-03-17T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.856,\"pv_estimate10\":1.838,\"pv_estimate90\":3.0742,\"period_end\":\"2020-03-17T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.7539,\"pv_estimate10\":1.7679,\"pv_estimate90\":2.9725,\"period_end\":\"2020-03-17T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.62,\"pv_estimate10\":1.6687,\"pv_estimate90\":2.8583,\"period_end\":\"2020-03-17T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.3997,\"pv_estimate10\":1.5103,\"pv_estimate90\":2.6605,\"period_end\":\"2020-03-17T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":2.1222,\"pv_estimate10\":1.3012,\"pv_estimate90\":2.4195,\"period_end\":\"2020-03-17T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8111,\"pv_estimate10\":1.082,\"pv_estimate90\":2.1296,\"period_end\":\"2020-03-17T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4628,\"pv_estimate10\":0.8484,\"pv_estimate90\":1.7692,\"period_end\":\"2020-03-17T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.115,\"pv_estimate10\":0.6239,\"pv_estimate90\":1.3846,\"period_end\":\"2020-03-17T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7781,\"pv_estimate10\":0.4118,\"pv_estimate90\":0.9725,\"period_end\":\"2020-03-17T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4246,\"pv_estimate10\":0.2,\"pv_estimate90\":0.5405,\"period_end\":\"2020-03-17T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0787,\"pv_estimate10\":0.0424,\"pv_estimate90\":0.1049,\"period_end\":\"2020-03-17T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-17T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0468,\"pv_estimate10\":0.0193,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-17T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2095,\"pv_estimate10\":0.0574,\"pv_estimate90\":0.335,\"period_end\":\"2020-03-17T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4643,\"pv_estimate10\":0.0967,\"pv_estimate90\":0.7289,\"period_end\":\"2020-03-17T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.755,\"pv_estimate10\":0.2107,\"pv_estimate90\":1.1318,\"period_end\":\"2020-03-17T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.1046,\"pv_estimate10\":0.3699,\"pv_estimate90\":1.5333,\"period_end\":\"2020-03-17T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.3169,\"pv_estimate10\":0.4117,\"pv_estimate90\":1.8756,\"period_end\":\"2020-03-17T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4855,\"pv_estimate10\":0.432,\"pv_estimate90\":2.1775,\"period_end\":\"2020-03-18T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.6394,\"pv_estimate10\":0.4465,\"pv_estimate90\":2.4584,\"period_end\":\"2020-03-18T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7495,\"pv_estimate10\":0.4514,\"pv_estimate90\":2.6688,\"period_end\":\"2020-03-18T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8226,\"pv_estimate10\":0.4586,\"pv_estimate90\":2.8181,\"period_end\":\"2020-03-18T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8735,\"pv_estimate10\":0.467,\"pv_estimate90\":2.9286,\"period_end\":\"2020-03-18T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8955,\"pv_estimate10\":0.4777,\"pv_estimate90\":2.9956,\"period_end\":\"2020-03-18T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8753,\"pv_estimate10\":0.4741,\"pv_estimate90\":3.0071,\"period_end\":\"2020-03-18T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.8157,\"pv_estimate10\":0.46,\"pv_estimate90\":2.964,\"period_end\":\"2020-03-18T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.7199,\"pv_estimate10\":0.4273,\"pv_estimate90\":2.8699,\"period_end\":\"2020-03-18T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.5892,\"pv_estimate10\":0.3849,\"pv_estimate90\":2.7239,\"period_end\":\"2020-03-18T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.4314,\"pv_estimate10\":0.3281,\"pv_estimate90\":2.53,\"period_end\":\"2020-03-18T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.2493,\"pv_estimate10\":0.2638,\"pv_estimate90\":2.308,\"period_end\":\"2020-03-18T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0439,\"pv_estimate10\":0.1869,\"pv_estimate90\":2.013,\"period_end\":\"2020-03-18T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8314,\"pv_estimate10\":0.1088,\"pv_estimate90\":1.7127,\"period_end\":\"2020-03-18T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5954,\"pv_estimate10\":0.0664,\"pv_estimate90\":1.3193,\"period_end\":\"2020-03-18T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3636,\"pv_estimate10\":0.0359,\"pv_estimate90\":0.8996,\"period_end\":\"2020-03-18T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1406,\"pv_estimate10\":0.0144,\"pv_estimate90\":0.4599,\"period_end\":\"2020-03-18T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0291,\"pv_estimate10\":0.0036,\"pv_estimate90\":0.0686,\"period_end\":\"2020-03-18T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-18T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0116,\"pv_estimate10\":0.0039,\"pv_estimate90\":0.047,\"period_end\":\"2020-03-18T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0387,\"pv_estimate10\":0.0135,\"pv_estimate90\":0.229,\"period_end\":\"2020-03-18T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0677,\"pv_estimate10\":0.0232,\"pv_estimate90\":0.4833,\"period_end\":\"2020-03-18T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0967,\"pv_estimate10\":0.0329,\"pv_estimate90\":0.7446,\"period_end\":\"2020-03-18T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.148,\"pv_estimate10\":0.043,\"pv_estimate90\":0.9875,\"period_end\":\"2020-03-18T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1934,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.203,\"period_end\":\"2020-03-18T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2311,\"pv_estimate10\":0.0605,\"pv_estimate90\":1.3781,\"period_end\":\"2020-03-19T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2611,\"pv_estimate10\":0.0684,\"pv_estimate90\":1.5194,\"period_end\":\"2020-03-19T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.0742,\"pv_estimate90\":1.6188,\"period_end\":\"2020-03-19T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2799,\"pv_estimate10\":0.0801,\"pv_estimate90\":1.6777,\"period_end\":\"2020-03-19T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2761,\"pv_estimate10\":0.082,\"pv_estimate90\":1.6986,\"period_end\":\"2020-03-19T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2649,\"pv_estimate10\":0.084,\"pv_estimate90\":1.685,\"period_end\":\"2020-03-19T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2461,\"pv_estimate10\":0.084,\"pv_estimate90\":1.643,\"period_end\":\"2020-03-19T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2235,\"pv_estimate10\":0.082,\"pv_estimate90\":1.5765,\"period_end\":\"2020-03-19T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2122,\"pv_estimate10\":0.0781,\"pv_estimate90\":1.4947,\"period_end\":\"2020-03-19T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1948,\"pv_estimate10\":0.075,\"pv_estimate90\":1.3952,\"period_end\":\"2020-03-19T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1682,\"pv_estimate10\":0.0691,\"pv_estimate90\":1.263,\"period_end\":\"2020-03-19T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1416,\"pv_estimate10\":0.0612,\"pv_estimate90\":1.1152,\"period_end\":\"2020-03-19T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1073,\"pv_estimate10\":0.0513,\"pv_estimate90\":0.943,\"period_end\":\"2020-03-19T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0858,\"pv_estimate10\":0.0419,\"pv_estimate90\":0.7631,\"period_end\":\"2020-03-19T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0658,\"pv_estimate10\":0.0319,\"pv_estimate90\":0.5645,\"period_end\":\"2020-03-19T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0464,\"pv_estimate10\":0.0222,\"pv_estimate90\":0.3576,\"period_end\":\"2020-03-19T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0262,\"pv_estimate10\":0.0121,\"pv_estimate90\":0.1544,\"period_end\":\"2020-03-19T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.006,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0324,\"period_end\":\"2020-03-19T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-19T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0239,\"pv_estimate10\":0.004,\"pv_estimate90\":0.0567,\"period_end\":\"2020-03-19T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0835,\"pv_estimate10\":0.014,\"pv_estimate90\":0.3223,\"period_end\":\"2020-03-19T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1927,\"pv_estimate10\":0.0239,\"pv_estimate90\":0.6881,\"period_end\":\"2020-03-19T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.3297,\"pv_estimate10\":0.0339,\"pv_estimate90\":1.0769,\"period_end\":\"2020-03-19T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4616,\"pv_estimate10\":0.0439,\"pv_estimate90\":1.4503,\"period_end\":\"2020-03-19T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5924,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.8227,\"period_end\":\"2020-03-19T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7107,\"pv_estimate10\":0.0638,\"pv_estimate90\":2.1384,\"period_end\":\"2020-03-20T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8122,\"pv_estimate10\":0.071,\"pv_estimate90\":2.4108,\"period_end\":\"2020-03-20T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.91,\"pv_estimate10\":0.077,\"pv_estimate90\":2.6377,\"period_end\":\"2020-03-20T01:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9858,\"pv_estimate10\":0.0809,\"pv_estimate90\":2.8086,\"period_end\":\"2020-03-20T01:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0401,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9252,\"period_end\":\"2020-03-20T02:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0687,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9722,\"period_end\":\"2020-03-20T02:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0806,\"pv_estimate10\":0.0849,\"pv_estimate90\":2.9706,\"period_end\":\"2020-03-20T03:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0704,\"pv_estimate10\":0.0829,\"pv_estimate90\":2.9015,\"period_end\":\"2020-03-20T03:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":1.0311,\"pv_estimate10\":0.0801,\"pv_estimate90\":2.804,\"period_end\":\"2020-03-20T04:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9823,\"pv_estimate10\":0.0742,\"pv_estimate90\":2.6424,\"period_end\":\"2020-03-20T04:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9087,\"pv_estimate10\":0.0684,\"pv_estimate90\":2.451,\"period_end\":\"2020-03-20T05:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8169,\"pv_estimate10\":0.0605,\"pv_estimate90\":2.2201,\"period_end\":\"2020-03-20T05:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7011,\"pv_estimate10\":0.0508,\"pv_estimate90\":1.9264,\"period_end\":\"2020-03-20T06:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5692,\"pv_estimate10\":0.041,\"pv_estimate90\":1.595,\"period_end\":\"2020-03-20T06:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4241,\"pv_estimate10\":0.0316,\"pv_estimate90\":1.2494,\"period_end\":\"2020-03-20T07:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.257,\"pv_estimate10\":0.0217,\"pv_estimate90\":0.8484,\"period_end\":\"2020-03-20T07:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.096,\"pv_estimate10\":0.0118,\"pv_estimate90\":0.4387,\"period_end\":\"2020-03-20T08:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0199,\"pv_estimate10\":0.002,\"pv_estimate90\":0.0529,\"period_end\":\"2020-03-20T08:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T09:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T10:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T11:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T12:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T13:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T14:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T15:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T16:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T17:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T18:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T19:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0,\"pv_estimate10\":0,\"pv_estimate90\":0,\"period_end\":\"2020-03-20T20:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.0285,\"pv_estimate10\":0.0041,\"pv_estimate90\":0.0556,\"period_end\":\"2020-03-20T21:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.1002,\"pv_estimate10\":0.0141,\"pv_estimate90\":0.3207,\"period_end\":\"2020-03-20T21:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.2515,\"pv_estimate10\":0.0242,\"pv_estimate90\":0.6826,\"period_end\":\"2020-03-20T22:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.4041,\"pv_estimate10\":0.0343,\"pv_estimate90\":1.0556,\"period_end\":\"2020-03-20T22:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.5363,\"pv_estimate10\":0.0443,\"pv_estimate90\":1.4025,\"period_end\":\"2020-03-20T23:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.6519,\"pv_estimate10\":0.0519,\"pv_estimate90\":1.7072,\"period_end\":\"2020-03-20T23:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.7508,\"pv_estimate10\":0.0638,\"pv_estimate90\":1.9766,\"period_end\":\"2020-03-21T00:00:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.8318,\"pv_estimate10\":0.0698,\"pv_estimate90\":2.2074,\"period_end\":\"2020-03-21T00:30:00.0000000Z\",\"period\":\"PT30M\"},{\"pv_estimate\":0.9002,\"pv_estimate10\":0.0778,\"pv_estimate90\":2.3958,\"period_end\":\"2020-03-21T01:00:00.0000000Z\",\"period\":\"PT30M\"}]}"; - server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/4f6d-b20d-5b0d-8032/forecasts?hours=168")) + server.expect(requestTo("https://api.solcast.com.au/rooftop_sites/test-site-id/forecasts?hours=168")) .andRespond(withSuccess(responseBody, MediaType.APPLICATION_JSON)); // When diff --git a/src/test/resources/application-test-mysql.properties b/src/test/resources/application-test-mysql.properties index eaa58d6..360722b 100644 --- a/src/test/resources/application-test-mysql.properties +++ b/src/test/resources/application-test-mysql.properties @@ -3,15 +3,15 @@ app.current-power.sample-rate-ms=1000 # Hostname or IP of the inverter REST API -app.inverter.host=192.168.1.166 +app.inverter.host= # Solcast API properties # Ref: https://docs.solcast.com.au/#introduction # Hobby account is limited to 20 API calls per day. # app.solcast.base-url=https://api.solcast.com.au -app.solcast.api-key=***REMOVED*** -app.solcast.site-id=4f6d-b20d-5b0d-8032 +app.solcast.api-key= +app.solcast.site-id= # Cron expression for when to retrieve forecasts # Due to API rate limit, schedule to retrieve 4 times every day: 6AM, 9AM, 12PM, 3PM app.solcast.forecast-retrieval-cron=0 0 6,9,12,15 * * ? diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 73cf266..3684e4d 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -3,14 +3,15 @@ app.current-power.sample-rate-ms=1000 # Hostname or IP of the inverter REST API -app.inverter.host=192.168.1.166 +app.inverter.host= # Solcast API properties # Ref: https://docs.solcast.com.au/#introduction +# Hobby account is limited to 20 API calls per day. # app.solcast.base-url=https://api.solcast.com.au -app.solcast.api-key=***REMOVED*** -app.solcast.site-id=4f6d-b20d-5b0d-8032 +app.solcast.api-key= +app.solcast.site-id=test-site-id # Cron expression for when to retrieve forecasts # Due to API rate limit, retrieve hourly between 6am and 4pm app.solcast.forecast-retrieval-cron=0 0 6,7,8,9,10,11,12,13,14,15,16 * * ?