diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index bdfe8c0..def7e22 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.11.3 - 2024-10-31 +### Improvement +- Runtime parameters now support all config parameters +- Adopted the Ruff code fomatting +- Added a Github Actions for Google OSV security code scan +- Updated the param_definitions.json +- Bump skforecast from 0.13.0 to 0.14.0. This needed upgrading a bunch of deprecated options. Notably skforcast now uses the time series cross-validation object (cv) from sklearn +### Fix +- Updated the default battery optimization weights +- Fix publish_data defaulting to opt_res_latest, tweak warning logs +- Added MLForecaster options to load_forecast_method for param_definitions.json + ## 0.11.2 - 2024-10-31 ### Improvement - Added support to retrieve HA configuration. This will be used in the future to automatically retrieve some parameters as the currency diff --git a/emhass/README.md b/emhass/README.md index 2176a3c..fd5e790 100644 --- a/emhass/README.md +++ b/emhass/README.md @@ -112,7 +112,7 @@ For those who want to test the EMHASS addon _(EMHASS inside of a virtual Home As MIT License -Copyright (c) 2021-2023 David HERNANDEZ +Copyright (c) 2021-2025 David HERNANDEZ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/emhass/config.yml b/emhass/config.yml index f0c57ff..b2e0556 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: v0.11.2 #set if use image container version +version: v0.11.3 #set if use image container version slug: emhass arch: - aarch64