From 070f0e4d1c009a999966a1c53314c1481d66ad78 Mon Sep 17 00:00:00 2001
From: "michael.winkler" <>
Date: Wed, 30 Aug 2017 20:40:55 +0000
Subject: [PATCH] 70_WINCONNECT: new features
git-svn-id: https://svn.fhem.de/fhem/trunk@14980 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/70_WINCONNECT.pm | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
diff --git a/fhem/FHEM/70_WINCONNECT.pm b/fhem/FHEM/70_WINCONNECT.pm
index 2d792bb4c..a01b2fe38 100644
--- a/fhem/FHEM/70_WINCONNECT.pm
+++ b/fhem/FHEM/70_WINCONNECT.pm
@@ -1,9 +1,21 @@
# $Id$
############################################################################
-# 2017-08-19, v0.0.20
+# 2017-08-29, v0.0.21
#
# v0.0.21
# - BUFIX: [WinWebGUI] - FHEM Server Connect / Reconnect
+# [WinWebGUI] - shutdown / standby / hibernate
+# [WinWebGUI] - accept trusted SSL certificat
+# [WinWebGUI] - battery_ChargeStatus 0 ersetzt in Middle
+# - CHANGE [WinWebGUI] - Autoupdate immer angeschalten
+# [WinWebGUI] - select SSL protocols ssl3, tls, tlsv11, tlsv12
+# - FEATURE: [WinWebGUI] - Icon FHEM Connect = blau
+# Icon FHEM Disconnect = rot
+# Icon FHEM Wrong Device = gelb
+# [WinWebGUI] - FQDN oder Netbios Name as FHEM Server
+# [WinWebGUI] - Support button / collect support informations
+# [WinWebGUI] - WMI Abfragen / WMI Wizard
+# [WinWebGUI] - Support Core Temp
#
# v0.0.20
# - BUFIX: [FEHMModul] - $_ ersetzt durch $uResult
@@ -158,8 +170,8 @@ sub WINCONNECT_Define($$);
sub WINCONNECT_Undefine($$);
# Autoupdateinformationen
-my $DownloadURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.20.exe";
-my $DownloadVer = "0.0.20";
+my $DownloadURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.21.exe";
+my $DownloadVer = "0.0.21";
###################################
sub WINCONNECT_Initialize($) {
@@ -906,8 +918,10 @@ sub WINCONNECT_ReceiveCommand($) {
readingsBulkUpdateIfChanged( $hash, "state", "on" );
Log3 $name, 5, "WINCONNECT $name: url ".$param->{url}." returned: $data";
+ if(!defined($hash->{helper}{SENDVERSION})) {$hash->{helper}{SENDVERSION}='';}
+
# 2017.07.26 - Check update
- if ($VerWin < $VerGit && $hash->{helper}{SENDVERSION} eq '' && $service ne 'notifymsg') {
+ if ($VerWin < $VerGit && $hash->{helper}{SENDVERSION} eq '2' && $service ne 'notifymsg') {
# Neue Version vorhanden
$hash->{helper}{SENDVERSION} = '1';
WINCONNECT_SendCommand( $hash, "notifymsg" , "=" . $Message);
@@ -970,7 +984,7 @@ sub WINCONNECT_Undefine($$) {
- More information on FHEM Forum.
+ More information on FHEM Wiki.
@@ -980,7 +994,7 @@ sub WINCONNECT_Undefine($$) {