Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.52 KB

DOCS.md

File metadata and controls

65 lines (43 loc) · 2.52 KB

Home Assistant Community Add-on: evcc

EVCC is an extensible EV Charge Controller with PV integration implemented in Go.

Installation

The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on.

  1. Add a new add-on repository in the menu and point it to https://github.com/cathiele/hassio-addons
  2. Search for the "evcc" add-on in the Supervisor add-on store.
  3. Install the "evcc" add-on.
  4. Add your evcc configuration file to /config/evcc.yaml
  5. Start the "evcc" add-on.
  6. Check the logs of the "evcc" to see if everything went well.
  7. Open the Web UI.

Configuration

Note: Remember to restart the add-on when the configuration is changed.

Configuration is read from an evcc standard configuration file. It is currently hard coded to be found at /config/evcc.yaml in your Home Assistant installation.

You can find documentation about the configuration format and sample configurations at evcc

Support

Got questions?

Please open an issue in Github

Authors & contributors

The original setup of this repository is by cathiele.

The great evcc project is maintained by andig

Contributions by Tscherno

License

MIT License

Copyright (c) 2020 cathiele

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.