mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-18 21:11:23 +00:00
Merge pull request #607 from sleveque/master
Add Aeotec DSC24 and Everspring AD147
This commit is contained in:
commit
814bbc1fb3
4 changed files with 41 additions and 0 deletions
|
@ -175,6 +175,7 @@ Version 1.3
|
|||
message (Configurable - Set EnforceSecureReception to false in
|
||||
options.xml) (Justin)
|
||||
- Add Aeotec LED Bulb, MultiSensor 6 and SmartSwitch 6 Configs (Justin)
|
||||
- Add Aeotec DSC24 identification and Everspring AD147 identification + config
|
||||
|
||||
Version 1.2
|
||||
- Released on 15/10/14
|
||||
|
|
37
config/everspring/ad147.xml
Normal file
37
config/everspring/ad147.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EVERSPRING AD147 ON/OFF MODULE -->
|
||||
<!-- Information from http://www.pepper1.net/zwavedb/device/686 -->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="short" index="1" genre="config" label="Basic Set Command value" units="" min="0" max="255" value="255">
|
||||
<Help>
|
||||
0 is off. 1 to 99 sets output level at specified value.
|
||||
255 sets output level at last memorized level
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="2" genre="config" label="Delay Time" units="seconds" min="3" max="25" value="3">
|
||||
<Help>
|
||||
Delaying time to report to Group 1
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="3" genre="config" label="Last Status" units="" min="0" max="1" value="1">
|
||||
<Help>
|
||||
Remember the last status: 0 (do not remember) | 1 (remember)
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="4" genre="config" label="Output Mode" units="" min="0" max="1" value="0">
|
||||
<Help>
|
||||
Output mode setting: 0 (dimming) | 1 (on/off)
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
<Group index="1" max_associations="1" label="Reports" auto="true" />
|
||||
<Group index="2" max_associations="1" label="Basic" auto="true" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
|
@ -61,6 +61,7 @@
|
|||
<Product type="0003" id="000d" name="Micro Smart Energy Illuminator"/>
|
||||
<Product type="0003" id="000e" name="Micro Motor Controller"/>
|
||||
<Product type="0003" id="0011" name="Micro Double Switch" />
|
||||
<Product type="0003" id="0018" name="Smart Switch (2nd Edition)"/>
|
||||
<Product type="0003" id="001a" name="Micro Switch (2nd Edition)"/>
|
||||
<Product type="0003" id="001b" name="Micro Smart Energy Illuminator G2"/>
|
||||
<Product type="0003" id="0012" name="Micro Smart Energy Switch G2" config="aeotec/ses.xml" />
|
||||
|
@ -205,6 +206,7 @@
|
|||
<Product type="0001" id="0002" name="SP814 Motion Detector" config="everspring/sp814.xml"/>
|
||||
<Product type="0002" id="0001" name="SM103 Door/Window Sensor" config="everspring/sm103.xml"/>
|
||||
<Product type="0003" id="0001" name="AD142 Plug-in Dimmer Module"/>
|
||||
<Product type="0003" id="0003" name="AD147 Plug-in Dimmer Module" config="everspring/ad147.xml"/>
|
||||
<Product type="0004" id="0001" name="AN157 Plug-in Appliance Module"/>
|
||||
<Product type="0004" id="0002" name="AN158 Plug-in Meter Appliance Module" config="everspring/an158.xml"/>
|
||||
<Product type="0006" id="0001" name="ST814 Temperature and Humidity Sensor" config="everspring/st814.xml"/>
|
||||
|
|
|
@ -58,6 +58,7 @@ DISTFILES = .gitignore \
|
|||
config/duwi/ZWES1000.xml \
|
||||
config/duwi/ZWESJ300.xml \
|
||||
config/eurotronic/eur_stellaz.xml \
|
||||
config/everspring/ad147.xml \
|
||||
config/everspring/an145.xml \
|
||||
config/everspring/an158.xml \
|
||||
config/everspring/se812.xml \
|
||||
|
|
Loading…
Add table
Reference in a new issue