Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.1.30

24 Apr 20:19
Compare
Choose a tag to compare

Fix

  • Fixing presumed problems with falsk caching module. Now using just simple pickle object save/load.
  • Added fixed image name for automated docker images pubishing.

EMHASS add-on v0.1.29

22 Apr 22:35
Compare
Choose a tag to compare

Automatic publish of docker images using github actions

EMHASS add-on v0.1.28

22 Apr 22:11
Compare
Choose a tag to compare

This release tries to solve these recurrent flask server errors.

Improvement

  • Prepared for using a production WSGI server.
  • Rearranged app_server functions for better code visibility.

Fix

  • Fixed return problems, now using directly Flask render_template method.

Full Changelog: v0.1.27...v0.1.28

EMHASS add-on v0.1.27

21 Apr 20:55
Compare
Choose a tag to compare

Updating to this new release to fix index response issues.

Fix

  • Fixing flask redirects and correct response returns.
  • Updated to new emhass version using now pandas get_indexer method.

EMHASS add-on v0.1.26

21 Apr 12:51
Compare
Choose a tag to compare

Fixed missing imports in flask app.

EMHASS add-on v0.1.25

21 Apr 12:08
Compare
Choose a tag to compare

Fixed error using flask returns. It was not using redirect and url_for methods.

EMHASS add-on v0.1.24

20 Apr 21:59
Compare
Choose a tag to compare

Basically fixed some 'index' did not return a valid response errors. Added appropriate returns to flask app.

EMHASS add-on v0.1.23

18 Apr 21:51
Compare
Choose a tag to compare

Updating to a new release to build with latest emhass version as a fatal errors on pubish_data were fixed.

EMHASS add-on v0.1.22

18 Apr 19:54
bc847f2
Compare
Choose a tag to compare

In this release we are fixing a problem of solver not found on arm64 architectures by installing the glpk solver. The install was added to the add-on Dockerfile.

EMHASS add-on v0.1.21

16 Apr 21:08
Compare
Choose a tag to compare

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.