Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Zwave database update: McoHome CO2 monitor #5048

Merged
merged 1 commit into from
Jan 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Product>
<Model>MH9-CO2-WD</Model>
<Label lang="en">CO2 Monitor Air quality detector</Label>

<CommandClasses>
<Class>
<id>0x31</id> <!-- SENSOR_MULTILEVEL -->
</Class>
<Class>
<id>0x70</id> <!-- CONFIGURATION -->
</Class>
<Class>
<id>0x71</id> <!-- ALARM -->
</Class>
<Class>
<id>0x72</id> <!-- MANUFACTURER_SPECIFIC -->
</Class>
<Class>
<id>0x85</id> <!-- ASSOCIATION -->
</Class>
<Class>
<id>0x86</id> <!-- VERSION -->
</Class>
<Class>
<id>0x9E</id> <!-- SENSOR_CONFIGURATION -->
</Class>
</CommandClasses>

<Configuration>

<Parameter>
<Index>1</Index>
<Label lang="en">Notification Threshold</Label>
<Type>short</Type>
<Default>1000</Default>
<Minimum>1</Minimum>
<Maximum>2000</Maximum>
<Size>2</Size>
<Help><![CDATA[CO2 Notification Threshold
<p>Sets the CO2 notification threshold for association group 1.</p> <p>When the detected CO2 value is higher than the setting value, the device will send a (CO2 Detected Event) report to the Group 1. And this report will keep sending every 30 sec until the detected value is lower than the setting value.</p>
]]></Help>
</Parameter>

</Configuration>

<Associations>

<Group>
<Index>1</Index>
<Label lang="en">Notification</Label>
<Maximum>5</Maximum>
</Group>

<Group>
<Index>2</Index>
<Label lang="en">Gateway report</Label>
<Maximum>1</Maximum>
<SetToController>true</SetToController>
</Group>

</Associations>

</Product>
Original file line number Diff line number Diff line change
Expand Up @@ -3515,6 +3515,15 @@
<Label lang="en">Touch Panel Switch (Single)</Label>
<ConfigFile>mcohome/mhs411.xml</ConfigFile>
</Product>
<Product>
<Reference>
<Type>0905</Type>
<Id>0201</Id>
</Reference>
<Model>MH9-CO2-WD</Model>
<Label lang="en">CO2 Monitor Air quality detector</Label>
<ConfigFile>mcohome/mh9co2wd.xml</ConfigFile>
</Product>
</Manufacturer>
<Manufacturer>
<Id>0010</Id>
Expand Down