stündliche Speicherung des Forecasts angepasst
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
forecaster/__pycache__/weather_forecaster.cpython-312.pyc
Normal file
BIN
forecaster/__pycache__/weather_forecaster.cpython-312.pyc
Normal file
Binary file not shown.
2
main.py
2
main.py
@@ -51,6 +51,8 @@ upper_roof_west = PvWattsSubarrayConfig(name="west", pdc0_w=7*p_module, tilt_deg
|
|||||||
cfgs = [upper_roof_north, upper_roof_south, upper_roof_east, upper_roof_west]
|
cfgs = [upper_roof_north, upper_roof_south, upper_roof_east, upper_roof_west]
|
||||||
pv_plant = PvWattsPlant(site, cfgs)
|
pv_plant = PvWattsPlant(site, cfgs)
|
||||||
|
|
||||||
|
now = datetime.now(TZ)
|
||||||
|
next_forecast_at = (now + dt.timedelta(hours=1)).replace(minute=0, second=0, microsecond=0)
|
||||||
while True:
|
while True:
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
if now.second % interval_seconds == 0 and now.microsecond < 100_000:
|
if now.second % interval_seconds == 0 and now.microsecond < 100_000:
|
||||||
|
|||||||
BIN
simulators/__pycache__/pv_plant_simulator.cpython-312.pyc
Normal file
BIN
simulators/__pycache__/pv_plant_simulator.cpython-312.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user