Skip to content

The Home Assistant Add-on for EMHASS: Energy Management Optimization for Home Assistant

License

Notifications You must be signed in to change notification settings

davidusb-geek/emhass-add-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMHASS Add-on

A Home Assistant Add-on for the EMHASS module: Energy Management for Home Assistant


This add-on uses the EMHASS core module from the following GitHub repository:     EMHASS

The complete documentation for this module can be found here:     Documentation

For any questions on EMHASS or EMHASS-Add-on:     Community

For any Issues/Feature Requests for the EMHASS core module, create a new issue here:     Issues

Installation

The steps to install EMHASS as an Home Assistant addon:

  1. Add the EMHASS-Add-on repository to the HAOS add-on store

  2. Install the EMHASS Add-on

    • Look for the EMHASS Add-on tab and when inside the Add-on click on install.
      • The installation may take some time depending on your hardware.
  3. Start the EMHASS addon

    • Once installed, head into the EMHASS addon
    • click start to start the EMHASS web server
      • For consistent use, it is recommended that you enable: Show in sidebar,Watchdog and Start on boot
  4. Open the EMHASS web interface, and configure parameters

    • Click OPEN WEB UI to enter the EMHASS web server
    • Click the cog icon ⚙️ to to enter the emhass configuration page
    • Insert your user specific parameters
      • For users who wish to use Solcast or Forecast.Solar insert your secrets in the Home Assistant EMHASS configuration page, under Show unused optional configuration options. (E.g: localhost:8123/hassio/addon/emhass/config)

Installation Method 2 - Manually changing EMHASS version

This method allows the user to select which EMHASS version to run (via adjusting the Docker version tag). This second method of installation may be more preferable for users who wish to test EMHASS or rollback to a older stable version.
Warning: This method will override the Docker image tag, and therefore will require the user to manually adjust the tag to update. The user will also need to regularly check to see if the EMHASS-Add-on repository is up to date with the Github main branch

  1. Have a method of inserting commands

  2. Clone the EMHASS-Add-on repository into your /addons directory

    cd ~/addons/
    git clone https://github.com/davidusb-geek/emhass-add-on.git
  3. Specify what EMHASS version image to use

    • in the emhass-add-on/emhass/config.yml adjust the version: line to match the version of choice:
      # set version here 
      emhassVersion=v0.20.0
      # sed command to replace version line in config.yml 
      sed -i.bak "s/version:.*/version: $emhassVersion/g"  ~/addons/emhass-add-on/emhass/config.yml
  4. Head to the Home Assistant add-on store and refresh addon cache

    • Settings > Add-ons > Add-on Store
    • Refresh Addon cache with: hamburger icon ☰ > Check for updates
    • Wait half a minute and refresh the page
  5. Install local version of EMHASS

    • From here a new Addon Source under the name Local add-ons should appear (if not repeat step 4)
    • Install the EMHASS addon, Note: after clicking the EMHASS addon, the Current version: Tag on the top left of the EMHASS card.

Developing EMHASS/EMHASS-Add-on

EMHASS

For those who want to develop the EMHASS package itself. Have a look at the Develop page. (EMHASS docs)

EMHASS-Add-on

For those who want to test the EMHASS addon (EMHASS inside of a virtual Home Assistant Environment). Have a look at Test Markdown.

License

MIT License

Copyright (c) 2021-2023 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 in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The Home Assistant Add-on for EMHASS: Energy Management Optimization for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published