Skip to content

Commit

Permalink
Updated OZW configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Oct 11, 2018
1 parent 93b71fb commit 253f7b8
Show file tree
Hide file tree
Showing 20 changed files with 1,156 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Config/assa_abloy/ConexisL1.xml
Expand Up @@ -7,18 +7,18 @@ https://products.z-wavealliance.org/products/2535/configs
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume" value="3">
<Help>Volume of the tones</Help>
<Help>Volume of the keypad tones and any voice prompts (default = 3, high)</Help>
<Item label="Silent" value="1" />
<Item label="Low" value="2" />
<Item label="High" value="3" />
</Value>
<Value type="list" size="1" genre="config" instance="1" index="2" label="Auto Relock" value="0">
<Help></Help>
<Help>Enable or disable the Auto relock feature (default = 255, enable)</Help>
<Item label="On" value="255" />
<Item label="Off" value="0" />
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="7" max="60" units="seconds" value="30">
<Help>seconds; after successful code entry and unit unlocks, it will automatically re-lock after specified time (30 = default value)</Help>
<Help>After successful local unlock, automatically relock after the specified time (default = 7 seconds)</Help>
</Value>
<Value type="list" size="1" genre="config" instance="1" index="4" label="Wrong Tag Limit" min="1" max="20" value="5">
<Help>
Expand Down Expand Up @@ -47,7 +47,7 @@ https://products.z-wavealliance.org/products/2535/configs
<Item label="20" value="20" />
</Value>
<Value type="byte" genre="config" instance="1" index="7" label="Wrong tag timeout" size="1" min="1" max="250" units="seconds" value="30">
<Help>number of seconds unit will be inoperable after number of Wrong tag attempts is exceeded (30 = default)</Help>
<Help>Number of seconds unit will be inoperable after number of Wrong tag attempts is exceeded (30 = default)</Help>
</Value>
</CommandClass>
<CommandClass id="113">
Expand Down
23 changes: 13 additions & 10 deletions Config/assa_abloy/KeyfreeConnected-plus.xml
Expand Up @@ -3,25 +3,28 @@
<!-- Yale Keyfree Connected (YKFCON)
http://ozw.my-ho.st/Yale/Yale%20ZWave%20Developer%20Guide.pdf
https://products.z-wavealliance.org/products/2743/configs
-->
<!-- Yale Keyless Connected (YD-01-CON)
https://products.z-wavealliance.org/products/2576/configs
-->
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume" value="3">
<Help>Volume of the keypad tones and voice prompts</Help>
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume Level" value="3">
<Help>Volume of the keypad tones and any voice prompts (default = 3, high)</Help>
<Item label="Silent" value="1" />
<Item label="Low" value="2" />
<Item label="High" value="3" />
</Value>
<Value type="list" size="1" genre="config" instance="1" index="2" label="Auto Relock" value="0">
<Help></Help>
<Item label="On" value="255" />
<Item label="Off" value="0" />
<Help>Enable or disable the Auto relock feature (default = 255, enable)</Help>
<Item label="Enable" value="255" />
<Item label="Disable" value="0" />
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="7" max="60" units="seconds" value="30">
<Help>seconds; after successful code entry and unit unlocks, it will automatically re-lock after specified time (30 = default value)</Help>
<Value type="byte" genre="config" instance="1" index="3" label="Relock Time" size="1" min="7" max="60" units="seconds" value="7">
<Help>After successful local unlock, automatically relock after the specified time (default = 7 seconds)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="10" max="90" units="seconds" value="10">
<Help>seconds; after successful remote unlock, it will automatically re-lock after specified time (10 = default value)</Help>
<Value type="byte" genre="config" instance="1" index="6" label="Remote Relock Time" size="1" min="10" max="90" units="seconds" value="10">
<Help>After successful remote unlock, automatically relock after the specified time (default = 10 seconds)</Help>
</Value>
</CommandClass>
<CommandClass id="113">
Expand All @@ -36,7 +39,7 @@ https://products.z-wavealliance.org/products/2743/configs
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline"/>
<Group index="1" max_associations="5" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>
35 changes: 35 additions & 0 deletions Config/everspring/sp815.xml
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="short" index="1" genre="config" label="Temperature and Humidity Auto Report period setting" units="Minutes" min="0" max="1440" value="30">
<Help>
</Help>
</Value>
<Value type="short" index="2" genre="config" label="Re-trigger Interval Setting" units="Seconds" min="10" max="3600" value="180">
<Help>
The parameter adjusts the sleep period after the detector has been triggered.
No response will be made during this interval if a movement is presented.
Longer re-trigger interval will result in longer battery life.
</Help>
</Value>
<Value type="short" index="3" genre="config" label="Trigger Off Interval Setting" units="Seconds" min="10" max="3600" value="15">
<Help>
This controls how long the connected lighting will stay on after the motion is detected.
This is useful for Group 2 associations where the detector is connected directly to another device such as smartplugs.
</Help>
</Value>
</CommandClass>

<!-- Basic set as report -->
<CommandClass id="32" setasreport="true"/>

<!-- COMMAND_CLASS_ASSOCIATION. Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline" />
<Group index="2" max_associations="4" label="Pir Control" />
</Associations>
</CommandClass>

</Product>
216 changes: 216 additions & 0 deletions Config/fibaro/fgwpg111.xml
@@ -0,0 +1,216 @@
<?xml version="1.0" encoding="utf-8"?>

<Product xmlns='http://code.google.com/p/open-zwave/'>
<!--
Fibaro FGWPG111 Wall Plug
https://products.z-wavealliance.org/products/2899
https://products.z-wavealliance.org/products/2854
-->

<!-- COMMAND_CLASS_BASIC supported -->
<CommandClass id="32" action="add" request_flags="5"/>

<!-- Configuration -->
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="2" label="Remember device status after a power failure" value="1" size="1">
<Help>This parameter determines how the Wall Plug will react in the event of power supply failure (e.g. taking out from the electrical outlet).
After the power supply is back on, the Wall Plug can be restored to previous state or remain switched off.
This parameter is ignored in Always On mode - the device automatically turns ON after plugging it into the socket.
Default setting: 1
</Help>
<Item label="Device remains switched off" value="0"/>
<Item label="Device restores the state from before the power failure" value="1"/>
</Value>

<Value type="short" genre="config" instance="1" index="3" label="Overload safety switch" value="0" min="0" max="30000" size="2">
<Help>This function allows to turning off the controlled device in case of exceeding the defined power.
Controlled device can be turned back on via button or sending a control frame.
Available settings: 10 - 30000 (1,0W - 3000,0W step 0,1W).
Default setting: 0 (function inactive)
</Help>
</Value>

<Value type="byte" genre="config" instance="1" index="11" label="Power reporting" value="15" min="0" max="100" size="1">
<Help>This parameter determines the minimum percentage change inactive power consumption (in relation to the previously reported) that will result in sending new power report.
Available settings: 1-100. 0 - power reports inactive.
Default Setting: 15 (%)
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="12" label="Energy reporting threshold" value="10" min="0" max="500" size="2">
<Help>This parameter determines the minimum change in energy consumption (in relation to the previously reported), that will result in sending a new report.
Available settings: 1-500 (0,01kWh - 5kWh). 0 - energy reports inactive.
Default Setting: 10 (0,1 kWh)
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="13" label="Periodic power reporting" min="0" max="32400" value="3600" size="2">
<Help>This parameter defines time period between reports sent when changes in power load have not been record if changes are smaller than defined in parameter 11.
By default reports are sent every hour.
Available settings: 0 - 32400 (s). 0 - periodic reports inactive.
Default setting: 3600
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="14" label="Periodic energy reporting" min="0" max="32400" value="3600" size="2">
<Help>This parameter defines time period between reports sent when changes in power load have not been recorded or if changes are smaller than in paramater 11.
By default reports are sent every hour.
Available settings: 0 - 32400 (s). 0 - periodic reports inactive.
Default setting: 3600
</Help>
</Value>

<Value type="list" genre="config" instance="1" index="15" label="Measuring energy consumed by the Wall Plug itself" value="0" size="1">
<Help>This parameter determines whether power metering should include the amount of power consumed by the Wall Plug itself.
Results are being added to the value of power consumed by controlled device.
Default setting: 0 Inactive
</Help>
<Item label="Inactive" value="0"/>
<Item label="Active" value="1"/>
</Value>

<Value type="short" genre="config" instance="1" index="21" label="UP value association group 3" value="500" min="100" max="30000" size="2">
<Help>Upper power threshold, used in parameter 23. Up value cannot be lower than a value specified in parameter 22.
Available settings: 100 - 30000 (10,0W - 30000,0W).
Default setting: 500 (50W)
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="22" label="DOWN value association group 3" value="300" min="0" max="29900" size="2">
<Help>Lower power threshold, used in parameter 23.
DOWN value cannot be higher than a value specified in parameter 21.
Available settings: 0 - 29900 (0,0W - 2990,0W step 0,1W).
Default setting: 300 (30W)
</Help>
</Value>

<Value type="list" genre="config" instance="1" index="23" label="Controlling association group 3" value="3" size="1">
<Help>This parameter defines the way that 3rd association group devices are controlled.
Depends on the actual measured power(according to parameters 21 and 22 settings).
Default setting: 3
</Help>
<Item label="Send frame (with value set in parameter 26) only if power exceeded value of parameter 21 turn the associated devices ON, once the power drops below DOWN value (parameter 21)"
value="1"/>
<Item label="Send frame (with value set in parameter 27) only if power dropped below value of paramater 22"
value="2"/>
<Item label="Send frame in both cases" value="3"/>
</Value>

<Value type="short" genre="config" instance="1" index="24" label="Switch ON value - association group 2" value="255" min="0" max="255" size="2">
<Help>The value of BASIC SET command frame sent to the devices associated in 2nd group On/Off (Button) when turning the device ON using the button.
Available settings: 0-99 or 255.
Default setting: 255
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="25" label="Switch OFF value - association group 2" value="255" min="0" max="255" size="2">
<Help>The value of BASIC SET command frame sent to the devices associated in 2nd group On/Off (Button) when turning the device OFF using the button.
Available settings: 0-99 or 255.
Default setting: 0
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="26" label="THRESHOLD UP value - association group 3" value="255" min="0" max="255" size="2">
<Help>The value of BASIC SET command frame sent to the devices associated in 3rd group On/Off (Power) if power exceeded value of parameter 21.
Available settings: 0-99 or 255.
Default setting: 255
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="27" label="THRESHOLD DOWN value - association group 3" value="255" min="0" max="255" size="2">
<Help>The value of BASIC SET command frame sent to the devices associated in 3rd group On/Off (Power) if power dropped below value of parameter 22.
Available settings: 0-99 or 255.
Default setting: 0
</Help>
</Value>

<Value type="list" genre="config" instance="1" index="30" label="Active Alarms" value="63" min="1" max="63" size="1">
<Help>Define Z-Wave network alarms to which the Wall Plug will respond.</Help>
<Item label="General alarm" value="1"/>
<Item label="Smoke alarm" value="2"/>
<Item label="CO alarm" value="4"/>
<Item label="CO2 alarm" value="8"/>
<Item label="High temperature alarm" value="16"/>
<Item label="Flood alarm" value="32"/>
<Item label="All alarms" value="63"/>
</Value>

<Value type="byte" genre="config" instance="1" index="31" label="Response to alarm frames" value="0" min="0" max="50" size="1">
<Help>This parameter defines how the Wall Plug will respond to alarms (device's status change).
In case of values 1 or 2 the Wall Plug is operating normally and LED frame signals an alarm through time defined in parameter 32 or until the alarm is cancelled.
In case of values 5 to 50 the Wall Plug does not report status change, power changes, ignores BASIC SET command frames.
After time defined in parameter 32 or after the alarm cancellation, connected device is set to the previous state.
0 - no reaction 1-turn connected device on 2-turn connected device off 5-50(0,5-50,0s step 0,1s)-cyclically change device state with set period.
Default setting:0-no reaction
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="32" label="Alarm state duration" value="600" min="1" max="32400" size="2">
<Help>This parameter specifies the duration of alarm state.
If a device sending an alarm frame through the Z-Wave network sets alarm duration as well, this settings are ignored.
Available settings 1-32400(s)
Default setting: 600
</Help>
</Value>

<Value type="short" genre="config" instance="1" index="40" label="Power load for violet colour" value="30000" min="1000" max="30000" size="2">
<Help>This parameter determines maximum active power value, which when exceeded, causes the LED frame to flash violet. Function is active only when parameter 41 is set to 1 or 2.
Available settings: 1000 - 30000 (100,0W - 3000,0W, step 0,1W).
Default setting: 30000 (3000W)
</Help>
</Value>

<Value type="list" genre="config" instance="1" index="41" label="LED frame colour when controlled device is on" value="1" size="1">
<Help>When set to 1 or 2, LED frame colour will change depending on active power and parameter 40.
Other colours are set permanently and do not depend on power consumption
</Help>
<Item label="Illumination turned off completely" value="0"/>
<Item label="Colour changes smoothly depending on active power" value="1"/>
<Item label="Colour changes in steps depending on active power" value="2"/>
<Item label="White illumination" value="3"/>
<Item label="Red illumination" value="4"/>
<Item label="Green illumination" value="5"/>
<Item label="Blue illumination" value="6"/>
<Item label="Yellow illumination" value="7"/>
<Item label="Cyan illumination" value="8"/>
<Item label="Magenta illumination" value="9"/>
</Value>

<Value type="list" genre="config" instance="1" index="42" label="LED frame colour when controlled device is off" value="0" size="1">
<Help>This parameter defines the illumination colour after turning off.</Help>
<Item label="illumination turned off completely" value="0"/>
<Item label="LED frame is illuminated with a colour corresponding to the last measured power, before the controlled device was turned off" value="1"/>
<Item label="White illumination" value="3"/>
<Item label="Red illumination" value="4"/>
<Item label="Green illumination" value="5"/>
<Item label="Blue illumination" value="6"/>
<Item label="Yellow illumination" value="7"/>
<Item label="Cyan illumination" value="8"/>
<Item label="Magenta illumination" value="9"/>
</Value>

<Value type="list" genre="config" instance="1" index="43" label="LED frame colour at the Z-Wave network alarm detection" value="2" size="1">
<Help>This parameter defines the illumination colour in case of Z-Wave alarm.</Help>
<Item label="Illumination turned off completely" value="0"/>
<Item label="No change in colour. LED frame colour is determined by settings of parameters 41 or 42" value="1"/>
<Item label="LED frame flashes red / blue / white" value="2"/>
<Item label="White illumination" value="3"/>
<Item label="Red illumination" value="4"/>
<Item label="Green illumination" value="5"/>
<Item label="Blue illumination" value="6"/>
<Item label="Yellow illumination" value="7"/>
<Item label="Cyan illumination" value="8"/>
<Item label="Magenta illumination" value="9"/>
</Value>
</CommandClass>

<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="3">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="5" label="BasicSet forward relay status on local Button event"/>
<Group index="3" max_associations="5" label="BasicSet base on Plug power"/>
</Associations>
</CommandClass>

</Product>

0 comments on commit 253f7b8

Please sign in to comment.