Any suggestions as to what might be wrong is welcome.
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION">
<Value type="short" genre="config" index="1" label="Siren alarm sequence interval" units="" min="3" max="129" value="10">
<Help>The additional siren is creating a different acoustic signal differentiate from the smoke alarm. This sound is partly on and partly off. This parameter defines the total length of the interval in seconds. Available settings: 3 - 129. Default setting: 10</Help>
</Value>
<Value type="short" genre="config" index="2" label="Siren alarm tone length" min="0" max="3" value="3" size="1">
<Help>The additional siren is creating a different acoustic signal differentiate from the smoke alarm. This sound is partly on and partly off. This parameter defines the total length of the sound versus silence within this interval. Available settings: 3 - 129. Default setting: 10</Help>
</Value>
<Value type="short" genre="config" index="3" label="Value of On-Command" min="0" max="99" value="99" size="1">
<Help>Value 0-99. Default 99</Help>
</Value>
<Value type="short" genre="config" index="4" label="Value of Off-Command" min="0" max="99" value="99" size="1">
<Help>Value 0-99. Default 99</Help>
</Value>
<Value type="list" genre="config" index="5" label="Status of automated meshing of smoke alarms" min="0" max="3" value="3" size="1">
<Help>This smoke detector can automatically inform other smoke detectors of same type about smoke alarms. They will then also turn on the siren. This function is a requirement of wireless networked smoke detectors</Help>
<Item label="Value 0. Inactive" value="0" />
<Item label="Value 1. Active (Default)" value="1" />
</Value>
<Value type="list" genre="config" index="6" label="Status of automated meshing of battery alarms" min="0" max="3" value="3" size="1">
<Help>This smoke detector can automatically inform other smoke detectors of same type about battery alarms. They will then also turn on the siren. This function is a requirement of wireless networked smoke detectors.</Help>
<Item label="Value 0. Inactive" value="0" />
<Item label="Value 1. Active (Default)" value="1" />
</Value>
</CommandClass>
<CommandClass id="133">
<Associations num_groups="3">
<Group index="1" max_associations="4" label="Lifeline" auto="true"/>
<Group index="2" max_associations="4" label="Alarm reports" auto="true"/>
<Group index="3" max_associations="4" label="Switching command when alarm" auto="true"/>
</Associations>
</CommandClass>
</Product>