mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Fix PVForecast settings active plane detection. (#320)
Detect active PV planes by pvforecast_surface_tilt and pvforecast_surface_azimuth to be non None. Assure by default these configuration values are None. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
30
tests/testdata/EOS.config.json
vendored
30
tests/testdata/EOS.config.json
vendored
@@ -31,9 +31,9 @@
|
||||
"pvforecast0_peakpower": null,
|
||||
"pvforecast0_pvtechchoice": "crystSi",
|
||||
"pvforecast0_strings_per_inverter": null,
|
||||
"pvforecast0_surface_azimuth": 180,
|
||||
"pvforecast0_surface_tilt": 0,
|
||||
"pvforecast0_trackingtype": 0,
|
||||
"pvforecast0_surface_azimuth": null,
|
||||
"pvforecast0_surface_tilt": null,
|
||||
"pvforecast0_trackingtype": null,
|
||||
"pvforecast0_userhorizon": null,
|
||||
"pvforecast1_albedo": null,
|
||||
"pvforecast1_inverter_model": null,
|
||||
@@ -47,9 +47,9 @@
|
||||
"pvforecast1_peakpower": null,
|
||||
"pvforecast1_pvtechchoice": "crystSi",
|
||||
"pvforecast1_strings_per_inverter": null,
|
||||
"pvforecast1_surface_azimuth": 180,
|
||||
"pvforecast1_surface_tilt": 0,
|
||||
"pvforecast1_trackingtype": 0,
|
||||
"pvforecast1_surface_azimuth": null,
|
||||
"pvforecast1_surface_tilt": null,
|
||||
"pvforecast1_trackingtype": null,
|
||||
"pvforecast1_userhorizon": null,
|
||||
"pvforecast2_albedo": null,
|
||||
"pvforecast2_inverter_model": null,
|
||||
@@ -63,9 +63,9 @@
|
||||
"pvforecast2_peakpower": null,
|
||||
"pvforecast2_pvtechchoice": "crystSi",
|
||||
"pvforecast2_strings_per_inverter": null,
|
||||
"pvforecast2_surface_azimuth": 180,
|
||||
"pvforecast2_surface_tilt": 0,
|
||||
"pvforecast2_trackingtype": 0,
|
||||
"pvforecast2_surface_azimuth": null,
|
||||
"pvforecast2_surface_tilt": null,
|
||||
"pvforecast2_trackingtype": null,
|
||||
"pvforecast2_userhorizon": null,
|
||||
"pvforecast3_albedo": null,
|
||||
"pvforecast3_inverter_model": null,
|
||||
@@ -79,9 +79,9 @@
|
||||
"pvforecast3_peakpower": null,
|
||||
"pvforecast3_pvtechchoice": "crystSi",
|
||||
"pvforecast3_strings_per_inverter": null,
|
||||
"pvforecast3_surface_azimuth": 180,
|
||||
"pvforecast3_surface_tilt": 0,
|
||||
"pvforecast3_trackingtype": 0,
|
||||
"pvforecast3_surface_azimuth": null,
|
||||
"pvforecast3_surface_tilt": null,
|
||||
"pvforecast3_trackingtype": null,
|
||||
"pvforecast3_userhorizon": null,
|
||||
"pvforecast4_albedo": null,
|
||||
"pvforecast4_inverter_model": null,
|
||||
@@ -95,9 +95,9 @@
|
||||
"pvforecast4_peakpower": null,
|
||||
"pvforecast4_pvtechchoice": "crystSi",
|
||||
"pvforecast4_strings_per_inverter": null,
|
||||
"pvforecast4_surface_azimuth": 180,
|
||||
"pvforecast4_surface_tilt": 0,
|
||||
"pvforecast4_trackingtype": 0,
|
||||
"pvforecast4_surface_azimuth": null,
|
||||
"pvforecast4_surface_tilt": null,
|
||||
"pvforecast4_trackingtype": null,
|
||||
"pvforecast4_userhorizon": null,
|
||||
"pvforecast_provider": null,
|
||||
"pvforecastimport_file_path": null,
|
||||
|
Reference in New Issue
Block a user