From 207711f70d4b031b4030075fd4696fab3467d4b6 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Sat, 6 Jul 2024 22:24:01 +0200 Subject: [PATCH] Prepared a new release with some minor improvements --- CHANGELOG.md | 5 +++++ README.md | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c80028..954f1a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.10.3 - 2024-07-06 +### Improvement +- Added improved support for `def_start_penalty` option +- Improved documentation + ## 0.10.2 - 2024-07-06 ### Improvement - Weather forecast caching and Solcast method fix by @GeoDerp diff --git a/README.md b/README.md index 4db9b81d..ee3bb114 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Installation instructions and example Home Assistant automation configurations a You must follow these steps to make EMHASS work properly: -1) Define all the parameters in the configuration file according to your installation. See the description for each parameter in the **configuration** section. +1) Define all the parameters in the configuration file according to your installation method. For the add-on method you need to use the configuration pane directly on the add-on page. For other installation methods it should be needed to set the variables using the `config_emhass.yaml` file. See below for details on the installation methods. See the description for each parameter in the **configuration** section. If you have a PV installation then this dedicated webapp can be useful to find your inverter and solar panel models: [https://emhass-pvlib-database.streamlit.app/](https://emhass-pvlib-database.streamlit.app/) 2) You most notably will need to define the main data entering EMHASS. This will be the `sensor.power_photovoltaics` for the name of the your hass variable containing the PV produced power and the variable `sensor.power_load_no_var_loads` for the load power of your household excluding the power of the deferrable loads that you want to optimize. diff --git a/docs/conf.py b/docs/conf.py index 45d7baa4..750d5ddd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.10.2' +release = '0.10.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0f83546e..abf709e2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.10.2', # Required + version='0.10.3', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)