Skip to content

Commit

Permalink
Fix call to make_schedule
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Nov 30, 2022
1 parent cf16ecf commit 7dcb001
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions flexmeasures/cli/data_add.py
Expand Up @@ -1026,11 +1026,13 @@ def create_schedule(
end=end,
belief_time=server_now(),
resolution=power_sensor.event_resolution,
soc_at_start=soc_at_start,
soc_targets=soc_targets,
soc_min=soc_min,
soc_max=soc_max,
roundtrip_efficiency=roundtrip_efficiency,
storage_specs=dict(
soc_at_start=soc_at_start,
soc_targets=soc_targets,
soc_min=soc_min,
soc_max=soc_max,
roundtrip_efficiency=roundtrip_efficiency,
),
consumption_price_sensor=consumption_price_sensor,
production_price_sensor=production_price_sensor,
inflexible_device_sensors=inflexible_device_sensors,
Expand Down

0 comments on commit 7dcb001

Please sign in to comment.