Skip to content

Commit

Permalink
Fix - Fixed several errors on publish_data and preapred new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Apr 18, 2022
1 parent bc847f2 commit 410d5b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 10 additions & 1 deletion emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.23] - 2022-04-18
### Fix
- Updating to a new release to build with latest emhass version as a fatal errors on pubish_data were fixed.

## [0.1.22] - 2022-04-16
### Fix
- Fixed problem of solver not found on arm64 architectures by installing the glpk solver. The install is added to the add-on Dockerfile.

## [0.1.21] - 2022-04-16
### Fix
- Fix following the improved handling of errors in EMHASS concerning solver issues with Pulp. Added support for glpk solver. For now just using a try/catch strategy but should update to solver passed as a parameter to EMHASS.
Expand Down Expand Up @@ -47,4 +55,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.18]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.18
[0.1.19]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.19
[0.1.20]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.20
[0.1.21]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.21
[0.1.21]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.21
[0.1.22]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.1.22
2 changes: 2 additions & 0 deletions emhass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN apt-get update \
python3-dev \
git \
build-essential \
coinor-libcbc-dev \
coinor-cbc \
libglpk-dev \
glpk-utils \
&& pip3 install --no-cache-dir -U setuptools wheel \
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.1.22
version: 0.1.23
slug: emhass
arch:
- aarch64
Expand Down
3 changes: 2 additions & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ tables>=3.6.1
flask>=2.0.3
Flask-Caching>=1.10.1
plotly>=5.6.0
emhass==0.2.6
emhass==0.2.8
#git+https://github.com/davidusb-geek/emhass.git@0f67c27

0 comments on commit 410d5b1

Please sign in to comment.