Skip to content

Commit

Permalink
Merge pull request #100 from goebelmeier/main
Browse files Browse the repository at this point in the history
Add EEBUS Ports to config.json
  • Loading branch information
thecem authored Jul 17, 2024
2 parents 01046c1 + 3ca7afc commit b92c9fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evcc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,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 b92c9fc

Please sign in to comment.