From 6c110a86593e6410d7a473d48c3e8d8236d4b59e Mon Sep 17 00:00:00 2001 From: fhemzap <> Date: Wed, 2 Mar 2016 16:31:05 +0000 Subject: [PATCH] HMCCU: new version git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10978 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/HMCCU/FHEM/88_HMCCUCHN.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/HMCCU/FHEM/88_HMCCUCHN.pm b/contrib/HMCCU/FHEM/88_HMCCUCHN.pm index 076d1a71b..7b3564654 100644 --- a/contrib/HMCCU/FHEM/88_HMCCUCHN.pm +++ b/contrib/HMCCU/FHEM/88_HMCCUCHN.pm @@ -65,7 +65,7 @@ sub HMCCUCHN_Initialize ($) $hash->{GetFn} = "HMCCUCHN_Get"; $hash->{AttrFn} = "HMCCUCHN_Attr"; - $hash->{AttrList} = "IODev ccureadingfilter ccureadingformat:name,address,datapoint ccureadings:0,1 ccuverify:0,1 ccustate ccuget:State,Value controldatapoint statedatapoint statevals substitute stripnumber:0,1,2 ". $readingFnAttributes; + $hash->{AttrList} = "IODev ccureadingfilter ccureadingformat:name,address,datapoint ccureadings:0,1 ccuverify:0,1 ccuget:State,Value controldatapoint statedatapoint statevals substitute stripnumber:0,1,2 ". $readingFnAttributes; } ##################################### @@ -527,8 +527,10 @@ sub HMCCUCHN_SetError ($$)
  • ccureadings <0 | 1>
    If set to 1 values read from CCU will be stored as readings. Default is 1.

  • -
  • ccureadingfilter <datapoint-expr>
    - Only datapoints matching specified expression are stored as readings. +
  • ccureadingfilter <filter-rule[,...]>
    + Only datapoints matching specified expression are stored as readings.
    + Syntax for filter rule is: [channel-no:]RegExp
    + If channel-no is specified the following rule applies only to this channel.

  • ccuverify <0 | 1>
    If set to 1 a datapoint is read for verification after set operation.