From b6a05b8c8cfedd7cc61ba0420302987bb0119722 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 29 Jan 2022 19:34:16 +0100 Subject: [PATCH] Downgrade Openhab to 2.5.11 Openhab 3.1 does not work for us. The chosen version has been detemined by analysing the (scarce) log entries. It seems that migration beyond this point breaks the configuration and leads to an incomplete setup. --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index 41a96e7..90d910b 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -8,7 +8,7 @@ mosquitto_image: eclipse-mosquitto:1.6 mosquitto_data: /srv/data/mosquitto - openhab_image: openhab/openhab:3.1.0 + openhab_image: openhab/openhab:2.5.11 openhab_data: /srv/data/openhab openhab_host_port: 8081 openhab_configuration_source: https://github.com/netz39/n39-openhab.git