From 3ca7afc6071c6cd5f47afb71aca3215f7e26bb49 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Mon, 15 Jul 2024 19:32:04 +0200 Subject: [PATCH] Add EEBUS Ports to config.json --- evcc/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evcc/config.json b/evcc/config.json index e8f0e58..16f87d2 100644 --- a/evcc/config.json +++ b/evcc/config.json @@ -28,6 +28,7 @@ "uart": true, "webui": "http://[HOST]:[PORT:7070]/", "ports": { + "4712/tcp": 4712, "5200/tcp": 5200, "5353/udp": 5353, "7090/udp": 7090, @@ -35,6 +36,7 @@ "9522/udp": 9522 }, "ports_description": { + "4712/tcp": "EEBUS", "5200/tcp": "Modbus Proxy", "5353/udp": "Multicast DNS (mDNS)", "7090/udp": "Keba",