Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: No PV prediction from pvforecast_ac_power #432

Open
XHalamaX opened this issue Jan 29, 2025 · 0 comments
Open

[BUG]: No PV prediction from pvforecast_ac_power #432

XHalamaX opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@XHalamaX
Copy link
Collaborator

Describe the issue:

I took the example configuration from the documentation page

Two adjustments where needed:

  1. Removing the , from the last entry
  2. Remove the line "pvforecast4_peakpower": None, or replace it with "pvforecast4_peakpower": null,

so my complete configuration for this case is

{
  "latitude": 50.1234,
  "longitude": 9.7654,
  "pvforecast_provider": "PVForecastAkkudoktor",
  "pvforecast0_peakpower": 5.0,
  "pvforecast0_surface_azimuth": -10,
  "pvforecast0_surface_tilt": 7,
  "pvforecast0_userhorizon": [20, 27, 22, 20],
  "pvforecast0_inverter_paco": 10000,
  "pvforecast1_peakpower": 4.8,
  "pvforecast1_surface_azimuth": -90,
  "pvforecast1_surface_tilt": 7,
  "pvforecast1_userhorizon": [30, 30, 30, 50],
  "pvforecast1_inverter_paco": 10000,
  "pvforecast2_peakpower": 1.4,
  "pvforecast2_surface_azimuth": -40,
  "pvforecast2_surface_tilt": 60,
  "pvforecast2_userhorizon": [60, 30, 0, 30],
  "pvforecast2_inverter_paco": 2000,
  "pvforecast3_peakpower": 1.6,
  "pvforecast3_surface_azimuth": 5,
  "pvforecast3_surface_tilt": 45,
  "pvforecast3_userhorizon": [45, 25, 30, 60],
  "pvforecast3_inverter_paco": 1400
}

After restarting the server I checked the config via /v1/config and got:

output_2025_01_23_23_50.json

which looks ok.

Checking /v1/prediction/series?key=pvforecast_ac_power (GET) I just get

{
    "data": {},
    "dtype": "object",
    "tz": null
}

as response (200)

I don't see any further logs. First I tested it with my personal data which was not working. After that I checked the config in the documentation with the same result. Did I missed something?

Reproduceable code example:

Error message:

Version information:

1a2da76

@XHalamaX XHalamaX added the bug Something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant