debugging unit share of energy

This commit is contained in:
Khalim Conn-Kowlessar 2024-07-29 18:51:15 +01:00
parent 45d74b0d8c
commit b73860c742
2 changed files with 3 additions and 1 deletions

View file

@ -568,7 +568,8 @@ async def trigger_plan(body: PlanTriggerRequest):
property_instance.set_solar_panel_configuration(
solar_panel_configuration={
"insights_data": solar_api_client.insights_data,
"panel_performance": solar_api_client.panel_performance
"panel_performance": solar_api_client.panel_performance,
"unit_share_of_energy": 1
},
roof_area=solar_api_client.roof_area
)

View file

@ -190,6 +190,7 @@ class SolarPvRecommendations:
# back up here
"photo_supply": roof_coverage_percent,
"has_battery": has_battery,
"initial_ac_kwh_per_year": recommendation_config["initial_ac_kwh_per_year"],
"description_simulation": {"photo-supply": roof_coverage_percent},
}
)