Energy Assistant
Project description
Energy Assistant
Energy Assistant is a free, opensource Energy Management System which works together with Home Assistant and Evcc.
Energy Assistant is using Emhass in order to optimize the energy consumption of your house.
Documentation and support
For issues, please go to the issue tracker.
For feature requests, please see feature requests.
Running the Energy Assistant
Preferred method: Home Assistant Add-on
By far the most convenient way to run the Energy Assistant is to install the Energy Assistant Add-on:
- Add the Energy Assistant repository to your Home Assistant instance.
- Install the Energy Assistant add-on.
Alternative method: Docker image
An alternative way to run the Energy Assistant is by running the docker image:
Copy the energy_assistant.yaml.dist
file to energy_assistant.yaml
and modify it to match your setup and then start the docker container in the same folder.
docker run --name em -p 8080:5000 -v "$(pwd)/energy_assistant.yaml:/config/energy_assistant.yaml" ghcr.io/pail23/energy-assistant-server:latest
Configure Energy Assistant
Please find information on how to configure Energy Assistant here.
User documentation
Please consult the user documentation for Energy Assistant.
Local Development
The easiest way to get started with development is to use Visual Studio Code with devcontainers. This approach will create a preconfigured development environment with all the tools you need. This approach is enabled for the Energy Assistant frontend and the Energy Assistant backend repository. Learn more about devcontainers.
Getting started:
- Go to Energy Assistant backend repository and click "fork".
- Clone the forked repository locally (git clone ...)
- Open the devcontainer in VSCode
- Copy
energy_assistan.yaml.dist
toenergy_assistan.yaml
and configure your setup (e.g. connection to Home Assistant) - Press F5 to start Energy Assistant
- Go to Energy Assistant frontend repository and click "fork".
- Clone the forked repository locally (git clone ...)
- Open the devcontainer in VSCode
- Enter
yarn install
and thenyarn dev
in the Terminal of VSCode
Useful commands:
./scripts/lint.sh
run the linter to check the code quality.
./scripts/create-dev-db.sh
create a new database in the root folder of the project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file energy_assistant-0.1.17.tar.gz
.
File metadata
- Download URL: energy_assistant-0.1.17.tar.gz
- Upload date:
- Size: 58.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa1835992b898933180e23fe8dcc320196ecee2b5e221176a9b62ccde6c6fb17 |
|
MD5 | 58abb66a0082beae2034d8d402170b7e |
|
BLAKE2b-256 | b87f07fe8573a2ee930cc05fe5cb6196ed315b1d8888e20713a3959239c808be |
File details
Details for the file energy_assistant-0.1.17-py3-none-any.whl
.
File metadata
- Download URL: energy_assistant-0.1.17-py3-none-any.whl
- Upload date:
- Size: 89.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46a3a78173bea443c0bb4b04e2d9d42f1eef1dc5c58642040b93c4830bcfca6c |
|
MD5 | 7614b6cb23a65b243f945e87c9c6b824 |
|
BLAKE2b-256 | f2709368f08181562ff919aa9e66bc0040e275eca78af9bc8160a5e8c1b81693 |