Updated external content (Jenkins build 1122)
parent
9cda560288
commit
4ba656c4a9
File diff suppressed because one or more lines are too long
|
@ -180,6 +180,7 @@ The following channels are available:
|
|||
| track | Current Track | Number | The current CD track number | |
|
||||
| random | Random Mode | Switch | The current random mode | |
|
||||
| repeat | Repeat Mode | String | The current repeat mode | TRACK, DISC, OFF |
|
||||
| radioPreset | Radio Preset | Number | Select a radio preset | INCREASE, DECREASE, value between 1 and 30 |
|
||||
| mainZone#line1 | Front Panel Line 1 | String | The first line displayed on the device front panel | |
|
||||
| mainZone#line2 | Front Panel Line 2 | String | The second line displayed on the device front panel | |
|
||||
| frequency, zone1#frequency, zone2#frequency, zone3#frequency, zone4#frequency | Current Frequency | Number | The current frequency (in kHz) for digital source input | |
|
||||
|
@ -212,9 +213,9 @@ Here are the list of channels available for each thing type:
|
|||
| rc1590 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance, otherCommand |
|
||||
| rcd1570 | power, playControl, brightness |
|
||||
| rcd1572 | power, playControl, track, random, repeat, brightness, otherCommand |
|
||||
| rcx1500 | power, source, volume, mute, playControl |
|
||||
| rcx1500 | power, source, volume, mute, playControl, radioPreset |
|
||||
| rdd1580 | power, source, playControl, frequency, otherCommand |
|
||||
| rdg1520 | power, source, playControl |
|
||||
| rdg1520 | power, source, playControl, radioPreset |
|
||||
| rsp1066 | mainZone#power, mainZone#source, mainZone#recordSource, mainZone#dsp, mainZone#volumeUpDown, mainZone#mute, mainZone#bass, mainZone#treble, mainZone#line1, mainZone#otherCommand, zone2#power, zone2#source, zone2#volumeUpDown |
|
||||
| rsp1068 | mainZone#power, mainZone#source, mainZone#recordSource, mainZone#dsp, mainZone#volume, mainZone#mute, mainZone#bass, mainZone#treble, mainZone#line1, mainZone#line2, mainZone#otherCommand, zone2#power, zone2#source, zone2#volume, zone2#mute, zone3#power, zone3#source, zone3#volume, zone3#mute, zone4#power, zone4#source, zone4#volume, zone4#mute |
|
||||
| rsp1069 | mainZone#power, mainZone#source, mainZone#recordSource, mainZone#dsp, mainZone#volume, mainZone#mute, mainZone#bass, mainZone#treble, mainZone#line1, mainZone#line2, mainZone#otherCommand, zone2#power, zone2#source, zone2#volume, zone2#mute, zone3#power, zone3#source, zone3#volume, zone3#mute, zone4#power, zone4#source, zone4#volume, zone4#mute |
|
||||
|
@ -233,11 +234,11 @@ Here are the list of channels available for each thing type:
|
|||
| rsx1560 | mainZone#power, mainZone#source, mainZone#recordSource, mainZone#dsp, mainZone#volume, mainZone#mute, mainZone#bass, mainZone#treble, mainZone#line1, mainZone#line2, mainZone#otherCommand, zone2#power, zone2#source, zone2#volume, zone2#mute, zone3#power, zone3#source, zone3#volume, zone3#mute, zone4#power, zone4#source, zone4#volume, zone4#mute |
|
||||
| rsx1562 | mainZone#power, mainZone#source, mainZone#recordSource, mainZone#dsp, mainZone#volume, mainZone#mute, mainZone#line1, mainZone#line2, mainZone#otherCommand, zone2#power, zone2#source, zone2#volume, zone2#mute, zone3#power, zone3#source, zone3#volume, zone3#mute, zone4#power, zone4#source, zone4#volume, zone4#mute |
|
||||
| rt09 | power, source, playControl, brightness |
|
||||
| rt11 | power, source, brightness |
|
||||
| rt1570 | power, source, brightness |
|
||||
| rt11 | power, source, radioPreset, brightness |
|
||||
| rt1570 | power, source, radioPreset, brightness |
|
||||
| s5 | power, brightness |
|
||||
| t11 | power, source, brightness |
|
||||
| t14 | power, source, brightness |
|
||||
| t11 | power, source, radioPreset, brightness |
|
||||
| t14 | power, source, radioPreset, brightness |
|
||||
| x3 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance, otherCommand |
|
||||
| x5 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance, otherCommand |
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ In the list below, you can find, how are channel group and channels id`s related
|
|||
**thing** `computer`
|
||||
|
||||
* **group** `memory`
|
||||
* **channel** `available, total, used, availablePercent, usedPercent`
|
||||
* **channel** `available, total, used, availablePercent, usedPercent, usedHeapPercent, availableHeap`
|
||||
* **group** `swap`
|
||||
* **channel** `available, total, used, availablePercent, usedPercent`
|
||||
* **group** `storage` (deviceIndex)
|
||||
|
@ -91,7 +91,7 @@ In the list below, you can find, how are channel group and channels id`s related
|
|||
* **group** `battery` (deviceIndex)
|
||||
* **channel** `name, remainingCapacity, remainingTime`
|
||||
* **group** `cpu`
|
||||
* **channel** `name, description, load1, load5, load15, uptime`
|
||||
* **channel** `name, description, load, load1, load5, load15, uptime, threads`
|
||||
* **group** `sensors`
|
||||
* **channel** `cpuTemp, cpuVoltage, fanSpeed`
|
||||
* **group** `network` (deviceIndex)
|
||||
|
@ -118,12 +118,14 @@ The binding introduces the following channels:
|
|||
|
||||
| Channel ID | Channel Description | Supported item type | Default priority | Advanced |
|
||||
|--------------------|------------------------------------------------------------------|---------------------|------------------|----------|
|
||||
| load | CPU Load (total or by process) in % | Number:Dimensionless| High | False |
|
||||
| load1 | Load for the last 1 minute | Number | Medium | True |
|
||||
| load5 | Load for the last 5 minutes | Number | Medium | True |
|
||||
| load15 | Load for the last 15 minutes | Number | Medium | True |
|
||||
| threads | Number of threads currently running | Number | Medium | True |
|
||||
| threads | Number of threads currently running or for the process | Number | Medium | True |
|
||||
| path | The full path of the process | String | Low | False |
|
||||
| uptime | System uptime (time after start) in minutes | Number | Medium | True |
|
||||
| name | Name of the device | String | Low | False |
|
||||
| name | Name of the device or process | String | Low | False |
|
||||
| available | Available size in MB | Number | High | False |
|
||||
| used | Used size in MB | Number | High | False |
|
||||
| total | Total size in MB | Number | Low | False |
|
||||
|
@ -162,6 +164,9 @@ It has the following options:
|
|||
- **Medium**
|
||||
- **Low**
|
||||
|
||||
The ''load'' channel will update total or by process CPU load at the frequency defined by the priority update interval, by default high priority, every second.
|
||||
The value corresponds to the average CPU load over the interval.
|
||||
|
||||
Channels from group ''process'' have additional configuration parameter - PID (Process identifier).
|
||||
This parameter is used as 'deviceIndex' and defines which process is tracked from the channel.
|
||||
This makes the channels from this groups very flexible - they can change its PID dynamically.
|
||||
|
@ -204,6 +209,7 @@ Number Network_PacketsReceived "Packets received" <returnpipe> { chann
|
|||
/* CPU information*/
|
||||
String CPU_Name "Name" <none> { channel="systeminfo:computer:work:cpu#name" }
|
||||
String CPU_Description "Description" <none> { channel="systeminfo:computer:work:cpu#description" }
|
||||
Number CPU_Load "CPU Load" <none> { channel="systeminfo:computer:work:cpu#load" }
|
||||
Number CPU_Load1 "Load (1 min)" <none> { channel="systeminfo:computer:work:cpu#load1" }
|
||||
Number CPU_Load5 "Load (5 min)" <none> { channel="systeminfo:computer:work:cpu#load5" }
|
||||
Number CPU_Load15 "Load (15 min)" <none> { channel="systeminfo:computer:work:cpu#load15" }
|
||||
|
|
|
@ -191,11 +191,12 @@ The supported Channels and their associated channel types are shown below.
|
|||
| position | Rollershutter | Actual position of the window or device. |
|
||||
| limitMinimum | Rollershutter | Minimum limit position of the window or device. |
|
||||
| limitMaximum | Rollershutter | Maximum limit position of the window or device. |
|
||||
| vanePosition | Dimmer | Vane position of a Venetian blind. |
|
||||
| vanePosition | Dimmer | Vane position of a Venetian blind. (optional) |
|
||||
|
||||
The `position`, `limitMinimum`, and `limitMaximum` are the same as described above for "window" Things.
|
||||
|
||||
The `vanePosition` Channel only applies to Venetian blinds that have tiltable slats.
|
||||
The binding detects whether the device supports a vane position, and if so, it adds the `vanePosition` Channel automatically.
|
||||
|
||||
### Channels for "actuator" Things
|
||||
|
||||
|
|
|
@ -435,7 +435,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -488,7 +488,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -540,7 +540,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
|
|
@ -470,7 +470,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -523,7 +523,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -575,7 +575,7 @@ Sum the values of the options you want:
|
|||
1048576 = Multi Channel Meter Report (A) on Channel 2
|
||||
|
||||
1776399 = ALL ABOVE OPTIONS
|
||||
The following option values may be configured, in addition to values in the range 0 to 1776399 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
|
|
@ -0,0 +1,356 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: MR40Z - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# MR40Z S2 Remote Control Switch
|
||||
This describes the Z-Wave device *MR40Z*, manufactured by *NIE Technology* with the thing type UID of ```nietech_mr40z_00_000```.
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
The MR40Z 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 MR40Z 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
|
||||
|
||||
Remote Scene Controller
|
||||
|
||||
Scene 1: First Button 1-Tap/2-Tap/3-Tap/Held/Released
|
||||
|
||||
Scene 2: First Button 1-Tap/2-Tap/3-Tap/Held/Released
|
||||
|
||||
|
||||
Scene 3: First Button 1-Tap/2-Tap/3-Tap/Held/Released
|
||||
|
||||
|
||||
Scene 4: First Button 1-Tap/2-Tap/3-Tap/Held/Released
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Place hub in inclusion mode
|
||||
|
||||
Tap first button 5x
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Place hub in exclusion mode
|
||||
|
||||
Tap second button 5x
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The MR40Z 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.
|
||||
|
||||
|
||||
Tap third button 5x
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the MR40Z -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:
|
||||
|
||||
| Event ID | Event Description |
|
||||
|----------|--------------------|
|
||||
| 0 | Single key press |
|
||||
| 1 | Key released |
|
||||
| 2 | Key held down |
|
||||
| 3 | Double keypress |
|
||||
| 4 | Tripple keypress |
|
||||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### 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 8 configuration parameters available in the MR40Z.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 0 | LED brightness | LED indicator brightness level in % |
|
||||
| 1 | Battery report threshold | Set battery level for battery reports |
|
||||
| 2 | Low Battery alarm report | Set battery level for low battery reports |
|
||||
| 3 | First button LED Color | LED indicator color for scene 1 activation |
|
||||
| 4 | Second button LED color | LED indicator color for scene 2 activation |
|
||||
| 5 | Third button LED color | LED indicator color for scene 3 activation |
|
||||
| 6 | Forth button LED color | LED indicator color for scene 4 activation |
|
||||
| 7 | LED brightness | LED indicator brightness level |
|
||||
| | 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 0: LED brightness
|
||||
|
||||
LED indicator brightness level in %
|
||||
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_0_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 1: Battery report threshold
|
||||
|
||||
Set battery level for battery reports
|
||||
Available range: 1%-20% (Default: 10)
|
||||
Values in the range 1 to 20 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Low Battery alarm report
|
||||
|
||||
Set battery level for low battery reports
|
||||
Available range: 5%-20% (Default: 5%)
|
||||
Values in the range 5 to 20 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: First button LED Color
|
||||
|
||||
LED indicator color for scene 1 activation
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 6 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Purple |
|
||||
| 2 | Orange |
|
||||
| 3 | Cyan |
|
||||
| 4 | Red |
|
||||
| 5 | Green |
|
||||
| 6 | Blue |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Second button LED color
|
||||
|
||||
LED indicator color for scene 2 activation
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 6 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Purple |
|
||||
| 2 | Orange |
|
||||
| 3 | Cyan |
|
||||
| 4 | Red |
|
||||
| 5 | Green |
|
||||
| 6 | Blue |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Third button LED color
|
||||
|
||||
LED indicator color for scene 3 activation
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 6 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Purple |
|
||||
| 2 | Orange |
|
||||
| 3 | Cyan |
|
||||
| 4 | Red |
|
||||
| 5 | Green |
|
||||
| 6 | Blue |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Forth button LED color
|
||||
|
||||
LED indicator color for scene 4 activation
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 6 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Purple |
|
||||
| 2 | Orange |
|
||||
| 3 | Cyan |
|
||||
| 4 | Red |
|
||||
| 5 | Green |
|
||||
| 6 | Blue |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: LED brightness
|
||||
|
||||
LED indicator brightness level
|
||||
LED brightness level between 0 (off) and 10 (maximum brightness), default: 5
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_0``` 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 MR40Z supports 9 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.
|
||||
|
||||
Association group 1 supports 10 nodes.
|
||||
|
||||
### Group 2: Group 2
|
||||
|
||||
First button press 1x send basic set 0xFF
|
||||
|
||||
Second button press 1x send basic set 0x00
|
||||
|
||||
Association group 2 supports 10 nodes.
|
||||
|
||||
### Group 3: Group 3
|
||||
|
||||
Third button press 1x send basic set 0xFF
|
||||
|
||||
Forth button press 1x send basic set 0x00
|
||||
|
||||
Association group 3 supports 10 nodes.
|
||||
|
||||
### Group 4: Group 4
|
||||
|
||||
First button hold, send multilevel dim up
|
||||
|
||||
Second button hold, send multilevel dim down
|
||||
|
||||
Association group 4 supports 10 nodes.
|
||||
|
||||
### Group 5: Group 5
|
||||
|
||||
Third button hold, send multilevel dim up
|
||||
|
||||
Forth button hold, send multilevel dim down
|
||||
|
||||
Association group 5 supports 10 nodes.
|
||||
|
||||
### Group 6: Group 6
|
||||
|
||||
First button press 1x to toggle on/off (send basic set 0xFF or 0x00)
|
||||
|
||||
Association group 6 supports 10 nodes.
|
||||
|
||||
### Group 7: Group 7
|
||||
|
||||
Second button press 1x to toggle on/off (send basic set 0xFF or 0x00)
|
||||
|
||||
Association group 7 supports 10 nodes.
|
||||
|
||||
### Group 8: Group 8
|
||||
|
||||
Third button press 1x to toggle on/off (send basic set 0xFF or 0x00)
|
||||
|
||||
Association group 8 supports 10 nodes.
|
||||
|
||||
### Group 9: Group 9
|
||||
|
||||
Fourth button press 1x to toggle on/off (send basic set 0xFF or 0x00)
|
||||
|
||||
Association group 9 supports 10 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_INDICATOR_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1518/reference/MR40Z-manual.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/1518).
|
|
@ -0,0 +1,314 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN04 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN04 Smart Plug
|
||||
This describes the Z-Wave device *ZEN04*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen04_00_000```.
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The ZEN04 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is also able to participate in the routing of data between other devices in the mesh network.
|
||||
|
||||
## Overview
|
||||
|
||||
**Features**
|
||||
|
||||
* Reliable Z-Wave™ control of lamps and small appliances
|
||||
* Energy monitoring to help you manage power use
|
||||
* Quick set-up: just plug it into a grounded receptacle
|
||||
* Extra small, doesn’t block the other outlet
|
||||
* The latest S2 security and Z-Wave Plus technology™
|
||||
* Supports OTA firmware updates
|
||||
* ETL listed for safety standards
|
||||
|
||||
**Maximum Load**
|
||||
|
||||
* 15A resistive, 150W LED Bulbs, 1000 W incandescent, 1/3 hp motor
|
||||
|
||||
**Warnings**
|
||||
|
||||
|
||||
Make sure the load you are about to connect does NOT exceed 15 A in power. This Smart Plug can hold up to 15 A in total.
|
||||
|
||||
|
||||
Connecting heavy duty equipment to this Smart Plug will DAMAGE the device and may cause the connected appliance to malfunction. Do NOT plug washers, dryers, refrigerators, or motors over 1/3 hp to this Smart Plug.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press and release the Z-Wave button 3 TIMES QUICKLY
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press and release the Z-Wave button 3 TIMES QUICKLY
|
||||
|
||||
### General Usage Information
|
||||
|
||||
**Manual Control**
|
||||
|
||||
* 1 x Z-Wave button press: turn plug ON or OFF
|
||||
* 3 x Z-Wave button press: inclusion or exclusion
|
||||
* 5 x Z-Wave button press: toggle between Parameter 1 (LED Indicator Control) settings
|
||||
* 8 x Z-Wave button press: toggle between Parameter 4 (On/Off Status Recovery After Power Failure) settings
|
||||
* 10 x Z-Wave button press: Reset the kWh energy meter
|
||||
|
||||
**Factory Reset**
|
||||
|
||||
|
||||
Click Z-Wave button 2 twice quickly, then hold for at least 10 seconds. The LED indicator will flash once, indicating that the reset is successful.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN04 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh``` channel is of type ```meter_kwh``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. 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 |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 9 configuration parameters available in the ZEN04.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | LED Indicator | Decide how the LED indicator behaves depending on the on/off status of the plug. Note that the LED will flash green 3 times anytime a setting is successfully changed. |
|
||||
| 2 | Auto Turn-off Timer | Use this parameter to set the auto turn-off timer, the time after which you want the Smart Plug to automatically turn off once it has been turned on. The number entered as a value corresponds to the number of minutes. |
|
||||
| 3 | Auto Turn-on Timer | Use this parameter to set the auto turn-on timer, the time after which you want the Smart Plug to automatically turn on once it has been turned off. The number entered as a value corresponds to the number of minutes. |
|
||||
| 4 | Power Outage Recovery State | Choose the recovery state for your Smart Plug if power outage occurs |
|
||||
| 5 | Power Wattage Reporting Threshold | Choose how you want your Smart Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Smart Plug |
|
||||
| 6 | Power Wattage Reporting Frequency | The number entered as value corresponds to the number of minutes. So if 5 is entered by default, the Smart Plug will report power consumption (Wattage) every 5 minutes. |
|
||||
| 7 | Electrical Current Reporting Threshold | Choose how you want your Smart Plug to report electrical current (Amps) to your hub. The number entered as value corresponds to the number of Amps the appliance needs to go over for the change to be reported. Value 1 equals 0.1 A and value 10 equals 1 A. |
|
||||
| 8 | Energy Reporting Threshold | Choose how you want your Smart Plug to report energy use (kWh) to your hub. The number entered as value corresponds to the number of kWh the appliance needs to go over for the change to be reported. Value 1 equals 0.01 kWh and value 100 equals 1 kWh. So i |
|
||||
| 9 | LED Indicator Brightness | Choose which brightness level you want the LED indicator to be at. This setting can also be changed by pressing the Z-Wave button 8 times quickly (it will cycle through the values). You should see the LED flash green two times to confirm a successful brig |
|
||||
|
||||
### Parameter 1: LED Indicator
|
||||
|
||||
Decide how the LED indicator behaves depending on the on/off status of the plug. Note that the LED will flash green 3 times anytime a setting is successfully changed.
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED indicator is on/off when the plug is on/off (default) |
|
||||
| 1 | LED indicator is on/off when the plug is off/on |
|
||||
| 2 | LED indicator is always off |
|
||||
| 3 | LED indicator is always on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED indicator is on/off when the plug is on/off (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Auto Turn-off Timer
|
||||
|
||||
Use this parameter to set the auto turn-off timer, the time after which you want the Smart Plug to automatically turn off once it has been turned on. The number entered as a value corresponds to the number of minutes.
|
||||
0 - timer disabled (default)
|
||||
|
||||
1-65353 (minutes)
|
||||
Values in the range 0 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Auto Turn-on Timer
|
||||
|
||||
Use this parameter to set the auto turn-on timer, the time after which you want the Smart Plug to automatically turn on once it has been turned off. The number entered as a value corresponds to the number of minutes.
|
||||
0 - timer disabled (default
|
||||
|
||||
1-65535 (minutes)
|
||||
Values in the range 0 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Power Outage Recovery State
|
||||
|
||||
Choose the recovery state for your Smart Plug if power outage occurs
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Resumes the same power status prior to power outage |
|
||||
| 1 | Turns OFF once power is restored (ignores the status prior to outage) |
|
||||
| 2 | Turns ON once power is restored (ignores the status prior to outage) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Resumes the same power status prior to power outage).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Power Wattage Reporting Threshold
|
||||
|
||||
Choose how you want your Smart Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Smart Plug
|
||||
|
||||
Values in the range 5 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Power Wattage Reporting Frequency
|
||||
|
||||
The number entered as value corresponds to the number of minutes. So if 5 is entered by default, the Smart Plug will report power consumption (Wattage) every 5 minutes.
|
||||
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Electrical Current Reporting Threshold
|
||||
|
||||
Choose how you want your Smart Plug to report electrical current (Amps) to your hub. The number entered as value corresponds to the number of Amps the appliance needs to go over for the change to be reported. Value 1 equals 0.1 A and value 10 equals 1 A.
|
||||
1 = 0.1A (default)
|
||||
|
||||
|
||||
10 = 1A
|
||||
Values in the range 1 to 10 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: Energy Reporting Threshold
|
||||
|
||||
Choose how you want your Smart Plug to report energy use (kWh) to your hub. The number entered as value corresponds to the number of kWh the appliance needs to go over for the change to be reported. Value 1 equals 0.01 kWh and value 100 equals 1 kWh. So i
|
||||
1 = 0.01 kWh (Default)
|
||||
|
||||
100 = 1kWh
|
||||
Values in the range 1 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: LED Indicator Brightness
|
||||
|
||||
Choose which brightness level you want the LED indicator to be at. This setting can also be changed by pressing the Z-Wave button 8 times quickly (it will cycle through the values). You should see the LED flash green two times to confirm a successful brig
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | High |
|
||||
| 1 | Medium |
|
||||
| 2 | Low (default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Low (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_9_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.
|
||||
|
||||
The ZEN04 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.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Basic
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| 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_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_INDICATOR_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1519/reference/zooz-zen04-smart-plug-manual.pdf)
|
||||
* [Advanced Parameters](https://opensmarthouse.org/zwavedatabase/1519/reference/ZEN04_Advanced_Parameters.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/1519).
|
|
@ -21,7 +21,7 @@ The ZEN31 supports routing. This allows the device to communicate using other ro
|
|||
* Perfect for programming your existing RGBW LED strip
|
||||
* Energy monitoring in live mode and over time
|
||||
* Double tap to full brightness feature + optional scene control
|
||||
* Remembers and restores on/off status a?er power failure
|
||||
* Remembers and restores on/off status after a power failure
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
|
||||
### Inclusion Information
|
||||
|
@ -32,6 +32,10 @@ Make sure the RGBW Dimmer is powered up. **Click the Z-Wave button 3 times ****
|
|||
|
||||
Click the Z-Wave button 3 times quickly.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN31 -:
|
||||
|
@ -590,7 +594,7 @@ The following option values may be configured -:
|
|||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_62_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@ Values (more details):
|
|||
|
||||
3 – 3-way impulse control (for selected 3-way scenarios, refer to the notes in the wiring instructions for your set-up);
|
||||
|
||||
4 – garage door mode (simulates a momentary push button switch in the Z-Wave interface, used for garage door opener applications)This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
4 – garage door mode (simulates a momentary push button switch in the Z-Wave interface, used for garage door opener applications)
|
||||
The following option values may be configured, in addition to values in the range 0 to 4 -:
|
||||
|
||||
| Value | Description |
|
||||
|
|
|
@ -116,7 +116,7 @@ Detailed information on each parameter can be found in the sections below.
|
|||
|
||||
Enable or disable the LED
|
||||
Enable or disable the LED indicator to reflect the current on/off status of the connected loads (LED on when either load is on, LED off when both loads are off)
|
||||
The following option values may be configured -:
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -257,14 +257,17 @@ This parameter has the configuration ID ```config_16_1``` and is of type ```INTE
|
|||
### Parameter 17: Smart Bulb Mode (Relay 1)
|
||||
|
||||
Enable or disable physical or Z-Wave control for relay 1
|
||||
Enable or disable physical and/or Z-Wave on/off control for relay 1. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.
|
||||
Enable or disable physical and/or Z-Wave on/off control for relay 1. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.
|
||||
|
||||
|
||||
Values: 0 – button and wall switch control disabled, Z-Wave control enabled (the relay will still report on/off control to the hub whenever the button or switch are toggled). 1 – button, wall switch, and Z-Wave control enabled (default). 2 – button, wall switch, and Z-Wave control control disabled (the relay will still report on/off control to the hub whenever the button or switch are toggled physically or via Z-Wave).
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Button and wall switch control disabled, Z-Wave control enabled (the r |
|
||||
| 0 | Button and wall switch control disabled, Z-Wave control enabled |
|
||||
| 1 | Button, wall switch, and Z-Wave control enabled (default) |
|
||||
| 2 | Button, wall switch, and Z-Wave control control disabled (the relay wi |
|
||||
| 2 | Button, wall switch, and Z-Wave control control disabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Button, wall switch, and Z-Wave control enabled (default)).
|
||||
|
||||
|
@ -274,14 +277,17 @@ This parameter has the configuration ID ```config_17_1``` and is of type ```INTE
|
|||
### Parameter 18: Smart Bulb Mode (Relay 2)
|
||||
|
||||
Enable or disable physical or Z-Wave control for relay 2
|
||||
Enable or disable physical and/or Z-Wave on/off control for relay 2. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.
|
||||
Enable or disable physical and/or Z-Wave on/off control for relay 2. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.
|
||||
|
||||
|
||||
Values: 0 – button and wall switch control disabled, Z-Wave control enabled (the relay will still report on/off control to the hub whenever the button or switch are toggled). 1 – button, wall switch, and Z-Wave control enabled (default). 2 – button, wall switch, and Z-Wave control control disabled (the relay will still report on/off control to the hub whenever the button or switch are toggled physically or via Z-Wave).
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Button and wall switch control disabled, Z-Wave control enabled (the r |
|
||||
| 0 | Button and wall switch control disabled, Z-Wave control enabled |
|
||||
| 1 | Button, wall switch, and Z-Wave control enabled (default) |
|
||||
| 2 | Button, wall switch, and Z-Wave control control disabled (the relay wi |
|
||||
| 2 | Button, wall switch, and Z-Wave control control disabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Button, wall switch, and Z-Wave control enabled (default)).
|
||||
|
||||
|
@ -291,17 +297,17 @@ This parameter has the configuration ID ```config_18_1``` and is of type ```INTE
|
|||
### Parameter 20: External Switch Type (relay1)
|
||||
|
||||
Choose the type of wall switch connected to relay 1 and its on/off behavior.
|
||||
|
||||
The following option values may be configured -:
|
||||
Values: 0 – toggle switch (device changes status when switch changes status); 1 – momentary switch (one-button switch like the ZAC99); 2 – toggle switch with fixed actions (always toggle up for on, always toggle down for off); 3 – 3-way impulse control (for selected 3-way scenarios, refer to the notes in the wiring instructions for your set-up). Default: 2.
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Toggle switch (device changes status when switch changes status) |
|
||||
| 0 | Toggle switch |
|
||||
| 1 | Momentary switch |
|
||||
| 2 | Toggle switch with fixed actions (always toggle up for on, always togg |
|
||||
| 3 | 3-way impulse control (for selected 3-way scenarios, refer to the note |
|
||||
| 2 | Toggle switch (default) |
|
||||
| 3 | 3-way impulse control |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch with fixed actions (always toggle up for on, always togg).
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_20_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
@ -309,17 +315,17 @@ This parameter has the configuration ID ```config_20_1``` and is of type ```INTE
|
|||
### Parameter 21: External Switch Type (relay2)
|
||||
|
||||
Choose the type of wall switch connected to relay 2 and its on/off behavior.
|
||||
|
||||
The following option values may be configured -:
|
||||
Values: 0 – toggle switch (device changes status when switch changes status); 1 – momentary switch (one-button switch like the ZAC99); 2 – toggle switch with fixed actions (always toggle up for on, always toggle down for off); 3 – 3-way impulse control (for selected 3-way scenarios, refer to the notes in the wiring instructions for your set-up). Default: 2.
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Toggle switch (device changes status when switch changes status) |
|
||||
| 0 | Toggle switch |
|
||||
| 1 | Momentary switch |
|
||||
| 2 | toggle switch with fixed actions (always toggle up for on, always togg |
|
||||
| 3 | 3-way impulse control (for selected 3-way scenarios, refer to the note |
|
||||
| 2 | Toggle switch with fixed actions (default) |
|
||||
| 3 | 3-way impulse control |
|
||||
|
||||
The manufacturer defined default value is ```2``` (toggle switch with fixed actions (always toggle up for on, always togg).
|
||||
The manufacturer defined default value is ```2``` (Toggle switch with fixed actions (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
|
|
@ -278,4 +278,12 @@
|
|||
<label>Other Command</label>
|
||||
<description>Choose the command to send to the device</description>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="radioPreset">
|
||||
<item-type>Number</item-type>
|
||||
<label>Radio Preset</label>
|
||||
<description>Select a radio preset</description>
|
||||
<state pattern="%d" readOnly="false" min="1" max="30"/>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<channel id="volume" typeId="system.volume"/>
|
||||
<channel id="mute" typeId="system.mute"/>
|
||||
<channel id="playControl" typeId="system.media-control"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
<channel id="playControl" typeId="system.media-control"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
</channels>
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
</channels>
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
</channels>
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
<channel id="radioPreset" typeId="radioPreset"/>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
</channels>
|
||||
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<channels>
|
||||
<channel id="name" typeId="name"/>
|
||||
<channel id="description" typeId="description"/>
|
||||
<channel id="load" typeId="cpuLoad"/>
|
||||
<channel id="load1" typeId="loadAverage"/>
|
||||
<channel id="load5" typeId="loadAverage"/>
|
||||
<channel id="load15" typeId="loadAverage"/>
|
||||
|
@ -288,13 +289,21 @@
|
|||
</channel-type>
|
||||
|
||||
<channel-type id="load_process">
|
||||
<item-type>Number</item-type>
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Load</label>
|
||||
<description>Load in percent</description>
|
||||
<state readOnly="true" pattern="%.1f %%"/>
|
||||
<config-description-ref uri="channel-type:systeminfo:highpriority_process"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="cpuLoad">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>CPU Load</label>
|
||||
<description>CPU load in percent</description>
|
||||
<state readOnly="true" pattern="%.1f %%"/>
|
||||
<config-description-ref uri="channel-type:systeminfo:highpriority"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="loadAverage" advanced="true">
|
||||
<item-type>Number</item-type>
|
||||
<label>Load Average</label>
|
||||
|
|
|
@ -132,18 +132,26 @@
|
|||
|
||||
<!-- Channel Type - Generic Things -->
|
||||
|
||||
<channel-type id="windowPosition">
|
||||
<item-type>Rollershutter</item-type>
|
||||
<label>@text/channel-type.velux.windowPosition.label</label>
|
||||
<description>@text/channel-type.velux.windowPosition.description</description>
|
||||
<category>Window</category>
|
||||
<state min="0" max="100"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="position">
|
||||
<item-type>Rollershutter</item-type>
|
||||
<label>@text/channel-type.velux.position.label</label>
|
||||
<description>@text/channel-type.velux.position.description</description>
|
||||
<category>Blinds</category>
|
||||
<state min="0" max="100"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="vanePosition">
|
||||
<item-type>Dimmer</item-type>
|
||||
<label>@text/channel-type.velux.vanePosition.label</label>
|
||||
<description>@text/channel-type.velux.vanePosition.description</description>
|
||||
<category>Blinds</category>
|
||||
<state min="0" max="100"/>
|
||||
</channel-type>
|
||||
|
||||
|
@ -158,14 +166,14 @@
|
|||
<item-type>Rollershutter</item-type>
|
||||
<label>@text/channel-type.velux.limitMinimum.label</label>
|
||||
<description>@text/channel-type.velux.limitMinimum.description</description>
|
||||
<category>Blinds</category>
|
||||
<state min="0" max="100"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="limitMaximum" advanced="true">
|
||||
<item-type>Rollershutter</item-type>
|
||||
<label>@text/channel-type.velux.limitMaximum.label</label>
|
||||
<description>@text/channel-type.velux.limitMaximum.description</description>
|
||||
<category>Blinds</category>
|
||||
<state min="0" max="100"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="action">
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<category>Blinds</category>
|
||||
<channels>
|
||||
<channel id="position" typeId="position"/>
|
||||
<channel id="vanePosition" typeId="vanePosition"/>
|
||||
<channel id="limitMinimum" typeId="limitMinimum"/>
|
||||
<channel id="limitMaximum" typeId="limitMaximum"/>
|
||||
<channel id="vanePosition" typeId="vanePosition"/>
|
||||
</channels>
|
||||
<representation-property>serial</representation-property>
|
||||
<config-description-ref uri="thing-type:velux:rollershutter"/>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<description>@text/thing-type.velux.window.description</description>
|
||||
<category>Window</category>
|
||||
<channels>
|
||||
<channel id="position" typeId="position"></channel>
|
||||
<channel id="position" typeId="windowPosition"></channel>
|
||||
<channel id="limitMinimum" typeId="limitMinimum"/>
|
||||
<channel id="limitMaximum" typeId="limitMaximum"/>
|
||||
</channels>
|
||||
|
|
|
@ -310,6 +310,7 @@ To set which reports need to be sent in Report group 1<br /> <h1>Overview</h1><p
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_102_4" type="integer" groupName="configuration">
|
||||
|
@ -332,6 +333,7 @@ To set which reports will be sent in Report group 2.<br /> <h1>Overview</h1><p><
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_103_4" type="integer" groupName="configuration">
|
||||
|
@ -354,6 +356,7 @@ To set which reports need to be sent in Report group 3.<br /> <h1>Overview</h1><
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_110_1_wo" type="integer" groupName="configuration">
|
||||
|
|
|
@ -322,6 +322,7 @@ To set which reports need to be sent in Report group 1<br /> <h1>Overview</h1><p
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_102_4" type="integer" groupName="configuration">
|
||||
|
@ -344,6 +345,7 @@ To set which reports will be sent in Report group 2.<br /> <h1>Overview</h1><p><
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_103_4" type="integer" groupName="configuration">
|
||||
|
@ -366,6 +368,7 @@ To set which reports need to be sent in Report group 3.<br /> <h1>Overview</h1><
|
|||
<option value="524288">Send Multi Channel Meter Report of current (A) C1</option>
|
||||
<option value="1048576">Send Multi Channel Meter Report of current (A) C2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_110_1_wo" type="integer" groupName="configuration">
|
||||
|
|
|
@ -0,0 +1,228 @@
|
|||
<?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="nietech_mr40z_00_000" listed="false">
|
||||
<label>MR40Z S2 Remote Control Switch</label>
|
||||
<description><![CDATA[
|
||||
S2 Remote Control Switch<br /> <h1>Overview</h1><p>Remote Scene Controller</p><p>Scene 1: First Button 1-Tap/2-Tap/3-Tap/Held/Released</p><p>Scene 2: First Button 1-Tap/2-Tap/3-Tap/Held/Released<br /></p><p>Scene 3: First Button 1-Tap/2-Tap/3-Tap/Held/Released<br /></p><p>Scene 4: First Button 1-Tap/2-Tap/3-Tap/Held/Released<br /></p> <br /> <h2>Inclusion Information</h2><p>Place hub in inclusion mode</p><p>Tap first button 5x</p> <br /> <h2>Exclusion Information</h2><p>Place hub in exclusion mode</p><p>Tap second button 5x</p> <br /> <h2>Wakeup Information</h2><p>Tap third button 5x</p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</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">NIE Technology</property>
|
||||
<property name="modelId">MR40Z</property>
|
||||
<property name="manufacturerId">0312</property>
|
||||
<property name="manufacturerRef">0924:D001</property>
|
||||
<property name="dbReference">1518</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_0_1" type="integer" groupName="configuration">
|
||||
<label>0: LED brightness</label>
|
||||
<description>LED indicator brightness level in %</description>
|
||||
<default>5</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: Battery report threshold</label>
|
||||
<description><![CDATA[
|
||||
Set battery level for battery reports<br /> <h1>Overview</h1><p>Available range: 1%-20% (Default: 10)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Low Battery alarm report</label>
|
||||
<description><![CDATA[
|
||||
Set battery level for low battery reports<br /> <h1>Overview</h1><p>Available range: 5%-20% (Default: 5%)</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: First button LED Color</label>
|
||||
<description>LED indicator color for scene 1 activation</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">White (default)</option>
|
||||
<option value="1">Purple</option>
|
||||
<option value="2">Orange</option>
|
||||
<option value="3">Cyan</option>
|
||||
<option value="4">Red</option>
|
||||
<option value="5">Green</option>
|
||||
<option value="6">Blue</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Second button LED color</label>
|
||||
<description>LED indicator color for scene 2 activation</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">White (default)</option>
|
||||
<option value="1">Purple</option>
|
||||
<option value="2">Orange</option>
|
||||
<option value="3">Cyan</option>
|
||||
<option value="4">Red</option>
|
||||
<option value="5">Green</option>
|
||||
<option value="6">Blue</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Third button LED color</label>
|
||||
<description>LED indicator color for scene 3 activation</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">White (default)</option>
|
||||
<option value="1">Purple</option>
|
||||
<option value="2">Orange</option>
|
||||
<option value="3">Cyan</option>
|
||||
<option value="4">Red</option>
|
||||
<option value="5">Green</option>
|
||||
<option value="6">Blue</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration">
|
||||
<label>6: Forth button LED color</label>
|
||||
<description>LED indicator color for scene 4 activation</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">White (default)</option>
|
||||
<option value="1">Purple</option>
|
||||
<option value="2">Orange</option>
|
||||
<option value="3">Cyan</option>
|
||||
<option value="4">Red</option>
|
||||
<option value="5">Green</option>
|
||||
<option value="6">Blue</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_0" type="integer" groupName="configuration">
|
||||
<label>7: LED brightness</label>
|
||||
<description><![CDATA[
|
||||
LED indicator brightness level<br /> <h1>Overview</h1><p>LED brightness level between 0 (off) and 10 (maximum brightness), default: 5</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>First button press 1x send basic set 0xFF</p><p>Second button press 1x send basic set 0x00</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Group 3</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Third button press 1x send basic set 0xFF</p><p>Forth button press 1x send basic set 0x00</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Group 4</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>First button hold, send multilevel dim up</p><p>Second button hold, send multilevel dim down</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Group 5</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Third button hold, send multilevel dim up</p><p>Forth button hold, send multilevel dim down</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_6" type="text" groupName="association" multiple="true">
|
||||
<label>6: Group 6</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>First button press 1x to toggle on/off (send basic set 0xFF or 0x00)</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_7" type="text" groupName="association" multiple="true">
|
||||
<label>7: Group 7</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Second button press 1x to toggle on/off (send basic set 0xFF or 0x00)</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: Group 8</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Third button press 1x to toggle on/off (send basic set 0xFF or 0x00)<br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>10</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_9" type="text" groupName="association" multiple="true">
|
||||
<label>9: Group 9</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Fourth button press 1x to toggle on/off (send basic set 0xFF or 0x00)</p>
|
||||
]]></description>
|
||||
<multipleLimit>10</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>
|
|
@ -0,0 +1,187 @@
|
|||
<?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="zooz_zen04_00_000" listed="false">
|
||||
<label>ZEN04 Smart Plug</label>
|
||||
<description><![CDATA[
|
||||
Smart Plug<br /> <h1>Overview</h1><p><b>Features</b></p><ul><li>Reliable Z-Wave™ control of lamps and small appliances</li><li>Energy monitoring to help you manage power use</li><li>Quick set-up: just plug it into a grounded receptacle</li><li>Extra small, doesn’t block the other outlet</li><li>The latest S2 security and Z-Wave Plus technology™</li><li>Supports OTA firmware updates</li><li>ETL listed for safety standards</li></ul><p><b>Maximum Load</b></p><ul><li>15A resistive, 150W LED Bulbs, 1000 W incandescent, 1/3 hp motor</li></ul><p><b>Warnings</b><br /></p><p>Make sure the load you are about to connect does NOT exceed 15 A in power. This Smart Plug can hold up to 15 A in total.<br /></p><p>Connecting heavy duty equipment to this Smart Plug will DAMAGE the device and may cause the connected appliance to malfunction. Do NOT plug washers, dryers, refrigerators, or motors over 1/3 hp to this Smart Plug.</p><p><br /></p> <br /> <h2>Inclusion Information</h2><p>Press and release the Z-Wave button 3 TIMES QUICKLY</p> <br /> <h2>Exclusion Information</h2><p>Press and release the Z-Wave button 3 TIMES QUICKLY</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>PowerOutlet</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_voltage" typeId="meter_voltage">
|
||||
<label>Electric meter (volts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_V</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_current" typeId="meter_current">
|
||||
<label>Electric meter (amps)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_A</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Zooz</property>
|
||||
<property name="modelId">ZEN04</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">7000:B002</property>
|
||||
<property name="dbReference">1519</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: LED Indicator</label>
|
||||
<description><![CDATA[
|
||||
Decide how the LED indicator behaves depending on the on/off status of the plug. Note that the LED will flash green 3 times anytime a setting is successfully changed.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">LED indicator is on/off when the plug is on/off (default)</option>
|
||||
<option value="1">LED indicator is on/off when the plug is off/on</option>
|
||||
<option value="2">LED indicator is always off</option>
|
||||
<option value="3">LED indicator is always on</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_4" type="integer" groupName="configuration">
|
||||
<label>2: Auto Turn-off Timer</label>
|
||||
<description><![CDATA[
|
||||
Use this parameter to set the auto turn-off timer, the time after which you want the Smart Plug to automatically turn off once it has been turned on. The number entered as a value corresponds to the number of minutes.<br /> <h1>Overview</h1><p>0 - timer disabled (default)</p><p>1-65353 (minutes)<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_4" type="integer" groupName="configuration">
|
||||
<label>3: Auto Turn-on Timer</label>
|
||||
<description><![CDATA[
|
||||
Use this parameter to set the auto turn-on timer, the time after which you want the Smart Plug to automatically turn on once it has been turned off. The number entered as a value corresponds to the number of minutes.<br /> <h1>Overview</h1><p>0 - timer disabled (default</p><p>1-65535 (minutes)<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Power Outage Recovery State</label>
|
||||
<description>Choose the recovery state for your Smart Plug if power outage occurs</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Resumes the same power status prior to power outage</option>
|
||||
<option value="1">Turns OFF once power is restored (ignores the status prior to outage)</option>
|
||||
<option value="2">Turns ON once power is restored (ignores the status prior to outage)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Power Wattage Reporting Threshold</label>
|
||||
<description>Choose how you want your Smart Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Smart Plug</description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration">
|
||||
<label>6: Power Wattage Reporting Frequency</label>
|
||||
<description>The number entered as value corresponds to the number of minutes. So if 5 is entered by default, the Smart Plug will report power consumption (Wattage) every 5 minutes.</description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: Electrical Current Reporting Threshold</label>
|
||||
<description><![CDATA[
|
||||
Choose how you want your Smart Plug to report electrical current (Amps) to your hub. The number entered as value corresponds to the number of Amps the appliance needs to go over for the change to be reported. Value 1 equals 0.1 A and value 10 equals 1 A.<br /> <h1>Overview</h1><p>1 = 0.1A (default)<br /></p><p>10 = 1A<br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: Energy Reporting Threshold</label>
|
||||
<description><![CDATA[
|
||||
Choose how you want your Smart Plug to report energy use (kWh) to your hub. The number entered as value corresponds to the number of kWh the appliance needs to go over for the change to be reported. Value 1 equals 0.01 kWh and value 100 equals 1 kWh. So i<br /> <h1>Overview</h1><p>1 = 0.01 kWh (Default)</p><p>100 = 1kWh<br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration">
|
||||
<label>9: LED Indicator Brightness</label>
|
||||
<description>Choose which brightness level you want the LED indicator to be at. This setting can also be changed by pressing the Z-Wave button 8 times quickly (it will cycle through the values). You should see the LED flash green two times to confirm a successful brig</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">High</option>
|
||||
<option value="1">Medium</option>
|
||||
<option value="2">Low (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Basic</label>
|
||||
<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>
|
|
@ -0,0 +1,652 @@
|
|||
<?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="zooz_zen31_00_000" listed="false">
|
||||
<label>ZEN31 RGBW Dimmer for LED Strips</label>
|
||||
<description><![CDATA[
|
||||
RGBW Dimmer for LED Strips<br /> <h1>Overview</h1><ul><li>Manual or Z-Wave on/off, brightness, and RGBW color control</li> <li>Perfect for programming your existing RGBW LED strip</li> <li>Energy monitoring in live mode and over time</li> <li>Double tap to full brightness feature + optional scene control</li> <li>Remembers and restores on/off status after a power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> </ul> <br /> <h2>Inclusion Information</h2><p>Make sure the RGBW Dimmer is powered up. <strong>Click the Z-Wave button 3 times </strong><strong>quickly</strong> to include the device. The LED will blink yellow to indicate communication with the hub. It will blink green (for non-secure, S0, or S2 unauthenticated inclusion) or magenta (for S2 authenticated) once the device is successfully included to your network. It will blink red if inclusion is not successful</p> <br /> <h2>Exclusion Information</h2><p>Click the Z-Wave button 3 times quickly.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>LightBulb</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_voltage" typeId="sensor_voltage">
|
||||
<label>Sensor (voltage)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE,COMMAND_CLASS_BASIC</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param157" typeId="zooz_zen31_00_000_config_decimal_param157">
|
||||
<label>Preset Program</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=157</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer1" typeId="switch_dimmer">
|
||||
<label>Dimmer (brightness)</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1,COMMAND_CLASS_BASIC:1</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts1" typeId="meter_watts">
|
||||
<label>Electric meter (watts) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:1;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh1" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:1;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="color_color1" typeId="color_color">
|
||||
<label>Color Control</label>
|
||||
<properties>
|
||||
<property name="binding:*:HSBType">COMMAND_CLASS_SWITCH_COLOR:1;colorMode=RGB</property>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="color_temperature1" typeId="color_temperature">
|
||||
<label>Color Temperature</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_COLOR:1;colorMode=DIFF_WHITE</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="color_raw1" typeId="color_raw">
|
||||
<label>Color Raw</label>
|
||||
<properties>
|
||||
<property name="binding:*:StringType">COMMAND_CLASS_SWITCH_COLOR:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system1" typeId="alarm_system">
|
||||
<label>Alarm (system) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:1;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power1" typeId="alarm_power">
|
||||
<label>Alarm (power) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:1;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer2" typeId="switch_dimmer">
|
||||
<label>Dimmer (red)</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:2,COMMAND_CLASS_BASIC:2</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer3" typeId="switch_dimmer">
|
||||
<label>Dimmer (green)</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:3,COMMAND_CLASS_BASIC:3</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer4" typeId="switch_dimmer">
|
||||
<label>Dimmer (blue)</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:4,COMMAND_CLASS_BASIC:4</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer5" typeId="switch_dimmer">
|
||||
<label>Dimmer (white)</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:5,COMMAND_CLASS_BASIC:5</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:5</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_voltage6" typeId="sensor_voltage">
|
||||
<label>Input 1 Voltage</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:6,COMMAND_CLASS_BASIC:6;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_voltage7" typeId="sensor_voltage">
|
||||
<label>Input 2 Voltage</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:7,COMMAND_CLASS_BASIC:7;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_voltage8" typeId="sensor_voltage">
|
||||
<label>Input 3 Voltage</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:8,COMMAND_CLASS_BASIC:8;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_voltage9" typeId="sensor_voltage">
|
||||
<label>Input 4 Voltage</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:9,COMMAND_CLASS_BASIC:9;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Zooz</property>
|
||||
<property name="modelId">ZEN31</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">0902:2000</property>
|
||||
<property name="dbReference">1163</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: Status after power failure</label>
|
||||
<description>Status after power failure</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Forced to OFF</option>
|
||||
<option value="1">Restore status</option>
|
||||
<option value="2">Forced to ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: Switch / Input type for IN1</label>
|
||||
<description>Switch / Input type for IN1</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Analog sensor with no pull-up</option>
|
||||
<option value="1">Analog sensor with pull-up</option>
|
||||
<option value="2">Momentary switch</option>
|
||||
<option value="3">Toggle switch (change on toggle)</option>
|
||||
<option value="4">Toggle switch (Up = ON, Down = OFF)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration">
|
||||
<label>21: Switch / Input type for IN2</label>
|
||||
<description>Switch / Input type for IN2</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Analog sensor with no pull-up</option>
|
||||
<option value="1">Analog sensor with pull-up</option>
|
||||
<option value="2">Momentary switch</option>
|
||||
<option value="3">Toggle switch (change on toggle)</option>
|
||||
<option value="4">Toggle switch (Up = ON, Down = OFF)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration">
|
||||
<label>22: Switch / Input type for IN3</label>
|
||||
<description>Switch / Input type for IN3</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Analog sensor with no pull-up</option>
|
||||
<option value="1">Analog sensor with pull-up</option>
|
||||
<option value="2">Momentary switch</option>
|
||||
<option value="3">Toggle switch (change on toggle)</option>
|
||||
<option value="4">Toggle switch (Up = ON, Down = OFF)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration">
|
||||
<label>23: Switch / Input type for IN4</label>
|
||||
<description>Switch / Input type for IN4</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Analog sensor with no pull-up</option>
|
||||
<option value="1">Analog sensor with pull-up</option>
|
||||
<option value="2">Momentary switch</option>
|
||||
<option value="3">Toggle switch (change on toggle)</option>
|
||||
<option value="4">Toggle switch (Up = ON, Down = OFF)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1_00000001" type="integer" groupName="configuration">
|
||||
<label>40: Click/toggle once to trigger a scene (IN1)</label>
|
||||
<description>Assign scene activation trigger for IN1 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1_00000002" type="integer" groupName="configuration">
|
||||
<label>40: Click/toggle twice to trigger a scene (IN1)</label>
|
||||
<description>Assign scene activation trigger for IN1 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1_00000004" type="integer" groupName="configuration">
|
||||
<label>40: Click/toggle three times to trigger a scene (IN1)</label>
|
||||
<description>Assign scene activation trigger for IN1 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1_00000008" type="integer" groupName="configuration">
|
||||
<label>40: Hold and release to trigger a scene (IN1)</label>
|
||||
<description>Assign scene activation trigger for IN1 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_41_1_00000001" type="integer" groupName="configuration">
|
||||
<label>41: Click/toggle once to trigger a scene (IN2)</label>
|
||||
<description>Assign scene activation trigger for IN2 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_41_1_00000002" type="integer" groupName="configuration">
|
||||
<label>41: Click/toggle twice to trigger a scene (IN2)</label>
|
||||
<description>Assign scene activation trigger for IN2 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_41_1_00000004" type="integer" groupName="configuration">
|
||||
<label>41: Click/toggle three times to trigger a scene (IN2)</label>
|
||||
<description>Assign scene activation trigger for IN2 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_41_1_00000008" type="integer" groupName="configuration">
|
||||
<label>41: Hold and release to trigger a scene (IN2)</label>
|
||||
<description>Assign scene activation trigger for IN2 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_1_00000001" type="integer" groupName="configuration">
|
||||
<label>42: Click/toggle once to trigger a scene (IN3)</label>
|
||||
<description>Assign scene activation trigger for IN3 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_1_00000002" type="integer" groupName="configuration">
|
||||
<label>42: Click/toggle twice to trigger a scene (IN3)</label>
|
||||
<description>Assign scene activation trigger for IN3 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_1_00000004" type="integer" groupName="configuration">
|
||||
<label>42: Click/toggle three times to trigger a scene (IN3)</label>
|
||||
<description>Assign scene activation trigger for IN3 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_1_00000008" type="integer" groupName="configuration">
|
||||
<label>42: Hold and release to trigger a scene (IN3)</label>
|
||||
<description>Assign scene activation trigger for IN3 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_43_1_00000001" type="integer" groupName="configuration">
|
||||
<label>43: Click/toggle once to trigger a scene (IN4)</label>
|
||||
<description>Assign scene activation trigger for IN4 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_43_1_00000002" type="integer" groupName="configuration">
|
||||
<label>43: Click/toggle twice to trigger a scene (IN4)</label>
|
||||
<description>Assign scene activation trigger for IN4 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_43_1_00000004" type="integer" groupName="configuration">
|
||||
<label>43: Click/toggle three times to trigger a scene (IN4)</label>
|
||||
<description>Assign scene activation trigger for IN4 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_43_1_00000008" type="integer" groupName="configuration">
|
||||
<label>43: Hold and release to trigger a scene (IN4)</label>
|
||||
<description>Assign scene activation trigger for IN4 terminal</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_62_2" type="integer" groupName="configuration">
|
||||
<label>62: Power report frequency</label>
|
||||
<description><![CDATA[
|
||||
Power report frequency<br /> <h1>Overview</h1><p>Allowed values: 0 (disabled) or 30 - 32400 seconds</p> <p>Default: 3600 seconds (1 hour)</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_63_2" type="integer" groupName="configuration">
|
||||
<label>63: Voltage Reporting / Trigger Threshold</label>
|
||||
<description><![CDATA[
|
||||
Choose how you want your RGBW Dimmer to report voltage changes.<br /> <h1>Overview</h1><p>Choose how you want your RGBW Dimmer to report voltage changes from the connected analog sensors and trigger status change on the output. The number entered as value corresponds to decimal values in voltage change. So if 5 is entered by default, the RGBW Dimmer will report any change in voltage of the connected sensor over 0.5 V. This setting is only in effect if at least one of Parameters 20 – 23 is set to value 0 or 1 (input is set to analog sensor mode).</p> <p>Allowed range: 0 -100</p> <p>Default: 5</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_64_2" type="integer" groupName="configuration">
|
||||
<label>64: Analog Sensor Report Frequency</label>
|
||||
<description><![CDATA[
|
||||
Choose how often you want your RGBW Dimmer to report voltage changes.<br /> <h1>Overview</h1><p>Choose how often you want your RGBW Dimmer to report voltage changes from the connected analog sensors to your hub. The number entered as value corresponds to the number of seconds. So if 3600 isentered as value, the RGBW Dimmer will report voltage from connected analog sensors every hour (independent of the threshold set in parameter 63). Voltage reports are sent in at least 30-second intervals. This setting is only in effect if at least one of Parameters 20 – 23 is set to value 0 or 1 (input is set to analog sensor mode).</p> <p>Allowed values: 0 (disabled) or 30 - 32400 seconds</p> <p>Default: 0 (disabled)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_65_2" type="integer" groupName="configuration">
|
||||
<label>65: Energy report threshold</label>
|
||||
<description><![CDATA[
|
||||
Energy report threshold<br /> <h1>Overview</h1><p>Choose how you want your RGBW Dimmer to report energy use (kWh) to your hub. The number entered as value corresponds to decimal values in energy usage change. So if 10 is entered by default, the RGBW Dimmer will report any change in energy use over 0.1 kWh. Energy reports are sent in at least 30-second intervals.</p> <p>Allowed values: 0 (disabled) or 1 - 500 (0.01 - 5.00 kWh)</p> <p>Default: 10 (0.1 kWh)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_66_2" type="integer" groupName="configuration">
|
||||
<label>66: Energy report frequency</label>
|
||||
<description><![CDATA[
|
||||
Energy report frequency<br /> <h1>Overview</h1><p>Choose how often you want your RGBW Dimmer to report energy (kWh) to your controller. The number entered as value corresponds to the number of seconds. So if 3600 is entered by default, the RGBW Dimmer will report energy use every hour(independent of the threshold set in parameter 65). Energy reports are sent in at least 30-second intervals.</p> <p>Allowed values: 0 (disabled) or 30 - 32400 seconds</p> <p>Default: 3600 seconds (1 hour)</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_150_1" type="integer" groupName="configuration">
|
||||
<label>150: RGBW / HSB Wall Switch Mode</label>
|
||||
<description><![CDATA[
|
||||
Choose how switches connected to the input terminals control your LED strip<br /> <h1>Overview</h1><p>Choose how switches connected to the input terminals control your LED strip. In the default RGBW mode, each switch connected to each input terminal controls the RGBW channels separately (so IN1 for red, IN2 for green, etc) with a single click for ON/OFF, double click to full brightness, and press-and-hold to dim (momentary switches only). In the HSB mode, IN1 controls hue, IN2 – saturation, IN3 – brightness, IN4 – white with single click for last set value or value 0, double click to max value, and press-and-hold to set custom value.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">RGBW mode</option>
|
||||
<option value="1">HSB mode</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_151_2" type="integer" groupName="configuration">
|
||||
<label>151: Ramp Rate</label>
|
||||
<description><![CDATA[
|
||||
Adjust the fade-in/fade-out effect for ON/OFF operation<br /> <h1>Overview</h1><p>Adjust the ramp rate for your RGBW dimmer (fade-in/fade-out effect for ON/OFF operation). Values correspond to the number of seconds it takes for the dimmer to reach full brightness or turn OFF when operated from the connected wall switch.</p> <p>You can also set the physical ramp rate in minutes instead of seconds by using a value between 128-254. For minutes, subtract 127 from the value (e.g. a value of 132 corresponds to 132 - 127 = 5 minutes).</p> <p>Allowed values: 0 (instant ON/OFF), 1 - 127 seconds, or 128 - 254 (1 - 127 minutes)</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_152_2" type="integer" groupName="configuration">
|
||||
<label>152: Ramp Rate (remote)</label>
|
||||
<description><![CDATA[
|
||||
Adjust the ramp rate of your RGBW dimmer when operated remotely through openHAB<br /> <h1>Overview</h1><p>Adjust the ramp rate for your RGBW dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated from the connected wall switch.</p> <p>You can also set the Z-Wave ramp rate in minutes instead of seconds by using a value between 128-254. For minutes, subtract 127 from the value (e.g. a value of 132 corresponds to 132 - 127 = 5 minutes).</p> <p>Allowed values: 0 instant ON/OFF), 1 - 127 seconds, or 128 - 254 (1 - 127 minutes)</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_154_4_000000FF" type="integer" groupName="configuration">
|
||||
<label>154: Single Click ON Trigger (IN1)</label>
|
||||
<description><![CDATA[
|
||||
Single Click ON Trigger (IN1)<br /> <h1>Overview</h1><p>Set the status or brightness level triggering other associated devices in your network if the dimmer is turned ON with a single click. Each of the 4 available bytes refers to one channel, starting with IN1 and ending with IN4. This setting applies to basic set and switch multilevel commands sent to associated devices in the appropriate association group.</p> <p>Allow value: 0 - 99, 255 (ON)</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<options>
|
||||
<option value="255">On</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_154_4_0000FF00" type="integer" groupName="configuration">
|
||||
<label>154: Single Click ON Trigger (IN2)</label>
|
||||
<description><![CDATA[
|
||||
Single Click ON Trigger (IN2)<br /> <h1>Overview</h1><p>Set the status or brightness level triggering other associated devices in your network if the dimmer is turned ON with a single click. Each of the 4 available bytes refers to one channel, starting with IN1 and ending with IN4. This setting applies to basic set and switch multilevel commands sent to associated devices in the appropriate association group.</p> <p>Allow value: 0 - 99, 255 (ON)</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_154_4_00FF0000" type="integer" groupName="configuration">
|
||||
<label>154: Single Click ON Trigger (IN3)</label>
|
||||
<description><![CDATA[
|
||||
Single Click ON Trigger (IN3)<br /> <h1>Overview</h1><p>Set the status or brightness level triggering other associated devices in your network if the dimmer is turned ON with a single click. Each of the 4 available bytes refers to one channel, starting with IN1 and ending with IN4. This setting applies to basic set and switch multilevel commands sent to associated devices in the appropriate association group.</p> <p>Allow value: 0 - 99, 255 (ON)</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_154_4_7F000000" type="integer" groupName="configuration">
|
||||
<label>154: Single Click ON Trigger (IN4)</label>
|
||||
<description><![CDATA[
|
||||
Single Click ON Trigger (IN4)<br /> <h1>Overview</h1><p>Set the status or brightness level triggering other associated devices in your network if the dimmer is turned ON with a single click. Each of the 4 available bytes refers to one channel, starting with IN1 and ending with IN4. This setting applies to basic set and switch multilevel commands sent to associated devices in the appropriate association group.</p> <p>Allow value: 0 - 99, 255 (ON)</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_157_1" type="integer" groupName="configuration">
|
||||
<label>157: Preset Programs</label>
|
||||
<description><![CDATA[
|
||||
Enable one of the preset animated color programs to set the mood with a click<br /> <h1>Overview</h1><p>0 - Preset programs disabled</p> <p>6 - Fireplace</p> <p>7 - Storm</p> <p>8 - Rainbow</p> <p>9 - Polar lights</p> <p>10 - Police (strobing red, white and blue)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Preset programs disabled</option>
|
||||
<option value="6">Fireplace</option>
|
||||
<option value="7">Storm</option>
|
||||
<option value="8">Rainbow</option>
|
||||
<option value="9">Polar Lights</option>
|
||||
<option value="10">Police (strobing red, white and blue)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>1</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description><![CDATA[
|
||||
Reserved for association and sync with other Zooz RGBW Dimmers (not for use with other devices).<br /> <h1>Overview</h1><p>Reserved for association and sync with other Zooz RGBW Dimmers (not for use with other devices).</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Group 3</label>
|
||||
<description><![CDATA[
|
||||
ON/OFF operation sync from input IN1<br /> <h1>Overview</h1><p>ON/OFF operation sync from input IN1</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Group 4</label>
|
||||
<description><![CDATA[
|
||||
Brightness (dimming) sync from input IN1<br /> <h1>Overview</h1><p>Brightness (dimming) sync from input IN1</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Group 5</label>
|
||||
<description><![CDATA[
|
||||
ON/OFF operation sync from input IN2<br /> <h1>Overview</h1><p>ON/OFF operation sync from input IN2</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_6" type="text" groupName="association" multiple="true">
|
||||
<label>6: Group 6</label>
|
||||
<description><![CDATA[
|
||||
Brightness (dimming) sync from input IN2<br /> <h1>Overview</h1><p>Brightness (dimming) sync from input IN2</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_7" type="text" groupName="association" multiple="true">
|
||||
<label>7: Group 7</label>
|
||||
<description><![CDATA[
|
||||
ON/OFF operation sync from input IN3<br /> <h1>Overview</h1><p>ON/OFF operation sync from input IN3</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: Group 8</label>
|
||||
<description><![CDATA[
|
||||
Brightness (dimming) sync from input IN3<br /> <h1>Overview</h1><p>Brightness (dimming) sync from input IN3</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_9" type="text" groupName="association" multiple="true">
|
||||
<label>9: Group 9</label>
|
||||
<description><![CDATA[
|
||||
ON/OFF operation sync from input IN4<br /> <h1>Overview</h1><p>ON/OFF operation sync from input IN4</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_10" type="text" groupName="association" multiple="true">
|
||||
<label>10: Group 10</label>
|
||||
<description><![CDATA[
|
||||
Brightness (dimming) sync from input IN4<br /> <h1>Overview</h1><p>Brightness (dimming) sync from input IN4</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>
|
||||
|
||||
<channel-type id="zooz_zen31_00_000_config_decimal_param157">
|
||||
<item-type>Number</item-type>
|
||||
<label>Preset Programs</label>
|
||||
<description>Enable one of the preset animated color programs to set the mood with a click</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Preset programs disabled</option>
|
||||
<option value="6">Fireplace</option>
|
||||
<option value="7">Storm</option>
|
||||
<option value="8">Rainbow</option>
|
||||
<option value="9">Polar Lights</option>
|
||||
<option value="10">Police (strobing red, white and blue)</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -141,7 +141,6 @@ Type of wall switch connected to the relay<br /> <h1>Overview</h1><p>Choose the
|
|||
<option value="3">3-way impulse control</option>
|
||||
<option value="4">Garage door mode</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
|
|
|
@ -75,7 +75,6 @@ Enable or disable the LED<br /> <h1>Overview</h1><p>Enable or disable the LED in
|
|||
<option value="0">LED Indicator disabled</option>
|
||||
<option value="1">LED Indicator enabled (default)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_2" type="integer" groupName="configuration">
|
||||
|
@ -179,53 +178,55 @@ Enable or disable scene control functionality<br /> <h1>Overview</h1><p>Enable o
|
|||
<parameter name="config_17_1" type="integer" groupName="configuration">
|
||||
<label>17: Smart Bulb Mode (Relay 1)</label>
|
||||
<description><![CDATA[
|
||||
Enable or disable physical or Z-Wave control for relay 1<br /> <h1>Overview</h1><p>Enable or disable physical and/or Z-Wave on/off control for relay 1. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.<br /></p>
|
||||
Enable or disable physical or Z-Wave control for relay 1<br /> <h1>Overview</h1><p>Enable or disable physical and/or Z-Wave on/off control for relay 1. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.<br /></p><p>Values: 0 – button and wall switch control disabled, Z-Wave control enabled (the relay will still report on/off control to the hub whenever the button or switch are toggled). 1 – button, wall switch, and Z-Wave control enabled (default). 2 – button, wall switch, and Z-Wave control control disabled (the relay will still report on/off control to the hub whenever the button or switch are toggled physically or via Z-Wave).<br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Button and wall switch control disabled, Z-Wave control enabled (the r</option>
|
||||
<option value="0">Button and wall switch control disabled, Z-Wave control enabled</option>
|
||||
<option value="1">Button, wall switch, and Z-Wave control enabled (default)</option>
|
||||
<option value="2">Button, wall switch, and Z-Wave control control disabled (the relay wi</option>
|
||||
<option value="2">Button, wall switch, and Z-Wave control control disabled</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_1" type="integer" groupName="configuration">
|
||||
<label>18: Smart Bulb Mode (Relay 2)</label>
|
||||
<description><![CDATA[
|
||||
Enable or disable physical or Z-Wave control for relay 2<br /> <h1>Overview</h1><p>Enable or disable physical and/or Z-Wave on/off control for relay 2. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.<br /></p>
|
||||
Enable or disable physical or Z-Wave control for relay 2<br /> <h1>Overview</h1><p>Enable or disable physical and/or Z-Wave on/off control for relay 2. If disabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.<br /></p><p>Values: 0 – button and wall switch control disabled, Z-Wave control enabled (the relay will still report on/off control to the hub whenever the button or switch are toggled). 1 – button, wall switch, and Z-Wave control enabled (default). 2 – button, wall switch, and Z-Wave control control disabled (the relay will still report on/off control to the hub whenever the button or switch are toggled physically or via Z-Wave).<br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Button and wall switch control disabled, Z-Wave control enabled (the r</option>
|
||||
<option value="0">Button and wall switch control disabled, Z-Wave control enabled</option>
|
||||
<option value="1">Button, wall switch, and Z-Wave control enabled (default)</option>
|
||||
<option value="2">Button, wall switch, and Z-Wave control control disabled (the relay wi</option>
|
||||
<option value="2">Button, wall switch, and Z-Wave control control disabled</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: External Switch Type (relay1)</label>
|
||||
<description>Choose the type of wall switch connected to relay 1 and its on/off behavior.</description>
|
||||
<description><![CDATA[
|
||||
Choose the type of wall switch connected to relay 1 and its on/off behavior.<br /> <h1>Overview</h1><p>Values: 0 – toggle switch (device changes status when switch changes status); 1 – momentary switch (one-button switch like the ZAC99); 2 – toggle switch with fixed actions (always toggle up for on, always toggle down for off); 3 – 3-way impulse control (for selected 3-way scenarios, refer to the notes in the wiring instructions for your set-up). Default: 2.<br /></p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Toggle switch (device changes status when switch changes status)</option>
|
||||
<option value="0">Toggle switch</option>
|
||||
<option value="1">Momentary switch</option>
|
||||
<option value="2">Toggle switch with fixed actions (always toggle up for on, always togg</option>
|
||||
<option value="3">3-way impulse control (for selected 3-way scenarios, refer to the note</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">3-way impulse control</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration">
|
||||
<label>21: External Switch Type (relay2)</label>
|
||||
<description>Choose the type of wall switch connected to relay 2 and its on/off behavior.</description>
|
||||
<description><![CDATA[
|
||||
Choose the type of wall switch connected to relay 2 and its on/off behavior.<br /> <h1>Overview</h1><p>Values: 0 – toggle switch (device changes status when switch changes status); 1 – momentary switch (one-button switch like the ZAC99); 2 – toggle switch with fixed actions (always toggle up for on, always toggle down for off); 3 – 3-way impulse control (for selected 3-way scenarios, refer to the notes in the wiring instructions for your set-up). Default: 2.<br /></p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Toggle switch (device changes status when switch changes status)</option>
|
||||
<option value="0">Toggle switch</option>
|
||||
<option value="1">Momentary switch</option>
|
||||
<option value="2">toggle switch with fixed actions (always toggle up for on, always togg</option>
|
||||
<option value="3">3-way impulse control (for selected 3-way scenarios, refer to the note</option>
|
||||
<option value="2">Toggle switch with fixed actions (default)</option>
|
||||
<option value="3">3-way impulse control</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration">
|
||||
|
|
Loading…
Reference in New Issue