-
Notifications
You must be signed in to change notification settings - Fork 77
Home
David edited this page May 7, 2022
·
27 revisions
Welcome to the emhass wiki!
This is the TODO list. The current work in progress is the creation of an Add-On for Home Assistant OS users. The advancement is here: https://github.com/davidusb-geek/emhass-add-on
-
Create a plotting script to visualize the optimization results. -
Propose multiple types of cost functions: profit maximization, self-consumption maximization, etc -
Integrate the possibility of variable tariffs, for purshasing and selling energy to the grid. -
Support for list of inverters, see: get_power_from_weather in forecast class. - Implement an energy management with a Model Predictive Control approach. Consider implementing the receiding horizon approach.
- Introduce the modeling of constraints during optimization for a thermal energy storage.
- Add elasticity to LP formulation in case on infeasible solution.
- Add total energy constraint for each deferrable load.
- Support for functioning hour period for each deferrable load.
- Add simple graphics explaining what is this?
- Expand use case, add battery, test EV as battery with P_discharge=0
- Battery SOC should be an input. For now only SOCinit=SOCend simulations are implemented
- Support for EVs.
- Support for virtual batteries.
- Let the user choose the type of mount: TEMPERATURE_MODEL_PARAMETERS['sapm']
- Add a web server app to run the complete module. This will be the webserver used in the add-on. Separate usage in standalone mode in docker container or in HA add-on mode.
-
Define the type of forecast that should be used from the configuration file. -
Move get_load_unit_cost from optimization to forecast class: define forecast methods for load and PV production prices. - Improve load forecasting using a time series forecast algorithm. Some tests were made with fbprophet but results are not completly satisfactory. The model needs some regressors for more accuracy.
- Test with LTSM with or without Autoencoders.
-
EMHASS hass been tested in Home Assistan Core. It need to be tested on Home Assistant Operating System and Home Assistant Container. -
Create an EMHASS add-on for even easier installation on Home Assistant Operating System and Home Assistant Supervised. -
Improve testing to be used with no running hass instance. -
Package everything in a docker container.(Done in the add-on) - Package as a docker container with a new Dockerfile simpler than in the add-on