mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Add Sunricher RGBW wall controller SR-ZV9003T4-RGBW-EU
This commit is contained in:
parent
c499a048c3
commit
7c7174da46
4 changed files with 45 additions and 2 deletions
BIN
config/images/sunricher/srzv9003t4rgbweu.png
Normal file
BIN
config/images/sunricher/srzv9003t4rgbweu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ManufacturerSpecificData Revision="37" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<ManufacturerSpecificData Revision="38" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<Manufacturer id="0028" name="2B Electronics"></Manufacturer>
|
||||
<Manufacturer id="0098" name="2GIG Technologies">
|
||||
<Product config="2gig/ct50e.xml" id="015e" name="CT50e Thermostat" type="3200"/>
|
||||
|
@ -1606,11 +1606,12 @@
|
|||
<Manufacturer id="0111" name="Tronico Technology Co. Ltd.">
|
||||
<Product config="airlinemechanical/zds-ud10.xml" id="0200" name="ZDS-100" type="8200"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0330" name="Tronika">
|
||||
<Manufacturer id="0330" name="Sunricher">
|
||||
<Product config="sunricher/srzv9001t4dimeu.xml" id="a10d" name="Touch Panel Wall Controller - ZSC-01D" type="0003"/>
|
||||
<Product config="sunricher/srzv9001k8.xml" id="a305" name="Wall Controller - SR-ZV9001" type="0300"/>
|
||||
<Product config="sunricher/zv9101.xml" id="d005" name="Dimmer ZV-9101" type="0200"/>
|
||||
<Product config="sunricher/srzv9101sachpeu.xml" id="d00c" name="Dimmer ZV9040" type="0200"/>
|
||||
<Product config="sunricher/srzv9003t4rgbweu.xml" id="a107" name="Z-Wave Wall Controller - SR-ZV9003T4-RGBW-EU" type="0300"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0049" name="Twisthink"></Manufacturer>
|
||||
<Manufacturer id="0270" name="Ubitech"></Manufacturer>
|
||||
|
|
38
config/sunricher/srzv9003t4rgbweu.xml
Normal file
38
config/sunricher/srzv9003t4rgbweu.xml
Normal file
|
@ -0,0 +1,38 @@
|
|||
<Product Revision="1"
|
||||
xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<MetaData>
|
||||
<MetaDataItem name="Name">Z-Wave Wall Controller</MetaDataItem>
|
||||
<MetaDataItem name="Description">The Wall controller is a Security Enabled Z-Wave Plus device that can both control other Z-Wave devices and activate scenes in Gateways.</MetaDataItem>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0330:0300:a108</MetaDataItem>
|
||||
<MetaDataItem name="ProductPage">http://www.sunricher.com/touch-panel-rgbw-z-wave-wall-controller-sr-zv9001t4-rgbw-eu.html</MetaDataItem>
|
||||
<MetaDataItem name="ProductSupport">http://www.sunricher.com/</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/sunricher/srzv9003t4rgbweu.png</MetaDataItem>
|
||||
<MetaDataItem name="ProductManual">https://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/2945/Z-Wave%20Wall%20Controller%20SR-ZV9003T4-RGBW-EU.pdf</MetaDataItem>
|
||||
<MetaDataItem name="InclusionDescription">Short press the “inclusion/exclusion” button, or press and hold down “ALL ON/OFF” button for over 3 seconds, the wall controller will be set to inclusion mode, and waiting to be included, then LED indicator turns on and blinks 6 times quickly to indicate successful inclusion.</MetaDataItem>
|
||||
<MetaDataItem name="ExclusionDescription">Short press the “inclusion/exclusion” button, or press and hold down “ALL ON/OFF” button for over 3 seconds, the wall controller will be set to exclusion mode, and waiting to be excluded, then LED indicator turns on and shows 3 short blinks and 1 long blink to indicate successful exclusion.</MetaDataItem>
|
||||
<MetaDataItem name="ResetDescription">Press and hold down “inclusion/exclusion” button for over 8 seconds, LED indicator blinks slowly to indicate successful factory reset, release “inclusion/exclusion” button,the wall controller will restart automatically.</MetaDataItem>
|
||||
<MetaDataItem id="a108" name="ZWProductPage" type="0300">https://products.z-wavealliance.org/products/2945</MetaDataItem>
|
||||
<MetaDataItem id="a108" name="FrequencyName" type="0300">CEPT (Europe)</MetaDataItem>
|
||||
<MetaDataItem id="0108" name="Identifier" type="0300">SR-ZV9003T4-RGBW-EU</MetaDataItem>
|
||||
<ChangeLog>
|
||||
<Entry author="Peter Gebruers - peter.gebruers@gmail.com" date="11 July 2019" revision="1">Initial entry based on manufacturer data and test device</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
<!-- Device does not have parameters, there is no CommandClass id="112" -->
|
||||
<!-- This device has no real or virtual outputs so cannot be controlled or polled, basic class is 'controlling' only -->
|
||||
<CommandClass id="32">
|
||||
<Compatibility>
|
||||
<GetSupported>false</GetSupported>
|
||||
</Compatibility>
|
||||
</CommandClass>
|
||||
<!-- The Association Group Information -->
|
||||
<CommandClass id="142">
|
||||
<Associations num_groups="5">
|
||||
<Group index="1" label="LifeLine" max_associations="1"/>
|
||||
<Group index="2" label="Launch 1. Press button 1 to activate group." max_associations="12"/>
|
||||
<Group index="3" label="Launch 2. Press button 2 to activate group." max_associations="12"/>
|
||||
<Group index="4" label="Launch 3. Press button 3 to activate group." max_associations="12"/>
|
||||
<Group index="5" label="Launch 4. Press button 4 to activate group." max_associations="12"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
|
@ -2211,6 +2211,10 @@
|
|||
'Revision' => 2,
|
||||
'md5' => '211998372694c7f418d774c3dab739339f07167bb37faa972ce076e4de2391dcfe369ea1ea335d35a9db66f9dce34ea0ac3dad054f2f734c864e1462cb0f5d1d'
|
||||
},
|
||||
'config/sunricher/srzv9003t4rgbweu.xml' => {
|
||||
'Revision' => '1',
|
||||
'md5' => 'a8754c4d9762da7d89d509475ce8f495f3e6d8a857c0dd38b10c0afbef1838ef96e417426edafb67403a011bc388c0dc80454fd64de935d9de38f642dc7bb9f6'
|
||||
},
|
||||
'config/sunricher/srzv9101sachpeu.xml' => {
|
||||
'Revision' => 2,
|
||||
'md5' => 'cfa47e28a8463496354a30d2998b5b11dab834b2ffa1b8e91a687d2ec4e9e41ef73d38d058dd60911aa69cb1164808da94b88d627744250e5abd576ea5f8d1fa'
|
||||
|
|
Loading…
Add table
Reference in a new issue