Better Honeywell config. Add Leviton device.

This commit is contained in:
pnaulls@gmail.com 2012-01-09 20:59:25 +00:00
parent b35cef82b4
commit be506face5
2 changed files with 3 additions and 67 deletions

View file

@ -1,70 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Product>
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="F" read_only="true" write_only="false" min="0" max="0" value="" />
</CommandClass>
<CommandClass id="64" name="COMMAND_CLASS_THERMOSTAT_MODE" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Value type="list" genre="user" instance="1" index="0" label="Mode" units="" read_only="false" write_only="false" min="0" max="0" value="1">
<Item label="Off" value="0" />
<Item label="Heat" value="1" />
<Item label="Cool" value="2" />
<Item label="Resume" value="5" />
<Item label="Heat Econ" value="11" />
<Item label="Cool Econ" value="12" />
</Value>
<SupportedModes>
<Mode index="0" label="Off" />
<Mode index="1" label="Heat" />
<Mode index="2" label="Cool" />
<Mode index="5" label="Resume" />
<Mode index="11" label="Heat Econ" />
<Mode index="12" label="Cool Econ" />
</SupportedModes>
</CommandClass>
<CommandClass id="66" name="COMMAND_CLASS_THERMOSTAT_OPERATING_STATE" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Value type="string" genre="user" instance="1" index="0" label="Operating State" units="" read_only="true" write_only="false" min="0" max="0" value="" />
</CommandClass>
<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="1" request_flags="4" create_vars="true" base="1">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Heating 1" units="F" read_only="false" write_only="false" min="0" max="0" value="" />
<Value type="decimal" genre="user" instance="1" index="2" label="Cooling 1" units="F" read_only="false" write_only="false" min="0" max="0" value="" />
</CommandClass>
<CommandClass id="68" name="COMMAND_CLASS_THERMOSTAT_FAN_MODE" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Value type="list" genre="user" instance="1" index="0" label="Fan Mode" units="" read_only="false" write_only="false" min="0" max="0" value="0">
<Item label="Auto Low" value="0" />
<Item label="On Low" value="1" />
</Value>
<SupportedModes>
<Mode index="0" label="Auto Low" />
<Mode index="1" label="On Low" />
</SupportedModes>
</CommandClass>
<CommandClass id="69" name="COMMAND_CLASS_THERMOSTAT_FAN_STATE" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Value type="string" genre="user" instance="1" index="0" label="Fan State" units="" read_only="true" write_only="false" min="0" max="0" value="Running High" />
</CommandClass>
<CommandClass id="114" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION" version="1" request_flags="4" create_vars="true">
<Instance index="1" />
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Group 1" auto="true">
<Node id="1" />
</Group>
</Associations>
</CommandClass>
<!-- This thermostat's setpoint descriptions are 1 based, not 0 -->
<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" base="0" />
</Product>

View file

@ -197,6 +197,7 @@
</Manufacturer>
<Manufacturer id="001d" name="Leviton">
<Product type="0101" id="0206" name="RZP15-1LW Binary Scene Switch" />
<Product type="0201" id="0206" name="RZP03-1LW Binary Scene Switch" />
<Product type="0301" id="0206" name="RZS15-1LX Binary Scene Switch" />
<Product type="0301" id="0209" name="VRS15-1LZ Binary Scene Switch" />
<Product type="0401" id="0206" name="RZI10-1LX Multilevel Scene Switch" config="leviton/rzi10.xml" />