You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This is the documentation for the Add-on of **EMHASS: Energy Management for Home Assistant**
21
24
22
-
23
25
EMHASS is a Python module proposing an **optimized energy management** approach using the Linear Programming (LP) optimization technique.
24
26
25
27
## What is this?
@@ -102,8 +104,8 @@ If your specific model is not found in these lists then solution (1) is to pick
102
104
103
105
Solution (2) would be to use SolCast and pass that data directly to emhass as a list of values from a template. Take a look at this example here: [https://emhass.readthedocs.io/en/latest/forecasts.html#example-using-solcast-forecast-amber-prices](https://emhass.readthedocs.io/en/latest/forecasts.html#example-using-solcast-forecast-amber-prices)
104
106
105
-
-pv_module_model: The PV module model. For example: 'CSUN_Eurasia_Energy_Systems_Industry_and_Trade_CSUN295_60M'. This parameter can be a list of strings to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270). When finding the correct model for your installation remember to replace all the special characters in the model name by '_'.
106
-
-pv_inverter_model: The PV inverter model. For example: 'Fronius_International_GmbH__Fronius_Primo_5_0_1_208_240__240V_'. This parameter can be a list of strings to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270). When finding the correct model for your installation remember to replace all the special characters in the model name by '_'.
107
+
-pv*module_model: The PV module model. For example: 'CSUN_Eurasia_Energy_Systems_Industry_and_Trade_CSUN295_60M'. This parameter can be a list of strings to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270). When finding the correct model for your installation remember to replace all the special characters in the model name by '*'.
108
+
-pv*inverter_model: The PV inverter model. For example: 'Fronius_International_GmbH**Fronius_Primo_5_0_1_208_240**240V*'. This parameter can be a list of strings to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270). When finding the correct model for your installation remember to replace all the special characters in the model name by '\_'.
107
109
- surface_tilt: The tilt angle of your solar panels. This is a value between 0 and 90. Defaults to 30. This parameter can be a list of integers to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270).
108
110
- surface_azimuth: The azimuth of your PV installation. This is a value between 0 and 360. Defaults to 205. This parameter can be a list of integers to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270).
109
111
- modules_per_string: The number of modules per string. Defaults to 16. This parameter can be a list of integers to enable the simulation of mixed orientation systems, for example one east-facing array (azimuth=90) and one west-facing array (azimuth=270).
@@ -324,11 +326,10 @@ If you find any problems with the code, you can open new issues in the EMHASS or
Copy file name to clipboardexpand all lines: emhass/README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- markdown file presented on the main addon info tab -->
2
+
1
3
# EMHASS Add-on
2
4
3
5
### A Home Assistant Add-on for the EMHASS module: Energy Management for Home Assistant
@@ -42,7 +44,6 @@ For any Issues/Feature Requests for the EMHASS core module, create a new issue h
42
44
</a>
43
45
</div>
44
46
45
-
46
47
## Installation
47
48
48
49
To install add the EMHASS Add-on repository in the Home Assistant store, follow [these steps](https://www.home-assistant.io/common-tasks/os/#installing-third-party-add-ons)
@@ -56,10 +57,11 @@ Be patient, the installation may take some time depending on your hardware.
56
57
When the installation has finished go to the `Configuration` tab to set the add-on parameters.
57
58
58
59
## Developing EMHASS/EMHASS-Add-on
60
+
59
61
- EMHASS
60
-
- For those who want to develop the EMHASS package itself. Have a look at the [Develop page](https://emhass.readthedocs.io/en/latest/develop.html). *(EMHASS docs)*
62
+
- For those who want to develop the EMHASS package itself. Have a look at the [Develop page](https://emhass.readthedocs.io/en/latest/develop.html). _(EMHASS docs)_
61
63
- EMHASS-Add-on
62
-
- For those who want to test the Home Assistant integration of EMHASS. Have a look at [Test.md](./emhass/Test.md).
64
+
- For those who want to test the Home Assistant integration of EMHASS. Have a look at [Test.md](./emhass/Test.md).
0 commit comments