Skip to content

Commit

Permalink
Merge pull request #380 from purcell-lab/patch-10
Browse files Browse the repository at this point in the history
Update default battery weights
  • Loading branch information
davidusb-geek authored Dec 20, 2024
2 parents 5c05477 + 7fce779 commit 1639972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emhass/static/data/param_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,13 @@
"friendly_name": "Add cost weight for battery discharge",
"Description": "An additional weight (currency/ kWh) applied in the cost function to battery usage for discharging",
"input": "float",
"default_value": 1.0
"default_value": 0.0
},
"weight_battery_charge": {
"friendly_name": "Add cost weight for battery charge",
"Description": "An additional weight (currency/ kWh) applied in the cost function to battery usage for charging",
"input": "float",
"default_value": 1.0
"default_value": 0.0
},
"battery_discharge_power_max": {
"friendly_name": "Max battery discharge power",
Expand Down

0 comments on commit 1639972

Please sign in to comment.