Updated external content (Jenkins build 1149)

pull/1969/head
openHAB Build Server 2022-10-03 05:07:50 +00:00
parent 208b08187b
commit 31a7b26010
15 changed files with 1038 additions and 127 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,9 +35,11 @@ Please update this document if you tested it with other android versions to refl
## Discovery
As I can not find a way to identify android devices in the network the discovery will try to connect through adb to all the reachable ip in the defined range.
Android TV and Fire TV devices should be discovered automatically (using mDNS).
You could customize the discovery process through the binding options.
Since other Android devices cannot be discovered automatically on the network, the manual discovery scan will try to connect via adb to all reachable IP addresses in the defined range.
You could customize the discovery process through the binding options.
**Your device will prompt a message requesting you to authorize the connection, you should check the option "Always allow connections from this device" (or something similar) and accept**.

View File

@ -43,7 +43,7 @@ This binding supports just one bridge type: The Nuki Bridge (`nuki:bridge`). Cre
The following configuration options are available:
| Parameter | Description | Comment |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
| ip | The IP address of the Nuki Bridge. Look it up on your router. It is recommended to set a static IP address lease for the Nuki Bridge (and for your openHAB server too) on your router. | Required |
| port | The Port which you configured during [Initial Bridge setup](https://nuki.io/en/support/bridge/bridge-setup/initial-bridge-setup/). | Default 8080 |
| apiToken | The API Token which you configured during [Initial Bridge setup](https://nuki.io/en/support/bridge/bridge-setup/initial-bridge-setup/). | Required |
@ -74,106 +74,110 @@ connected to is configured and online.
This is a common thing for all Nuki smart lock products - Nuki Smart Lock 1.0/2.0/3.0 (Pro) and Nuki Smart Door. The following configuration options are available:
| Parameter | Description | Comment |
|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| unlatch | If set to `true` the Nuki Smart Lock will unlock the door but then also automatically pull the latch of the door lock. Usually, if the door hinges are correctly adjusted, the door will then swing open. | Default false |
| Parameter | Description | Comment |
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
| nukiId | The decimal or hexadecimal string that identifies the Nuki Smartlock. | Only available in textual configuration, cannot be edited in UI. |
| deviceType | Numeric device type as specified by bridge HTTP API - 0 = Nuki Smart Lock 1.0/2.0, 3 = Nuki Smart Door, 4 = Nuki Smart Lock 3.0 (Pro). | Only available in textual configuration, cannot be edited in UI. |
| unlatch | If set to `true` the Nuki Smart Lock will unlock the door but then also automatically pull the latch of the door lock. Usually, if the door hinges are correctly adjusted, the door will then swing open. | Default false |
#### Supported Channels
| Channel | Type | Description |
|------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| lock | Switch | Switch to lock and unlock doors. If `unlatch` configuration parameter is set, unlocking will also unlatch the door. |
| lockState | Number | Channel which accepts [Supported commands](#supported-lockstate-commands) for performing actions, and produces [supported values](#supported-lockstate-values) when lock state changes. |
| lowBattery | Switch | Low battery warning channel |
| keypadLowBattery | Switch | Indicates if keypad connected to Nuki Lock has low battery |
| batteryLevel | Number | Current battery level |
| batteryCharging | Swtich | Flag indicating if the batteries of the Nuki device are charging at the moment |
| doorsensorState | Number | Read only channel for monitoring door sensor state, see [supported values](#supported-doorsensorstate-values) |
| Channel | Type | Description |
|------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| lock | Switch | Switch to lock and unlock doors. If `unlatch` configuration parameter is set, unlocking will also unlatch the door. |
| lockState | Number | Channel which accepts [Supported commands](#supported-lockstate-commands) for performing actions, and produces [supported values](#supported-lockstate-values) when lock state changes. |
| lowBattery | Switch | Low battery warning channel |
| keypadLowBattery | Switch | Indicates if keypad connected to Nuki Lock has low battery |
| batteryLevel | Number | Current battery level |
| batteryCharging | Swtich | Flag indicating if the batteries of the Nuki device are charging at the moment |
| doorsensorState | Number | Read only channel for monitoring door sensor state, see [supported values](#supported-doorsensorstate-values) |
##### Supported lockState commands
These values can be sent to _lockState_ channel as a commands:
| Command | Name |
|---------|--------------------------|
| 1 | Unlock |
| 2 | Lock |
| 3 | Unlatch |
| 4 | Lock 'n' Go |
| 5 | Lock 'n' Go with Unlatch |
| Command | Name |
|---------|--------------------------|
| 1 | Unlock |
| 2 | Lock |
| 3 | Unlatch |
| 4 | Lock 'n' Go |
| 5 | Lock 'n' Go with Unlatch |
##### Supported lockState values
| State | Name |
|--------|--------------------------|
| 0 | Uncalibrated |
| 1 | Locked |
| 2 | Unlocking |
| 3 | Unlocked |
| 4 | Locking |
| 5 | Unlatched |
| 6 | Unlatched (Lock 'n' Go) |
| 7 | Unlatching |
| 254 | Motor blocked |
| 255 | Undefined |
| State | Name |
|--------|--------------------------|
| 0 | Uncalibrated |
| 1 | Locked |
| 2 | Unlocking |
| 3 | Unlocked |
| 4 | Locking |
| 5 | Unlatched |
| 6 | Unlatched (Lock 'n' Go) |
| 7 | Unlatching |
| 254 | Motor blocked |
| 255 | Undefined |
Unfortunately the Nuki Bridge is not reporting any transition states (e.g. for Lock 'n' Go).
##### Supported doorSensorState values
| State | Name |
|-------|---------------------|
| 1 | Deactivated |
| 2 | Closed |
| 3 | Open |
| 4 | Door state unknonwn |
| 5 | Calibrating |
| 16 | Uncalibrated |
| 240 | Removed |
| 255 | Unknown |
| State | Name |
|-------|---------------------|
| 1 | Deactivated |
| 2 | Closed |
| 3 | Open |
| 4 | Door state unknonwn |
| 5 | Calibrating |
| 16 | Uncalibrated |
| 240 | Removed |
| 255 | Unknown |
### Nuki Opener
Nuki Opener has no configuration properties.
| Parameter | Description | Comment |
|-----------|--------------------------------------------------------------------|------------------------------------------------------------------|
| nukiId | The decimal or hexadecimal string that identifies the Nuki Opener. | Only available in textual configuration, cannot be edited in UI. |
#### Supported channels
| Channel | Type | Description |
|---------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| openerState | Number | Channel for sending [supported commands](#supported-openerstate-commands) to Opener, produces one of [supported values](#supported-openerstate-values) when Opener state changes |
| openerMode | Number | Id of current Opener mode, see [Supported values](#supported-openermode-values) |
| openerLowBattery | Switch | Low battery warning channel |
| ringActionState | Trigger | Channel triggers 'RINGING' event when the doorbell is being rung. This can trigger at most once every 30s |
| ringActionTimestamp | DateTime | Timestamp of last time doorbell was rung. |
| Channel | Type | Description |
|---------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| openerState | Number | Channel for sending [supported commands](#supported-openerstate-commands) to Opener, produces one of [supported values](#supported-openerstate-values) when Opener state changes |
| openerMode | Number | Id of current Opener mode, see [Supported values](#supported-openermode-values) |
| openerLowBattery | Switch | Low battery warning channel |
| ringActionState | Trigger | Channel triggers 'RINGING' event when the doorbell is being rung. This can trigger at most once every 30s |
| ringActionTimestamp | DateTime | Timestamp of last time doorbell was rung. |
##### Supported openerState commands
| Command | Name |
|---------|----------------------------|
| 1 | Activate ring to open |
| 2 | Deactivate ring to open |
| 3 | Electric strike actuation |
| 4 | Activate continuous mode |
| 5 | Deactivate continuous mode |
| Command | Name |
|---------|----------------------------|
| 1 | Activate ring to open |
| 2 | Deactivate ring to open |
| 3 | Electric strike actuation |
| 4 | Activate continuous mode |
| 5 | Deactivate continuous mode |
##### Supported openerState values
| State | Name |
|--------|---------------------|
| 0 | Untrained |
| 1 | Online |
| 3 | Ring to open active |
| 5 | Open |
| 7 | Opening |
| 253 | Boot run |
| 255 | Undefined |
| State | Name |
|--------|---------------------|
| 0 | Untrained |
| 1 | Online |
| 3 | Ring to open active |
| 5 | Open |
| 7 | Opening |
| 253 | Boot run |
| 255 | Undefined |
##### Supported openerMode values
| Mode | Name |
|--------|-----------------|
| 2 | Door mode |
| 3 | Continuous mode |
| Mode | Name |
|--------|-----------------|
| 2 | Door mode |
| 3 | Continuous mode |
## Troubleshooting
@ -200,8 +204,9 @@ A manual setup through files could look like this:
### things/nuki.things
```
Bridge nuki:bridge:NB1 [ ip="192.168.0.50", port=8080, apiToken="myS3cr3t!", manageCallbacks=true ] {
Thing smartlock SL1 [ nukiId="12AB89EF", deviceType=0, unlatch=false ]
Bridge nuki:bridge:NB1 "Bridge Name" [ ip="192.168.0.50", port=8080, apiToken="myS3cr3t!", manageCallbacks=true, secureToken=true ] {
Thing smartlock SL1 "Nuki Smartlock Name" [ nukiId="12AB89EF", deviceType=0, unlatch=false ]
Thing opener OP1 "Nuki Opener Name" [ nukiId="254CF45A" ]
}
```
@ -210,7 +215,7 @@ Bridge nuki:bridge:NB1 [ ip="192.168.0.50", port=8080, apiToken="myS3cr3t!", man
```
Switch Frontdoor_Lock "Frontdoor (Unlock / Lock)" <nukiwhite> { channel="nuki:smartlock:NB1:SL1:lock" }
Number Frontdoor_LockState "Frontdoor (Lock State)" <nukisl> { channel="nuki:smartlock:NB1:SL1:lockState" }
Switch Frontdoor_LowBattery "Frontdoor Low Battery" <nukibattery> { channel="nuki:smartlock:NB1:SL1:lowBattery" }
Switch Frontdoor_LowBattery "Frontdoor Low Battery" <nukibattery> { channel="nuki:smartlock:NB1:SL1:lowBattery" }
Number Frontdoor_DoorState "Frontdoor (Door State)" <door> { channel="nuki:smartlock:NB1:SL1:doorsensorState" }
```

View File

@ -81,21 +81,23 @@ Name | Type | Description | Read/Write | Zone type
-|-|-|-|-
`currentTemperature` | Number:Temperature | Current inside temperature | R | `HEATING`, `AC`
`humidity` | Number | Current relative inside humidity in percent | R | `HEATING`, `AC`
`heatingPower` | Number | Amount of heating power currently present | R | `HEATING`
`acPower` | Switch | Indicates if the Air-Conditioning is Off or On | R | `AC`
`hvacMode` | String | Active mode, one of `OFF`, `HEAT`, `COOL`, `DRY`, `FAN`, `AUTO` | RW | `HEATING` and `DHW` support `OFF` and `HEAT`, `AC` can support more
`targetTemperature` | Number:Temperature | Set point | RW | `HEATING`, `AC`, `DHW`
`operationMode` | String | Operation mode the zone is currently in. One of `SCHEDULE` (follow smart schedule), `MANUAL` (override until ended manually), `TIMER` (override for a given time), `UNTIL_CHANGE` (active until next smart schedule block or until AWAY mode becomes active) | RW | `HEATING`, `AC`, `DHW`
`overlayExpiry` | DateTime | End date and time of a timer | R | `HEATING`, `AC`, `DHW`
`timerDuration` | Number | Timer duration in minutes | RW | `HEATING`, `AC`, `DHW`
`heatingPower` | Number | Amount of heating power currently present | R | `HEATING`
`acPower` | Switch | Indicates if the Air-Conditioning is Off or On | R | `AC`
`fanspeed`<sup>1)</sup> | String | Fan speed, one of `AUTO`, `LOW`, `MIDDLE`, `HIGH` | RW | `AC`
`fanLevel`<sup>1)</sup> | String | Fan speed, one of <sup>3)</sup> `AUTO`, `SILENT`, `LEVEL1`, `LEVEL2`, `LEVEL3`, `LEVEL4`, `LEVEL5` | RW | `AC`
`swing`<sup>2)</sup> | Switch | Swing on/off | RW | `AC`
`verticalSwing`<sup>2)</sup> | String | Vertical swing state, one of <sup>3)</sup> `OFF`, `ON`, `UP`, `MID_UP`, `MID`, `MID_DOWN`, `DOWN`, `AUTO` | RW | `AC`
`horizontalSwing`<sup>2)</sup> | String | Horizontal swing state, one of <sup>3)</sup> `OFF`, `ON`, `LEFT`, `MID_LEFT`, `MID`, `MID_RIGHT`, `RIGHT`, `AUTO` | RW | `AC`
`overlayExpiry` | DateTime | End date and time of a timer | R | `HEATING`, `AC`, `DHW`
`timerDuration` | Number | Timer duration in minutes | RW | `HEATING`, `AC`, `DHW`
`operationMode` | String | Operation mode the zone is currently in. One of `SCHEDULE` (follow smart schedule), `MANUAL` (override until ended manually), `TIMER` (override for a given time), `UNTIL_CHANGE` (active until next smart schedule block or until AWAY mode becomes active) | RW | `HEATING`, `AC`, `DHW`
`batteryLowAlarm` | Switch | A control device in the Zone has a low battery (if applicable) | R | Any Zone
`batteryLowAlarm` | Switch | A control device in the Zone has a low battery | R | Any Zone
`openWindowDetected` | Switch | An open window has been detected in the Zone | R | Any Zone
`light` | Switch | State (`ON`, `OFF`) of the control panel light (if applicable) | RW | `AC`
`light` | Switch | State (`ON`, `OFF`) of the control panel light | RW | `AC`
You will see some of the above mentioned Channels only if your tado° device supports the respective function.
The `RW` items are used to either override the schedule or to return to it (if `hvacMode` is set to `SCHEDULE`).

View File

@ -141,7 +141,6 @@ The following table summarises the channels available for the FF-ZWAVE5-ECO -:
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|--------------|------------|--------------|----------|-----------|
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
| Temperature | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
| Sensor (general) | sensor_general | sensor_general | | Number |
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
@ -164,18 +163,13 @@ The following state translation is provided for this channel to the ```Switch```
| ON | Triggered |
| OFF | Untriggered |
### Temperature
### Sensor (temperature)
The FireFighter sensor has a temperature sensor built into the device and can be queried on a Wake Up Notification with a Multi-Level Sensor Get command. The sensor supports reporting both in Celsius and Fahrenheit.
Indicates the current temperature.
The ```sensor_temperature``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
### Sensor (temperature)
Indicates the current temperature.
The ```sensor_temperature``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
### Sensor (general)

View File

@ -43,6 +43,14 @@ The following table summarises the channels available for the HS-WX300 -:
|--------------|------------|--------------|----------|-----------|
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
| Scene Number | scene_number | scene_number | | Number |
| LED 1 (bottom) Status Color | config_decimal | config_decimal | | Number |
| LED 2 Status Color | config_decimal | config_decimal | | Number |
| LED 3 Status Color | config_decimal | config_decimal | | Number |
| LED 4 Status Color | config_decimal | config_decimal | | Number |
| LED 5 Status Color | config_decimal | config_decimal | | Number |
| LED 6 Status Color | config_decimal | config_decimal | | Number |
| LED 7 Status Color | config_decimal | config_decimal | | Number |
| LED Status Mode | config_decimal | config_decimal | | Number |
### Dimmer
The brightness channel allows to control the brightness of a light.
@ -66,6 +74,78 @@ This channel provides the scene, and the event as a decimal value in the form ``
| 5 | 4 x keypress |
| 6 | 5 x keypress |
### LED 1 (bottom) Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 2 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 3 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 4 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 5 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 6 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED 7 Status Color
Possible values: 0-7
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
### LED Status Mode
0=Normal mode (LEDs show load status)
1=Status mode (custom LED status)
Generic class for configuration parameter.
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
## Device Configuration
@ -103,8 +183,8 @@ Detailed information on each parameter can be found in the sections below.
### Parameter 3: Bottom LED Operation
Sets bottom LED operation (in normal mode)
The following option values may be configured -:
Sets bottom LED operation (in normal mode)
The following option values may be configured, in addition to values in the range 0 to 1 -:
| Value | Description |
|--------|-------------|
@ -119,8 +199,8 @@ This parameter has the configuration ID ```config_3_1``` and is of type ```INTEG
### Parameter 4: Orientation
Sets paddle load orientation
The following option values may be configured -:
Sets paddles load orientation
The following option values may be configured, in addition to values in the range 0 to 1 -:
| Value | Description |
|--------|-------------|

View File

@ -0,0 +1,385 @@
---
layout: documentation
title: Motion sensor S2 - ZWave
---
{% include base.html %}
# Motion sensor S2 Motion, Temperature & Light Sensor NAS_PD02Z
This describes the Z-Wave device *Motion sensor S2*, manufactured by *[Shenzhen Neo Electronics Co., Ltd](http://www.szneo.com/)* with the thing type UID of ```shenzhen_motionsensors2_00_000```.
The device is in the category of *Motion Detector*, defining Motion sensors/detectors.
![Motion sensor S2 product image](https://opensmarthouse.org/zwavedatabase/1511/image/)
The Motion sensor S2 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is unable to participate in the routing of data from other devices.
The Motion sensor S2 does not permanently listen for messages sent from the controller - it will periodically wake up automatically to check if the controller has messages to send, but will sleep most of the time to conserve battery life. Refer to the *Wakeup Information* section below for further information.
## Overview
Motion Sensor with illuminance and sometimes a temperature feature
### Inclusion Information
* Remove the sensor cover.
* Make sure the sensor is powered.
* Set ZWave controller or ZWave gateway into inclusion mode (Refer to the controller or gateway operating manual)
* Press the button three times within 1.5 second, the device will enter inclusion mode. LED light will be blinking with 1s interval until inclusion successful
### Exclusion Information
* Remove the sensor cover.
* Make sure the sensor is powered.
* Set ZWave controller or ZWave gateway into inclusion mode (Refer to the controller or gateway operating manual)
* Press the button three times within 1.5 second, the device will enter inclusion mode. LED light is blinking 3 times with 0.5s interval.
### Wakeup Information
The Motion sensor S2 does not permanently listen for messages sent from the controller - it will periodically wake up automatically to check if the controller has messages to send, but will sleep most of the time to conserve battery life. The wakeup period can be configured in the user interface - it is advisable not to make this too short as it will impact battery life - a reasonable compromise is 1 hour.
The wakeup period does not impact the devices ability to report events or sensor data. The device can be manually woken with a button press on the device as described below - note that triggering a device to send an event is not the same as a wakeup notification, and this will not allow the controller to communicate with the device.
You can press the button  three times within 1.5 second to wake up the device and send wakeup notification to controller. If press successfully, the LED will blink one time. The minimum wakeup interval is 300s, the maximum wakeup interval is 16,777,200s (about 194 days). Allowable interval among each wakeup interval is 60 second, such as 360, 420, 480…
Note: The default value is 12 hours. This value is longer, the battery life is greater.<
### General Usage Information
## Channels
The following table summarises the channels available for the Motion sensor S2 -:
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|--------------|------------|--------------|----------|-----------|
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
| Sensor (luminance) | sensor_luminance | sensor_luminance | | Number |
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
| Battery Level | battery-level | system.battery_level | Battery | Number |
### Binary Sensor
Indicates if a sensor has triggered.
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
The following state translation is provided for this channel to the ```Switch``` item type -:
| Value | Label |
|-------|-----------|
| ON | Triggered |
| OFF | Untriggered |
### Sensor (luminance)
When the ambient light intensity differential is over 50lux (in default, and decides by configuration No. 11), the device will unsolicited to send a "SENSOR\_MULTILEVEL\_REPORT"to nodes which associated in lifeline.
Indicates the current light reading.
The ```sensor_luminance``` channel is of type ```sensor_luminance``` and supports the ```Number``` item. This is a read only channel so will only be updated following state changes from the device.
### Sensor (temperature)
When the ambient temperature differential is over 0.5°C (in default, and decides by configuration No. 15), the device will unsolicited to send a "SENSOR\_MULTILEVEL\_REPORT" to nodes which associated in lifeline.
Indicates the current temperature.
The ```sensor_temperature``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
### Battery Level
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
The ```system.battery-level``` channel is of type ```system.battery-level``` and supports the ```Number``` item and is in the ```Battery``` category.
This channel provides the battery level as a percentage and also reflects the low battery warning state. If the battery state is in low battery warning state, this will read 0%.
## Device Configuration
The following table provides a summary of the 16 configuration parameters available in the Motion sensor S2.
Detailed information on each parameter can be found in the sections below.
| Param | Name | Description |
|-------|-------|-------------|
| 1 | Motion Sensitivity | Sensitivity for motion detection. If this value is larger, the sensitivity is lower, and the distance for motion detecting is closer. |
| 2 | Motion Window Time | Specified time window (4s..16s) in which the amount of pulses will trigger a motion event. Window Time = [Value] * 4s + 4s. |
| 3 | Pulse Count | Amount of pulses during the specified time window which trigger a motion event. Amount of pluses = [Value] + 1. |
| 4 | Motion Blind Time | No motion detected time after a motion event was detected. The device will wait for setting times to ready to next detect. BlinkTime = ([Value] + I) * 0.5S. |
| 5 | Motion Enable | Enables or disablesd motion detection. If "1": Motion detected function is enable. Otherwise is disabled. |
| 6 | Motion Clear Time | Time to clear motion event after a motion event was detected. Time to motion clear, the device will send a clear event report to controller. Unit: Second. |
| 7 | Led Indicate Enable | Led light disable or enable. '1'- Enable Led Blink when device detects a motion event. °0'- Disable led blink. This configuration is not affected in inclusion, exclusion and reset. |
| 8 | Binary Sensor Report Enable | '1'- Enable sensor binary report when device detects a motion event. '0'- Disable sensor binary report when device detects a motion event. |
| 9 | Basic Set Level | Value for BASIC\_SET for nodes associated in Group 2. '100'- BASIC\_SET = 0xFF (ON). '0'- BASIC_SET = 0x00 (OFF). |
| 10 | Sensor Measuring Interval | Time interval for light sensor measurement of ambient light intensity. If this value is larger, the battery life is longer. And the light intensity changed is not obvious. |
| 11 | Light Intensity Differential Report | Value differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured light intensity to controller. |
| 12 | Light Intensity Threshold | If the light intensity current measured is less than the settings, device will considered to be dark at current time. If configuration 13 is set '1' and a motion event is detected, the device will send a BASIC_SET to the nodes that associated in group 2. |
| 13 | Light Intensity Associated Enable | '1'- Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in configuration 12, the device will send a BASIC_SET to nodes associated in group2. |
| 14 | Motion Event Report Once Enable | '1' - The motion detected event will be sent to controller only once until device report motion cleared event. '0'- The motion detected event will be sent to controller when device detects a movement event. |
| 15 | Temperature Differential Report | Value that differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured temperature value to nodes associated in lifeline. DifferentialValue = [Value] x 0.1°C |
| 99 | Light Intensity Offset Calibration | This parameter defines the calibrated scale for ambient light intensity |
| | Wakeup Interval | Sets the interval at which the device will accept commands from the controller |
| | Wakeup Node | Sets the node ID of the device to receive the wakeup notifications |
### Parameter 1: Motion Sensitivity
Sensitivity for motion detection. If this value is larger, the sensitivity is lower, and the distance for motion detecting is closer.
Values in the range 0 to 99 may be set.
The manufacturer defined default value is ```3```.
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
### Parameter 2: Motion Window Time
Specified time window (4s..16s) in which the amount of pulses will trigger a motion event. Window Time = [Value] * 4s + 4s.
Values in the range 0 to 3 may be set.
The manufacturer defined default value is ```2```.
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
### Parameter 3: Pulse Count
Amount of pulses during the specified time window which trigger a motion event. Amount of pluses = [Value] + 1.
Values in the range 0 to 3 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
### Parameter 4: Motion Blind Time
No motion detected time after a motion event was detected. The device will wait for setting times to ready to next detect. BlinkTime = ([Value] + I) * 0.5S.
Values in the range 0 to 15 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
### Parameter 5: Motion Enable
Enables or disablesd motion detection. If "1": Motion detected function is enable. Otherwise is disabled.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
### Parameter 6: Motion Clear Time
Time to clear motion event after a motion event was detected. Time to motion clear, the device will send a clear event report to controller. Unit: Second.
Values in the range 10 to 3600 may be set.
The manufacturer defined default value is ```30```.
This parameter has the configuration ID ```config_6_2``` and is of type ```INTEGER```.
### Parameter 7: Led Indicate Enable
Led light disable or enable. '1'- Enable Led Blink when device detects a motion event. °0'- Disable led blink. This configuration is not affected in inclusion, exclusion and reset.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
### Parameter 8: Binary Sensor Report Enable
'1'- Enable sensor binary report when device detects a motion event. '0'- Disable sensor binary report when device detects a motion event.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```0```.
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
### Parameter 9: Basic Set Level
Value for BASIC\_SET for nodes associated in Group 2. '100'- BASIC\_SET = 0xFF (ON). '0'- BASIC_SET = 0x00 (OFF).
Values in the range 1 to 100 may be set.
The manufacturer defined default value is ```100```.
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
### Parameter 10: Sensor Measuring Interval
Time interval for light sensor measurement of ambient light intensity. If this value is larger, the battery life is longer. And the light intensity changed is not obvious.
Values in the range 30 to 3600 may be set.
The manufacturer defined default value is ```180```.
This parameter has the configuration ID ```config_10_2``` and is of type ```INTEGER```.
### Parameter 11: Light Intensity Differential Report
Value differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured light intensity to controller.
Values in the range 1 to 127 may be set.
The manufacturer defined default value is ```50```.
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
### Parameter 12: Light Intensity Threshold
If the light intensity current measured is less than the settings, device will considered to be dark at current time. If configuration 13 is set '1' and a motion event is detected, the device will send a BASIC_SET to the nodes that associated in group 2.
Values in the range 1 to 127 may be set.
The manufacturer defined default value is ```50```.
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
### Parameter 13: Light Intensity Associated Enable
'1'- Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in configuration 12, the device will send a BASIC_SET to nodes associated in group2.
'1'- Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in configuration 12, the device will send a BASIC\_SET to nodes associated in group2. And if the current light intensity is larger than the settings in configuration 12, the device will not send BASIC\_SET to nodes associated in group2.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```0```.
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
### Parameter 14: Motion Event Report Once Enable
'1' - The motion detected event will be sent to controller only once until device report motion cleared event. '0'- The motion detected event will be sent to controller when device detects a movement event.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```0```.
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
### Parameter 15: Temperature Differential Report
Value that differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured temperature value to nodes associated in lifeline. DifferentialValue = [Value] x 0.1°C
Values in the range 1 to 100 may be set.
The manufacturer defined default value is ```10```.
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
### Parameter 99: Light Intensity Offset Calibration
This parameter defines the calibrated scale for ambient light intensity
This parameter defines the calibrated scale for ambient light intensity. Because the method and position that the sensor mounted and the cover of sensor will bring measurement error, user can get more real light intensity by this parameter setting. User should run the steps as blows for calibrating 
1. Set this parameter value to default(Assumes the sensor has been added in a Z-Wave Network). 
2. Place a digital luxmeter close to sensor and keep the same direction, monitor the light intensity value (Vm) which report to controller and record it. The same time user should record the value (Vs) of Iuxmeter.
3. The scale calibration formula: k = Vm IVS.
4. The value of k is then multiplied by 1000 and rounded to the nearest whole number.
5. Set the value getting in 5) to this parameter, calibrate finished. 
For example, Vm = 300, Vs = 2000, then k = 300 / 2600 = 0.11538
k=0.11538*1000=115.38=115
The parameter should be set to 115.
Values in the range 1 to 65536 may be set.
The manufacturer defined default value is ```1000```.
This parameter has the configuration ID ```config_99_2``` and is of type ```INTEGER```.
### Wakeup Interval
The wakeup interval sets the period at which the device will listen for messages from the controller. This is required for battery devices that sleep most of the time in order to conserve battery life. The device will wake up at this interval and send a message to the controller to tell it that it can accept messages - after a few seconds, it will go back to sleep if there is no further communications.
This setting is defined in *seconds*. It is advisable not to set this interval too short or it could impact battery life. A period of 1 hour (3600 seconds) is suitable in most instances.
Note that this setting does not affect the devices ability to send sensor data, or notification events.
This parameter has the configuration ID ```wakeup_interval``` and is of type ```INTEGER```.
### Wakeup Node
When sleeping devices wake up, they send a notification to a listening device. Normally, this device is the network controller, and normally the controller will set this automatically to its own address.
In the event that the network contains multiple controllers, it may be necessary to configure this to a node that is not the main controller. This is an advanced setting and should not be changed without a full understanding of the impact.
This parameter has the configuration ID ```wakeup_node``` and is of type ```INTEGER```.
## Association Groups
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
The Motion sensor S2 supports 2 association groups.
### Group 1: Lifeline
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
Lifeline
Association group 1 supports 1 node.
### Group 2: Basic Set
Association group 2 supports 5 nodes.
## Technical Information
### Endpoints
#### Endpoint 0
| Command Class | Comment |
|---------------|---------|
| COMMAND_CLASS_NO_OPERATION_V1| |
| COMMAND_CLASS_SENSOR_BINARY_V2| |
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| |
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
| COMMAND_CLASS_SUPERVISION_V1| |
| COMMAND_CLASS_CONFIGURATION_V1| |
| COMMAND_CLASS_ALARM_V8| |
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
| COMMAND_CLASS_POWERLEVEL_V1| |
| COMMAND_CLASS_BATTERY_V1| |
| COMMAND_CLASS_WAKE_UP_V2| |
| COMMAND_CLASS_ASSOCIATION_V2| |
| COMMAND_CLASS_VERSION_V2| |
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
| COMMAND_CLASS_SECURITY_2_V1| |
### Documentation Links
* [NAS-PD02Z manual](https://opensmarthouse.org/zwavedatabase/1511/reference/NAS_PD02Z_-_Manual_osh.pdf)
---
Did you spot an error in the above definition or want to improve the content?
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1511).

View File

@ -43,6 +43,10 @@ Scene Control
You can trigger up to 18 scenes or control up to 18 independent Z-Wave devices in your network using the Double Switch. You can assign scenes to 1-tap, 2-tap, 3-tap, 4-tap, 5-tap, or press-and-hold for any of the paddles and the relay button. Your hub needs to support central scene implementation for this feature to be available.
Full list of parameters for ZEN30 Double Switch VER. 3.10 firmware (or 1.20 for VER. 1.0 and 2.20 for VER. 2.0):
https://www.support.getzooz.com/kb/article/468-zen30-double-switch-advanced-settings/
### Inclusion Information
1. Enable Inclusion for the Z-Wave binding
@ -110,11 +114,12 @@ The ```switch_binary1``` channel is of type ```switch_binary``` and supports the
## Device Configuration
The following table provides a summary of the 22 configuration parameters available in the ZEN30.
The following table provides a summary of the 29 configuration parameters available in the ZEN30.
Detailed information on each parameter can be found in the sections below.
| Param | Name | Description |
|-------|-------|-------------|
| 0 | Enable/Disable Scene Control - Relay Button | Enable or disable scene control functionality for quick double tap triggers on the relay button. |
| 1 | LED Indicator Mode for Dimmer | LED Indicator Mode for Dimmer |
| 2 | LED Indicator Control for Relay | LED Indicator Control for Relay |
| 3 | LED Indicator Color for Dimmer | Choose the color of the LED indicators for the dimmer |
@ -136,7 +141,24 @@ Detailed information on each parameter can be found in the sections below.
| 20 | Remote Control Setting | Enable/Disable Load Control for Relay |
| 21 | Manual Dimming Speed | Manual Dimming Speed |
| 22 | Z-Wave Ramp Rate for Dimmer | Z-Wave Ramp Rate for Dimmer |
| 23 | Default Brightness Level ON for Dimmer | Default Brightness Level ON for Dimmer |
| 23 | Default Brightness Level ON for Dimmer | Set custom brightness level (in %) for the dimmer to come on to at single tap. |
| 24 | Dimmer Reporting Behavior when physical control is disabled. | Set reporting behavior for the dimmer when physical control is disabled. |
| 25 | Relay Reporting Behavior when physical control is disabled. | Set reporting behavior for the relay when physical control is disabled. |
| 26 | Night Light Mode | Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second. |
| 28 | Scene Control - Dimmer Paddles | Enable or disable scene control functionality for quick double tap triggers on the dimmer paddles. |
| 29 | Scene Control - Relay Button | Enable or disable scene control functionality for quick double tap triggers on the relay button. |
| 30 | Programming on the Dimmer Paddles | Enable or disable programming functionality on the dimmer paddles. If this setting is disabled, then inclusion, exclusion, smart bulb mode no longer work when dimmer paddles are activated (factory reset and scene control will still work) - that means you |
### Parameter 0: Enable/Disable Scene Control - Relay Button
Enable or disable scene control functionality for quick double tap triggers on the relay button.
Values in the range 0 to 1 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_0_1``` and is of type ```INTEGER```.
### Parameter 1: LED Indicator Mode for Dimmer
@ -464,7 +486,7 @@ This parameter has the configuration ID ```config_22_1``` and is of type ```INTE
### Parameter 23: Default Brightness Level ON for Dimmer
Default Brightness Level ON for Dimmer
Set custom brightness level (in %) for the dimmer to come on to at single tap.
Set custom brightness level (in %) for the dimmer to come on to at single tap
Values in the range 0 to 99 may be set.
@ -473,6 +495,96 @@ The manufacturer defined default value is ```0```.
This parameter has the configuration ID ```config_23_1``` and is of type ```INTEGER```.
### Parameter 24: Dimmer Reporting Behavior when physical control is disabled.
Set reporting behavior for the dimmer when physical control is disabled.
0 dimmer reports on/off status and brightness level and changes LED indicator state even if physical and Z-Wave control is disabled (default). 
1 dimmer doesn't report on/off/brightness status changes and it doesn't change the LED indicator state when physical (and Z-Wave) control is disabled and paddles are pressed or the dimmer receives on/off commands from the hub.
The following option values may be configured -:
| Value | Description |
|--------|-------------|
| 0 | disabled (default) |
| 1 | Enabled |
The manufacturer defined default value is ```0``` (disabled (default)).
This parameter has the configuration ID ```config_24_1``` and is of type ```INTEGER```.
### Parameter 25: Relay Reporting Behavior when physical control is disabled.
Set reporting behavior for the relay when physical control is disabled.
0 relay reports on/off status and changes LED indicator state even if physical and Z-Wave control is disabled (default). 
1 relay doesn't report on/off status changes and it doesn't change the LED indicator state when physical (and Z-Wave) control is disabled and the button is pressed or the relay receives on/off commands from the hub.
The following option values may be configured -:
| Value | Description |
|--------|-------------|
| 0 | disabled (default) |
| 1 | Enabled |
The manufacturer defined default value is ```0``` (disabled (default)).
This parameter has the configuration ID ```config_25_1``` and is of type ```INTEGER```.
### Parameter 26: Night Light Mode
Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.
Values in the range 0 to 99 may be set.
The manufacturer defined default value is ```20```.
This parameter has the configuration ID ```config_26_1``` and is of type ```INTEGER```.
### Parameter 28: Scene Control - Dimmer Paddles
Enable or disable scene control functionality for quick double tap triggers on the dimmer paddles.
Enable or disable scene control functionality for quick double tap triggers on the dimmer paddles.
The following option values may be configured -:
| Value | Description |
|--------|-------------|
| 0 | Disabled |
| 1 | enabled (default) |
The manufacturer defined default value is ```1``` (enabled (default)).
This parameter has the configuration ID ```config_28_1``` and is of type ```INTEGER```.
### Parameter 29: Scene Control - Relay Button
Enable or disable scene control functionality for quick double tap triggers on the relay button.
Enable or disable scene control functionality for quick double tap triggers on the relay button.
Values in the range 0 to 0 may be set.
The manufacturer defined default value is ```0```.
This parameter has the configuration ID ```config_29_1``` and is of type ```INTEGER```.
### Parameter 30: Programming on the Dimmer Paddles
Enable or disable programming functionality on the dimmer paddles. If this setting is disabled, then inclusion, exclusion, smart bulb mode no longer work when dimmer paddles are activated (factory reset and scene control will still work) - that means you
Enable or disable programming functionality on the dimmer paddles. If this setting is disabled, then inclusion, exclusion, smart bulb mode no longer work when dimmer paddles are activated (factory reset and scene control will still work) - that means you can now use triple-tap triggers on the dimmer for scenes and remote control of other devices.
The following option values may be configured -:
| Value | Description |
|--------|-------------|
| 0 | enabled (default) |
| 1 | Disabled |
The manufacturer defined default value is ```0``` (enabled (default)).
This parameter has the configuration ID ```config_30_1``` and is of type ```INTEGER```.
## Association Groups
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.

View File

@ -12,7 +12,7 @@
<channel id="todaySignal" typeId="signal">
<label>Today Signal</label>
<description>The signal relating to the forecast consumption level for today. Values are 1 for normal consumption
(green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red)).</description>
(green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).</description>
</channel>
<channel id="tomorrowSignal" typeId="signal">
<label>Tomorrow Signal</label>

View File

@ -38,30 +38,24 @@
<channels>
<channel typeId="currentTemperature" id="currentTemperature"></channel>
<channel typeId="humidity" id="humidity"></channel>
<channel typeId="heatingPower" id="heatingPower"></channel>
<channel typeId="hvacMode" id="hvacMode"></channel>
<channel typeId="targetTemperature" id="targetTemperature"></channel>
<channel typeId="acPower" id="acPower"></channel>
<channel typeId="fanspeed" id="fanspeed"></channel>
<channel typeId="swing" id="swing"></channel>
<channel typeId="light" id="light"></channel>
<channel typeId="fanLevel" id="fanLevel"></channel>
<channel typeId="swing" id="swing"></channel>
<channel typeId="horizontalSwing" id="horizontalSwing"></channel>
<channel typeId="verticalSwing" id="verticalSwing"></channel>
<channel typeId="light" id="light"></channel>
<channel typeId="hvacMode" id="hvacMode"></channel>
<channel typeId="targetTemperature" id="targetTemperature"></channel>
<channel typeId="operationMode" id="operationMode"></channel>
<channel typeId="overlayExpiry" id="overlayExpiry"></channel>
<channel typeId="timerDuration" id="timerDuration"></channel>
<channel typeId="operationMode" id="operationMode"></channel>
<channel typeId="openWindowDetected" id="openWindowDetected"></channel>
<channel typeId="system.low-battery" id="batteryLowAlarm">
<label>Battery Low Alarm</label>
<description>ON if one or more devices in the zone have a low battery</description>
</channel>
<channel typeId="acPower" id="acPower"></channel>
<channel typeId="openWindowDetected" id="openWindowDetected"></channel>
</channels>
<properties>
@ -152,6 +146,7 @@
<item-type>Number</item-type>
<label>Heating Power</label>
<description>Current heating power</description>
<category>Fire</category>
<state readOnly="true" pattern="%.0f %%"></state>
</channel-type>
@ -183,6 +178,7 @@
<item-type>String</item-type>
<label>Fan Speed</label>
<description>AC fan speed (only if supported by AC)</description>
<category>Fan</category>
<state readOnly="false">
<options>
<option value="LOW">Low</option>
@ -197,18 +193,21 @@
<item-type>Switch</item-type>
<label>Swing</label>
<description>State of AC swing (only if supported by AC)</description>
<category>Flow</category>
</channel-type>
<channel-type id="light">
<item-type>Switch</item-type>
<label>Light</label>
<description>State of control panel light (only if supported by AC)</description>
<category>Light</category>
</channel-type>
<channel-type id="fanLevel">
<item-type>String</item-type>
<label>Fan Speed</label>
<description>AC fan level (only if supported by AC)</description>
<category>Fan</category>
<state readOnly="false">
<options>
<option value="SILENT">SILENT</option>
@ -226,6 +225,7 @@
<item-type>String</item-type>
<label>Horizontal Swing</label>
<description>State of AC horizontal swing (only if supported by AC)</description>
<category>Flow</category>
<state readOnly="false">
<options>
<option value="AUTO">AUTO</option>
@ -244,6 +244,7 @@
<item-type>String</item-type>
<label>Vertical Swing</label>
<description>State of AC vertical swing (only if supported by AC)</description>
<category>Flow</category>
<state readOnly="false">
<options>
<option value="AUTO">AUTO</option>
@ -276,6 +277,7 @@
<item-type>Number</item-type>
<label>Timer Duration</label>
<description>Total duration of a timer</description>
<category>Time</category>
<state min="0" step="1" pattern="%d min" readOnly="false"></state>
</channel-type>
@ -283,6 +285,7 @@
<item-type>DateTime</item-type>
<label>Overlay End Time</label>
<description>Time until when the overlay is active. Null if no overlay is set or overlay type is manual.</description>
<category>Time</category>
<state readOnly="true" pattern="%1$tF %1$tR"/>
</channel-type>
@ -294,8 +297,9 @@
<channel-type id="acPower">
<item-type>Switch</item-type>
<label>AirCon Power State</label>
<description>Indicates if the air-conditioning is Off or On</description>
<label>Air-conditioning Power</label>
<description>Current power state of the air-conditioning</description>
<category>Climate</category>
<state readOnly="true"></state>
</channel-type>
@ -303,7 +307,7 @@
<item-type>Switch</item-type>
<label>Open Window Detected</label>
<description>Indicates if an open window has been detected</description>
<category>window</category>
<category>Window</category>
<state readOnly="true"></state>
</channel-type>

View File

@ -50,7 +50,7 @@ Door/Window Sensor 7 Pro<br /> <h1>Overview</h1><p>Aeotec Door / Window Sensor 7
<property name="vendor">Aeotec Limited</property>
<property name="modelId">ZWA012</property>
<property name="manufacturerId">0371</property>
<property name="manufacturerRef">0002:000C,0102:000C</property>
<property name="manufacturerRef">0002:000C,0102:000C,0202:000C</property>
<property name="dbReference">1390</property>
<property name="defaultAssociations">1</property>
</properties>

View File

@ -20,12 +20,6 @@ Firefighter Audio Detector<br /> <h1>Overview</h1><p><strong>Overview:</strong><
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
</properties>
</channel>
<channel id="sensor_temperature" typeId="sensor_temperature">
<label>Temperature</label>
<properties>
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TARGET_TEMPERATURE</property>
</properties>
</channel>
<channel id="sensor_temperature" typeId="sensor_temperature">
<label>Sensor (temperature)</label>
<properties>

View File

@ -27,6 +27,54 @@ Scene Capable Wall Dimmer Switch<br /> <h1>Overview</h1><p>HS-WX300 is a Z-Wave
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
</properties>
</channel>
<channel id="config_decimal_param 21" typeId="config_decimal">
<label>LED 1 (bottom) Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 21</property>
</properties>
</channel>
<channel id="config_decimal_param 22" typeId="config_decimal">
<label>LED 2 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 22</property>
</properties>
</channel>
<channel id="config_decimal_param 23" typeId="config_decimal">
<label>LED 3 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 23</property>
</properties>
</channel>
<channel id="config_decimal_param 24" typeId="config_decimal">
<label>LED 4 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 24</property>
</properties>
</channel>
<channel id="config_decimal_param 25" typeId="config_decimal">
<label>LED 5 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 25</property>
</properties>
</channel>
<channel id="config_decimal_param 26" typeId="config_decimal">
<label>LED 6 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 26</property>
</properties>
</channel>
<channel id="config_decimal_param 27" typeId="config_decimal">
<label>LED 7 Status Color</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 27</property>
</properties>
</channel>
<channel id="config_decimal_param 13" typeId="config_decimal">
<label>LED Status Mode</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter = 13</property>
</properties>
</channel>
</channels>
<!-- DEVICE PROPERTY DEFINITIONS -->
@ -56,26 +104,26 @@ Scene Capable Wall Dimmer Switch<br /> <h1>Overview</h1><p>HS-WX300 is a Z-Wave
<!-- PARAMETER DEFINITIONS -->
<parameter name="config_3_1" type="integer" groupName="configuration">
<label>3: Bottom LED Operation</label>
<description>Sets bottom LED operation (in normal mode)</description>
<description><![CDATA[
Sets bottom LED operation (in normal mode)<br /> <h1>Overview</h1><p>Sets bottom LED operation (in normal mode)</p>
]]></description>
<default>1</default>
<options>
<option value="0">Bottom LED ON if load is OFF</option>
<option value="1">Bottom LED OFF if load is OFF</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_4_1" type="integer" groupName="configuration">
<label>4: Orientation</label>
<description><![CDATA[
Sets paddle load orientation<br /> <h1>Overview</h1><p><br /></p>
Sets paddle load orientation<br /> <h1>Overview</h1><p>Sets paddles load orientation</p>
]]></description>
<default>0</default>
<options>
<option value="0">Top of Paddle turns load ON</option>
<option value="1">Bottom of Paddle turns load ON</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_5_1" type="integer" groupName="configuration">

View File

@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="zwave"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
https://openhab.org/schemas/thing-description/v1.0.0">
<thing-type id="shenzhen_motionsensors2_00_000" listed="false">
<label>Motion sensor S2 Motion, Temperature &amp; Light Sensor NAS_PD02Z</label>
<description><![CDATA[
Motion, Temperature &amp; Light Sensor NAS_PD02Z<br /> <h1>Overview</h1><p>Motion Sensor with illuminance and sometimes a temperature feature<br /></p> <br /> <h2>Inclusion Information</h2><ul><li>Remove the sensor cover.</li><li>Make sure the sensor is powered.</li><li>Set ZWave controller or ZWave gateway into inclusion mode (Refer to the controller or gateway operating manual)</li><li>Press the button three times within 1.5 second, the device will enter inclusion mode. LED light will be blinking with 1s interval until inclusion successful</li></ul> <br /> <h2>Exclusion Information</h2><ul><li>Remove the sensor cover.</li><li>Make sure the sensor is powered.</li><li>Set ZWave controller or ZWave gateway into inclusion mode (Refer to the controller or gateway operating manual)</li><li>Press the button three times within 1.5 second, the device will enter inclusion mode. LED light is blinking 3 times with 0.5s interval.</li></ul> <br /> <h2>Wakeup Information</h2><p>You can press the button  three times within 1.5 second to wake up the device and send wakeup notification to controller. If press successfully, the LED will blink one time. The minimum wakeup interval is 300s, the maximum wakeup interval is 16,777,200s (about 194 days). Allowable interval among each wakeup interval is 60 second, such as 360, 420, 480…</p><p>Note: The default value is 12 hours. This value is longer, the battery life is greater.&lt;<br /></p>
]]></description>
<category>MotionDetector</category>
<!-- CHANNEL DEFINITIONS -->
<channels>
<channel id="sensor_binary" typeId="sensor_binary">
<label>Binary Sensor</label>
<properties>
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
</properties>
</channel>
<channel id="sensor_luminance" typeId="sensor_luminance">
<label>Sensor (luminance)</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=LUMINANCE</property>
</properties>
</channel>
<channel id="sensor_temperature" typeId="sensor_temperature">
<label>Sensor (temperature)</label>
<properties>
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TEMPERATURE</property>
</properties>
</channel>
<channel id="battery-level" typeId="system.battery-level">
<properties>
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
</properties>
</channel>
</channels>
<!-- DEVICE PROPERTY DEFINITIONS -->
<properties>
<property name="vendor">Shenzhen Neo Electronics Co., Ltd</property>
<property name="modelId">Motion sensor S2</property>
<property name="manufacturerId">0258</property>
<property name="manufacturerRef">0200:1036</property>
<property name="dbReference">1511</property>
<property name="defaultAssociations">1</property>
</properties>
<!-- CONFIGURATION DESCRIPTIONS -->
<config-description>
<!-- GROUP DEFINITIONS -->
<parameter-group name="configuration">
<context>setup</context>
<label>Configuration Parameters</label>
</parameter-group>
<parameter-group name="association">
<context>link</context>
<label>Association Groups</label>
</parameter-group>
<!-- PARAMETER DEFINITIONS -->
<parameter name="config_1_1" type="integer" groupName="configuration">
<label>1: Motion Sensitivity</label>
<description>Sensitivity for motion detection. If this value is larger, the sensitivity is lower, and the distance for motion detecting is closer.</description>
<default>3</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_2_1" type="integer" groupName="configuration">
<label>2: Motion Window Time</label>
<description>Specified time window (4s..16s) in which the amount of pulses will trigger a motion event. Window Time = [Value] * 4s + 4s.</description>
<default>2</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_3_1" type="integer" groupName="configuration">
<label>3: Pulse Count</label>
<description>Amount of pulses during the specified time window which trigger a motion event. Amount of pluses = [Value] + 1.</description>
<default>1</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_4_1" type="integer" groupName="configuration">
<label>4: Motion Blind Time</label>
<description>No motion detected time after a motion event was detected. The device will wait for setting times to ready to next detect. BlinkTime = ([Value] + I) * 0.5S.</description>
<default>1</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_5_1" type="integer" groupName="configuration">
<label>5: Motion Enable</label>
<description>Enables or disablesd motion detection. If "1": Motion detected function is enable. Otherwise is disabled.</description>
<default>1</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_6_2" type="integer" groupName="configuration">
<label>6: Motion Clear Time</label>
<description>Time to clear motion event after a motion event was detected. Time to motion clear, the device will send a clear event report to controller. Unit: Second.</description>
<default>30</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_7_1" type="integer" groupName="configuration">
<label>7: Led Indicate Enable</label>
<description>Led light disable or enable. '1'- Enable Led Blink when device detects a motion event. °0'- Disable led blink. This configuration is not affected in inclusion, exclusion and reset.</description>
<default>1</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_8_1" type="integer" groupName="configuration">
<label>8: Binary Sensor Report Enable</label>
<description>'1'- Enable sensor binary report when device detects a motion event. '0'- Disable sensor binary report when device detects a motion event.</description>
<default>0</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_9_1" type="integer" groupName="configuration">
<label>9: Basic Set Level</label>
<description>Value for BASIC_SET for nodes associated in Group 2. '100'- BASIC_SET = 0xFF (ON). '0'- BASIC_SET = 0x00 (OFF).</description>
<default>100</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_10_2" type="integer" groupName="configuration">
<label>10: Sensor Measuring Interval</label>
<description>Time interval for light sensor measurement of ambient light intensity. If this value is larger, the battery life is longer. And the light intensity changed is not obvious.</description>
<default>180</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_11_1" type="integer" groupName="configuration">
<label>11: Light Intensity Differential Report</label>
<description>Value differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured light intensity to controller.</description>
<default>50</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_12_1" type="integer" groupName="configuration">
<label>12: Light Intensity Threshold</label>
<description>If the light intensity current measured is less than the settings, device will considered to be dark at current time. If configuration 13 is set '1' and a motion event is detected, the device will send a BASIC_SET to the nodes that associated in group 2.</description>
<default>50</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_13_1" type="integer" groupName="configuration">
<label>13: Light Intensity Associated Enable</label>
<description><![CDATA[
'1'- Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in configuration 12, the device will send a BASIC_SET to nodes associated in group2.<br /> <h1>Overview</h1><p>'1'- Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in configuration 12, the device will send a BASIC_SET to nodes associated in group2. And if the current light intensity is larger than the settings in configuration 12, the device will not send BASIC_SET to nodes associated in group2.</p>
]]></description>
<default>0</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_14_1" type="integer" groupName="configuration">
<label>14: Motion Event Report Once Enable</label>
<description>'1' - The motion detected event will be sent to controller only once until device report motion cleared event. '0'- The motion detected event will be sent to controller when device detects a movement event.</description>
<default>0</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_15_1" type="integer" groupName="configuration">
<label>15: Temperature Differential Report</label>
<description>Value that differential between current measured and previous report value. If the differential value larger than the settings, device will report this measured temperature value to nodes associated in lifeline. DifferentialValue = [Value] x 0.1°C</description>
<default>10</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_99_2" type="integer" groupName="configuration">
<label>99: Light Intensity Offset Calibration</label>
<description><![CDATA[
This parameter defines the calibrated scale for ambient light intensity<br /> <h1>Overview</h1><p>This parameter defines the calibrated scale for ambient light intensity. Because the method and position that the sensor mounted and the cover of sensor will bring measurement error, user can get more real light intensity by this parameter setting. User should run the steps as blows for calibrating </p><p>1. Set this parameter value to default(Assumes the sensor has been added in a Z-Wave Network). </p><p>2. Place a digital luxmeter close to sensor and keep the same direction, monitor the light intensity value (Vm) which report to controller and record it. The same time user should record the value (Vs) of Iuxmeter.</p><p>3. The scale calibration formula: k = Vm IVS.</p><p>4. The value of k is then multiplied by 1000 and rounded to the nearest whole number.</p><p>5. Set the value getting in 5) to this parameter, calibrate finished. </p><p>For example, Vm = 300, Vs = 2000, then k = 300 / 2600 = 0.11538</p><p>k=0.11538*1000=115.38=115</p><p>The parameter should be set to 115.</p>
]]></description>
<default>1000</default>
<limitToOptions>false</limitToOptions>
</parameter>
<!-- ASSOCIATION DEFINITIONS -->
<parameter name="group_1" type="text" groupName="association" multiple="true">
<label>1: Lifeline</label>
<description>Lifeline</description>
<multipleLimit>1</multipleLimit>
</parameter>
<parameter name="group_2" type="text" groupName="association" multiple="true">
<label>2: Basic Set</label>
<description><![CDATA[
<br /> <h1>Overview</h1><p><br /></p>
]]></description>
<multipleLimit>5</multipleLimit>
</parameter>
<!-- STATIC DEFINITIONS -->
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
<label>Node ID</label>
<advanced>true</advanced>
</parameter>
</config-description>
</thing-type>
</thing:thing-descriptions>

View File

@ -8,7 +8,7 @@
<thing-type id="zooz_zen30_00_000" listed="false">
<label>ZEN30 Dimmer &amp; Dry Contact Relay</label>
<description><![CDATA[
Dimmer &amp; Dry Contact Relay<br /> <h1>Overview</h1><p>Features</p> <ul><li>Manual or Z-Wave control of 2 separate loads (dimmer + relay)</li> <li>Perfect replacement for a fan / light combo (neutral wire required)</li> <li>Scene control for multi-tap scenarios on select hubs</li> <li>Quick and easy pigtail wire installation (single pole only)</li> <li>4-color LED indicator and air-gap switch for added safety</li> <li>Packed with advanced dimming features including ramp rate control, custom on brightness level, and double tap to full brightness</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>S2 security protocol and 500 Z-Wave chip</li> </ul><p>Specifications</p> <ul><li>Model Number: ZEN30</li> <li>Z-Wave Signal Frequency: 908.42 MHz</li> <li>Power: 120 VAC, 60 Hz</li> <li>Dimmer Max Load: 75 W LED, 250 W incandescent; DONT use with tube lights, DC powered fixtures, or chandeliers</li> <li>Relay Max Load: 15 A (1/2 HP)</li> <li>Operating Temperature: 32-104° F (0-40° C)</li> <li>Installation and Use: Indoor only</li> </ul><p>Scene Control</p> <p>You can trigger up to 18 scenes or control up to 18 independent Z-Wave devices in your network using the Double Switch. You can assign scenes to 1-tap, 2-tap, 3-tap, 4-tap, 5-tap, or press-and-hold for any of the paddles and the relay button. Your hub needs to support central scene implementation for this feature to be available.</p> <br /> <h2>Inclusion Information</h2><ol><li>Enable Inclusion for the Z-Wave binding</li> <li>Quickly tap the upper paddle on the dimmer 3 times</li> <li>The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion</li> </ol> <br /> <h2>Exclusion Information</h2><ol><li>Enable Exclusion for the Z-Wave binding</li> <li>Bring your Z-Wave gateway (hub) close to the switch, if possible</li> <li>Quickly tap the lower paddle on the dimmer 3 times</li> </ol>
Dimmer &amp; Dry Contact Relay<br /> <h1>Overview</h1><p>Features</p> <ul><li>Manual or Z-Wave control of 2 separate loads (dimmer + relay)</li> <li>Perfect replacement for a fan / light combo (neutral wire required)</li> <li>Scene control for multi-tap scenarios on select hubs</li> <li>Quick and easy pigtail wire installation (single pole only)</li> <li>4-color LED indicator and air-gap switch for added safety</li> <li>Packed with advanced dimming features including ramp rate control, custom on brightness level, and double tap to full brightness</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>S2 security protocol and 500 Z-Wave chip</li> </ul><p>Specifications</p> <ul><li>Model Number: ZEN30</li> <li>Z-Wave Signal Frequency: 908.42 MHz</li> <li>Power: 120 VAC, 60 Hz</li> <li>Dimmer Max Load: 75 W LED, 250 W incandescent; DONT use with tube lights, DC powered fixtures, or chandeliers</li> <li>Relay Max Load: 15 A (1/2 HP)</li> <li>Operating Temperature: 32-104° F (0-40° C)</li> <li>Installation and Use: Indoor only</li> </ul><p>Scene Control</p> <p>You can trigger up to 18 scenes or control up to 18 independent Z-Wave devices in your network using the Double Switch. You can assign scenes to 1-tap, 2-tap, 3-tap, 4-tap, 5-tap, or press-and-hold for any of the paddles and the relay button. Your hub needs to support central scene implementation for this feature to be available.</p><p>Full list of parameters for ZEN30 Double Switch VER. 3.10 firmware (or 1.20 for VER. 1.0 and 2.20 for VER. 2.0):</p><p>https://www.support.getzooz.com/kb/article/468-zen30-double-switch-advanced-settings/<br /></p> <br /> <h2>Inclusion Information</h2><ol><li>Enable Inclusion for the Z-Wave binding</li> <li>Quickly tap the upper paddle on the dimmer 3 times</li> <li>The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion</li> </ol> <br /> <h2>Exclusion Information</h2><ol><li>Enable Exclusion for the Z-Wave binding</li> <li>Bring your Z-Wave gateway (hub) close to the switch, if possible</li> <li>Quickly tap the lower paddle on the dimmer 3 times</li> </ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
]]></description>
<category>WallSwitch</category>
@ -60,6 +60,13 @@ Dimmer &amp; Dry Contact Relay<br /> <h1>Overview</h1><p>Features</p> <ul><li>Ma
</parameter-group>
<!-- PARAMETER DEFINITIONS -->
<parameter name="config_0_1" type="integer" groupName="configuration">
<label>0: Enable/Disable Scene Control - Relay Button</label>
<description>Enable or disable scene control functionality for quick double tap triggers on the relay button.</description>
<default>1</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_1_1" type="integer" groupName="configuration">
<label>1: LED Indicator Mode for Dimmer</label>
<description><![CDATA[
@ -319,12 +326,82 @@ Z-Wave Ramp Rate for Dimmer<br /> <h1>Overview</h1><p>Choose if you would like t
<parameter name="config_23_1" type="integer" groupName="configuration">
<label>23: Default Brightness Level ON for Dimmer</label>
<description><![CDATA[
Default Brightness Level ON for Dimmer<br /> <h1>Overview</h1><p>Set custom brightness level (in %) for the dimmer to come on to at single tap</p>
Set custom brightness level (in %) for the dimmer to come on to at single tap.<br /> <h1>Overview</h1><p>Set custom brightness level (in %) for the dimmer to come on to at single tap</p>
]]></description>
<default>0</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_24_1" type="integer" groupName="configuration">
<label>24: Dimmer Reporting Behavior when physical control is disabled.</label>
<description><![CDATA[
Set reporting behavior for the dimmer when physical control is disabled.<br /> <h1>Overview</h1><p>0 dimmer reports on/off status and brightness level and changes LED indicator state even if physical and Z-Wave control is disabled (default). </p><p>1 dimmer doesn't report on/off/brightness status changes and it doesn't change the LED indicator state when physical (and Z-Wave) control is disabled and paddles are pressed or the dimmer receives on/off commands from the hub.<br /></p>
]]></description>
<default>0</default>
<options>
<option value="0">disabled (default)</option>
<option value="1">Enabled</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_25_1" type="integer" groupName="configuration">
<label>25: Relay Reporting Behavior when physical control is disabled.</label>
<description><![CDATA[
Set reporting behavior for the relay when physical control is disabled.<br /> <h1>Overview</h1><p>0 relay reports on/off status and changes LED indicator state even if physical and Z-Wave control is disabled (default). </p><p>1 relay doesn't report on/off status changes and it doesn't change the LED indicator state when physical (and Z-Wave) control is disabled and the button is pressed or the relay receives on/off commands from the hub.<br /></p>
]]></description>
<default>0</default>
<options>
<option value="0">disabled (default)</option>
<option value="1">Enabled</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_26_1" type="integer" groupName="configuration">
<label>26: Night Light Mode</label>
<description><![CDATA[
Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.<br /> <h1>Overview</h1><p><br /></p>
]]></description>
<default>20</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_28_1" type="integer" groupName="configuration">
<label>28: Scene Control - Dimmer Paddles</label>
<description><![CDATA[
Enable or disable scene control functionality for quick double tap triggers on the dimmer paddles.<br /> <h1>Overview</h1><p>Enable or disable scene control functionality for quick double tap triggers on the dimmer paddles.<br /></p>
]]></description>
<default>1</default>
<options>
<option value="0">Disabled</option>
<option value="1">enabled (default)</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_29_1" type="integer" groupName="configuration">
<label>29: Scene Control - Relay Button</label>
<description><![CDATA[
Enable or disable scene control functionality for quick double tap triggers on the relay button.<br /> <h1>Overview</h1><p>Enable or disable scene control functionality for quick double tap triggers on the relay button.<br /></p>
]]></description>
<default>0</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_30_1" type="integer" groupName="configuration">
<label>30: Programming on the Dimmer Paddles</label>
<description><![CDATA[
Enable or disable programming functionality on the dimmer paddles. If this setting is disabled, then inclusion, exclusion, smart bulb mode no longer work when dimmer paddles are activated (factory reset and scene control will still work) - that means you<br /> <h1>Overview</h1><p>Enable or disable programming functionality on the dimmer paddles. If this setting is disabled, then inclusion, exclusion, smart bulb mode no longer work when dimmer paddles are activated (factory reset and scene control will still work) - that means you can now use triple-tap triggers on the dimmer for scenes and remote control of other devices.<br /></p>
]]></description>
<default>0</default>
<options>
<option value="0">enabled (default)</option>
<option value="1">Disabled</option>
</options>
<limitToOptions>false</limitToOptions>
</parameter>
<!-- ASSOCIATION DEFINITIONS -->
<parameter name="group_1" type="text" groupName="association" multiple="true">
<label>1: Lifeline</label>