From 511110434f7b6142cb572de01f19dff6e25ec566 Mon Sep 17 00:00:00 2001 From: fhemzap Date: Sat, 19 Sep 2015 12:51:46 +0000 Subject: [PATCH] HMCCU:Example Config git-svn-id: https://svn.fhem.de/fhem/trunk@9276 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/HMCCU/example.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fhem/contrib/HMCCU/example.cfg diff --git a/fhem/contrib/HMCCU/example.cfg b/fhem/contrib/HMCCU/example.cfg new file mode 100644 index 000000000..28349cadd --- /dev/null +++ b/fhem/contrib/HMCCU/example.cfg @@ -0,0 +1,27 @@ +# +# Example configuration for module HMCCU +# + +# Define device (hostname of CCU is "homematic") +define d_ccu HMCCU homematic + +# Generate readings for values read from CCU +attr d_ccu ccureadings 1 + +# Parameterfile with channel/datapoints to be read from CCU +# by command get parfile +attr d_ccu parfile /opt/fhem/scripts/hmvalues.pat + +# If CCU systemvariable name ends with a ":" this character +# will be removed. Applies to command set devstate only. +# Helpful if CCU variable should be set as a reaction on an +# event. +attr d_ccu stripchar : + +# Substitute values read from CCU before storing them in a +# reading. +attr d_ccu substitute false:closed,true:open + +# Do not append units to values read from CCU +attr d_ccu units 0 +