open-zwave/config/thermofloor/heatit033.xml

155 lines
8.1 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!-- Heatit Z-Wave thermostat Z-TRM2 TF 033 -->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<CommandClass id="64" name="COMMAND_CLASS_THERMOSTAT_MODE">
<Value type="list" genre="user" instance="1" index="0" label="Mode" units="" read_only="false" write_only="false" min="0" max="0" value="0">
<Item label="Off" value="0"/>
<Item label="Heat" value="1"/>
<Item label="Cool" value="2"/>
<Item label="Energy Heat" value="11"/>
</Value>
<SupportedModes>
<Mode index="0" label="Off"/>
<Mode index="1" label="Heat"/>
<Mode index="2" label="Cool"/>
<Mode index="11" label="Energy Heat"/>
</SupportedModes>
</CommandClass>
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="1" request_flags="4" create_vars="true" base="0">
<Value type="decimal" genre="user" instance="1" index="1" label="Internal sensor" units="C" read_only="true" write_only="false" min="0" max="0"/>
<Value type="decimal" genre="user" instance="2" index="1" label="External sensor" units="C" read_only="true" write_only="false" min="0" max="0" />
<Value type="decimal" genre="user" instance="3" index="1" label="Floor sensor" units="C" read_only="true" write_only="false" min="0" max="0" />
</CommandClass>
<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="1" request_flags="4" create_vars="true" base="0">
<Instance index="1"/>
<Value type="decimal" genre="user" instance="1" index="1" label="Heating" units="C" read_only="false" write_only="false" min="0" max="0" value="21"/>
<Value type="decimal" genre="user" instance="1" index="2" label="Cooling" units="C" read_only="false" write_only="false" min="0" max="0" value="21"/>
<Value type="decimal" genre="user" instance="1" index="11" label="Energy Heat" units="C" read_only="false" write_only="false" min="0" max="0" value="18"/>
</CommandClass>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION">
<Value type="list" genre="config" index="1" label="Operation mode" value="1">
<Help>Set operation mode</Help>
<Item label="Off" value="0"/>
<Item label="Heat" value="1"/>
<Item label="Cool" value="2"/>
<Item label="Energy save heat" value="11"/>
</Value>
<Value type="list" genre="config" index="2" label="Sensor mode" value="1">
<Help>Set sensor mode</Help>
<Item label="F - Floor sensor" value="0"/>
<Item label="A - Internal room sensor" value="1"/>
<Item label="AF - Internal room sensor and floor sensor" value="2"/>
<Item label="A2 - External room sensor" value="3"/>
<Item label="P - Power regulator" value="4"/>
<Item label="FP - Floor sensor and power regulator" value="5"/>
</Value>
<Value type="list" genre="config" index="3" label="Floor sensor type" value="0">
<Help>Floor sensor type (10K NTC Default)</Help>
<Item label="10k ntc" value="0"/>
<Item label="12k ntc" value="1"/>
<Item label="15k ntc" value="2"/>
<Item label="22k ntc" value="3"/>
<Item label="33k ntc" value="4"/>
<Item label="47k ntc" value="5"/>
</Value>
<Value type="byte" index="4" genre="config" label="DIFF l. Temperature control Hysteresis" min="0" max="30" size="1" value="5">
<Help>0-30 (0,3C - 3.0C)</Help>
</Value>
<Value type="short" index="5" genre="config" label="FLo: Floor min limit" min="50" max="400" size="2" value="50">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="short" index="6" genre="config" label="FHi: Floor max limit" min="50" max="400" size="2" value="400">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="short" index="7" genre="config" label="ALo: Air min limit" min="50" max="400" size="2" value="50">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="short" index="8" genre="config" label="AHi: Air max limit" min="50" max="400" size="2" value="400">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="byte" index="9" genre="config" label="PLo: Min power in FP-mode" min="0" max="9" size="1" value="0">
<Help>Min power 0-9 in FP-mode (Floor sensor and power regulator mode)</Help>
</Value>
<Value type="short" genre="config" instance="1" index="10" label="CO mode setpoint" size="2" min="50" max="400" value="210">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="short" genre="config" instance="1" index="11" label="ECO mode setpoint" size="2" min="50" max="400" value="180">
<Help>50-400 (5.0C - 40.0C)</Help>
</Value>
<Value type="byte" index="12" genre="config" label="P setting" min="0" max="10" size="1" value="2">
<Help>Power 0-10 in P-mode (Power regulator mode)</Help>
</Value>
<Value type="short" genre="config" instance="1" index="13" label="COOL setpoint" size="2" min="50" max="400" value="210">
<Help>
Only if cooling is enabled.
50-400 (5.0C - 40.0C)
</Help>
</Value>
<Value type="byte" index="14" genre="config" label="Room sensor calibration" min="0" max="40" size="1" value="0">
<Help>Temperature correction 0 - 4.0C (Default: 0). For positive value 40 = 4.0C. Negative value is not working (Adjust negativ calibration on thermostat)</Help>
</Value>
<Value type="byte" index="15" genre="config" label="Floor sensor calibration" min="0" max="40" size="1" value="0">
<Help>Temperature correction 0 - 4.0C (Default: 0). For positive value 40 = 4.0C. Negative value is not working (Adjust negativ calibration on thermostat)</Help>
</Value>
<Value type="byte" index="16" genre="config" label="External sensor calibration" min="0" max="40" size="1" value="0">
<Help>Temperature correction 0 - 4.0C (Default: 0). For positive value 40 = 4.0C. Negative value is not working (Adjust negativ calibration on thermostat)</Help>
</Value>
<Value type="list" genre="config" index="17" size="1" label="Temperature display" value="0">
<Help>Show setpoint or calculated temperature on display(</Help>
<Item label="Display setpoint temperature" value="0"/>
<Item label="Display calculated temperature" value="1"/>
</Value>
<Value type="byte" index="18" genre="config" label="Button brightness - Dimmed state" min="0" max="100" size="1" value="50">
<Help>0-100 (0 - 100%)</Help>
</Value>
<Value type="byte" index="19" genre="config" label="Button brightness - Active state" min="0" max="100" size="1" value="100">
<Help>0-100 (0 - 100%)</Help>
</Value>
<Value type="byte" index="20" genre="config" label="Display brightness - Dimmed state" min="0" max="100" size="1" value="50">
<Help>0-100 (0 - 100%)</Help>
</Value>
<Value type="byte" index="21" genre="config" label="Display brightness - Active state" min="0" max="100" size="1" value="100">
<Help>0-100 (0 - 100%)</Help>
</Value>
<Value type="short" index="22" genre="config" label="Temperature report interval" min="0" max="32767" size="2" value="60">
<Help>
0 (Report disabled)
1-32767 (1 - 32767 seconds)
</Help>
</Value>
<Value type="byte" index="23" genre="config" label="Temperature report hysteresis" min="1" max="100" size="1" value="10">
<Help>0-100 (0.1C - 10C)</Help>
</Value>
<Value type="short" index="24" genre="config" label="Meter report interval" min="0" max="32767" size="2" value="60">
<Help>
0 (Report disabled)
1-32767 (1 - 32767 seconds)
</Help>
</Value>
<Value type="byte" index="25" genre="config" label="Meter report delta" min="0" max="255" size="1" value="10">
<Help>0-255 (0-25.5 kWh)</Help>
</Value>
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION">
<Associations num_groups="5">
<Group index="1" max_associations="7" label="Lifeline"/>
<Group index="2" max_associations="7" label="Multilevel sensor reports - Internal sensor"/>
<Group index="3" max_associations="7" label="Multilevel sensor reports - External sensor"/>
<Group index="4" max_associations="7" label="Multilevel sensor reports - Floor sensor"/>
<Group index="5" max_associations="7" label="On/Off switch of internal relay"/>
</Associations>
</CommandClass>
<!-- COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2-->
<CommandClass id="142" ForceInstances="true" />
<!--COMMAND_CLASS_MULTI_CHANNEL_V2 Map endpoints to instances -->
<CommandClass id="96" mapping="endpoints" />
</Product>