Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #403

Merged
merged 2 commits into from
Dec 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Installation instructions and example Home Assistant automation configurations a
You must follow these steps to make EMHASS work properly:

1) Install and run EMHASS.
- There are multiple methods of installing and Running EMHASS. See [Installation Method](##Installation-Methods) below to pick a method that best suits your use case.
- There are multiple methods of installing and Running EMHASS. See [Installation Method](#Installation-Methods) below to pick a method that best suits your use case.

2) Define all the parameters in the configuration file *(`config.json`)* or configuration page *(`YOURIP:5000/configuration`)*.
- See the description for each parameter in the [configuration](https://emhass.readthedocs.io/en/latest/config.html) docs.
Expand All @@ -100,10 +100,10 @@ You must follow these steps to make EMHASS work properly:
- Or with a `curl` command like this: `curl -i -H 'Content-Type:application/json' -X POST -d '{}' http://localhost:5000/action/dayahead-optim`.

5) If you’re satisfied with the optimization results then you can set the optimization and data publish task commands in an automation.
- You can read more about this in the [usage](##usage) section below.
- You can read more about this in the [usage](#usage) section below.

6) The final step is to link the deferrable loads variables to real switches on your installation.
- An example code for this using automations and the shell command integration is presented below in the [usage](##usage) section.
- An example code for this using automations and the shell command integration is presented below in the [usage](#usage) section.

A more detailed workflow is given below:

Expand Down
Loading