You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emhass/translations/en.yaml
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -115,16 +115,19 @@ configuration:
115
115
description: A list of hours in 24h HH:MM format. (number of items = number_of_deferrable_loads)
116
116
list_start_timesteps_of_each_deferrable_load:
117
117
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)"
119
119
list_end_timesteps_of_each_deferrable_load:
120
120
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)"
122
122
list_treat_deferrable_load_as_semi_cont:
123
123
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)"
125
125
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)"
128
131
load_peak_hours_cost:
129
132
name: load_peak_hours_cost, The cost of the electrical energy during peak hours
130
133
description: (Default 0.1907). The cost of the electrical energy from the grid during peak hours in €/kWh.
0 commit comments