Skip to content

Commit

Permalink
Merge branch 'evcc-io:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jomach committed Aug 9, 2024
2 parents d74dcb7 + d796438 commit 539f81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Follow these steps to get the add-on installed on your system:

- Copy "https://github.com/evcc-io/hassio-addon" Click -> Add

- Reload the WebSite (CTRL+R or CTRL+F5 or CTRL+Fn+F5)
- Find the "evcc" add-on and click it.
- Click on the "INSTALL" button.
- Go to Information nenu in the "evcc" Addon and activate "show in side bar"
Expand All @@ -43,7 +44,7 @@ Follow these steps to get the add-on installed on your system:
- https://www.home-assistant.io/docs/configuration/
- https://www.home-assistant.io/common-tasks/os/#installing-and-using-the-samba-add-on

!! NOTE !!
# !! NOTE !!

The Home Assistant Addon evcc is based on docker, there is no possibility to create a configuration file for evcc inside the evcc docker with "evcc configure"!

Expand Down
4 changes: 3 additions & 1 deletion evcc/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evcc",
"version": "0.128.2",
"version": "0.129.0",
"slug": "evcc",
"description": "EV Charge Controller!",
"url": "https://github.com/evcc-io/evcc",
Expand Down Expand Up @@ -29,13 +29,15 @@
"uart": true,
"webui": "http://[HOST]:[PORT:7070]/",
"ports": {
"4712/tcp": 4712,
"5200/tcp": 5200,
"5353/udp": 5353,
"7090/udp": 7090,
"8887/tcp": 8887,
"9522/udp": 9522
},
"ports_description": {
"4712/tcp": "EEBUS",
"5200/tcp": "Modbus Proxy",
"5353/udp": "Multicast DNS (mDNS)",
"7090/udp": "Keba",
Expand Down

0 comments on commit 539f81a

Please sign in to comment.