Skip to content

Commit

Permalink
Fix - Updated the EMHASS config.yaml template with missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhernandez-cea committed May 30, 2023
1 parent 6a6ee55 commit 0d6299b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.12] - 2023-05-30
### Fix
- Updated the EMHASS config.yaml template with missing entries.

## [0.3.11] - 2023-05-29
### Fix
- Fixed error in type entry on add-on config.yaml.
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.3.11
version: 0.3.12
slug: emhass
arch:
- aarch64
Expand Down
4 changes: 4 additions & 0 deletions emhass/config_emhass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ optim_conf:
- lp_solver: 'PULP_CBC_CMD' # set the name of the linear programming solver that will be used
- lp_solver_path: 'empty' # set the path to the LP solver
- set_nocharge_from_grid: False # avoid battery charging from the grid
- set_nodischarge_to_grid: True # avoid battery discharging to the grid
- set_battery_dynamic: False # add a constraint to limit the dynamic of the battery power in power per time unit
- battery_dynamic_max: 0.9 # maximum dynamic positive power variation in percentage of battery maximum power
- battery_dynamic_min: -0.9 # minimum dynamic negative power variation in percentage of battery maximum power

plant_conf:
- P_grid_max: 9000 # The maximum power that can be supplied by the utility grid in Watts
Expand Down

0 comments on commit 0d6299b

Please sign in to comment.