mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
renamed haushaltsgeräte to home appliance (#196)
* * rename Haushaltsgeraete to home appliance * renamed strafe to penalty (optimization problem) Signed-off-by: Jürgen Eckel <juergen.eckel@gmail.com> * removed penalty renaming Signed-off-by: Jürgen Eckel <juergen.eckel@gmail.com> * renamed one variable Signed-off-by: Jürgen Eckel <juergen.eckel@gmail.com> * * renamed variable names and methods of the home appliance class * renamed missed method names * fixed renamed variable * renamed object * adjusted to latest repo changes * renamed file to class_home_applianc.py * renamed method --------- Signed-off-by: Jürgen Eckel <juergen.eckel@gmail.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
@@ -267,11 +267,11 @@ parameters = OptimizationParameters(
|
||||
# Current SOC of the electric car (%)
|
||||
"start_soc_prozent": 5,
|
||||
},
|
||||
# "spuelmaschine": {
|
||||
# "dishwasher": {
|
||||
# # Household appliance consumption (Wh)
|
||||
# "verbrauch_wh": 5000,
|
||||
# "consumption_wh": 5000,
|
||||
# # Duration of appliance usage (hours)
|
||||
# "dauer_h": 0,
|
||||
# "duration_h": 0,
|
||||
# },
|
||||
# Temperature forecast (48 hours)
|
||||
"temperature_forecast": temperature_forecast,
|
||||
|
Reference in New Issue
Block a user