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
@@ -11,6 +11,9 @@ configuration:
11
11
logging_level:
12
12
name: logging_level, Set the logger level
13
13
description: (Default INFO) This sets the logger level. Change to WARNING or ERROR to reduce logging if needed.
14
+
data_path:
15
+
name: data_path, Set folder path where EMHASS data will be stored
16
+
description: (Default default) Selecting /data/ will store data in an enclosed folder, only assessable by the addon itself. Select /share/ to store data in the mounted share folder, accessible outside of the Addon.
14
17
optimization_time_step:
15
18
name: optimization_time_step, The time step to resample retrieved data from hass
16
19
description: (Default 30). This parameter is given in minutes. It should not be defined too low or you will run into memory problems when defining the Linear Programming optimization.
@@ -106,22 +109,22 @@ configuration:
106
109
description: A list of elements. (number of items = number_of_deferrable_loads)
107
110
list_peak_hours_periods_start_hours:
108
111
name: list_peak_hours_periods_start_hours, The total number of hours that each deferrable load should operate
109
-
description: A list of hours in 24h HH:MM format (number of items = number_of_deferrable_loads)
112
+
description: A list of hours in 24h HH:MM format (number of items = number_of_deferrable_loads)
110
113
list_peak_hours_periods_end_hours:
111
114
name: list_peak_hours_periods_end_hours, This is a list of end hours of peak hours periods
112
-
description: A list of hours in 24h HH:MM format. (number of items = number_of_deferrable_loads)
115
+
description: A list of hours in 24h HH:MM format. (number of items = number_of_deferrable_loads)
113
116
list_start_timesteps_of_each_deferrable_load:
114
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.
115
-
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 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)
116
119
list_end_timesteps_of_each_deferrable_load:
117
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.
118
-
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 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)
119
122
list_treat_deferrable_load_as_semi_cont:
120
123
name: list_treat_deferrable_load_as_semi_cont, Treat each deferrable load as a semi-continuous variable
121
124
description: "(Default treat_deferrable_load_as_semi_cont: true). Semi-continuous variables are variables that can take either their nominal value or zero."
122
125
list_set_deferrable_load_single_constant:
123
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)
124
-
description: "(Default treat_deferrable_load_as_semi_cont: false). Options are True or False (to enable or disable)"
127
+
description: "(Default treat_deferrable_load_as_semi_cont: false). Options are True or False (to enable or disable)"
125
128
load_peak_hours_cost:
126
129
name: load_peak_hours_cost, The cost of the electrical energy during peak hours
127
130
description: (Default 0.1907). The cost of the electrical energy from the grid during peak hours in €/kWh.
0 commit comments