Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for HomeSeer HS-WD100+ Wall Dimmer #1068

Merged
merged 2 commits into from
Jan 2, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 45 additions & 0 deletions config/homeseer/hs-wd100plus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="list" index="4" genre="config" label="Invert switch" min="0" max="1" size="1" value="0">
<Help>Change the top of the switch to OFF and the bottom of the switch to ON if the switch was installed upside down.</Help>
<Item label="No" value="0" />
<Item label="Yes" value="1" />
</Value>
<Value type="byte" index="9" genre="config" label="Level percent" units="%" min="1" max="99" value="99">
<Help>Indicates how much each level dims/brightens as a portion of the whole range.</Help>
</Value>
<Value type="list" index="10" genre="config" label="Duration per level" units="ms" size="2" min="1" max="22" value="22">
<Help>Indicates the time duration of each level.</Help>
<Item label="10" value="1" />
<Item label="20" value="2" />
<Item label="30" value="3" />
<Item label="40" value="4" />
<Item label="50" value="5" />
<Item label="60" value="6" />
<Item label="70" value="7" />
<Item label="80" value="8" />
<Item label="90" value="9" />
<Item label="100" value="10" />
<Item label="110" value="11" />
<Item label="120" value="12" />
<Item label="130" value="13" />
<Item label="140" value="14" />
<Item label="150" value="15" />
<Item label="160" value="16" />
<Item label="170" value="17" />
<Item label="180" value="18" />
<Item label="190" value="19" />
<Item label="200" value="20" />
<Item label="210" value="21" />
<Item label="220" value="22" />
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline" />
</Associations>
</CommandClass>
</Product>
3 changes: 3 additions & 0 deletions config/manufacturer_specific.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@
<Product type="0002" id="0002" name="EZMotion+ 3-in-1 Sensor" config="homeseer/ezmotionplus.xml"/>
<Product type="0004" id="0001" name="HSM200 Wireless Multi-Sensor" config="homeseer/hsm200.xml"/>
</Manufacturer>
<Manufacturer id="000c" name="HomeSeer">
<Product type="4447" id="3034" name="HS-WD100+ Wall Dimmer" config="homeseer/hs-wd100plus.xml"/>
</Manufacturer>
<Manufacturer id="0030" name="HomeSeer Tech">
</Manufacturer>
<Manufacturer id="0039" name="Honeywell">
Expand Down