zwave.template: 2nd commented version with configByte etc.

git-svn-id: https://svn.fhem.de/fhem/trunk@22934 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User
2020-10-07 06:35:32 +00:00
parent c990033098
commit 8266deeea9

View File

@@ -240,14 +240,14 @@ par:MAINCHANNEL;Main channel of the device - do not proceed if it can't be ident
par:CHANNEL01;First channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",1) } par:CHANNEL01;First channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",1) }
par:CHANNEL02;Second channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",2) } par:CHANNEL02;Second channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",2) }
par:CHANNEL02;Second channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",3) } par:CHANNEL02;Second channel of the device - do not proceed if it can't be identified!;{ FHEM::attrT_ZWave_Utils::identify_channel_devices("DEVICE",3) }
set MAINCHANNEL associationAdd 1 1 #set MAINCHANNEL associationAdd 1 1
set MAINCHANNEL configGroup1Interval 60 set MAINCHANNEL configByte 111 60 ## configGroup1Interval 60
set MAINCHANNEL configGroup1Reports 14337 set MAINCHANNEL configWord 111 14337 ## configGroup1Reports 14337
set MAINCHANNEL configGroup2Interval 60 set MAINCHANNEL configByte 112 60 ## configGroup2Interval 60
set MAINCHANNEL configGroup2Reports 1792 set MAINCHANNEL configWord 102 1792 ## configGroup2Reports 1792
set MAINCHANNEL configGroup3Interval 600 set MAINCHANNEL configWord 113 600 ## configGroup3Interval 600
set MAINCHANNEL configGroup3Reports 4128780 set MAINCHANNEL configLong 103 4128780 ## configGroup3Reports 4128780
set MAINCHANNEL configSelectiveReporting Enable set MAINCHANNEL configByte 3 1 ## configSelectiveReporting Enable
attr MAINCHANNEL,CHANNEL01,CHANNEL02,CHANNEL03 stateFormat energy_kWh attr MAINCHANNEL,CHANNEL01,CHANNEL02,CHANNEL03 stateFormat energy_kWh
attr MAINCHANNEL,CHANNEL01,CHANNEL02,CHANNEL03 userReadings energy_kWh:energy:.* monotonic {ReadingsNum("$name","energy",0)} attr MAINCHANNEL,CHANNEL01,CHANNEL02,CHANNEL03 userReadings energy_kWh:energy:.* monotonic {ReadingsNum("$name","energy",0)}
#closing section #closing section
@@ -264,12 +264,12 @@ order:03AEOTEC0000ZW100
desc:Applies to AEON Labs ZW100 MultiSensor 6 when battery powered.<br>NOTE: early version!<br>The template is based on this <a href="https://forum.fhem.de/index.php/topic,114538.0.html">forum thread</a>, manufacturer info can be found <a href="https://aeotec.freshdesk.com/support/solutions/folders/6000149641">here</a>. Having an up-to-date firmware is highly recommended! desc:Applies to AEON Labs ZW100 MultiSensor 6 when battery powered.<br>NOTE: early version!<br>The template is based on this <a href="https://forum.fhem.de/index.php/topic,114538.0.html">forum thread</a>, manufacturer info can be found <a href="https://aeotec.freshdesk.com/support/solutions/folders/6000149641">here</a>. Having an up-to-date firmware is highly recommended!
par:RADIO_REPORT_UV;Send also UV values;{ undef } par:RADIO_REPORT_UV;Send also UV values;{ undef }
par:RADIO_NO_UV_REPORT;Do not send UV values;{ undef } par:RADIO_NO_UV_REPORT;Do not send UV values;{ undef }
set DEVICE configGroup1Interval 3600 set DEVICE configWord 111 3600 ## configGroup1Interval 3600
set DEVICE configByte 40 0 ## configReportOnlyOnThresholds Disabled set DEVICE configByte 40 0 ## configReportOnlyOnThresholds Disabled
option:{ RADIO_REPORT_UV} option:{ RADIO_REPORT_UV}
set DEVICE configLong 101 241 ##configGroup1Reports 241 (1+16+32+64+128) set DEVICE configByte 101 241 ## configGroup1Reports 241 (1+16+32+64+128)
option:{ RADIO_NO_UV_REPORT } option:{ RADIO_NO_UV_REPORT }
set DEVICE configLong 101 225 ##configGroup1Reports 225 (1+32+64+128) set DEVICE configByte 101 225 ## configGroup1Reports 225 (1+32+64+128)
option:{ 1 } option:{ 1 }
get DEVICE config 111 ## configGroup1Interval get DEVICE config 111 ## configGroup1Interval
get DEVICE config 40 ## configReportOnlyOnThresholds get DEVICE config 40 ## configReportOnlyOnThresholds
@@ -283,13 +283,12 @@ order:03AEOTEC0000ZW100a
desc:Applies to AEON Labs ZW100 MultiSensor 6 when powered over USB.<br>NOTE: early version!<br>The template is based on this <a href="https://forum.fhem.de/index.php/topic,114538.0.html">forum thread</a>, manufacturer info can be found <a href="https://aeotec.freshdesk.com/support/solutions/folders/6000149641">here</a> Having an up-to-date firmware is highly recommended! desc:Applies to AEON Labs ZW100 MultiSensor 6 when powered over USB.<br>NOTE: early version!<br>The template is based on this <a href="https://forum.fhem.de/index.php/topic,114538.0.html">forum thread</a>, manufacturer info can be found <a href="https://aeotec.freshdesk.com/support/solutions/folders/6000149641">here</a> Having an up-to-date firmware is highly recommended!
par:RADIO_REPORT_UV;Send also UV values;{ undef } par:RADIO_REPORT_UV;Send also UV values;{ undef }
par:RADIO_NO_UV_REPORT;Do not send UV values;{ undef } par:RADIO_NO_UV_REPORT;Do not send UV values;{ undef }
set DEVICE configGroup1Interval 30 set DEVICE configByte 111 30 ## configGroup1Interval 30
set DEVICE configByte 40 1 ## configReportOnlyOnThresholds Enabled set DEVICE configByte 40 1 ## configReportOnlyOnThresholds Enabled
#configReportOnlyOnThresholds Enabled
option:{ RADIO_REPORT_UV} option:{ RADIO_REPORT_UV}
set DEVICE configLong 101 240 ##configGroup1Reports 240 (16+32+64+128) set DEVICE configByte 101 240 ## configGroup1Reports 240 (16+32+64+128)
option:{ RADIO_NO_UV_REPORT } option:{ RADIO_NO_UV_REPORT }
set DEVICE configLong 101 224 ##configGroup1Reports 224 (32+64+128) set DEVICE configByte 101 224 ## configGroup1Reports 224 (32+64+128)
#closing section #closing section
option:{ 1 } option:{ 1 }
get DEVICE configAll get DEVICE configAll