mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-17 20:41:31 +00:00
Add Everspring Flood Detector and explict config for Honeywell thermostat
This commit is contained in:
parent
4c1877a528
commit
f7179822ac
2 changed files with 72 additions and 1 deletions
70
config/honeywell/th8320zw1000.xml
Normal file
70
config/honeywell/th8320zw1000.xml
Normal file
|
@ -0,0 +1,70 @@
|
|||
<?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>
|
||||
|
||||
</Product>
|
|
@ -110,6 +110,7 @@
|
|||
<Product type="0101" id="0001" name="SP103 PIR Motion Sensor" config="everspring/sp103.xml" />
|
||||
<Product type="0001" id="0002" name="SP814 Motion Detector" config="everspring/sp814.xml" />
|
||||
<Product type="0006" id="0001" name="ST814 Temperature and Humidity Sensor" config="everspring/st814.xml" />
|
||||
<Product type="0002" id="0001" name="ST812 Flood Detector" />
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0036" name="Exceptional Innv">
|
||||
</Manufacturer>
|
||||
|
@ -147,7 +148,7 @@
|
|||
<Product type="0002" id="0001" name="HSM100 Wireless Multi-Sensor" config="homeseer/hsm100.xml" />
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0039" name="Honeywell">
|
||||
<Product type="0011" id="0001" name="TH8320ZW1000 Touchscreen Thermostat" />
|
||||
<Product type="0011" id="0001" name="TH8320ZW1000 Touchscreen Thermostat" config="honeywell/th8320zw1000.xml" />
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0059" name="Horstmann">
|
||||
<Product type="0001" id="0001" name="ASR-RF Thermostat Receiver" />
|
||||
|
|
Loading…
Add table
Reference in a new issue