Skip to content

Commit d8bec7f

Browse files
openhabianopenhabian
openhabian
authored and
openhabian
committed
modbus: tcpip bei entsprechenden WB-Modellen
Signed-off-by: openhabian <openhabian@openHABian>
1 parent f9482f8 commit d8bec7f

File tree

3 files changed

+4
-721
lines changed

3 files changed

+4
-721
lines changed

functions/storm.house.bash

+3
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ setup_wb_config() {
307307
if [[ ${5:-${wallboxid}} != "" && ${5:-${wallboxid}} != "1234567890abcdef" ]] || [[ ${1:-${wallboxtype}} == "eebus" || ${1:-${wallboxtype}} == "elliconnect" || ${1:-${wallboxtype}} == "ellipro" ]]; then
308308
uncomment "#SKI" "${evccConfig}"
309309
fi
310+
if [[ ${5:-${wallboxid}} != "" && ${5:-${wallboxid}} != "1234567890abcdef" ]] || [[ ${1:-${wallboxtype}} == "abb" || ${1:-${wallboxtype}} == "abl-em4" || ${1:-${wallboxtype}} == "ac-elwa-2" || ${1:-${wallboxtype}} == "ac-thor" || ${1:-${wallboxtype}} == "alfen" || ${1:-${wallboxtype}} == "amperfied" || ${1:-${wallboxtype}} == "amperfied-solar" || ${1:-${wallboxtype}} == "dadapower" || ${1:-${wallboxtype}} == "delta" || ${1:-${wallboxtype}} == "hesotec" || ${1:-${wallboxtype}} == "idm" || ${1:-${wallboxtype}} == "innogy-ebox" || ${1:-${wallboxtype}} == "keba-modbus" || ${1:-${wallboxtype}} == "lambda-zewotherm" || ${1:-${wallboxtype}} == "mennekes-hcc3" || ${1:-${wallboxtype}} == "nrggen2" || ${1:-${wallboxtype}} == "obo" || ${1:-${wallboxtype}} == "peblar" || ${1:-${wallboxtype}} == "phoenix-charx" || ${1:-${wallboxtype}} == "phoenix-em-eth" || ${1:-${wallboxtype}} == "phoenix-ev-eth" || ${1:-${wallboxtype}} == "pracht-alpha" || ${1:-${wallboxtype}} == "schneider-evlink-v3" || ${1:-${wallboxtype}} == "stiebel-lwa" || ${1:-${wallboxtype}} == "stiebel-wpm" || ${1:-${wallboxtype}} == "sungrow" || ${1:-${wallboxtype}} == "versicharge" || ${1:-${wallboxtype}} == "vestel" || ${1:-${wallboxtype}} == "victron" || ${1:-${wallboxtype}} == "victron-evcs" ]]; then
311+
uncomment "#TCPMODBUS" "${evccConfig}"
312+
fi
310313
if [[ ${3:-${wallboxuser}} != "" && ${3:-${wallboxuser}} != "NULL" ]]; then
311314
uncomment "#AUTHUSER" "${evccConfig}"
312315
fi

includes/EVCC/evcc.yaml-template

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ chargers:
6363
- type: template
6464
template: %WBTYPE
6565
#SKI ski: %WBID
66+
#TCPMODBUS modbus: tcpip
6667
host: %IP
6768
name: Wallbox
6869
#AUTHUSER user: %WBUSER

0 commit comments

Comments
 (0)