From ba1ddd9d48215c7c80c906741522c79c1e7cfcc8 Mon Sep 17 00:00:00 2001 From: openhabian Date: Sat, 18 Nov 2023 10:34:32 +0100 Subject: [PATCH] fix oh 4.0.4-2 evcc 0.122.1 Signed-off-by: openhabian --- openhabian-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhabian-setup.sh b/openhabian-setup.sh index 9aac13c04..f3bceb64b 100755 --- a/openhabian-setup.sh +++ b/openhabian-setup.sh @@ -125,7 +125,7 @@ if [[ -n "$UNATTENDED" ]]; then zram_setup permissions_corrections setup_mirror_SD "install" - install_evcc "install" "${evccpkgversion:-0.121.5}"; setup_evcc + install_evcc "install" "${evccpkgversion:-0.122.1}"; setup_evcc systemctl stop openhab setup_pv_config pv "${invertertype:-custom}" "${inverterip:-192.168.178.100}" "${invertermodbusid:-1}" setup_pv_config bat "${batterytype:-hybrid}" "${batteryip:-192.168.178.101}" "${batterymodbusid:-3}"