Skip to content

Commit 3f14440

Browse files
Merge pull request #98 from GeoDerp/list_set_deferrable_startup_penalty-optinal
en.yaml add description for list_set_deferrable_startup_penalty
2 parents 1de49ae + 8af02ef commit 3f14440

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

emhass/translations/en.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,19 @@ configuration:
115115
description: A list of hours in 24h HH:MM format. (number of items = number_of_deferrable_loads)
116116
list_start_timesteps_of_each_deferrable_load:
117117
name: list_start_timesteps_of_each_deferrable_load, The timestep as from which each deferrable load is allowed to operate. Operation before this timestep is not allowed.
118-
description: (Default 0). A list of elements. If value 0 is given, the deferrable load will be optimized as from the beginning of the complete prediction horizon window. (number of items = number_of_deferrable_loads)
118+
description: "(Default start_timesteps_of_each_deferrable_load: 0). A list of elements. If value 0 is given, the deferrable load will be optimized as from the beginning of the complete prediction horizon window. (number of items = number_of_deferrable_loads)"
119119
list_end_timesteps_of_each_deferrable_load:
120120
name: list_end_timesteps_of_each_deferrable_load,The timestep before which each deferrable load should operate. Operation after this timestep is not allowed.
121-
description: (Default 0). A list of elements. If value 0 is given, the deferrable load optimization window will extend up to the end of the prediction horizon window. (number of items = number_of_deferrable_loads)
121+
description: "(Default end_timesteps_of_each_deferrable_load: 0). A list of elements. If value 0 is given, the deferrable load optimization window will extend up to the end of the prediction horizon window. (number of items = number_of_deferrable_loads)"
122122
list_treat_deferrable_load_as_semi_cont:
123123
name: list_treat_deferrable_load_as_semi_cont, Treat each deferrable load as a semi-continuous variable
124-
description: "(Default treat_deferrable_load_as_semi_cont: true). Semi-continuous variables are variables that can take either their nominal value or zero."
124+
description: "(Default treat_deferrable_load_as_semi_cont: true). Semi-continuous variables are variables that can take either their nominal value or zero. (number of items = number_of_deferrable_loads)"
125125
list_set_deferrable_load_single_constant:
126-
name: list_set_deferrable_load_single_constant, Set each deferrable load as a constant fixed value variable with just one startup for each optimization task (ex. each 24h)
127-
description: "(Default treat_deferrable_load_as_semi_cont: false). Options are True or False (to enable or disable)"
126+
name: list_set_deferrable_load_single_constant, Set each deferrable load as a constant fixed value variable with just one startup for each optimization task (ex. each 24h)
127+
description: "(Default treat_deferrable_load_as_semi_cont: false). Options are True or False (to enable or disable) (number of items = number_of_deferrable_loads)"
128+
list_set_deferrable_startup_penalty:
129+
name: list_set_deferrable_startup_penalty, for each deferrable load, add a penalty P (Power) each time the deferrable load turns on.
130+
description: "(Default set_deferrable_startup_penalty: 0). The deferrable load turns on will incur an additional cost of P * list_nominal_power_of_deferrable_loads * cost_of_electricity at that time (number of items = number_of_deferrable_loads)"
128131
load_peak_hours_cost:
129132
name: load_peak_hours_cost, The cost of the electrical energy during peak hours
130133
description: (Default 0.1907). The cost of the electrical energy from the grid during peak hours in €/kWh.

0 commit comments

Comments
 (0)