mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
HMCCU:Example Config
git-svn-id: https://svn.fhem.de/fhem/trunk@9276 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d3d7513900
commit
4a1e25c4bb
27
fhem/contrib/HMCCU/example.cfg
Normal file
27
fhem/contrib/HMCCU/example.cfg
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user