From e63419a86e3c203734252dc3aedeb6872a760be3 Mon Sep 17 00:00:00 2001
From: martinp876 <>
Date: Sat, 27 Jul 2013 22:38:07 +0000
Subject: [PATCH] reduce events, correct spelling
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/10_CUL_HM.pm | 4 ++--
FHEM/98_HMinfo.pm | 19 +++++++++----------
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm
index 63266603f..d3b4c61a3 100755
--- a/FHEM/10_CUL_HM.pm
+++ b/FHEM/10_CUL_HM.pm
@@ -1410,7 +1410,7 @@ sub CUL_HM_parseCommon(@){#####################################################
$success = "yes";
$reply = "ACK";
}
- readingsSingleUpdate($chnhash,"CommandAccepted",$success,1);
+ readingsSingleUpdate($chnhash,"CommandAccepted",$success,0);
CUL_HM_ProcessCmdStack($shash)
if($dhash->{DEF} && (CUL_HM_IOid($shash) eq $dhash->{DEF}));
$ret = $reply;
@@ -2963,7 +2963,7 @@ sub CUL_HM_protState($$){
my ($hash,$state) = @_;
$hash->{protState} = $state;
my $name = $hash->{NAME};
- readingsSingleUpdate($hash,"state",$state,1)if (!$hash->{helper}{role}{chn});
+ readingsSingleUpdate($hash,"state",$state,0)if (!$hash->{helper}{role}{chn});
Log GetLogLevel($name,6),"CUL_HM $name protEvent:$state".
($hash->{cmdStack}?" pending:".scalar @{$hash->{cmdStack}}:"");
diff --git a/FHEM/98_HMinfo.pm b/FHEM/98_HMinfo.pm
index 901385cf9..ad75bfbd0 100644
--- a/FHEM/98_HMinfo.pm
+++ b/FHEM/98_HMinfo.pm
@@ -985,21 +985,21 @@ sub HMinfo_cpRegs(@){#########################################################
HMinfo
- HMinfo is a module that shall support in getting an overview of
+ HMinfo is a module to support getting an overview of
eQ-3 HomeMatic devices as defines in CUL_HM.
Status information and counter
- hminfo tries to give an overview on the CUL_HM installed base including current conditions.
- Readings and counter will not be updates automatically due to performance issues.
+ HMinfo gives an overview on the CUL_HM installed base including current conditions.
+ Readings and counter will not be updated automatically due to performance issues.
Command update must be used to refresh the values.
- Webview of HMinfo will provide details, mainly based counter drivern, on how
- many CUL_HM entities experience certain conditions. Areas provided are
+ Webview of HMinfo will provide details, basically counter about how
+ many CUL_HM entities experience exceptional conditions. Areas provided are
- Action Detector status
- - CUL_HM related IO devices with their condition
+ - CUL_HM related IO devices and condition
- Device protocol events which are related to communication errors
- - count of certain readings (e.g. batterie) with their condition - attribut controlled
+ - count of certain readings (e.g. batterie) and conditions - attribut controlled
- count of error condition in readings (e.g. overheat, motorError) - attribut controlled
@@ -1009,8 +1009,7 @@ sub HMinfo_cpRegs(@){#########################################################
Commands will be executed on all HM entities of the installation.
If applicable and evident execution is restricted to related entities.
- This means that rssi is executed only on devices, never channels since
- they never have support rssi values.
+ In fact, rssi is executed on devices only because channels do not support rssi values.
Filter
can be applied as following:
set <name> <cmd> <filter> [<param>]
@@ -1041,7 +1040,7 @@ sub HMinfo_cpRegs(@){#########################################################
Define
define <name> HMinfo
- Just one entity needs to be defines, no parameter are necessary.
+ Just one entity needs to be defined without any parameter.
|