From 7282b0a78ab47b11cd7a032057c5621bd32590a1 Mon Sep 17 00:00:00 2001 From: jp112sdl Date: Tue, 10 Jul 2018 23:13:35 +0200 Subject: [PATCH 1/4] added rain detection for HB-UNI-Sen-WEA --- src/addon/VERSION | 2 +- ...-sen-wea.xml => hb-uni-sen-wea_eq_v11.xml} | 2 +- .../rftypes/hb-uni-sen-wea_ge_v12.xml | 201 ++++++++++++++++++ src/addon/uninstall_hb-uni-sen-wea | 6 +- 4 files changed, 207 insertions(+), 4 deletions(-) rename src/addon/firmware/rftypes/{hb-uni-sen-wea.xml => hb-uni-sen-wea_eq_v11.xml} (99%) create mode 100644 src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml diff --git a/src/addon/VERSION b/src/addon/VERSION index d3bdbdf1..46843749 100644 --- a/src/addon/VERSION +++ b/src/addon/VERSION @@ -1 +1 @@ -1.7 +1.8 \ No newline at end of file diff --git a/src/addon/firmware/rftypes/hb-uni-sen-wea.xml b/src/addon/firmware/rftypes/hb-uni-sen-wea_eq_v11.xml similarity index 99% rename from src/addon/firmware/rftypes/hb-uni-sen-wea.xml rename to src/addon/firmware/rftypes/hb-uni-sen-wea_eq_v11.xml index a0682359..a5fb57ba 100644 --- a/src/addon/firmware/rftypes/hb-uni-sen-wea.xml +++ b/src/addon/firmware/rftypes/hb-uni-sen-wea_eq_v11.xml @@ -2,7 +2,7 @@ - + diff --git a/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml b/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml new file mode 100644 index 00000000..60d7ab05 --- /dev/null +++ b/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/addon/uninstall_hb-uni-sen-wea b/src/addon/uninstall_hb-uni-sen-wea index eee1eba4..b7a0498c 100755 --- a/src/addon/uninstall_hb-uni-sen-wea +++ b/src/addon/uninstall_hb-uni-sen-wea @@ -3,8 +3,9 @@ DEVICE="HB-UNI-Sen-WEA" DEVICE_IMG=hb-uni-sen-wea.png DEVICE_THUMB=hb-uni-sen-wea_thumb.png -FIRMWARE_FILE_1=hb-uni-sen-wea.xml -FIRMWARE_FILE_2=hb-uni-sen-wea_le_v10.xml +FIRMWARE_FILE_1=hb-uni-sen-wea_le_v10.xml +FIRMWARE_FILE_2=hb-uni-sen-wea_eq_v11.xml +FIRMWARE_FILE_3=hb-uni-sen-wea_ge_v12.xml devdescrFile="/www/config/devdescr/DEVDB.tcl" devdescrSearch="$DEVICE {{50 \/config\/img\/devices\/50\/$DEVICE_THUMB} {250 \/config\/img\/devices\/250\/$DEVICE_IMG}} " @@ -108,5 +109,6 @@ fi rm -f $FIRMWARE_FILE_1 rm -f $FIRMWARE_FILE_2 +rm -f $FIRMWARE_FILE_3 rm -f /www/config/img/devices/250/$DEVICE_IMG rm -f /www/config/img/devices/50/$DEVICE_THUMB From 72f9e6383c5f56d52aa9c960bbe866ba93604154 Mon Sep 17 00:00:00 2001 From: jp112sdl Date: Wed, 11 Jul 2018 07:09:50 +0200 Subject: [PATCH 2/4] renamed file --- .../rftypes/{hb-uni-sen-wea_eq_v11.xml => hb-uni-sen-wea.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/addon/firmware/rftypes/{hb-uni-sen-wea_eq_v11.xml => hb-uni-sen-wea.xml} (100%) diff --git a/src/addon/firmware/rftypes/hb-uni-sen-wea_eq_v11.xml b/src/addon/firmware/rftypes/hb-uni-sen-wea.xml similarity index 100% rename from src/addon/firmware/rftypes/hb-uni-sen-wea_eq_v11.xml rename to src/addon/firmware/rftypes/hb-uni-sen-wea.xml From 9570c3e6bc662907b21815ae3c4e3289a53da6bf Mon Sep 17 00:00:00 2001 From: jp112sdl Date: Wed, 11 Jul 2018 07:10:08 +0200 Subject: [PATCH 3/4] renamed file --- src/addon/uninstall_hb-uni-sen-wea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/uninstall_hb-uni-sen-wea b/src/addon/uninstall_hb-uni-sen-wea index b7a0498c..0e9281a3 100755 --- a/src/addon/uninstall_hb-uni-sen-wea +++ b/src/addon/uninstall_hb-uni-sen-wea @@ -4,7 +4,7 @@ DEVICE="HB-UNI-Sen-WEA" DEVICE_IMG=hb-uni-sen-wea.png DEVICE_THUMB=hb-uni-sen-wea_thumb.png FIRMWARE_FILE_1=hb-uni-sen-wea_le_v10.xml -FIRMWARE_FILE_2=hb-uni-sen-wea_eq_v11.xml +FIRMWARE_FILE_2=hb-uni-sen-wea.xml FIRMWARE_FILE_3=hb-uni-sen-wea_ge_v12.xml devdescrFile="/www/config/devdescr/DEVDB.tcl" From 0b48d7f47a30c1d48992e60b3e163be0ae9a10c3 Mon Sep 17 00:00:00 2001 From: jp112sdl Date: Thu, 12 Jul 2018 21:02:03 +0200 Subject: [PATCH 4/4] changed link role name --- src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml b/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml index 60d7ab05..52e52326 100644 --- a/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml +++ b/src/addon/firmware/rftypes/hb-uni-sen-wea_ge_v12.xml @@ -52,7 +52,7 @@ - +