FHEM Forum

FHEM - Hausautomations-Systeme => Homematic => Thema gestartet von: frank am 05 Februar 2021, 15:17:39

Titel: [gelöst] HM-SEC-RHS: fehlendes register sabotageMsg
Beitrag von: frank am 05 Februar 2021, 15:17:39
hallo martin,

folgende änderung in HMConfig.pm zeile 1112 stellt das register zur verfügung:
# ,"HM-SEC-RHS"        =>{ msgRhsPosA      =>1,msgRhsPosB      =>1,msgRhsPosC      =>1
,"HM-SEC-RHS"        =>{                     sabotageMsg     =>1
                         ,msgRhsPosA      =>1,msgRhsPosB      =>1,msgRhsPosC      =>1



Zitat2021.02.04 14:25:12.439 0: HMLAN_Parse: hmlan1 R:E1C1BE3   stat:0000 t:460A8347 d:FF r:FFBC     m:16 8400 1C1BE3 000000 2000304A45513033343636393780910101
2021.02.04 14:25:12.478 0: HMLAN_Parse: hmlan1 R:E1ACE1F   stat:0000 t:460A8402 d:FF r:FFD2     m:3E A001 1ACE1F 1C1BE3 00040000000000
2021.02.04 14:25:12.631 0: HMLAN_Parse: hmlan1 R:E1C1BE3   stat:0000 t:460A8487 d:FF r:FFC0     m:3E A010 1C1BE3 1ACE1F 02020109000A1A0BCE0C1F100114060000


<supported_types>
<type name="HM Rotary Handle Sensor" id="HM-Sec-RHS" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="10.0" size="2.0" const_value="0x0030"/>
</type>
<type name="HM Rotary Handle Sensor Roto" id="ZEL STG RM FDK" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="10.0" size="2.0" const_value="0x0081"/>
</type>
<type name="HM Rotary Handle Sensor" id="HM-Sec-RHS-2" priority="2">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x22"/>
<parameter index="10.0" size="2.0" const_value="0x00C3"/>
</type>
<type name="Generic 3-State Sensor" id="HM-Sec-xx" priority="1">
<parameter index="9.0" size="1.0" cond_op="GE" const_value="0x18"/>
<parameter index="22.0" size="1.0" const_value="0x80"/>
</type>
</supported_types>

<parameter id="SABOTAGE_MSG">
<logical type="boolean" default="true"/>
<physical type="integer" interface="config" list="0" index="16" size="1"/>
</parameter>

Titel: Antw:[cul_hm] HM-SEC-RHS: fehlendes register sabotageMsg
Beitrag von: frank am 20 Februar 2021, 10:49:33
push
Titel: Antw:[cul_hm] HM-SEC-RHS: fehlendes register sabotageMsg
Beitrag von: martinp876 am 20 Februar 2021, 17:27:16
done