2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-26 10:34:52 +00:00

HMCCU: Version 3.9.004

git-svn-id: https://svn.fhem.de/fhem/trunk@13539 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2017-02-27 18:37:41 +00:00
parent e722dc60a3
commit 068dae0914
3 changed files with 337 additions and 422 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- update: 88_HMCCU: Code optimized
- new: 49_TBot_List.pm: initial check in - new: 49_TBot_List.pm: initial check in
- feature: 42_Nextion: attributes disable/timeout, fix for page 10 - feature: 42_Nextion: attributes disable/timeout, fix for page 10
- update: 02_FTUISRV: doc change on ftui-if - update: 02_FTUISRV: doc change on ftui-if

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
# #
# $Id$ # $Id$
# #
# Version 3.9 # Version 3.9.001
# #
# Configuration parameters for Homematic devices. # Configuration parameters for Homematic devices.
# #
@ -56,6 +56,17 @@ use vars qw(%HMCCU_DEV_DEFAULTS);
statedatapoint => "STATE", statedatapoint => "STATE",
statevals => "lock:false,unlock:true", statevals => "lock:false,unlock:true",
substitute => "STATE!(0|false):locked,(1|true):unlocked,2:open;INHIBIT!(0|false):no,(1|true):yes;STATE_UNCERTAIN!(1|true):manual;DIRECTION!0:none,1:up,2:down,3:undefined;ERROR!0:no,1:clutch_failure,2:motor_aborted" substitute => "STATE!(0|false):locked,(1|true):unlocked,2:open;INHIBIT!(0|false):no,(1|true):yes;STATE_UNCERTAIN!(1|true):manual;DIRECTION!0:none,1:up,2:down,3:undefined;ERROR!0:no,1:clutch_failure,2:motor_aborted"
},
"HM-LC-Sw1-Pl-CT-R1" => {
_description => "Schaltaktor mit Klemmanschluss",
_channels => "1",
ccureadingfilter => "(STATE|WORKING)",
cmdIcon => "press:general_an",
eventMap => "/on-for-timer 1:press/",
statedatapoint => "STATE",
statevals => "on:true,off:false",
substitute => "STATE!(0|false):off,(1|true):on;WORKING!(0|false):no,(1|true):yes",
webCmd => "press"
}, },
"HM-LC-Sw1-Pl-2|HMIP-PS" => { "HM-LC-Sw1-Pl-2|HMIP-PS" => {
_description => "Steckdose", _description => "Steckdose",
@ -307,6 +318,16 @@ use vars qw(%HMCCU_DEV_DEFAULTS);
statevals => "open:100,close:0", statevals => "open:100,close:0",
stripnumber => 1, stripnumber => 1,
substitute => "LEVEL!-0.005:locked,#0-0:closed,#100-100:open;INHIBIT!(0|false):no,(1|true):yes;ERROR!0:no,1:motor_turn,2:motor_tilt;STATUS!0:trickle_charge,1:charge,2:discharge,3:unknown" substitute => "LEVEL!-0.005:locked,#0-0:closed,#100-100:open;INHIBIT!(0|false):no,(1|true):yes;ERROR!0:no,1:motor_turn,2:motor_tilt;STATUS!0:trickle_charge,1:charge,2:discharge,3:unknown"
},
"HM-LC-Sw1-Pl-CT-R1" => {
_description => "Schaltaktor mit Klemmanschluss",
ccureadingfilter => "(STATE|WORKING)",
cmdIcon => "press:general_an",
eventMap => "/on-for-timer 1:press/",
statedatapoint => "1.STATE",
statevals => "on:true,off:false",
substitute => "STATE!(0|false):off,(1|true):on;WORKING!(0|false):no,(1|true):yes",
webCmd => "press"
}, },
"HM-LC-Sw1-Pl-2" => { "HM-LC-Sw1-Pl-2" => {
_description => "Steckdose", _description => "Steckdose",