iobroker-community-adapters / ioBroker.pvforecast

Forecast for your photovoltaic plant in ioBroker
Other
26 stars 14 forks source link

Axios Error AxiosError: Request failed with status code 403 #177

Closed michiproep closed 1 month ago

michiproep commented 1 month ago

I'm sure that

Used integration

solcast

The problem

Even after regenerating a new API key, the adapter cannot fetch any new data. Error: Axios Error AxiosError: Request failed with status code 403 The adapter worked for a long time. This issue started yesterday. solcast api status shows "up and running"

iobroker.current.log (in debug mode!)

Axios Error AxiosError: Request failed with status code 403

Version of nodejs

v20.17.0

Version of ioBroker js-controller

35d5h 6.0.10

Version of adapter

v3.0.0

github-actions[bot] commented 1 month ago

Thanks for reporting a new issue @michiproep!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!

    Otherwise this issue will be closed.

StoniHome commented 1 month ago

Same Problem since today!

I get only the forecast for today. Restart 'Adapter' report the 'Axios Error AxiosError: Request failed with status code 403'

Login to API on solcast works and API is up

michiproep commented 1 month ago

I tested with Postman. Same error. I send an email to solcast support. Keep you posted

hsinchu99 commented 1 month ago

same issue here, Suddenly Axios Error shows up=> Request failed with status code 403'

weindler commented 1 month ago

Same Error

`

pvforecast.0 2024-10-09 17:23:47.555 error Axios Error AxiosError: Request failed with status code 403

`

Login to Api works and API is up.

I have generated a new api key, but ist doesn´t solved the issue with 403 axios error

Debug Log:

`

2024-10-09 17:27:59.206 - debug: pvforecast.0 (781682) Redis Objects: Use Redis connection: 127.0.0.1:9001

2024-10-09 17:27:59.241 - debug: pvforecast.0 (781682) Objects client ready ... initialize now 2024-10-09 17:27:59.241 - debug: pvforecast.0 (781682) Objects create System PubSub Client 2024-10-09 17:27:59.242 - debug: pvforecast.0 (781682) Objects create User PubSub Client 2024-10-09 17:27:59.331 - debug: pvforecast.0 (781682) Objects client initialize lua scripts 2024-10-09 17:27:59.334 - debug: pvforecast.0 (781682) Objects connected to redis: 127.0.0.1:9001 2024-10-09 17:27:59.378 - debug: pvforecast.0 (781682) Redis States: Use Redis connection: 127.0.0.1:6379 2024-10-09 17:27:59.380 - debug: pvforecast.0 (781682) States create System PubSub Client 2024-10-09 17:27:59.381 - debug: pvforecast.0 (781682) States create User PubSub Client 2024-10-09 17:27:59.384 - debug: pvforecast.0 (781682) States connected to redis: 127.0.0.1:6379 2024-10-09 17:27:59.442 - debug: pvforecast.0 (781682) Plugin sentry Initialize Plugin (enabled=true) 2024-10-09 17:28:00.355 - info: pvforecast.0 (781682) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.pvforecast, node: v20.17.0, js-controller: 6.0.11 2024-10-09 17:28:00.365 - debug: pvforecast.0 (781682) instance config: {"service":"solcast","interval":60,"apiKey":"config.apiKey","weatherEnabled":false,"latitude":"","longitude":"","everyhourEnabled":true,"everyhourStepsize":"full","watt_kw":false,"influxinstace":"","chartingEnabled":false,"chartingSummary":false,"chartingSummaryGraphcolor":"#000000","chartingSummaryLabelcolor":"#cccccc","chartingJustToday":true,"chartingLabelFormat":"DD.MM. HH:mm","chartingLabelSize":12,"chartingRoation":270,"chartingAxisStepY":1,"devices":[{"name":"West-Nord","azimuth":113,"tilt":42,"peakpower":3.2,"graphcolor":"#000000","labelcolor":"#000000","dampe":0.2,"dampm":0},{"name":"Ost-Süd","azimuth":-67,"tilt":42,"peakpower":6.4,"graphcolor":"#000000","labelcolor":"#000000","dampe":0,"dampm":0.2}]} 2024-10-09 17:28:00.365 - debug: pvforecast.0 (781682) [onReady] longitude and/or latitude not set, loading system configuration 2024-10-09 17:28:00.365 - info: pvforecast.0 (781682) using system latitude: 49.177197 longitude: 12.486605 2024-10-09 17:28:00.418 - debug: pvforecast.0 (781682) Existing plant devices: [{"type":"device","common":{"name":"West-Nord"},"native":{},"from":"system.adapter.pvforecast.0","user":"system.user.admin","ts":1728487424878,"_id":"pvforecast.0.plants.westNord","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}},{"type":"device","common":{"name":"Ost-Süd"},"native":{},"from":"system.adapter.pvforecast.0","user":"system.user.admin","ts":1728487425402,"_id":"pvforecast.0.plants.ostSüd","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}] - configured: ["pvforecast.0.plants.westNord","pvforecast.0.plants.ostSüd"] 2024-10-09 17:28:00.418 - debug: pvforecast.0 (781682) The interval is set to 60 minutes 2024-10-09 17:28:00.454 - debug: pvforecast.0 (781682) creating states for plant: "West-Nord" (westNord) 2024-10-09 17:28:00.953 - debug: pvforecast.0 (781682) creating states for plant: "Ost-Süd" (ostSüd) 2024-10-09 17:28:01.942 - debug: pvforecast.0 (781682) init done 2024-10-09 17:28:01.945 - debug: pvforecast.0 (781682) plant "West-Nord" - last update: 1728342001521, service url: https://api.solcast.com.au/world_pv_power/forecasts?format=json&hours=48&loss_factor=1&latitude=49.177197&longitude=12.486605&tilt=42&azimuth=67&capacity=3.2&api_key=**config.apiKey 2024-10-09 17:28:01.945 - debug: pvforecast.0 (781682) Starting update of West-Nord 2024-10-09 17:28:02.458 - error: pvforecast.0 (781682) Axios Error AxiosError: Request failed with status code 403 2024-10-09 17:28:02.458 - debug: pvforecast.0 (781682) received all data 2024-10-09 17:28:02.460 - debug: pvforecast.0 (781682) plant "Ost-Süd" - last update: 1728342003937, service url: https://api.solcast.com.au/world_pv_power/forecasts?format=json&hours=48&loss_factor=1&latitude=49.177197&longitude=12.486605&tilt=42&azimuth=-113&capacity=6.4&api_key=config.apiKey* 2024-10-09 17:28:02.460 - debug: pvforecast.0 (781682) Starting update of Ost-Süd 2024-10-09 17:28:03.036 - error: pvforecast.0 (781682) Axios Error AxiosError: Request failed with status code 403 2024-10-09 17:28:03.037 - debug: pvforecast.0 (781682) received all data 2024-10-09 17:28:03.040 - debug: pvforecast.0 (781682) updateServiceDataInterval (solcast) - next service refresh in 27116960ms 2024-10-09 17:28:03.043 - debug: pvforecast.0 (781682) [updateActualDataInterval] starting update (today: 9, tomorrow: 10) 2024-10-09 17:28:03.051 - debug: pvforecast.0 (781682) [updateActualDataInterval] current service data for plants.westNord.service.data ("West-Nord"): {"watts":{"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":11,"2024-10-08 08:30:00":83,"2024-10-08 09:00:00":140,"2024-10-08 09:30:00":166,"2024-10-08 10:00:00":158,"2024-10-08 10:30:00":151,"2024-10-08 11:00:00":153,"2024-10-08 11:30:00":138,"2024-10-08 12:00:00":153,"2024-10-08 12:30:00":386,"2024-10-08 13:00:00":627,"2024-10-08 13:30:00":797,"2024-10-08 14:00:00":917,"2024-10-08 14:30:00":983,"2024-10-08 15:00:00":978,"2024-10-08 15:30:00":889,"2024-10-08 16:00:00":717,"2024-10-08 16:30:00":516,"2024-10-08 17:00:00":309,"2024-10-08 17:30:00":141,"2024-10-08 18:00:00":30,"2024-10-08 18:30:00":0,"2024-10-08 19:00:00":0,"2024-10-08 19:30:00":0,"2024-10-08 20:00:00":0,"2024-10-08 20:30:00":0,"2024-10-08 21:00:00":0,"2024-10-08 21:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":3,"2024-10-09 08:30:00":90,"2024-10-09 09:00:00":175,"2024-10-09 09:30:00":222,"2024-10-09 10:00:00":239,"2024-10-09 10:30:00":220,"2024-10-09 11:00:00":165,"2024-10-09 11:30:00":107,"2024-10-09 12:00:00":101,"2024-10-09 12:30:00":319,"2024-10-09 13:00:00":579,"2024-10-09 13:30:00":817,"2024-10-09 14:00:00":1025,"2024-10-09 14:30:00":1192,"2024-10-09 15:00:00":1279,"2024-10-09 15:30:00":1299,"2024-10-09 16:00:00":1258,"2024-10-09 16:30:00":1175,"2024-10-09 17:00:00":1046,"2024-10-09 17:30:00":757,"2024-10-09 18:00:00":279,"2024-10-09 18:30:00":2,"2024-10-09 19:00:00":0,"2024-10-09 19:30:00":0,"2024-10-09 20:00:00":0,"2024-10-09 20:30:00":0,"2024-10-09 21:00:00":0,"2024-10-09 21:30:00":0},"watt_hours_period":{"2024-10-08 01:30:00":0,"2024-10-08 02:00:00":0,"2024-10-08 02:30:00":0,"2024-10-08 03:00:00":0,"2024-10-08 03:30:00":0,"2024-10-08 04:00:00":0,"2024-10-08 04:30:00":0,"2024-10-08 05:00:00":0,"2024-10-08 05:30:00":0,"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":2.75,"2024-10-08 08:30:00":23.5,"2024-10-08 09:00:00":55.75000000000001,"2024-10-08 09:30:00":76.50000000000001,"2024-10-08 10:00:00":81,"2024-10-08 10:30:00":77.25,"2024-10-08 11:00:00":76,"2024-10-08 11:30:00":72.75000000000001,"2024-10-08 12:00:00":72.75000000000001,"2024-10-08 12:30:00":134.75,"2024-10-08 13:00:00":253.24999999999997,"2024-10-08 13:30:00":356,"2024-10-08 14:00:00":428.5,"2024-10-08 14:30:00":475,"2024-10-08 15:00:00":490.24999999999994,"2024-10-08 15:30:00":466.75,"2024-10-08 16:00:00":401.49999999999994,"2024-10-08 16:30:00":308.25,"2024-10-08 17:00:00":206.25,"2024-10-08 17:30:00":112.49999999999999,"2024-10-08 18:00:00":42.74999999999999,"2024-10-08 18:30:00":0,"2024-10-08 19:00:00":0,"2024-10-08 19:30:00":0,"2024-10-08 20:00:00":0,"2024-10-08 20:30:00":0,"2024-10-08 21:00:00":0,"2024-10-08 21:30:00":0,"2024-10-08 22:00:00":0,"2024-10-08 22:30:00":0,"2024-10-08 23:00:00":0,"2024-10-08 23:30:00":0,"2024-10-09 00:00:00":0,"2024-10-09 00:30:00":0,"2024-10-09 01:00:00":0,"2024-10-09 01:30:00":0,"2024-10-09 02:00:00":0,"2024-10-09 02:30:00":0,"2024-10-09 03:00:00":0,"2024-10-09 03:30:00":0,"2024-10-09 04:00:00":0,"2024-10-09 04:30:00":0,"2024-10-09 05:00:00":0,"2024-10-09 05:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":0.75,"2024-10-09 08:30:00":23.25,"2024-10-09 09:00:00":66.25,"2024-10-09 09:30:00":99.25,"2024-10-09 10:00:00":115.24999999999999,"2024-10-09 10:30:00":114.74999999999999,"2024-10-09 11:00:00":96.25,"2024-10-09 11:30:00":68,"2024-10-09 12:00:00":52.00000000000001,"2024-10-09 12:30:00":105.00000000000001,"2024-10-09 13:00:00":224.49999999999997,"2024-10-09 13:30:00":349,"2024-10-09 14:00:00":460.49999999999994,"2024-10-09 14:30:00":554.2499999999999,"2024-10-09 15:00:00":617.75,"2024-10-09 15:30:00":644.5,"2024-10-09 16:00:00":639.25,"2024-10-09 16:30:00":608.25,"2024-10-09 17:00:00":555.25,"2024-10-09 17:30:00":450.75,"2024-10-09 18:00:00":259,"2024-10-09 18:30:00":70.25,"2024-10-09 19:00:00":0,"2024-10-09 19:30:00":0,"2024-10-09 20:00:00":0,"2024-10-09 20:30:00":0,"2024-10-09 21:00:00":0,"2024-10-09 21:30:00":0,"2024-10-09 22:00:00":0,"2024-10-09 22:30:00":0,"2024-10-09 23:00:00":0,"2024-10-09 23:30:00":0,"2024-10-10 00:00:00":0,"2024-10-10 00:30:00":0,"2024-10-10 01:00:00":0},"watt_hours":{"2024-10-08 01:30:00":0,"2024-10-08 02:00:00":0,"2024-10-08 02:30:00":0,"2024-10-08 03:00:00":0,"2024-10-08 03:30:00":0,"2024-10-08 04:00:00":0,"2024-10-08 04:30:00":0,"2024-10-08 05:00:00":0,"2024-10-08 05:30:00":0,"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":2.75,"2024-10-08 08:30:00":26.25,"2024-10-08 09:00:00":82,"2024-10-08 09:30:00":158.5,"2024-10-08 10:00:00":239.5,"2024-10-08 10:30:00":316.75,"2024-10-08 11:00:00":392.75,"2024-10-08 11:30:00":465.5,"2024-10-08 12:00:00":538.25,"2024-10-08 12:30:00":673,"2024-10-08 13:00:00":926.25,"2024-10-08 13:30:00":1282.25,"2024-10-08 14:00:00":1710.75,"2024-10-08 14:30:00":2185.75,"2024-10-08 15:00:00":2676,"2024-10-08 15:30:00":3142.75,"2024-10-08 16:00:00":3544.25,"2024-10-08 16:30:00":3852.5,"2024-10-08 17:00:00":4058.75,"2024-10-08 17:30:00":4171.25,"2024-10-08 18:00:00":4214,"2024-10-08 18:30:00":4214,"2024-10-08 19:00:00":4214,"2024-10-08 19:30:00":4214,"2024-10-08 20:00:00":4214,"2024-10-08 20:30:00":4214,"2024-10-08 21:00:00":4214,"2024-10-08 21:30:00":4214,"2024-10-08 22:00:00":4214,"2024-10-08 22:30:00":4214,"2024-10-08 23:00:00":4214,"2024-10-08 23:30:00":4214,"2024-10-09 00:00:00":0,"2024-10-09 00:30:00":0,"2024-10-09 01:00:00":0,"2024-10-09 01:30:00":0,"2024-10-09 02:00:00":0,"2024-10-09 02:30:00":0,"2024-10-09 03:00:00":0,"2024-10-09 03:30:00":0,"2024-10-09 04:00:00":0,"2024-10-09 04:30:00":0,"2024-10-09 05:00:00":0,"2024-10-09 05:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":0.75,"2024-10-09 08:30:00":24,"2024-10-09 09:00:00":90.25,"2024-10-09 09:30:00":189.5,"2024-10-09 10:00:00":304.75,"2024-10-09 10:30:00":419.5,"2024-10-09 11:00:00":515.75,"2024-10-09 11:30:00":583.75,"2024-10-09 12:00:00":635.75,"2024-10-09 12:30:00":740.75,"2024-10-09 13:00:00":965.25,"2024-10-09 13:30:00":1314.25,"2024-10-09 14:00:00":1774.75,"2024-10-09 14:30:00":2329,"2024-10-09 15:00:00":2946.75,"2024-10-09 15:30:00":3591.25,"2024-10-09 16:00:00":4230.5,"2024-10-09 16:30:00":4838.75,"2024-10-09 17:00:00":5394,"2024-10-09 17:30:00":5844.75,"2024-10-09 18:00:00":6103.75,"2024-10-09 18:30:00":6174,"2024-10-09 19:00:00":6174,"2024-10-09 19:30:00":6174,"2024-10-09 20:00:00":6174,"2024-10-09 20:30:00":6174,"2024-10-09 21:00:00":6174,"2024-10-09 21:30:00":6174,"2024-10-09 22:00:00":6174,"2024-10-09 22:30:00":6174,"2024-10-09 23:00:00":6174,"2024-10-09 23:30:00":6174,"2024-10-10 00:00:00":0,"2024-10-10 00:30:00":0,"2024-10-10 01:00:00":0},"watt_hours_day":{"2024-10-08":4214,"2024-10-09":6174,"2024-10-10":0}} 2024-10-09 17:28:03.070 - debug: pvforecast.0 (781682) [updateActualDataInterval] prepared data for plants.westNord.energy.: {"2024-10-08 01:00:00":0,"2024-10-08 02:00:00":0,"2024-10-08 03:00:00":0,"2024-10-08 04:00:00":0,"2024-10-08 05:00:00":0,"2024-10-08 06:00:00":0,"2024-10-08 07:00:00":0,"2024-10-08 08:00:00":26.25,"2024-10-08 09:00:00":132.25000000000003,"2024-10-08 10:00:00":158.25,"2024-10-08 11:00:00":148.75,"2024-10-08 12:00:00":207.5,"2024-10-08 13:00:00":609.25,"2024-10-08 14:00:00":903.5,"2024-10-08 15:00:00":957,"2024-10-08 16:00:00":709.75,"2024-10-08 17:00:00":318.75,"2024-10-08 18:00:00":42.74999999999999,"2024-10-08 19:00:00":0,"2024-10-08 20:00:00":0,"2024-10-08 21:00:00":0,"2024-10-08 22:00:00":0,"2024-10-08 23:00:00":0,"2024-10-09 00:00:00":0,"2024-10-09 01:00:00":0,"2024-10-09 02:00:00":0,"2024-10-09 03:00:00":0,"2024-10-09 04:00:00":0,"2024-10-09 05:00:00":0,"2024-10-09 06:00:00":0,"2024-10-09 07:00:00":0,"2024-10-09 08:00:00":24,"2024-10-09 09:00:00":165.5,"2024-10-09 10:00:00":229.99999999999997,"2024-10-09 11:00:00":164.25,"2024-10-09 12:00:00":157.00000000000003,"2024-10-09 13:00:00":573.5,"2024-10-09 14:00:00":1014.7499999999998,"2024-10-09 15:00:00":1262.25,"2024-10-09 16:00:00":1247.5,"2024-10-09 17:00:00":1006,"2024-10-09 18:00:00":329.25,"2024-10-09 19:00:00":0,"2024-10-09 20:00:00":0,"2024-10-09 21:00:00":0,"2024-10-09 22:00:00":0,"2024-10-09 23:00:00":0,"2024-10-10 00:00:00":0,"2024-10-10 01:00:00":0} 2024-10-09 17:28:03.080 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.05:00:00 (9) - value: 0 2024-10-09 17:28:03.083 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.085 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.087 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.08:00:00 (9) - value: 0.024 2024-10-09 17:28:03.088 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.09:00:00 (9) - value: 0.1655 2024-10-09 17:28:03.090 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.10:00:00 (9) - value: 0.22999999999999998 2024-10-09 17:28:03.091 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.11:00:00 (9) - value: 0.16425 2024-10-09 17:28:03.093 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.12:00:00 (9) - value: 0.15700000000000003 2024-10-09 17:28:03.095 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.13:00:00 (9) - value: 0.5735 2024-10-09 17:28:03.096 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.14:00:00 (9) - value: 1.0147499999999998 2024-10-09 17:28:03.097 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.15:00:00 (9) - value: 1.26225 2024-10-09 17:28:03.099 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.16:00:00 (9) - value: 1.2475 2024-10-09 17:28:03.101 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.17:00:00 (9) - value: 1.006 2024-10-09 17:28:03.102 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.18:00:00 (9) - value: 0.32925 2024-10-09 17:28:03.104 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.105 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.106 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.westNord.energy.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.118 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.119 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.121 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.08:00:00 (9) - value: 0.003 2024-10-09 17:28:03.123 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.09:00:00 (9) - value: 0.175 2024-10-09 17:28:03.124 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.10:00:00 (9) - value: 0.239 2024-10-09 17:28:03.126 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.11:00:00 (9) - value: 0.165 2024-10-09 17:28:03.128 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.12:00:00 (9) - value: 0.101 2024-10-09 17:28:03.129 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.13:00:00 (9) - value: 0.579 2024-10-09 17:28:03.131 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.14:00:00 (9) - value: 1.025 2024-10-09 17:28:03.133 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.15:00:00 (9) - value: 1.279 2024-10-09 17:28:03.137 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.16:00:00 (9) - value: 1.258 2024-10-09 17:28:03.139 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.17:00:00 (9) - value: 1.046 2024-10-09 17:28:03.141 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.18:00:00 (9) - value: 0.279 2024-10-09 17:28:03.143 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.145 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.147 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.westNord.power.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.160 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 17 items missing: "05:00:00, 06:00:00, 07:00:00, 08:00:00, 09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 18:00:00, 19:00:00, 20:00:00, 21:00:00" 2024-10-09 17:28:03.174 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 1 items missing: "05:00:00" 2024-10-09 17:28:03.175 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 17 items missing: "05:00:00, 06:00:00, 07:00:00, 08:00:00, 09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 18:00:00, 19:00:00, 20:00:00, 21:00:00" 2024-10-09 17:28:03.185 - debug: pvforecast.0 (781682) generated JSON data of "West-Nord": [{"t":1728360000000,"y":0},{"t":1728361800000,"y":0},{"t":1728363600000,"y":0},{"t":1728365400000,"y":0},{"t":1728367200000,"y":0.011},{"t":1728369000000,"y":0.083},{"t":1728370800000,"y":0.14},{"t":1728372600000,"y":0.166},{"t":1728374400000,"y":0.158},{"t":1728376200000,"y":0.151},{"t":1728378000000,"y":0.153},{"t":1728379800000,"y":0.138},{"t":1728381600000,"y":0.153},{"t":1728383400000,"y":0.386},{"t":1728385200000,"y":0.627},{"t":1728387000000,"y":0.797},{"t":1728388800000,"y":0.917},{"t":1728390600000,"y":0.983},{"t":1728392400000,"y":0.978},{"t":1728394200000,"y":0.889},{"t":1728396000000,"y":0.717},{"t":1728397800000,"y":0.516},{"t":1728399600000,"y":0.309},{"t":1728401400000,"y":0.141},{"t":1728403200000,"y":0.03},{"t":1728405000000,"y":0},{"t":1728406800000,"y":0},{"t":1728408600000,"y":0},{"t":1728410400000,"y":0},{"t":1728412200000,"y":0},{"t":1728414000000,"y":0},{"t":1728415800000,"y":0},{"t":1728446400000,"y":0},{"t":1728448200000,"y":0},{"t":1728450000000,"y":0},{"t":1728451800000,"y":0},{"t":1728453600000,"y":0.003},{"t":1728455400000,"y":0.09},{"t":1728457200000,"y":0.175},{"t":1728459000000,"y":0.222},{"t":1728460800000,"y":0.239},{"t":1728462600000,"y":0.22},{"t":1728464400000,"y":0.165},{"t":1728466200000,"y":0.107},{"t":1728468000000,"y":0.101},{"t":1728469800000,"y":0.319},{"t":1728471600000,"y":0.579},{"t":1728473400000,"y":0.817},{"t":1728475200000,"y":1.025},{"t":1728477000000,"y":1.192},{"t":1728478800000,"y":1.279},{"t":1728480600000,"y":1.299},{"t":1728482400000,"y":1.258},{"t":1728484200000,"y":1.175},{"t":1728486000000,"y":1.046},{"t":1728487800000,"y":0.757},{"t":1728489600000,"y":0.279},{"t":1728491400000,"y":0.002},{"t":1728493200000,"y":0},{"t":1728495000000,"y":0},{"t":1728496800000,"y":0},{"t":1728498600000,"y":0},{"t":1728500400000,"y":0},{"t":1728502200000,"y":0}] 2024-10-09 17:28:03.188 - debug: pvforecast.0 (781682) generated JSON table of "West-Nord": [{"Time":"2024-10-08 06:00:00","Power":"0,000"},{"Time":"2024-10-08 06:30:00","Power":"0,000"},{"Time":"2024-10-08 07:00:00","Power":"0,000"},{"Time":"2024-10-08 07:30:00","Power":"0,000"},{"Time":"2024-10-08 08:00:00","Power":"0,011"},{"Time":"2024-10-08 08:30:00","Power":"0,083"},{"Time":"2024-10-08 09:00:00","Power":"0,140"},{"Time":"2024-10-08 09:30:00","Power":"0,166"},{"Time":"2024-10-08 10:00:00","Power":"0,158"},{"Time":"2024-10-08 10:30:00","Power":"0,151"},{"Time":"2024-10-08 11:00:00","Power":"0,153"},{"Time":"2024-10-08 11:30:00","Power":"0,138"},{"Time":"2024-10-08 12:00:00","Power":"0,153"},{"Time":"2024-10-08 12:30:00","Power":"0,386"},{"Time":"2024-10-08 13:00:00","Power":"0,627"},{"Time":"2024-10-08 13:30:00","Power":"0,797"},{"Time":"2024-10-08 14:00:00","Power":"0,917"},{"Time":"2024-10-08 14:30:00","Power":"0,983"},{"Time":"2024-10-08 15:00:00","Power":"0,978"},{"Time":"2024-10-08 15:30:00","Power":"0,889"},{"Time":"2024-10-08 16:00:00","Power":"0,717"},{"Time":"2024-10-08 16:30:00","Power":"0,516"},{"Time":"2024-10-08 17:00:00","Power":"0,309"},{"Time":"2024-10-08 17:30:00","Power":"0,141"},{"Time":"2024-10-08 18:00:00","Power":"0,030"},{"Time":"2024-10-08 18:30:00","Power":"0,000"},{"Time":"2024-10-08 19:00:00","Power":"0,000"},{"Time":"2024-10-08 19:30:00","Power":"0,000"},{"Time":"2024-10-08 20:00:00","Power":"0,000"},{"Time":"2024-10-08 20:30:00","Power":"0,000"},{"Time":"2024-10-08 21:00:00","Power":"0,000"},{"Time":"2024-10-08 21:30:00","Power":"0,000"},{"Time":"2024-10-09 06:00:00","Power":"0,000"},{"Time":"2024-10-09 06:30:00","Power":"0,000"},{"Time":"2024-10-09 07:00:00","Power":"0,000"},{"Time":"2024-10-09 07:30:00","Power":"0,000"},{"Time":"2024-10-09 08:00:00","Power":"0,003"},{"Time":"2024-10-09 08:30:00","Power":"0,090"},{"Time":"2024-10-09 09:00:00","Power":"0,175"},{"Time":"2024-10-09 09:30:00","Power":"0,222"},{"Time":"2024-10-09 10:00:00","Power":"0,239"},{"Time":"2024-10-09 10:30:00","Power":"0,220"},{"Time":"2024-10-09 11:00:00","Power":"0,165"},{"Time":"2024-10-09 11:30:00","Power":"0,107"},{"Time":"2024-10-09 12:00:00","Power":"0,101"},{"Time":"2024-10-09 12:30:00","Power":"0,319"},{"Time":"2024-10-09 13:00:00","Power":"0,579"},{"Time":"2024-10-09 13:30:00","Power":"0,817"},{"Time":"2024-10-09 14:00:00","Power":"1,025"},{"Time":"2024-10-09 14:30:00","Power":"1,192"},{"Time":"2024-10-09 15:00:00","Power":"1,279"},{"Time":"2024-10-09 15:30:00","Power":"1,299"},{"Time":"2024-10-09 16:00:00","Power":"1,258"},{"Time":"2024-10-09 16:30:00","Power":"1,175"},{"Time":"2024-10-09 17:00:00","Power":"1,046"},{"Time":"2024-10-09 17:30:00","Power":"0,757"},{"Time":"2024-10-09 18:00:00","Power":"0,279"},{"Time":"2024-10-09 18:30:00","Power":"0,002"},{"Time":"2024-10-09 19:00:00","Power":"0,000"},{"Time":"2024-10-09 19:30:00","Power":"0,000"},{"Time":"2024-10-09 20:00:00","Power":"0,000"},{"Time":"2024-10-09 20:30:00","Power":"0,000"},{"Time":"2024-10-09 21:00:00","Power":"0,000"},{"Time":"2024-10-09 21:30:00","Power":"0,000"}] 2024-10-09 17:28:03.194 - debug: pvforecast.0 (781682) finished plant update: "West-Nord" 2024-10-09 17:28:03.196 - debug: pvforecast.0 (781682) [updateActualDataInterval] current service data for plants.ostSüd.service.data ("Ost-Süd"): {"watts":{"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":130,"2024-10-08 08:30:00":1056,"2024-10-08 09:00:00":1971,"2024-10-08 09:30:00":2760,"2024-10-08 10:00:00":3459,"2024-10-08 10:30:00":3862,"2024-10-08 11:00:00":4022.9999999999995,"2024-10-08 11:30:00":4114,"2024-10-08 12:00:00":4130,"2024-10-08 12:30:00":3828,"2024-10-08 13:00:00":3277,"2024-10-08 13:30:00":2812,"2024-10-08 14:00:00":2412,"2024-10-08 14:30:00":1964,"2024-10-08 15:00:00":1527,"2024-10-08 15:30:00":1147,"2024-10-08 16:00:00":856,"2024-10-08 16:30:00":680,"2024-10-08 17:00:00":518,"2024-10-08 17:30:00":283,"2024-10-08 18:00:00":60,"2024-10-08 18:30:00":0,"2024-10-08 19:00:00":0,"2024-10-08 19:30:00":0,"2024-10-08 20:00:00":0,"2024-10-08 20:30:00":0,"2024-10-08 21:00:00":0,"2024-10-08 21:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":6,"2024-10-09 08:30:00":310,"2024-10-09 09:00:00":1232,"2024-10-09 09:30:00":2113,"2024-10-09 10:00:00":2829,"2024-10-09 10:30:00":3460,"2024-10-09 11:00:00":3993,"2024-10-09 11:30:00":4305,"2024-10-09 12:00:00":4393,"2024-10-09 12:30:00":4287,"2024-10-09 13:00:00":3952,"2024-10-09 13:30:00":3510,"2024-10-09 14:00:00":2984,"2024-10-09 14:30:00":2377,"2024-10-09 15:00:00":1700,"2024-10-09 15:30:00":1063,"2024-10-09 16:00:00":501,"2024-10-09 16:30:00":267,"2024-10-09 17:00:00":230,"2024-10-09 17:30:00":191,"2024-10-09 18:00:00":103,"2024-10-09 18:30:00":1,"2024-10-09 19:00:00":0,"2024-10-09 19:30:00":0,"2024-10-09 20:00:00":0,"2024-10-09 20:30:00":0,"2024-10-09 21:00:00":0,"2024-10-09 21:30:00":0},"watt_hours_period":{"2024-10-08 01:30:00":0,"2024-10-08 02:00:00":0,"2024-10-08 02:30:00":0,"2024-10-08 03:00:00":0,"2024-10-08 03:30:00":0,"2024-10-08 04:00:00":0,"2024-10-08 04:30:00":0,"2024-10-08 05:00:00":0,"2024-10-08 05:30:00":0,"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":32.5,"2024-10-08 08:30:00":296.5,"2024-10-08 09:00:00":756.75,"2024-10-08 09:30:00":1182.75,"2024-10-08 10:00:00":1554.7499999999998,"2024-10-08 10:30:00":1830.25,"2024-10-08 11:00:00":1971.25,"2024-10-08 11:30:00":2034.25,"2024-10-08 12:00:00":2061,"2024-10-08 12:30:00":1989.5,"2024-10-08 13:00:00":1776.25,"2024-10-08 13:30:00":1522.25,"2024-10-08 14:00:00":1306,"2024-10-08 14:30:00":1093.9999999999998,"2024-10-08 15:00:00":872.7499999999999,"2024-10-08 15:30:00":668.5,"2024-10-08 16:00:00":500.75,"2024-10-08 16:30:00":384,"2024-10-08 17:00:00":299.5,"2024-10-08 17:30:00":200.24999999999997,"2024-10-08 18:00:00":85.75,"2024-10-08 18:30:00":0,"2024-10-08 19:00:00":0,"2024-10-08 19:30:00":0,"2024-10-08 20:00:00":0,"2024-10-08 20:30:00":0,"2024-10-08 21:00:00":0,"2024-10-08 21:30:00":0,"2024-10-08 22:00:00":0,"2024-10-08 22:30:00":0,"2024-10-08 23:00:00":0,"2024-10-08 23:30:00":0,"2024-10-09 00:00:00":0,"2024-10-09 00:30:00":0,"2024-10-09 01:00:00":0,"2024-10-09 01:30:00":0,"2024-10-09 02:00:00":0,"2024-10-09 02:30:00":0,"2024-10-09 03:00:00":0,"2024-10-09 03:30:00":0,"2024-10-09 04:00:00":0,"2024-10-09 04:30:00":0,"2024-10-09 05:00:00":0,"2024-10-09 05:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":1.5,"2024-10-09 08:30:00":79,"2024-10-09 09:00:00":385.49999999999994,"2024-10-09 09:30:00":836.2499999999999,"2024-10-09 10:00:00":1235.5,"2024-10-09 10:30:00":1572.25,"2024-10-09 11:00:00":1863.2499999999998,"2024-10-09 11:30:00":2074.5,"2024-10-09 12:00:00":2174.5,"2024-10-09 12:30:00":2170,"2024-10-09 13:00:00":2059.75,"2024-10-09 13:30:00":1865.5,"2024-10-09 14:00:00":1623.5,"2024-10-09 14:30:00":1340.25,"2024-10-09 15:00:00":1019.25,"2024-10-09 15:30:00":690.75,"2024-10-09 16:00:00":391,"2024-10-09 16:30:00":192,"2024-10-09 17:00:00":124.25,"2024-10-09 17:30:00":105.25000000000001,"2024-10-09 18:00:00":73.5,"2024-10-09 18:30:00":26,"2024-10-09 19:00:00":0,"2024-10-09 19:30:00":0,"2024-10-09 20:00:00":0,"2024-10-09 20:30:00":0,"2024-10-09 21:00:00":0,"2024-10-09 21:30:00":0,"2024-10-09 22:00:00":0,"2024-10-09 22:30:00":0,"2024-10-09 23:00:00":0,"2024-10-09 23:30:00":0,"2024-10-10 00:00:00":0,"2024-10-10 00:30:00":0,"2024-10-10 01:00:00":0},"watt_hours":{"2024-10-08 01:30:00":0,"2024-10-08 02:00:00":0,"2024-10-08 02:30:00":0,"2024-10-08 03:00:00":0,"2024-10-08 03:30:00":0,"2024-10-08 04:00:00":0,"2024-10-08 04:30:00":0,"2024-10-08 05:00:00":0,"2024-10-08 05:30:00":0,"2024-10-08 06:00:00":0,"2024-10-08 06:30:00":0,"2024-10-08 07:00:00":0,"2024-10-08 07:30:00":0,"2024-10-08 08:00:00":32.5,"2024-10-08 08:30:00":329,"2024-10-08 09:00:00":1085.75,"2024-10-08 09:30:00":2268.5,"2024-10-08 10:00:00":3823.25,"2024-10-08 10:30:00":5653.5,"2024-10-08 11:00:00":7624.75,"2024-10-08 11:30:00":9659,"2024-10-08 12:00:00":11720,"2024-10-08 12:30:00":13709.5,"2024-10-08 13:00:00":15485.75,"2024-10-08 13:30:00":17008,"2024-10-08 14:00:00":18314,"2024-10-08 14:30:00":19408,"2024-10-08 15:00:00":20280.75,"2024-10-08 15:30:00":20949.25,"2024-10-08 16:00:00":21450,"2024-10-08 16:30:00":21834,"2024-10-08 17:00:00":22133.5,"2024-10-08 17:30:00":22333.75,"2024-10-08 18:00:00":22419.5,"2024-10-08 18:30:00":22419.5,"2024-10-08 19:00:00":22419.5,"2024-10-08 19:30:00":22419.5,"2024-10-08 20:00:00":22419.5,"2024-10-08 20:30:00":22419.5,"2024-10-08 21:00:00":22419.5,"2024-10-08 21:30:00":22419.5,"2024-10-08 22:00:00":22419.5,"2024-10-08 22:30:00":22419.5,"2024-10-08 23:00:00":22419.5,"2024-10-08 23:30:00":22419.5,"2024-10-09 00:00:00":0,"2024-10-09 00:30:00":0,"2024-10-09 01:00:00":0,"2024-10-09 01:30:00":0,"2024-10-09 02:00:00":0,"2024-10-09 02:30:00":0,"2024-10-09 03:00:00":0,"2024-10-09 03:30:00":0,"2024-10-09 04:00:00":0,"2024-10-09 04:30:00":0,"2024-10-09 05:00:00":0,"2024-10-09 05:30:00":0,"2024-10-09 06:00:00":0,"2024-10-09 06:30:00":0,"2024-10-09 07:00:00":0,"2024-10-09 07:30:00":0,"2024-10-09 08:00:00":1.5,"2024-10-09 08:30:00":80.5,"2024-10-09 09:00:00":465.99999999999994,"2024-10-09 09:30:00":1302.2499999999998,"2024-10-09 10:00:00":2537.75,"2024-10-09 10:30:00":4110,"2024-10-09 11:00:00":5973.25,"2024-10-09 11:30:00":8047.75,"2024-10-09 12:00:00":10222.25,"2024-10-09 12:30:00":12392.25,"2024-10-09 13:00:00":14452,"2024-10-09 13:30:00":16317.5,"2024-10-09 14:00:00":17941,"2024-10-09 14:30:00":19281.25,"2024-10-09 15:00:00":20300.5,"2024-10-09 15:30:00":20991.25,"2024-10-09 16:00:00":21382.25,"2024-10-09 16:30:00":21574.25,"2024-10-09 17:00:00":21698.5,"2024-10-09 17:30:00":21803.75,"2024-10-09 18:00:00":21877.25,"2024-10-09 18:30:00":21903.25,"2024-10-09 19:00:00":21903.25,"2024-10-09 19:30:00":21903.25,"2024-10-09 20:00:00":21903.25,"2024-10-09 20:30:00":21903.25,"2024-10-09 21:00:00":21903.25,"2024-10-09 21:30:00":21903.25,"2024-10-09 22:00:00":21903.25,"2024-10-09 22:30:00":21903.25,"2024-10-09 23:00:00":21903.25,"2024-10-09 23:30:00":21903.25,"2024-10-10 00:00:00":0,"2024-10-10 00:30:00":0,"2024-10-10 01:00:00":0},"watt_hours_day":{"2024-10-08":22419.5,"2024-10-09":21903.25,"2024-10-10":0}} 2024-10-09 17:28:03.199 - debug: pvforecast.0 (781682) [updateActualDataInterval] prepared data for plants.ostSüd.energy.*: {"2024-10-08 01:00:00":0,"2024-10-08 02:00:00":0,"2024-10-08 03:00:00":0,"2024-10-08 04:00:00":0,"2024-10-08 05:00:00":0,"2024-10-08 06:00:00":0,"2024-10-08 07:00:00":0,"2024-10-08 08:00:00":329,"2024-10-08 09:00:00":1939.5,"2024-10-08 10:00:00":3385,"2024-10-08 11:00:00":4005.5,"2024-10-08 12:00:00":4050.5,"2024-10-08 13:00:00":3298.5,"2024-10-08 14:00:00":2400,"2024-10-08 15:00:00":1541.25,"2024-10-08 16:00:00":884.75,"2024-10-08 17:00:00":499.75,"2024-10-08 18:00:00":85.75,"2024-10-08 19:00:00":0,"2024-10-08 20:00:00":0,"2024-10-08 21:00:00":0,"2024-10-08 22:00:00":0,"2024-10-08 23:00:00":0,"2024-10-09 00:00:00":0,"2024-10-09 01:00:00":0,"2024-10-09 02:00:00":0,"2024-10-09 03:00:00":0,"2024-10-09 04:00:00":0,"2024-10-09 05:00:00":0,"2024-10-09 06:00:00":0,"2024-10-09 07:00:00":0,"2024-10-09 08:00:00":80.5,"2024-10-09 09:00:00":1221.7499999999998,"2024-10-09 10:00:00":2807.75,"2024-10-09 11:00:00":3937.75,"2024-10-09 12:00:00":4344.5,"2024-10-09 13:00:00":3925.25,"2024-10-09 14:00:00":2963.75,"2024-10-09 15:00:00":1710,"2024-10-09 16:00:00":583,"2024-10-09 17:00:00":229.5,"2024-10-09 18:00:00":99.5,"2024-10-09 19:00:00":0,"2024-10-09 20:00:00":0,"2024-10-09 21:00:00":0,"2024-10-09 22:00:00":0,"2024-10-09 23:00:00":0,"2024-10-10 00:00:00":0,"2024-10-10 01:00:00":0} 2024-10-09 17:28:03.205 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.05:00:00 (9) - value: 0 2024-10-09 17:28:03.206 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.208 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.209 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.08:00:00 (9) - value: 0.0805 2024-10-09 17:28:03.210 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.09:00:00 (9) - value: 1.2217499999999997 2024-10-09 17:28:03.211 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.10:00:00 (9) - value: 2.80775 2024-10-09 17:28:03.213 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.11:00:00 (9) - value: 3.93775 2024-10-09 17:28:03.214 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.12:00:00 (9) - value: 4.3445 2024-10-09 17:28:03.216 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.13:00:00 (9) - value: 3.92525 2024-10-09 17:28:03.218 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.14:00:00 (9) - value: 2.96375 2024-10-09 17:28:03.219 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.15:00:00 (9) - value: 1.71 2024-10-09 17:28:03.221 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.16:00:00 (9) - value: 0.583 2024-10-09 17:28:03.222 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.17:00:00 (9) - value: 0.2295 2024-10-09 17:28:03.223 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.18:00:00 (9) - value: 0.0995 2024-10-09 17:28:03.224 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.225 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.226 - debug: pvforecast.0 (781682) [saveEveryHour] found "energy" time plants.ostSüd.energy.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.233 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.235 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.237 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.08:00:00 (9) - value: 0.006 2024-10-09 17:28:03.239 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.09:00:00 (9) - value: 1.232 2024-10-09 17:28:03.240 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.10:00:00 (9) - value: 2.829 2024-10-09 17:28:03.241 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.11:00:00 (9) - value: 3.993 2024-10-09 17:28:03.243 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.12:00:00 (9) - value: 4.393 2024-10-09 17:28:03.246 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.13:00:00 (9) - value: 3.952 2024-10-09 17:28:03.249 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.14:00:00 (9) - value: 2.984 2024-10-09 17:28:03.250 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.15:00:00 (9) - value: 1.7 2024-10-09 17:28:03.252 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.16:00:00 (9) - value: 0.501 2024-10-09 17:28:03.253 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.17:00:00 (9) - value: 0.23 2024-10-09 17:28:03.255 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.18:00:00 (9) - value: 0.103 2024-10-09 17:28:03.256 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.258 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.260 - debug: pvforecast.0 (781682) [saveEveryHour] found "power" time plants.ostSüd.power.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.271 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 17 items missing: "05:00:00, 06:00:00, 07:00:00, 08:00:00, 09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 18:00:00, 19:00:00, 20:00:00, 21:00:00" 2024-10-09 17:28:03.280 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 1 items missing: "05:00:00" 2024-10-09 17:28:03.281 - debug: pvforecast.0 (781682) [saveEveryHourEmptyStates] 17 items missing: "05:00:00, 06:00:00, 07:00:00, 08:00:00, 09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 18:00:00, 19:00:00, 20:00:00, 21:00:00" 2024-10-09 17:28:03.290 - debug: pvforecast.0 (781682) generated JSON data of "Ost-Süd": [{"t":1728360000000,"y":0},{"t":1728361800000,"y":0},{"t":1728363600000,"y":0},{"t":1728365400000,"y":0},{"t":1728367200000,"y":0.13},{"t":1728369000000,"y":1.056},{"t":1728370800000,"y":1.971},{"t":1728372600000,"y":2.76},{"t":1728374400000,"y":3.459},{"t":1728376200000,"y":3.862},{"t":1728378000000,"y":4.023},{"t":1728379800000,"y":4.114},{"t":1728381600000,"y":4.13},{"t":1728383400000,"y":3.828},{"t":1728385200000,"y":3.277},{"t":1728387000000,"y":2.812},{"t":1728388800000,"y":2.412},{"t":1728390600000,"y":1.964},{"t":1728392400000,"y":1.527},{"t":1728394200000,"y":1.147},{"t":1728396000000,"y":0.856},{"t":1728397800000,"y":0.68},{"t":1728399600000,"y":0.518},{"t":1728401400000,"y":0.283},{"t":1728403200000,"y":0.06},{"t":1728405000000,"y":0},{"t":1728406800000,"y":0},{"t":1728408600000,"y":0},{"t":1728410400000,"y":0},{"t":1728412200000,"y":0},{"t":1728414000000,"y":0},{"t":1728415800000,"y":0},{"t":1728446400000,"y":0},{"t":1728448200000,"y":0},{"t":1728450000000,"y":0},{"t":1728451800000,"y":0},{"t":1728453600000,"y":0.006},{"t":1728455400000,"y":0.31},{"t":1728457200000,"y":1.232},{"t":1728459000000,"y":2.113},{"t":1728460800000,"y":2.829},{"t":1728462600000,"y":3.46},{"t":1728464400000,"y":3.993},{"t":1728466200000,"y":4.305},{"t":1728468000000,"y":4.393},{"t":1728469800000,"y":4.287},{"t":1728471600000,"y":3.952},{"t":1728473400000,"y":3.51},{"t":1728475200000,"y":2.984},{"t":1728477000000,"y":2.377},{"t":1728478800000,"y":1.7},{"t":1728480600000,"y":1.063},{"t":1728482400000,"y":0.501},{"t":1728484200000,"y":0.267},{"t":1728486000000,"y":0.23},{"t":1728487800000,"y":0.191},{"t":1728489600000,"y":0.103},{"t":1728491400000,"y":0.001},{"t":1728493200000,"y":0},{"t":1728495000000,"y":0},{"t":1728496800000,"y":0},{"t":1728498600000,"y":0},{"t":1728500400000,"y":0},{"t":1728502200000,"y":0}] 2024-10-09 17:28:03.294 - debug: pvforecast.0 (781682) generated JSON table of "Ost-Süd": [{"Time":"2024-10-08 06:00:00","Power":"0,000"},{"Time":"2024-10-08 06:30:00","Power":"0,000"},{"Time":"2024-10-08 07:00:00","Power":"0,000"},{"Time":"2024-10-08 07:30:00","Power":"0,000"},{"Time":"2024-10-08 08:00:00","Power":"0,130"},{"Time":"2024-10-08 08:30:00","Power":"1,056"},{"Time":"2024-10-08 09:00:00","Power":"1,971"},{"Time":"2024-10-08 09:30:00","Power":"2,760"},{"Time":"2024-10-08 10:00:00","Power":"3,459"},{"Time":"2024-10-08 10:30:00","Power":"3,862"},{"Time":"2024-10-08 11:00:00","Power":"4,023"},{"Time":"2024-10-08 11:30:00","Power":"4,114"},{"Time":"2024-10-08 12:00:00","Power":"4,130"},{"Time":"2024-10-08 12:30:00","Power":"3,828"},{"Time":"2024-10-08 13:00:00","Power":"3,277"},{"Time":"2024-10-08 13:30:00","Power":"2,812"},{"Time":"2024-10-08 14:00:00","Power":"2,412"},{"Time":"2024-10-08 14:30:00","Power":"1,964"},{"Time":"2024-10-08 15:00:00","Power":"1,527"},{"Time":"2024-10-08 15:30:00","Power":"1,147"},{"Time":"2024-10-08 16:00:00","Power":"0,856"},{"Time":"2024-10-08 16:30:00","Power":"0,680"},{"Time":"2024-10-08 17:00:00","Power":"0,518"},{"Time":"2024-10-08 17:30:00","Power":"0,283"},{"Time":"2024-10-08 18:00:00","Power":"0,060"},{"Time":"2024-10-08 18:30:00","Power":"0,000"},{"Time":"2024-10-08 19:00:00","Power":"0,000"},{"Time":"2024-10-08 19:30:00","Power":"0,000"},{"Time":"2024-10-08 20:00:00","Power":"0,000"},{"Time":"2024-10-08 20:30:00","Power":"0,000"},{"Time":"2024-10-08 21:00:00","Power":"0,000"},{"Time":"2024-10-08 21:30:00","Power":"0,000"},{"Time":"2024-10-09 06:00:00","Power":"0,000"},{"Time":"2024-10-09 06:30:00","Power":"0,000"},{"Time":"2024-10-09 07:00:00","Power":"0,000"},{"Time":"2024-10-09 07:30:00","Power":"0,000"},{"Time":"2024-10-09 08:00:00","Power":"0,006"},{"Time":"2024-10-09 08:30:00","Power":"0,310"},{"Time":"2024-10-09 09:00:00","Power":"1,232"},{"Time":"2024-10-09 09:30:00","Power":"2,113"},{"Time":"2024-10-09 10:00:00","Power":"2,829"},{"Time":"2024-10-09 10:30:00","Power":"3,460"},{"Time":"2024-10-09 11:00:00","Power":"3,993"},{"Time":"2024-10-09 11:30:00","Power":"4,305"},{"Time":"2024-10-09 12:00:00","Power":"4,393"},{"Time":"2024-10-09 12:30:00","Power":"4,287"},{"Time":"2024-10-09 13:00:00","Power":"3,952"},{"Time":"2024-10-09 13:30:00","Power":"3,510"},{"Time":"2024-10-09 14:00:00","Power":"2,984"},{"Time":"2024-10-09 14:30:00","Power":"2,377"},{"Time":"2024-10-09 15:00:00","Power":"1,700"},{"Time":"2024-10-09 15:30:00","Power":"1,063"},{"Time":"2024-10-09 16:00:00","Power":"0,501"},{"Time":"2024-10-09 16:30:00","Power":"0,267"},{"Time":"2024-10-09 17:00:00","Power":"0,230"},{"Time":"2024-10-09 17:30:00","Power":"0,191"},{"Time":"2024-10-09 18:00:00","Power":"0,103"},{"Time":"2024-10-09 18:30:00","Power":"0,001"},{"Time":"2024-10-09 19:00:00","Power":"0,000"},{"Time":"2024-10-09 19:30:00","Power":"0,000"},{"Time":"2024-10-09 20:00:00","Power":"0,000"},{"Time":"2024-10-09 20:30:00","Power":"0,000"},{"Time":"2024-10-09 21:00:00","Power":"0,000"},{"Time":"2024-10-09 21:30:00","Power":"0,000"}] 2024-10-09 17:28:03.299 - debug: pvforecast.0 (781682) finished plant update: "Ost-Süd" 2024-10-09 17:28:03.299 - debug: pvforecast.0 (781682) finished plants update 2024-10-09 17:28:03.300 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.05:00:00 (9) - value: 0 2024-10-09 17:28:03.301 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.302 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.304 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.08:00:00 (9) - value: 0.10450000000000001 2024-10-09 17:28:03.305 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.09:00:00 (9) - value: 1.3872499999999997 2024-10-09 17:28:03.306 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.10:00:00 (9) - value: 3.03775 2024-10-09 17:28:03.308 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.11:00:00 (9) - value: 4.102 2024-10-09 17:28:03.309 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.12:00:00 (9) - value: 4.5015 2024-10-09 17:28:03.310 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.13:00:00 (9) - value: 4.49875 2024-10-09 17:28:03.311 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.14:00:00 (9) - value: 3.9785 2024-10-09 17:28:03.312 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.15:00:00 (9) - value: 2.97225 2024-10-09 17:28:03.313 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.16:00:00 (9) - value: 1.8305 2024-10-09 17:28:03.315 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.17:00:00 (9) - value: 1.2355 2024-10-09 17:28:03.316 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.18:00:00 (9) - value: 0.42874999999999996 2024-10-09 17:28:03.317 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.318 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.318 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.319 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.05:00:00 (10) - value: 0 2024-10-09 17:28:03.320 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.06:00:00 (10) - value: 0 2024-10-09 17:28:03.321 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.07:00:00 (10) - value: 0 2024-10-09 17:28:03.321 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.08:00:00 (10) - value: 0 2024-10-09 17:28:03.322 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.09:00:00 (10) - value: 0 2024-10-09 17:28:03.323 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.10:00:00 (10) - value: 0 2024-10-09 17:28:03.324 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.11:00:00 (10) - value: 0 2024-10-09 17:28:03.324 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.12:00:00 (10) - value: 0 2024-10-09 17:28:03.325 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.13:00:00 (10) - value: 0 2024-10-09 17:28:03.326 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.14:00:00 (10) - value: 0 2024-10-09 17:28:03.327 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.15:00:00 (10) - value: 0 2024-10-09 17:28:03.330 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.16:00:00 (10) - value: 0 2024-10-09 17:28:03.332 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.17:00:00 (10) - value: 0 2024-10-09 17:28:03.333 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.18:00:00 (10) - value: 0 2024-10-09 17:28:03.334 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.19:00:00 (10) - value: 0 2024-10-09 17:28:03.335 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.20:00:00 (10) - value: 0 2024-10-09 17:28:03.336 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.21:00:00 (10) - value: 0 2024-10-09 17:28:03.337 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.05:00:00 (9) - value: 0 2024-10-09 17:28:03.339 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.06:00:00 (9) - value: 0 2024-10-09 17:28:03.340 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.07:00:00 (9) - value: 0 2024-10-09 17:28:03.340 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.08:00:00 (9) - value: 0.009000000000000001 2024-10-09 17:28:03.341 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.09:00:00 (9) - value: 1.407 2024-10-09 17:28:03.342 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.10:00:00 (9) - value: 3.068 2024-10-09 17:28:03.342 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.11:00:00 (9) - value: 4.1579999999999995 2024-10-09 17:28:03.343 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.12:00:00 (9) - value: 4.494 2024-10-09 17:28:03.344 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.13:00:00 (9) - value: 4.531 2024-10-09 17:28:03.344 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.14:00:00 (9) - value: 4.009 2024-10-09 17:28:03.345 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.15:00:00 (9) - value: 2.979 2024-10-09 17:28:03.348 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.16:00:00 (9) - value: 1.759 2024-10-09 17:28:03.349 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.17:00:00 (9) - value: 1.276 2024-10-09 17:28:03.350 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.18:00:00 (9) - value: 0.382 2024-10-09 17:28:03.351 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.19:00:00 (9) - value: 0 2024-10-09 17:28:03.351 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.20:00:00 (9) - value: 0 2024-10-09 17:28:03.352 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.21:00:00 (9) - value: 0 2024-10-09 17:28:03.353 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.05:00:00 (10) - value: 0 2024-10-09 17:28:03.354 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.06:00:00 (10) - value: 0 2024-10-09 17:28:03.355 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.07:00:00 (10) - value: 0 2024-10-09 17:28:03.355 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.08:00:00 (10) - value: 0 2024-10-09 17:28:03.356 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.09:00:00 (10) - value: 0 2024-10-09 17:28:03.357 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.10:00:00 (10) - value: 0 2024-10-09 17:28:03.358 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.11:00:00 (10) - value: 0 2024-10-09 17:28:03.359 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.12:00:00 (10) - value: 0 2024-10-09 17:28:03.359 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.13:00:00 (10) - value: 0 2024-10-09 17:28:03.360 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.14:00:00 (10) - value: 0 2024-10-09 17:28:03.361 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.15:00:00 (10) - value: 0 2024-10-09 17:28:03.362 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.16:00:00 (10) - value: 0 2024-10-09 17:28:03.362 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.17:00:00 (10) - value: 0 2024-10-09 17:28:03.363 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.18:00:00 (10) - value: 0 2024-10-09 17:28:03.364 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.19:00:00 (10) - value: 0 2024-10-09 17:28:03.365 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.20:00:00 (10) - value: 0 2024-10-09 17:28:03.366 - debug: pvforecast.0 (781682) [saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.21:00:00 (10) - value: 0 2024-10-09 17:28:03.367 - debug: pvforecast.0 (781682) global time: {"westNord":[{"type":"energy","dayOfMonth":9,"time":"05:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"06:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"07:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"08:00:00","value":0.024},{"type":"energy","dayOfMonth":9,"time":"09:00:00","value":0.1655},{"type":"energy","dayOfMonth":9,"time":"10:00:00","value":0.22999999999999998},{"type":"energy","dayOfMonth":9,"time":"11:00:00","value":0.16425},{"type":"energy","dayOfMonth":9,"time":"12:00:00","value":0.15700000000000003},{"type":"energy","dayOfMonth":9,"time":"13:00:00","value":0.5735},{"type":"energy","dayOfMonth":9,"time":"14:00:00","value":1.0147499999999998},{"type":"energy","dayOfMonth":9,"time":"15:00:00","value":1.26225},{"type":"energy","dayOfMonth":9,"time":"16:00:00","value":1.2475},{"type":"energy","dayOfMonth":9,"time":"17:00:00","value":1.006},{"type":"energy","dayOfMonth":9,"time":"18:00:00","value":0.32925},{"type":"energy","dayOfMonth":9,"time":"19:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"20:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"21:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"06:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"07:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"08:00:00","value":0.003},{"type":"power","dayOfMonth":9,"time":"09:00:00","value":0.175},{"type":"power","dayOfMonth":9,"time":"10:00:00","value":0.239},{"type":"power","dayOfMonth":9,"time":"11:00:00","value":0.165},{"type":"power","dayOfMonth":9,"time":"12:00:00","value":0.101},{"type":"power","dayOfMonth":9,"time":"13:00:00","value":0.579},{"type":"power","dayOfMonth":9,"time":"14:00:00","value":1.025},{"type":"power","dayOfMonth":9,"time":"15:00:00","value":1.279},{"type":"power","dayOfMonth":9,"time":"16:00:00","value":1.258},{"type":"power","dayOfMonth":9,"time":"17:00:00","value":1.046},{"type":"power","dayOfMonth":9,"time":"18:00:00","value":0.279},{"type":"power","dayOfMonth":9,"time":"19:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"20:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"21:00:00","value":0}],"ostSüd":[{"type":"energy","dayOfMonth":9,"time":"05:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"06:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"07:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"08:00:00","value":0.0805},{"type":"energy","dayOfMonth":9,"time":"09:00:00","value":1.2217499999999997},{"type":"energy","dayOfMonth":9,"time":"10:00:00","value":2.80775},{"type":"energy","dayOfMonth":9,"time":"11:00:00","value":3.93775},{"type":"energy","dayOfMonth":9,"time":"12:00:00","value":4.3445},{"type":"energy","dayOfMonth":9,"time":"13:00:00","value":3.92525},{"type":"energy","dayOfMonth":9,"time":"14:00:00","value":2.96375},{"type":"energy","dayOfMonth":9,"time":"15:00:00","value":1.71},{"type":"energy","dayOfMonth":9,"time":"16:00:00","value":0.583},{"type":"energy","dayOfMonth":9,"time":"17:00:00","value":0.2295},{"type":"energy","dayOfMonth":9,"time":"18:00:00","value":0.0995},{"type":"energy","dayOfMonth":9,"time":"19:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"20:00:00","value":0},{"type":"energy","dayOfMonth":9,"time":"21:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"06:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"07:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"08:00:00","value":0.006},{"type":"power","dayOfMonth":9,"time":"09:00:00","value":1.232},{"type":"power","dayOfMonth":9,"time":"10:00:00","value":2.829},{"type":"power","dayOfMonth":9,"time":"11:00:00","value":3.993},{"type":"power","dayOfMonth":9,"time":"12:00:00","value":4.393},{"type":"power","dayOfMonth":9,"time":"13:00:00","value":3.952},{"type":"power","dayOfMonth":9,"time":"14:00:00","value":2.984},{"type":"power","dayOfMonth":9,"time":"15:00:00","value":1.7},{"type":"power","dayOfMonth":9,"time":"16:00:00","value":0.501},{"type":"power","dayOfMonth":9,"time":"17:00:00","value":0.23},{"type":"power","dayOfMonth":9,"time":"18:00:00","value":0.103},{"type":"power","dayOfMonth":9,"time":"19:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"20:00:00","value":0},{"type":"power","dayOfMonth":9,"time":"21:00:00","value":0}]} 2024-10-09 17:28:03.396 - info: pvforecast.0 (781682) Starting internal update cron (every 15 Minutes) for timezone: Europe/Berlin 2024-10-09 17:28:03.402 - debug: pvforecast.0 (781682) [updateActualDataCron] next execution:

`

michiproep commented 1 month ago

It looks like solcast changed their policies. I got a reply from solcast:

Hi Michael, It does look like they're (iobroker.pvforecast) using the world API's (in this case PV endpoint). They'll just need to update it to the rooftop endpoint and allow you to enter your resource ID to gather the data.

The rooftop sites API is the only one that accessible for hobbyist.

If you have any further questions, please let me know.

Kind Regards,

steefan85 commented 1 month ago

If you send an API request like the code does I get the following reply:

{"response_status":{"error_code":"NotFound","message":"Rooftop site does not exist or is not accessible.","errors":[]}}

The Solcast documentation says:

Attention hobbyist users

If you have a hobbyist user account please use the Rooftop Sites (Hobbyist) endpoints.

further

Hobbyist Rooftop Sites is a legacy product which is only accessible to hobbyist users and has otherwise been replaced by Rooftop PV Power.

As a result, for hobbyists the API request should be https://api.solcast.com.au/rooftop_sites/{{rooftop_resource_id}}/forecasts?format=json

Like the Solcast support mentioned, this is based on the "rooftop resource id" and not the API key. The adapter does not support these ids yet. The request will also be more difficult, because it now depends on the Solcast configured rooftops (max. 2 for hobbyists). Each rooftop needs its own API call. In this case the PV configuration in the adapter would be obsolete / not used.

@klein0r: Do you plan to adapt the adapter accordingly?

tillsteinbach commented 1 month ago

Solcast was most precise for me, would appreciate working with it again.

dziemann commented 1 month ago

If you send an API request like the code does I get the following reply:

{"response_status":{"error_code":"NotFound","message":"Rooftop site does not exist or is not accessible.","errors":[]}}

The Solcast documentation says:

Attention hobbyist users If you have a hobbyist user account please use the Rooftop Sites (Hobbyist) endpoints.

further

Hobbyist Rooftop Sites is a legacy product which is only accessible to hobbyist users and has otherwise been replaced by Rooftop PV Power.

As a result, for hobbyists the API request should be https://api.solcast.com.au/rooftop_sites/{{rooftop_resource_id}}/forecasts?format=json

Like the Solcast support mentioned, this is based on the "rooftop resource id" and not the API key. The adapter does not support these ids yet. The request will also be more difficult, because it now depends on the Solcast configured rooftops (max. 2 for hobbyists). Each rooftop needs its own API call. In this case the PV configuration in the adapter would be obsolete / not used.

@klein0r: Do you plan to adapt the adapter accordingly?

Thank you for the hint! As a workaround I replaced the url in the main.js line 668 with

https://api.solcast.com.au/rooftop_sites/{{my_resource_id}}/forecasts?format=json&api_key={{my_api_key}}

After that you need to create a new instance of the pvforecast adapter and need to configure solcast and a plant.

Diginix commented 1 month ago

Thanks @dziemann! I have change line 668 to

image

A correct rooftop_site I had already created in 2022 for my account.

duseldim commented 1 month ago

My implementation:

  1. Define the PV system on https://toolkit.solcast.com.au/, this will give you the resource ID
  2. Enter the resource ID in the Fiel Name of the PV system in the pvforecast instance
  3. Replace the URL on line 668 with https://api.solcast.com.au/rooftop_sites/**${cleanPlantId}**/forecasts?format=json&api_key=${this.config.apiKey}

MOD-EDIT: NEVER EVER EDIT / CHANGE CODE OF ADAPTERS MANUALLY AT USER SYSTEM.

klein0r commented 1 month ago

@duseldim Just use version 4.0.0 of this adapter 😄

michiproep commented 1 month ago

Hallo zusammen. Ich wollte mal nachfragen, wie bei euch die Umstellung so geklappt hat? Rein technisch ist bei mir alles ok, aber die Vorhersagen sind seither bei Weitem nicht mehr das was sie vorher waren. Zuvor waren die Vorhersagen ziemlich genau. Mal ein, zwei kwh daneben. Jetzt bekomm ich Vorhersagen von 40, 50 kwh wenn tatsächlich nur 10 erzeugt wurden...

steefan85 commented 1 month ago

Hallo zusammen. Ich wollte mal nachfragen, wie bei euch die Umstellung so geklappt hat?

Rein technisch ist bei mir alles ok, aber die Vorhersagen sind seither bei Weitem nicht mehr das was sie vorher waren.

Zuvor waren die Vorhersagen ziemlich genau. Mal ein, zwei kwh daneben. Jetzt bekomm ich Vorhersagen von 40, 50 kwh wenn tatsächlich nur 10 erzeugt wurden...

Moin,

geht mir genauso. So richtig schlecht sind die Vorhersagen nicht, aber nicht so gut, wie vorher. Wichtig ist natürlich jetzt auf der Homepage die Dachflächen (max. 2) richtig zu konfigurieren.

wageck commented 1 month ago

Ich vermute besser wird das ganze nur wenn man selbst irgend wie Wetter Daten nutzt um eine Art Korrektur Faktor zu bekommen

Am 28.10.2024 um 07:13 schrieb steefan85 @.***>:



Hallo zusammen. Ich wollte mal nachfragen, wie bei euch die Umstellung so geklappt hat?

Rein technisch ist bei mir alles ok, aber die Vorhersagen sind seither bei Weitem nicht mehr das was sie vorher waren.

Zuvor waren die Vorhersagen ziemlich genau. Mal ein, zwei kwh daneben. Jetzt bekomm ich Vorhersagen von 40, 50 kwh wenn tatsächlich nur 10 erzeugt wurden...

Moin,

geht mir genauso. So richtig schlecht sind die Vorhersagen nicht, aber nicht so gut, wie vorher. Wichtig ist natürlich jetzt auf der Homepage die Dachflächen (max. 2) richtig zu konfigurieren.

— Reply to this email directly, view it on GitHubhttps://github.com/iobroker-community-adapters/ioBroker.pvforecast/issues/177#issuecomment-2440628597, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A2ZRWLAZG4ZQRACHKTDVTZ3Z5XA4JAVCNFSM6AAAAABPTW2EL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBQGYZDQNJZG4. You are receiving this because you are subscribed to this thread.Message ID: @.***>

duseldim commented 1 month ago

Hallo zusammen. Ich wollte mal nachfragen, wie bei euch die Umstellung so geklappt hat? Rein technisch ist bei mir alles ok, aber die Vorhersagen sind seither bei Weitem nicht mehr das was sie vorher waren. Zuvor waren die Vorhersagen ziemlich genau. Mal ein, zwei kwh daneben. Jetzt bekomm ich Vorhersagen von 40, 50 kwh wenn tatsächlich nur 10 erzeugt wurden...

Ich hatte auch erst große Abweichungen. Dann habe ich aber festgestellt, dass der Azimuth auf der Website anders angegeben wird als vorher in den Instanz Einstellungen. Dort hatte ich 14, jetzt muss ich -166 eingeben um den Wert einzustellen.

mcm1957 commented 1 month ago

Falls noch mehr Diskussionsbedarf besteht bitte ein Topic im Forum (https://forum.iobroker.net) eröffnen.

Issues sind nicht als Chatbereich gedacht.