Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.1.20

13 Apr 14:18
Compare
Choose a tag to compare

Some small fixes in this new release:

Fix

  • Added possibility to pass web ui url as a parameter AGAIN. This functionality was removed by error.
  • Merged pull request, now using relative url in index.html

EMHASS add-on v0.1.19

12 Apr 22:16
Compare
Choose a tag to compare

This release solved different issues. Everything is working fine. This has been tested using the HA dev-container.

Enjoy!!!

Fix

  • Removed possibility to pass web ui url as a parameter.
  • Added the possibility to pass HA instance url and token as parameters.
  • Fixed errors in manual buttons on index.html

EMHASS add-on v0.1.18

04 Apr 22:30
Compare
Choose a tag to compare

The main addition to this release is the possibility to add your own forecasts using list of values passed using the RESTful API. Check the add-on documentation for an example code of this.

Added

  • Added support to post list of values for forecast methods.

Fix

  • Debugged RESTful API, fixed POST requests and data handling.

The first release for this add-on !!!

26 Mar 11:42
Compare
Choose a tag to compare
Pre-release

Hi!!!

This is the first release of this add-on for Home Assistant!!!

This add-on implements the EMHASS module for systems using Home Assistant OS or Home Assistant Supervised.

This is the first version and this will be marked as "pre-release".

Some important integrations for the EMHASS module are still a work in progress. But still this first version is fully operational and can already be used to test the EMHASS module capabilities.

Most notably the user is not yet able to choose the different options for load, production and costs forecasts. These method are fully implemented in EMHASS but not yet in this add-on.
Also this add-on relies on the user creating a "Long-lived access token", as with the EMHASS module. This will be changed in the future to support full integration with the supervisor API.

Cheers!!!