open-zwave/config/horstmann/hrt4zw.xml

45 lines
1.7 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- The thermostat does not properly report its operating modes -->
<CommandClass id="64">
<SupportedModes>
2016-10-03 21:45:46 +02:00
<Mode index="0" label="Off"/>
<Mode index="1" label="Heat"/>
</SupportedModes>
</CommandClass>
<!-- This thermostat's setpoint descriptions are 0 based, not 1 -->
<CommandClass id="67" base="0"/>
<!-- Configuration Parameters -->
<CommandClass id="112">
2016-10-03 21:45:46 +02:00
<Value type="list" index="1" genre="config" label="Temperature sensor reading" min="0" max="1" value="0" size="1">
<Help></Help>
<Item label="Disable" value="0"/>
<Item label="Enable" value="255"/>
</Value>
2016-10-03 21:45:46 +02:00
<Value type="list" index="2" genre="config" label="Temperature Scale" min="0" max="1" value="0" size="1">
<Help></Help>
<Item label="Celsius" value="0"/>
<Item label="Fahrenheit" value="255"/>
</Value>
<Value type="byte" index="3" genre="config" label="Temperature Delta T" value="10">
<Help>
Delta T in steps of 0.1 degree.
</Help>
</Value>
</CommandClass>
<!-- Association Groups -->
2016-10-03 21:45:46 +02:00
<CommandClass id="133">
2016-02-18 19:41:47 +01:00
<Associations num_groups="5">
2016-10-03 21:45:46 +02:00
<Group index="1" max_associations="4" label="Thermostat Mode Set"/>
<Group index="2" max_associations="4" label="Binary Switch Set" auto="true"/>
<Group index="3" max_associations="4" label="Unsolicited Battery Level Reports" auto="true"/>
<Group index="4" max_associations="4" label="Thermostat Set Point Reports" auto="true"/>
<Group index="5" max_associations="4" label="Unsolicited Sensor Multilevel Reports" auto="true"/>
</Associations>
</CommandClass>
</Product>