mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
Added the configuration file for the Qubino LUXY Smart Light device (#1986)
This commit is contained in:
parent
acce060e21
commit
fd666b29e8
4 changed files with 114 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ManufacturerSpecificData Revision="54" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<ManufacturerSpecificData Revision="55" 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"/>
|
||||
|
@ -1351,6 +1351,7 @@
|
|||
<Product config="qubino/ZMNHZDx.xml" id="0053" name="ZMNHZDx Weather Station" type="0007"/>
|
||||
<Product config="qubino/ZMNHXDx.xml" id="0054" name="ZMNHXDx 3-phase Smart Meter" type="0007"/>
|
||||
<Product config="qubino/ZMNKIDx.xml" id="0054" name="ZMNKIDx OnOff Thermostat 2" type="0005"/>
|
||||
<Product config="qubino/ZMNHQDx.xml" id="0051" name="ZMNHQDx LUXY Smart Light" type="0008"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0130" name="Quby">
|
||||
<Product config="quby/qb2.xml" id="0001" name="Energy Management System" type="0001"/>
|
||||
|
|
105
config/qubino/ZMNHQDx.xml
Normal file
105
config/qubino/ZMNHQDx.xml
Normal file
|
@ -0,0 +1,105 @@
|
|||
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
|
||||
<MetaData>
|
||||
<MetaDataItem name="Name">LUXY Smart Light</MetaDataItem>
|
||||
<MetaDataItem name="Description">The Qubino LUXY Smart Light is ideal for gentle illumination of any room and for visual and sound notifications.</MetaDataItem>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0159:0051:0008</MetaDataItem>
|
||||
<MetaDataItem name="ProductPage">https://qubino.com</MetaDataItem>
|
||||
<MetaDataItem name="ProductSupport">https://support.qubino.com/support/home</MetaDataItem>
|
||||
|
||||
<MetaDataItem name="InclusionDescription">
|
||||
Manual inclusion is triggered by the following procedure:
|
||||
Full white needs to be active (c-button 2). The user can select it by quickly pressing the c-button2 once.
|
||||
When full white is enabled, press c-button3 and hold it for 5 seconds (while white is glowing, hold c-button3 for 5 seconds).
|
||||
After 5 seconds, the device starts flashing, with the following pattern: green 1 second on, 0.5 second off.
|
||||
Once the device receives a nodeId or after 10 seconds, it stops flashing and turns green.
|
||||
</MetaDataItem>
|
||||
|
||||
<MetaDataItem name="ExclusionDescription">
|
||||
Exclusion is triggered by the following procedure:
|
||||
Full white needs to be active (c-button 2).
|
||||
When full white is enabled, press c-button3 and hold it for 5 seconds (while white is glowing hold c-button3 for 5 seconds).
|
||||
After 5 seconds, the device starts flashing with the following pattern: red 1 second on, 0.5 second off.
|
||||
Once the device loses its nodeId or after 10 seconds, it stops flashing and turns red.
|
||||
</MetaDataItem>
|
||||
|
||||
<MetaDataItem name="ResetDescription">
|
||||
Reset is triggered after the following procedure:
|
||||
Full white needs to be active (c-button 2).
|
||||
When full white is enabled, press c-button5 and hold it for 10 seconds.
|
||||
After 10 seconds, the device starts flashing with the following pattern: blue 1 second on, 0.5 second off.
|
||||
After 10 seconds the device stops flashing and turns blue.
|
||||
The procedure is available always.
|
||||
</MetaDataItem>
|
||||
|
||||
<ChangeLog>
|
||||
<Entry author="K.Petrovcic@goap.si" date="18 October 2019" revision="1"></Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
|
||||
<!-- Configuration Command Class -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value genre="config" index="1" instance="1" label="Digital input type" max="3" min="0" size="1" type="list" value="1">
|
||||
<Help>Defines the type of input device, connected to digital input. </Help>
|
||||
<Item label="Push-button" value="0"/>
|
||||
<Item label="OnOff toggle switch" value="1"/>
|
||||
<Item label="Motion sensor" value="2"/>
|
||||
<Item label="Motion sensor with memory (turned off after the amount of time, defined in parameter #5." value="3"/>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="3" instance="1" label="Turning off alarming" max="1" min="0" size="1" type="list" value="1">
|
||||
<Help>With this parameter, you can determine, how to turn off the alarm.</Help>
|
||||
<Item label="Only by Z-Wave alarm" value="0"/>
|
||||
<Item label="By capacitive input or Z-Wave command" value="1"/>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="5" instance="1" label="Motion sensor memory timer" units="second" max="32535" min="0" size="2" type="short" value="10">
|
||||
<Help>
|
||||
Default value = 10.
|
||||
0 – 32534 = 0-32534 seconds after which the LED will be turned off.
|
||||
32535 – never turns off.
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="10" instance="1" label="Auto on timer" units="second" max="32535" min="0" size="2" type="short" value="0">
|
||||
<Help>
|
||||
Default value = 0.
|
||||
0 – disabled.
|
||||
1 – 32535 = 1 – 32535 seconds after which the device turns on.
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="11" instance="1" label="Auto off timer" units="second" max="32535" min="0" size="2" type="short" value="0">
|
||||
<Help>
|
||||
Default value = 0
|
||||
0 – disabled
|
||||
1 – 32535 = 1 – 32535 seconds after which the device turns off
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="30" instance="1" label="Restore state on power failure" max="1" min="0" size="1" type="list" value="1">
|
||||
<Help>With this parameter, the user can select if the state of the device should be restored, after a power failure.</Help>
|
||||
<Item label="Enabled" value="0"/>
|
||||
<Item label="Disabled" value="1"/>
|
||||
</Value>
|
||||
|
||||
<Value genre="config" index="50" instance="1" label="Beeper enable/disable" max="1" min="0" size="1" type="list" value="1">
|
||||
<Help>With this parameter, the user can select the operating mode of the beeper.</Help>
|
||||
<Item label="Enabled" value="0"/>
|
||||
<Item label="Disabled" value="1"/>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<Group index="1" label="Lifeline" max_associations="1"/>
|
||||
<Group index="2" label="Basic OnOff" max_associations="5"/>
|
||||
<Group index="3" label="StartStop level change" max_associations="5"/>
|
||||
<Group index="4" label="Multilevel set" max_associations="5"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
|
@ -1632,8 +1632,8 @@
|
|||
'md5' => '4d34aeaaea917c229bedbb737e4de1550b2d7db5f9e61566a1c0a39966b6442d381d01f93714e12aae1404797d36854274cc4063dd7424b00d27da238b17a36a'
|
||||
},
|
||||
'config/manufacturer_specific.xml' => {
|
||||
'Revision' => '54',
|
||||
'md5' => '26fec1e0536fad1614bf62688df432eb44fe2a81f7085f716dfd4115b99c666487f9df193108cba82011d7911131fcea000a68a5483b024af10f27664afd8218'
|
||||
'Revision' => '55',
|
||||
'md5' => '8f261f17e1e407c19f1652dea761690195cb0a6db3d45c114fe0e6e2a96b4c093989e0868d287e163d0f831302de686672812fa29fd0144a19bfcdd810fcc990'
|
||||
},
|
||||
'config/mcohome/a8-9.xml' => {
|
||||
'Revision' => '1',
|
||||
|
@ -2023,6 +2023,10 @@
|
|||
'Revision' => '2',
|
||||
'md5' => '9e267442a84763403fc4c9ba6088fa59a067e1a5a362300efdcae287697426a53b5b705fde59ae5c106091923fbe51b2856e9c9bdc7bbe9f9601d7dde7878e8c'
|
||||
},
|
||||
'config/qubino/ZMNHQDx.xml' => {
|
||||
'Revision' => '1',
|
||||
'md5' => '0b359cc2fad436b06e51bbe02e625e12a1bb81854732b062d664634e8059d2e162c6ba3c870723ab32d6f0bb395afc0edd1b0e9459ae302a080d3cd55d9f70dd'
|
||||
},
|
||||
'config/qubino/ZMNHSDx.xml' => {
|
||||
'Revision' => '5',
|
||||
'md5' => 'a65c7430dcd17dbe5f1932ffece29cec38b684636c2db1931222c7c042e3e6808a049b149db78b9e3a3b12145da078416b8331d72052cfd0a149b8499242d10c'
|
||||
|
|
|
@ -1012,6 +1012,7 @@ DISTFILES = .gitignore \
|
|||
config/qubino/ZMNHLDx.xml \
|
||||
config/qubino/ZMNHNDx.xml \
|
||||
config/qubino/ZMNHODx.xml \
|
||||
config/qubino/ZMNHQDx.xml \
|
||||
config/qubino/ZMNHSDx.xml \
|
||||
config/qubino/ZMNHTDx.xml \
|
||||
config/qubino/ZMNHTDxS3.xml \
|
||||
|
|
Loading…
Add table
Reference in a new issue