Updated external content (Jenkins build 767)
parent
c6f28ebf1a
commit
280fc6b4db
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ id: millheat
|
|||
label: Millheat
|
||||
title: Millheat - Bindings
|
||||
type: binding
|
||||
description: "This binding integrates the Mill Wi-Fi enabled panel heaters."
|
||||
description: "This binding integrates the Mill Wi-Fi enabled panel heaters. See https://www.millheat.com/mill-wifi/"
|
||||
since: 3x
|
||||
install: auto
|
||||
---
|
||||
|
@ -14,8 +14,7 @@ install: auto
|
|||
|
||||
# Millheat Binding
|
||||
|
||||
This binding integrates the Mill Wi-Fi enabled panel heaters.
|
||||
See https://www.millheat.com/mill-wifi/
|
||||
This binding integrates the Mill Wi-Fi enabled panel heaters. See https://www.millheat.com/mill-wifi/
|
||||
|
||||
## Supported Things
|
||||
|
||||
|
@ -28,7 +27,7 @@ This binding supports all Wi-Fi enabled heaters as well as the Wi-Fi socket.
|
|||
|
||||
## Discovery
|
||||
|
||||
The binding will discover homes with rooms and heaters.
|
||||
The binding will discover homes with rooms and heaters.
|
||||
|
||||
In order to do discovery, add a thing of type Mill Heating API and add username and password.
|
||||
|
||||
|
@ -40,7 +39,7 @@ See full example below for how to configure using thing files.
|
|||
|
||||
* `username` = email address used in app
|
||||
* `password` = password used in app
|
||||
* `refreshInterval` = number of seconds between refresh calls to the server
|
||||
* `refreshInterval` = number of seconds between refresh calls to the server
|
||||
|
||||
### Home
|
||||
|
||||
|
@ -52,15 +51,12 @@ See full example below for how to configure using thing files.
|
|||
|
||||
### Heater
|
||||
|
||||
* `macAddress` = network mac address of device.
|
||||
Can be found in the app by viewing devices.
|
||||
Or you can find it during discovery.
|
||||
Used for heaters connected to a room.
|
||||
* `macAddress` = network mac address of device in UPPERCASE.
|
||||
Can be found in the app by viewing devices. Or you can find it during discovery. Used for heaters connected to a room.
|
||||
* `heaterId` = id of device/heater, type number (not string)
|
||||
Use auto discovery to find this value.
|
||||
Used to identify independent heaters or heaters connected to a room.
|
||||
Use auto discovery to find this value. Used to identify independent heaters or heaters connected to a room.
|
||||
* `power` = number of watts this heater is consuming when active.
|
||||
Used to provide data for the currentPower channel.
|
||||
Used to provide data for the currentPower channel.
|
||||
|
||||
Either `macAddres` or `heaterId` must be specified.
|
||||
|
||||
|
@ -89,7 +85,6 @@ Either `macAddres` or `heaterId` must be specified.
|
|||
| heatingActive | R | Switch | Whether the heaters in this room are active |
|
||||
| program | R | String | Name of program used in this room |
|
||||
|
||||
|
||||
### Heater channels
|
||||
|
||||
| Channel | Read/write | Item type | Description |
|
||||
|
@ -103,7 +98,6 @@ Either `macAddres` or `heaterId` must be specified.
|
|||
| window | R | Contact | Whether this heater has detected that a window nearby is open/detection of cold air (UNTESTED) |
|
||||
| masterSwitch | R/W | Switch | Turn heater ON/OFF. Channel available only if heater is not connected to a room |
|
||||
|
||||
|
||||
## Full Example
|
||||
|
||||
millheat.things:
|
||||
|
@ -112,7 +106,7 @@ millheat.things:
|
|||
Bridge millheat:account:home "Millheat account" [username="email@address.com",password="topsecret"] {
|
||||
Thing home monaco "Penthouse Monaco" [ homeId=100000000000000 ] // Note: numeric value
|
||||
Thing room office "Office room" [ roomId=200000000000000 ] Note: numeric value
|
||||
Thing heater office "Office panel heater" [ macAddress="F0XXXXXXXXX", power=900, heaterId=12345 ] Note: heaterId is a numeric value
|
||||
Thing heater office "Office panel heater" [ macAddress="F0XXXXXXXXX", power=900, heaterId=12345 ] Note: heaterId is a numeric value, macAddress in UPPERCASE
|
||||
}
|
||||
```
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -65,6 +65,7 @@ The following table summarises the channels available for the FGWDSEU-221 -:
|
|||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Reset the total power consumption | meter_reset | meter_reset | Energy | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| LED frame Color ON-state | config_decimal | config_decimal | | Number |
|
||||
| LED frame Color OFF-state | config_decimal | config_decimal | | Number |
|
||||
|
@ -93,6 +94,11 @@ 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.
|
||||
|
||||
### Reset the total power consumption
|
||||
Reset the meter.
|
||||
|
||||
The ```meter_reset``` channel is of type ```meter_reset``` and supports the ```Switch``` item and is in the ```Energy``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ The following table summarises the channels available for the FGWREU-111 -:
|
|||
| Blinds Control [Deprecated]| blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Reset the total power consumption | meter_reset | meter_reset | Energy | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| LED frame Color OFF-state | config_decimal | config_decimal | | Number |
|
||||
| LED frame Color ON-state | config_decimal | config_decimal | | Number |
|
||||
|
@ -86,6 +87,11 @@ 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.
|
||||
|
||||
### Reset the total power consumption
|
||||
Reset the meter.
|
||||
|
||||
The ```meter_reset``` channel is of type ```meter_reset``` and supports the ```Switch``` item and is in the ```Energy``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
|
|
|
@ -0,0 +1,116 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: 4952 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# 4952 In-Wall Toggle Switch
|
||||
This describes the Z-Wave device *4952*, manufactured by *Jasco Products* with the thing type UID of ```ge_4952_00_000```.
|
||||
|
||||
The device is in the category of *Wall Switch*, defining Any device attached to the wall that controls a binary status of something, for ex. a light switch.
|
||||
|
||||

|
||||
|
||||
|
||||
The 4952 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
|
||||
|
||||
Transform any home into a smart home with the GE Z-Wave Smart Toggle Switch. The In-Wall Smart Toggle Switch can easily replaces any standard in-wall switch and remotely controls a light in your home.
|
||||
|
||||
Your home will be equipped with ultimate flexibility with the GE Z-Wave Smart Toggle Switch, capable of being used by itself or with up to four add-on switches. Screw terminal installation provides improved space efficiency when replacing existing switches and the integrated LED indicator light allows you to easily locate the switch in a dark room.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Device Inclusion: Once the controller is ready to include your device, press up and release on the toggle to include it in the network.
|
||||
2. Once your controller has confirmed that the device has been included, refresh the Z-Wave network to optimize performance.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Once the controller is ready to exclude your device, press up and release on the toggle to exclude it from the network.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 4952 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
|
||||
### 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.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### 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 |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The device has no configuration parameters defined.
|
||||
|
||||
## 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 device does not support associations.
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_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_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [GE Jasco 14292 Quick Start Guide](https://opensmarthouse.org/zwavedatabase/1467/reference/14292-qsg-v1.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/1467).
|
|
@ -1,19 +1,19 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: EU-3 - ZWave
|
||||
title: 3CH Z WALL - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# EU-3 Light Switch 3 Channel
|
||||
This describes the Z-Wave device *EU-3*, manufactured by *[Shenzhen Neo Electronics Co., Ltd](http://www.szneo.com/)* with the thing type UID of ```shenzhen_eu3_00_000```.
|
||||
# 3CH Z WALL Light Switch 3 Channel
|
||||
This describes the Z-Wave device *3CH Z WALL*, manufactured by *[Shenzhen Neo Electronics Co., Ltd](http://www.szneo.com/)* with the thing type UID of ```shenzhen_eu3_00_000```.
|
||||
|
||||
The device is in the category of *Wall Switch*, defining Any device attached to the wall that controls a binary status of something, for ex. a light switch.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The EU-3 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.
|
||||
The 3CH Z WALL 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
|
||||
|
||||
|
@ -21,7 +21,7 @@ Light Switch is an intelligent device that can be remotely controlled through Z-
|
|||
|
||||
### Inclusion Information
|
||||
|
||||
1. Connect switch to power source, after making it powred, please do not operate it within 20s.
|
||||
1. Connect switch to power source, after making it powered, please do not operate it within 20s.
|
||||
2. Make sure Light Switch is powered.
|
||||
3. Set Z-Wave gateway into inclusion mode (Refer to gateway user manual)
|
||||
4. Touch the button three times continuously within 1.5 second, then Light Switch will enter inclusion mode. Meanwhile, LED light would flash red color five times on and off alternately.
|
||||
|
@ -37,9 +37,13 @@ Light Switch is an intelligent device that can be remotely controlled through Z-
|
|||
3. Touch the button three times continuously within 1.5 second, then Light Switch will enter exclusion mode. Meanwhile, LED light would flash red color once then pink color 4 times on and off alternately.
|
||||
4. Wait for gateway to delete the switch.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the EU-3 -:
|
||||
The following table summarises the channels available for the 3CH Z WALL -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
@ -72,7 +76,7 @@ The ```switch_binary3``` channel is of type ```switch_binary``` and supports the
|
|||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 9 configuration parameters available in the EU-3.
|
||||
The following table provides a summary of the 9 configuration parameters available in the 3CH Z WALL.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|
@ -235,7 +239,7 @@ This parameter has the configuration ID ```config_9_2``` and is of type ```INTEG
|
|||
|
||||
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 EU-3 supports 4 association groups.
|
||||
The 3CH Z WALL supports 4 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
|
|
|
@ -74,9 +74,6 @@ The following table summarises the channels available for the WDS700 -:
|
|||
|
||||
| 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 |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 1 | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
|
@ -85,21 +82,6 @@ The following table summarises the channels available for the WDS700 -:
|
|||
| Electric meter (kWh) 2 | meter_kwh2 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 2 | meter_watts2 | meter_watts | Energy | Number |
|
||||
|
||||
### 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.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
|
|
|
@ -0,0 +1,275 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZSE44 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZSE44 Temperature Humidity Sensor
|
||||
This describes the Z-Wave device *ZSE44*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zse44_00_000```.
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||

|
||||
|
||||
|
||||
The ZSE44 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 ZSE44 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
|
||||
|
||||
Temperature and humidity sensor.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Open cover, click Z-Wave button 3 times rapidly. LED indicator will start blinking.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Open cover, click Z-Wave button 3 times rapidly. LED indicator will start blinking.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The ZSE44 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.
|
||||
|
||||
|
||||
Open cover, click Z-Wave button rapidly 4 times. The LED indication will flash twice.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Reports temperature and humidity. Has association groups for temperature and humidity.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZSE44 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (relative humidity) | sensor_relhumidity | sensor_relhumidity | Humidity | Number |
|
||||
| Alarm (heat) | alarm_heat | alarm_heat | Fire | Switch |
|
||||
| Alarm (humidity) | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Sensor (temperature)
|
||||
Indicates the current temperature.
|
||||
|
||||
The ```sensor_temperature``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
|
||||
|
||||
### Sensor (relative humidity)
|
||||
Indicates the current relative humidity.
|
||||
|
||||
The ```sensor_relhumidity``` channel is of type ```sensor_relhumidity``` and supports the ```Number``` item and is in the ```Humidity``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (heat)
|
||||
Indicates if a heat alarm is triggered.
|
||||
|
||||
The ```alarm_heat``` channel is of type ```alarm_heat``` and supports the ```Switch``` item and is in the ```Fire``` 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 |
|
||||
|
||||
### Alarm (humidity)
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general``` channel is of type ```alarm_general``` and supports the ```Switch``` item and is in the ```Alarm``` 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 |
|
||||
|
||||
### 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 6 configuration parameters available in the ZSE44.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | Low Battery | When the sensor should report low battery |
|
||||
| 3 | Temperature Reporting Threshold | Sensor will send a new temperature report if difference exceeds this threshold |
|
||||
| 4 | Humidity Reporting Threshold | Sensor will send a new humidity report if difference exceeds this threshold value |
|
||||
| 16 | Temperature Reporting Interval | Sensor will report temperature at least as often as this value |
|
||||
| 17 | Humidity Reporting Interval | Sensor will report humidity at least as often as this value |
|
||||
| 17 | Humidity Reporting Interval | Sensor will report humidity at least as often as this value |
|
||||
| | 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 2: Low Battery
|
||||
|
||||
When the sensor should report low battery
|
||||
|
||||
Values in the range 10 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Temperature Reporting Threshold
|
||||
|
||||
Sensor will send a new temperature report if difference exceeds this threshold
|
||||
|
||||
Values in the range 10 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Humidity Reporting Threshold
|
||||
|
||||
Sensor will send a new humidity report if difference exceeds this threshold value
|
||||
|
||||
Values in the range 5 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Temperature Reporting Interval
|
||||
|
||||
Sensor will report temperature at least as often as this value
|
||||
0 disables setting
|
||||
Values in the range 0 to 480 may be set.
|
||||
|
||||
The manufacturer defined default value is ```240```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Humidity Reporting Interval
|
||||
|
||||
Sensor will report humidity at least as often as this value
|
||||
0 disables this setting
|
||||
Values in the range 0 to 480 may be set.
|
||||
|
||||
The manufacturer defined default value is ```240```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Humidity Reporting Interval
|
||||
|
||||
Sensor will report humidity at least as often as this value
|
||||
0 disables this setting
|
||||
Values in the range 0 to 480 may be set.
|
||||
|
||||
The manufacturer defined default value is ```240```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_2``` and is of type ```INTEGER```.
|
||||
|
||||
### Wakeup Interval
|
||||
|
||||
The wakeup interval sets the period at which the device will listen for messages from the controller. This is required for battery devices that sleep most of the time in order to conserve battery life. The device will wake up at this interval and send a message to the controller to tell it that it can accept messages - after a few seconds, it will go back to sleep if there is no further communications.
|
||||
|
||||
This setting is defined in *seconds*. It is advisable not to set this interval too short or it could impact battery life. A period of 1 hour (3600 seconds) is suitable in most instances.
|
||||
|
||||
Note that this setting does not affect the devices ability to send sensor data, or notification events.
|
||||
|
||||
This parameter has the configuration ID ```wakeup_interval``` and is of type ```INTEGER```.
|
||||
|
||||
### Wakeup Node
|
||||
|
||||
When sleeping devices wake up, they send a notification to a listening device. Normally, this device is the network controller, and normally the controller will set this automatically to its own address.
|
||||
In the event that the network contains multiple controllers, it may be necessary to configure this to a node that is not the main controller. This is an advanced setting and should not be changed without a full understanding of the impact.
|
||||
|
||||
This parameter has the configuration ID ```wakeup_node``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZSE44 supports 6 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
Lifeline
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: High Temperature Alerts
|
||||
|
||||
High temperature alerts
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Low Temperature Alerts
|
||||
|
||||
Low temperature alert
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 3: Low Temperature Alerts
|
||||
|
||||
Low temperature alert
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: High Humidity Alert
|
||||
|
||||
High humidity alert
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Low Humidity Alert
|
||||
|
||||
Low humidity alert
|
||||
|
||||
Association group 5 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V10| |
|
||||
| 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_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/1468/reference/zse44.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/1468).
|
|
@ -74,3 +74,17 @@ org.openhab.voice.googlestt:refreshSupportedLocales=false
|
|||
org.openhab.voice.googlestt:noResultsMessage="Sorry, I didn't understand you"
|
||||
org.openhab.voice.googlestt:errorMessage="Sorry, something went wrong"
|
||||
```
|
||||
|
||||
### Default Speech-to-Text Configuration
|
||||
|
||||
You can setup your preferred default Speech-to-Text in the UI:
|
||||
|
||||
* Go to **Settings**.
|
||||
* Edit **System Services - Voice**.
|
||||
* Set **Google Cloud** as **Speech-to-Text**.
|
||||
|
||||
In case you would like to setup these settings via a text file, you can edit the file `runtime.cfg` in `$OPENHAB_ROOT/conf/services` and set the following entries:
|
||||
|
||||
```
|
||||
org.openhab.voice:defaultSTT=googlestt
|
||||
```
|
||||
|
|
|
@ -0,0 +1,734 @@
|
|||
<?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="aeotec_multisensor7_00_000" listed="false">
|
||||
<label>Aeotec Multisensor 7 Multisensor</label>
|
||||
<description><![CDATA[
|
||||
Multisensor<br /> <h1>Overview</h1><p>Aeotec MultiSensor 7 was developed to detect ambient values and movement and to transmit them with Z-Wave Plus. It is powered by Aeotec’s Gen7 technology. </p> <br /> <h2>Inclusion Information</h2><ol><li>Power on the device, the power led will blink blue slowly.</li><li>Let the Primary Controller into inclusion mode (If you don’t know how to do this, refer to its manual)</li><li>Press the action button one time, when the yellow led on release the button. It indicates the device has enter learn mode.</li><li>If added successful, the power led will flash (white -> green -> white -> green at a rate of 250ms per each color) for 2 seconds</li></ol> <br /> <h2>Exclusion Information</h2><ol><li>Power on the device.</li><li>Let the Primary Controller into exclusion mode (If you don’t know how to do this refer to its manual)</li><li>Press the action button one time, when the purple led on release the button. It indicates the device has enter learn mode.</li><li>If removed successful, the blue led will blink slowly.</li></ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Sensor</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_binary" typeId="sensor_binary">
|
||||
<label>Binary Sensor</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_luminance" typeId="sensor_luminance">
|
||||
<label>Sensor (luminance)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=LUMINANCE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_ultraviolet" typeId="sensor_ultraviolet">
|
||||
<label>Sensor (ultraviolet)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=ULTRAVIOLET</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (temperature)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TEMPERATURE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_relhumidity" typeId="sensor_relhumidity">
|
||||
<label>Sensor (relative humidity)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=RELATIVE_HUMIDITY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_burglar" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=BURGLAR</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>
|
||||
<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">Aeotec Limited</property>
|
||||
<property name="modelId">Aeotec Multisensor 7</property>
|
||||
<property name="manufacturerId">0371</property>
|
||||
<property name="manufacturerRef">0002:0018,0102:0018</property>
|
||||
<property name="dbReference">1444</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>1: Beaming Mode</label>
|
||||
<description><![CDATA[
|
||||
Beaming Mode<br /> <h1>Overview</h1><p>Used to enable/disable beaming. If set to 1, FLiR commands will be supported and device type will be LSS. But the device must be re-included into the network to activate it.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_2" type="integer" groupName="configuration"
|
||||
min="0" max="3600">
|
||||
<label>2: Motion Retrigger Time</label>
|
||||
<description><![CDATA[
|
||||
Motion Retrigger Time<br /> <h1>Overview</h1><p>Presence re-detection time set in second to allow motion sensor to reset timeout of motion sensor. In this time, the motion sensor can not be triggered again. If this value reach zero, the timeout configuration value set by Parameter 3 will be reset.</p><p>0 – disable</p><p>1~30 - 30 seconds</p><p>30 ~ 3600 - timeout set in seconds</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_2" type="integer" groupName="configuration"
|
||||
min="30" max="3600">
|
||||
<label>3: Motion Untrigger Time</label>
|
||||
<description><![CDATA[
|
||||
Motion Untrigger Time<br /> <h1>Overview</h1><p>Timeout configuration set in second for motion sensor to send no trigger status.</p>
|
||||
]]></description>
|
||||
<default>240</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="11">
|
||||
<label>4: Motion Sensitivity</label>
|
||||
<description><![CDATA[
|
||||
Motion Sensitivity<br /> <h1>Overview</h1><p>Set the sensitivity of motion sensor.</p><p>0 - disable</p><p>1 - minimum sensitivity</p><p>11 - maximum sensitivity</p>
|
||||
]]></description>
|
||||
<default>11</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>5: Motion Report Type</label>
|
||||
<description><![CDATA[
|
||||
Motion Report Type<br /> <h1>Overview</h1><p>Set which command class will be sent when motion sensor is triggered or detriggered.</p><p>0 - Sends Notification Report</p><p>1 - Sends Sensor Binary Report</p><p>2 - Sends Notification and Sensor Binary Report</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_0" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>6: Vibration Sensor Enable/Disable</label>
|
||||
<description><![CDATA[
|
||||
Vibration Sensor Enable/Disable<br /> <h1>Overview</h1><p>Used to enable/disable vibration sensor.</p><p>0 - disable vibration</p><p>1~254 - timeout set in minutes to reset vibration status</p><p>255 - only send vibration triggered, does not timeout</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>7: Vibration Intensity Reports</label>
|
||||
<description><![CDATA[
|
||||
Vibration Intensity Reports<br /> <h1>Overview</h1><p>Used to enable/disable vibration intensity reports. If set to 1, vibration intensity will be sent to gateway when</p><p>triggered. If set to 0, do not report.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="2" max="255">
|
||||
<label>9: Wakeup CC Timeout</label>
|
||||
<description><![CDATA[
|
||||
Wakeup CC Timeout<br /> <h1>Overview</h1><p>Timeout set in seconds after Wakeup CC is send out before go to sleep. If role type is RSS, the minimum value will</p><p>be 10. If role type is LSS, the minimum value will be 2. If wakeup no more information received, return to sleep</p><p>mode immediately.</p>
|
||||
]]></description>
|
||||
<default>15</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_0" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="1">
|
||||
<label>10: Power Status</label>
|
||||
<description><![CDATA[
|
||||
Power Status<br /> <h1>Overview</h1><p>This value is Readonly. Used to report the power status (USB or Battery powered)</p><p>0 - When battery powered, the device will act as RSS.</p><p>1 - When USB cable insert, the device will act as AOS.</p><p>The device must be re-included in the network to change the role type.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="0" max="6">
|
||||
<label>11: Motion Group Control (Group2)</label>
|
||||
<description><![CDATA[
|
||||
Motion Group Control (Group2)<br /> <h1>Overview</h1><p>Set control of other devices on group2 based on motion trigger</p><p>0 - Send BASIC_SET (0xFF) when motion is triggered to associated device</p><p>Send BASIC_SET (0x00) when motion is untriggered to associated device</p><p>1 - Send BASIC_SET (0x00) when motion is triggered</p><p>Send BASIC_SET (0xFF) when motion is untriggered</p><p>2 - Send BASIC_SET (0xFF) when motion is triggered, Nothing when motion untriggered.</p><p>3 - Send BASIC_SET (0x00) when motion is triggered, Nothing when motion untriggered.</p><p>4 - Send BASIC_SET (0x00) when motion is untriggered, Nothing when motion triggered.</p><p>5 - Send BASIC_SET (0xFF) when motion is untriggered, Nothing when motion triggered.</p><p>6 - Send BASIC_SET (value is configured by parameter 12) when motion is triggered to associated devices.</p><p>Send BASIC_SET (value is configured by parameter 12) when motion is untriggered.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_2" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>12: Motion Group Value Setting</label>
|
||||
<description><![CDATA[
|
||||
Motion Group Value Setting<br /> <h1>Overview</h1><p>Set Basic Set value for Group2. The MSB will act as the basic set value when motion trigger. The LSB will act as the</p><p>basic set value when motion untrigger. E.g. value=0x0A00, then BASIC_SET(0x0A) will be sent when motion trigger,</p><p>BASIC_SET(0x00) will be sent when motion untrigger.</p>
|
||||
]]></description>
|
||||
<default>65280</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>13: Motion Group Control Requirement</label>
|
||||
<description><![CDATA[
|
||||
Motion Group Control Requirement<br /> <h1>Overview</h1><p>Set threshold of Light/Lux when devices associated in group2 should be triggered by motion. Associated device only</p><p>receive BASIC_SET command when light <= (this value).</p>
|
||||
]]></description>
|
||||
<default>30000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>14: Over Humidity Group Threshold (Group5)</label>
|
||||
<description><![CDATA[
|
||||
Over Humidity Group Threshold (Group5)<br /> <h1>Overview</h1><p>Set threshold of humidity. If measured humidity >= (this value), send BASIC_SET (0xFF) to associated devices</p><p>through group5. If measured humidity < (this value) send BASIC_SET (0x00) to associated devices through group5.</p>
|
||||
]]></description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_0" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>15: Under Humidity Group Threshold (Group6)</label>
|
||||
<description><![CDATA[
|
||||
Under Humidity Group Threshold (Group6)<br /> <h1>Overview</h1><p>Set threshold of humidity. If measure humidity <= (this value) send BASIC_SET (0xFF) to associated devices through</p><p>group6. If measured humidity > (this value) send BASIC_SET (0x00) to associated devices through group6.</p>
|
||||
]]></description>
|
||||
<default>40</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_2" type="integer" groupName="configuration"
|
||||
min="400" max="1850">
|
||||
<label>16: Over Heat Group Threshold (Group3)</label>
|
||||
<description><![CDATA[
|
||||
Over Heat Group Threshold (Group3)<br /> <h1>Overview</h1><p>Set threshold of temperature. Designed to control Air Conditioners or temperature controllers ON or OFF. If</p><p>measured temperature >= (this value, Scale is determined by Param64) send BASIC_SET (0xFF) to associated devices.</p><p>If measured temperature < (this value) send BASIC_SET (0x00) to associated devices. E.g. Value 239 means 23.9 C.</p><p>Value 750 means 75.0 F.</p><p>Value Range (EU/AU) : 400~850<br /></p><p>Value Range (US) : 400~1850</p><p>Default Value (EU/AU) : 239 <br /></p><p>Default Value (US) :750</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_2" type="integer" groupName="configuration"
|
||||
min="400" max="1850">
|
||||
<label>17: Under Heat Group Threshold (Group4)</label>
|
||||
<description><![CDATA[
|
||||
Under Heat Group Threshold (Group4)<br /> <h1>Overview</h1><p>Set threshold of temperature. Designed to control Air Conditioners or temperature controllers ON or OFF. If</p><p>measured temperature <= (this value, Scale is determined by Param64) send BASIC_SET (0xFF) to associated devices.</p><p>If measured temperature > (this value) send BASIC_SET (0x00) to associated devices. E.g. Value 155 means 15.5 C.</p><p>Value 600 means 60.0 F.</p><p>Value Range (EU/AU) : 400~850</p><p>Value Range (US) : 400~1850</p><p>Default Value (EU/AU) : 155</p><p>Default Value (US) : 600<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>18: Over Light Group Threshold (Group7)</label>
|
||||
<description><![CDATA[
|
||||
Over Light Group Threshold (Group7)<br /> <h1>Overview</h1><p>Set threshold of Light/Lux. If measured light/lux >= (this value) send BASIC_SET (0xFF) to associated devices. If</p><p>measured light/lux < (this value) send BASIC_SET (0x00) to associated devices.</p>
|
||||
]]></description>
|
||||
<default>2000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_19_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>19: Under Light Group Threshold (Group8)</label>
|
||||
<description><![CDATA[
|
||||
Under Light Group Threshold (Group8)<br /> <h1>Overview</h1><p>Set threshold of Light/Lux. If measured light/lux <= (this value) send BASIC_SET (0xFF) to associated devices. If</p><p>measured light/lux > (this value) send BASIC_SET (0x00) to associated devices.</p>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration"
|
||||
min="0" max="11">
|
||||
<label>20: Over UV Group Threshold (Group9)</label>
|
||||
<description><![CDATA[
|
||||
Over UV Group Threshold (Group9)<br /> <h1>Overview</h1><p>Set threshold of UV. If measured UV >= (this value) send BASIC_SET (0xFF) to associated devices. If measured UV <</p><p>(this value) send BASIC_SET (0x00) to associated devices.</p>
|
||||
]]></description>
|
||||
<default>8</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="11">
|
||||
<label>21: Under UV Group Threshold (Group10)</label>
|
||||
<description><![CDATA[
|
||||
Under UV Group Threshold (Group10)<br /> <h1>Overview</h1><p>Set threshold of UV. If measured UV <= (this value) send BASIC_SET (0xFF) to associated devices. If measured UV ></p><p>(this value) send BASIC_SET (0x00 to associated devices.)</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_39_1" type="integer" groupName="configuration"
|
||||
min="10" max="90">
|
||||
<label>39: Low Battery Threshold</label>
|
||||
<description><![CDATA[
|
||||
Low Battery Threshold<br /> <h1>Overview</h1><p>Configure low battery report threshold, sends low battery report via notification and battery report when battery</p><p>level drops under setting. Unit %.</p>
|
||||
]]></description>
|
||||
<default>50</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>40: Threshold Check Enable/Disable</label>
|
||||
<description><![CDATA[
|
||||
Threshold Check Enable/Disable<br /> <h1>Overview</h1><p>Enable/Disable threshold reporting, check time can be adjusted by Param45.</p><p>0 - disable all threshold reports</p><p>1 - enable all threshold reports</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_41_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>41: Temperature Threshold</label>
|
||||
<description><![CDATA[
|
||||
Temperature Threshold<br /> <h1>Overview</h1><p>Threshold = (Value * 0.1) Scale is determined by Param64. 0 = disable.</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_1" type="integer" groupName="configuration"
|
||||
min="0" max="50">
|
||||
<label>42: Humidity Threshold</label>
|
||||
<description><![CDATA[
|
||||
Humidity Threshold<br /> <h1>Overview</h1><p>Humidity range = 1% to 50%, 0 = disable.</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_43_2" type="integer" groupName="configuration"
|
||||
min="0" max="10000">
|
||||
<label>43: Lux Threshold</label>
|
||||
<description><![CDATA[
|
||||
Lux Threshold<br /> <h1>Overview</h1><p>0 = disable.</p>
|
||||
]]></description>
|
||||
<default>250</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_44_1" type="integer" groupName="configuration"
|
||||
min="0" max="11">
|
||||
<label>44: UV Threshold</label>
|
||||
<description><![CDATA[
|
||||
UV Threshold<br /> <h1>Overview</h1><p>0 = disable.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_45_2" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>45: Threshold Check Time</label>
|
||||
<description><![CDATA[
|
||||
Threshold Check Time<br /> <h1>Overview</h1><p>Set threshold check time in seconds if threshold is enable via Parameter 40.</p><p>1~65535 - When USB powered</p><p>60~65535 - When Battery powered</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_46_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>46: Low Temperature Report</label>
|
||||
<description><![CDATA[
|
||||
Low Temperature Report<br /> <h1>Overview</h1><p>Eable/Disable alarm report for low temperature(<= -15 C) Multilevel CC temperature report will be sent to gateway.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_48_0_00000100" type="integer" groupName="configuration"
|
||||
min="0" max="256">
|
||||
<label>48: Sensor Limit Control</label>
|
||||
<description><![CDATA[
|
||||
Sensor Limit Control<br /> <h1>Overview</h1><p>This value is bit mask. Used to enable/disable measurement reports for various sensors that is more than the upper</p><p>limit value or less than the lower limit value.</p><p>0 - Disabled</p><p>1 - Temperature upper level</p><p>2 - Humidity upper level</p><p>4 - Lux upper level</p><p>8 - UV upper level</p><p>16 - Temperature lower level</p><p>32 - Humidity lower level</p><p>64 - Lux lower level</p><p>128 - UV lower level</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_49_2" type="integer" groupName="configuration"
|
||||
min="400" max="2120">
|
||||
<label>49: Temperature Upper Limit</label>
|
||||
<description><![CDATA[
|
||||
Temperature Upper Limit<br /> <h1>Overview</h1><p>Set upper limit level for temperature set in scale of 0.1. Scale is determined by Param64. If (Current measurement) ></p><p>(Upper Limit), then report sensor.</p><p>Value Range (EU/AU) : 400~1000</p><p>Value Range (US) : 400~21200</p><p>Default value (EU/AU) : 280</p><p>Default value (US) : 824 </p><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_50_2" type="integer" groupName="configuration"
|
||||
min="400" max="2120">
|
||||
<label>50: Temperature Lower Limit</label>
|
||||
<description><![CDATA[
|
||||
Temperature Lower Limit<br /> <h1>Overview</h1><p>Set lower limit level for temperature set in scale of 0.1. Scale is determined by Param64. If (Current Measurement) <</p><p>(Lower limit), then report sensor.</p><p>Value Range (EU/AU) : 400~1000<br /></p><p>Value Range (US) : 400~2120<br /></p><p>Default Value (EU/AU) : 0<br /></p><p>Default Value (US) : 320<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_51_1" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>51: Temperature Recover Limit</label>
|
||||
<description><![CDATA[
|
||||
Temperature Recover Limit<br /> <h1>Overview</h1><p>Temperature recover limit set in scale of 0.1. Scale is determined by Param64. If (Current measurement) <= (upper</p><p>limit - recover limit), then temperature report. If (Current measurement) >= (lower limit + recover limit), then</p><p>temperature report.</p>
|
||||
]]></description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_51_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>51: Humidity Upper Limit</label>
|
||||
<description><![CDATA[
|
||||
Humidity Upper Limit<br /> <h1>Overview</h1><p>Set humidity upper limit level.</p>
|
||||
]]></description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_53_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>53: Humidity Lower Limit</label>
|
||||
<description><![CDATA[
|
||||
Humidity Lower Limit<br /> <h1>Overview</h1><p>Set humidity lower limit level.</p>
|
||||
]]></description>
|
||||
<default>40</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_54_1" type="integer" groupName="configuration"
|
||||
min="1" max="50">
|
||||
<label>54: Humidity Recover Limit</label>
|
||||
<description><![CDATA[
|
||||
Humidity Recover Limit<br /> <h1>Overview</h1><p>Set humidity recover limit level. Refer to Param 51.</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_55_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>55: Lux Upper Limit</label>
|
||||
<description><![CDATA[
|
||||
Lux Upper Limit<br /> <h1>Overview</h1><p>Set lux upper limit level.</p>
|
||||
]]></description>
|
||||
<default>1000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_56_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>56: Lux Lower Limit</label>
|
||||
<description><![CDATA[
|
||||
Lux Lower Limit<br /> <h1>Overview</h1><p>Set lux lower limit level.</p>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_57_1" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>57: Lux Recover Limit</label>
|
||||
<description><![CDATA[
|
||||
Lux Recover Limit<br /> <h1>Overview</h1><p>Set lux recover limit level. Refer to Parameter 51.</p>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_58_1" type="integer" groupName="configuration"
|
||||
min="1" max="11">
|
||||
<label>58: UV Upper Limit</label>
|
||||
<description><![CDATA[
|
||||
UV Upper Limit<br /> <h1>Overview</h1><p>Set UV upper limit level.</p>
|
||||
]]></description>
|
||||
<default>8</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_59_1" type="integer" groupName="configuration"
|
||||
min="1" max="11">
|
||||
<label>59: UV Lower Limit</label>
|
||||
<description><![CDATA[
|
||||
UV Lower Limit<br /> <h1>Overview</h1><p>Set UV lower limit level.</p>
|
||||
]]></description>
|
||||
<default>4</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_60_1" type="integer" groupName="configuration"
|
||||
min="1" max="5">
|
||||
<label>60: UV Recover Limit</label>
|
||||
<description><![CDATA[
|
||||
UV Recover Limit<br /> <h1>Overview</h1><p>Set UV recover limit level. Refer to Parameter 51.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_61_1_00000100" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="255">
|
||||
<label>61: Out-of-limit State</label>
|
||||
<description><![CDATA[
|
||||
Out-of-limit State<br /> <h1>Overview</h1><p>This is read only and bit mask. Out of the limit state of sensors.</p><p>Bit Mask:</p><p>0 - within limit</p><p>1 - out of limit</p><p>Value:</p><p>1 - Temperature upper level</p><p>2 - Humidity upper level</p><p>4 - Lux upper level</p><p>8 - UV upper level</p><p>16 - Temperature lower level</p><p>32 - Humidity lower level</p><p>64 - Lux lower level</p><p>128 - UV lower level</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_64_1" type="integer" groupName="configuration">
|
||||
<label>64: Temperature Scale</label>
|
||||
<description><![CDATA[
|
||||
Temperature Scale<br /> <h1>Overview</h1><p>Set the scale for temperature when reports.</p><p>0 - Celsius</p><p>1 - Fahrenheit</p><p>Default Value (EU/AU) : 0<br /></p><p>Default Value (US) : 1<br /></p><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Celsius</option>
|
||||
<option value="1">Fahrenheit</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_81_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>81: LED Activity</label>
|
||||
<description><![CDATA[
|
||||
LED Activity<br /> <h1>Overview</h1><p>Allow user to enable/disable LED activity of specific reports sent by sensor. Button press indicator is not affected by this.</p><p>0 - disable</p><p>1 - enable</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_82_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>82: Motion Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Motion Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of motion sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_83_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>83: Temperature Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Temperature Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Parameter 81, allow user to change the report color of temperature sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_84_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>84: Humidity Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Humidity Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of humidity sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_85_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>85: Lux Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Lux Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of Lux sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_86_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>86: UV Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
UV Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of UV sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_87_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>87: Vibration Sensor Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Vibration Sensor Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of vibration sensor.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_88_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>88: Battery Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Battery Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Param81, allow user to change the report color of battery.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_89_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>89: Wakeup Report Indicator</label>
|
||||
<description><![CDATA[
|
||||
Wakeup Report Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Parameter 81, allow user to change the report color of wakeup.</p>
|
||||
]]></description>
|
||||
<default>8</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_90_1" type="integer" groupName="configuration"
|
||||
min="0" max="9">
|
||||
<label>90: Communication Indicator</label>
|
||||
<description><![CDATA[
|
||||
Communication Indicator<br /> <h1>Overview</h1><p>If LED is enabled by Parameter 81, allow user to change indicator color when receiving communication from gateway or other devices.<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_101_1" type="integer" groupName="configuration"
|
||||
min="0" max="241">
|
||||
<label>101: Automatic Report Checklist 1</label>
|
||||
<description><![CDATA[
|
||||
Automatic Report Checklist 1<br /> <h1>Overview</h1><p>Checklist 1 for automatic timed report. When the corresponding item is selected, it will be checked when timeout setting by Parameter 111.</p><p>0 - Disabled</p><p>1 - Battery</p><p>16 - UV</p><p>32 - Temperature</p><p>64 - Humidity</p><p>128 - Lux</p><p>Default 241 = 1 + 16 + 32 + 64 + 128, means all enable.</p><p><br /></p>
|
||||
]]></description>
|
||||
<default>241</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_102_1" type="integer" groupName="configuration"
|
||||
min="0" max="241">
|
||||
<label>102: Automatic Report Checklist 2</label>
|
||||
<description><![CDATA[
|
||||
Automatic Report Checklist 2<br /> <h1>Overview</h1><p>Checklist 2 for automatic timed report. When the corresponding item is selected, it will be checked when timeout setting by Parameter 112.</p><p>0 - Disabled</p><p>1 - Battery</p><p>16 - UV</p><p>32 - Temperature</p><p>64 - Humidity</p><p>128 - Lux</p><p>Max value 241 = 1 + 16 + 32 + 64 + 128, means all enable.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_103_1" type="integer" groupName="configuration"
|
||||
min="0" max="241">
|
||||
<label>103: Automatic Report Checklist 3</label>
|
||||
<description><![CDATA[
|
||||
Automatic Report Checklist 3<br /> <h1>Overview</h1><p>Checklist 3 for automatic timed report. When the corresponding item is selected, it will be checked when timeout setting by Parameter 113.</p><p>0 - Disabled</p><p>1 - Battery</p><p>16 - UV</p><p>32 - Temperature</p><p>64 - Humidity</p><p>128 - Lux</p><p>Max value 241 = 1 + 16 + 32 + 64 + 128, means all enable.</p><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_111_2" type="integer" groupName="configuration"
|
||||
min="30" max="65535">
|
||||
<label>111: Automatic Checklist 1 Interval Time</label>
|
||||
<description><![CDATA[
|
||||
Automatic Checklist 1 Interval Time<br /> <h1>Overview</h1><p>Interval time set in seconds to check the checklist1’s items. Multilevel Sensor Report will be sent when timeout.</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_112_2" type="integer" groupName="configuration"
|
||||
min="30" max="65535">
|
||||
<label>112: Automatic Checklist 2 Interval Time</label>
|
||||
<description><![CDATA[
|
||||
Automatic Checklist 2 Interval Time<br /> <h1>Overview</h1><p>Interval time set in seconds to check the checklist2’s items. Multilevel Sensor Report will be sent when timeout.</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_113_2" type="integer" groupName="configuration"
|
||||
min="30" max="65535">
|
||||
<label>113: Automatic Checklist 3 Interval Time</label>
|
||||
<description><![CDATA[
|
||||
Automatic Checklist 3 Interval Time<br /> <h1>Overview</h1><p>Interval time set in seconds to check the checklist3’s items. Multilevel Sensor Report will be sent when timeout.</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_201_1" type="integer" groupName="configuration"
|
||||
min="-200" max="200">
|
||||
<label>201: Temperature Offset Value</label>
|
||||
<description><![CDATA[
|
||||
Temperature Offset Value<br /> <h1>Overview</h1><p>Can add or minus this setting value to calibrate temperature when checked. Scale is defined by Param64. e.g. Value</p><p>15 means 1.5C or 1.5F.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_202_1" type="integer" groupName="configuration"
|
||||
min="-100" max="100">
|
||||
<label>202: Humidity Offset Value</label>
|
||||
<description><![CDATA[
|
||||
Humidity Offset Value<br /> <h1>Overview</h1><p>Can add or minus this setting value to calibrate humidity when checked. Unit: %.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_203_2" type="integer" groupName="configuration"
|
||||
min="-10000" max="10000">
|
||||
<label>203: Lux Offset Value</label>
|
||||
<description><![CDATA[
|
||||
Lux Offset Value<br /> <h1>Overview</h1><p>Can add or minus this setting value to calibrate Lux when checked.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_204_1" type="integer" groupName="configuration"
|
||||
min="-10" max="10">
|
||||
<label>204: UV Offset Value</label>
|
||||
<description><![CDATA[
|
||||
UV Offset Value<br /> <h1>Overview</h1><p>Can add or minus this setting value to calibrate UV when checked.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</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>
|
|
@ -32,6 +32,12 @@ FIBARO Walli Double Switch<br /> <h1>Overview</h1><p>FIBARO Walli Double Switch
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_reset" typeId="meter_reset">
|
||||
<label>Reset the total power consumption</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_METER</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
|
|
|
@ -34,6 +34,12 @@ Fibaro Walli Roller Shutter<br /> <h1>Overview</h1><p>Smart wall switch designed
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_reset" typeId="meter_reset">
|
||||
<label>Reset the total power consumption</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_METER</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
|
|
|
@ -0,0 +1,59 @@
|
|||
<?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="ge_4952_00_000" listed="false">
|
||||
<label>4952 In-Wall Toggle Switch</label>
|
||||
<description><![CDATA[
|
||||
In-Wall Toggle Switch<br /> <h1>Overview</h1><p>Transform any home into a smart home with the GE Z-Wave Smart Toggle Switch. The In-Wall Smart Toggle Switch can easily replaces any standard in-wall switch and remotely controls a light in your home. </p><p>Your home will be equipped with ultimate flexibility with the GE Z-Wave Smart Toggle Switch, capable of being used by itself or with up to four add-on switches. Screw terminal installation provides improved space efficiency when replacing existing switches and the integrated LED indicator light allows you to easily locate the switch in a dark room. <br /></p> <br /> <h2>Inclusion Information</h2><ol><li>Device Inclusion: Once the controller is ready to include your device, press up and release on the toggle to include it in the network.</li><li>Once your controller has confirmed that the device has been included, refresh the Z-Wave network to optimize performance. </li></ol> <br /> <h2>Exclusion Information</h2><p>Once the controller is ready to exclude your device, press up and release on the toggle to exclude it from the network. <br /></p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</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="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Jasco Products</property>
|
||||
<property name="modelId">4952</property>
|
||||
<property name="manufacturerId">0063</property>
|
||||
<property name="manufacturerRef">4952:3138</property>
|
||||
<property name="dbReference">1467</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- 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>
|
|
@ -1,493 +0,0 @@
|
|||
<?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="mcohome_mhs513_05_000" listed="false">
|
||||
<label>MH-S513 Touch Panel Switch 3-Way</label>
|
||||
<description><![CDATA[
|
||||
Touch Panel Switch 3-Way<br /> <h1>Overview</h1><p>Touch Panel Switch is a wall panel built-in with Z-Wave Plus module. With its stylish design and stable performance, the panel can be used to control house-hold electrical appliances like lamp, motor, coffee machine, TV set etc. It supports basic command class, multi channel command class and multi channel association command class, also works as a repeater in a Z-Wave network.<br /></p><p>This product can be included and operated in any Z-Wave network with other Z-Wave certified devices from any other manufacturers.</p> <br /> <h2>Inclusion Information</h2><p>ADD the device into Z-Wave network:</p><p> Set controller into ADD mode. Follow instructions provided by controller manufacturer.</p><p> Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</p><p>Note: If the ADD is successful, all INDICATION LEDs on the panel will flash 4 times.</p> <br /> <h2>Exclusion Information</h2><p>REMOVE the device from Z-Wave network:</p><p> Set controller into REMOVE mode. Follow instructions provided by controller manufacturer.</p><p> Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</p><p>Note: If the REMOVE is successful, all INDICATION LEDs on the panel will flash 4 times. The REMOVE will delete all association data.</p> <br /> <h2>Wakeup Information</h2><p><br /></p><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<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="switch_binary1" typeId="switch_binary">
|
||||
<label>Switch 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary2" typeId="switch_binary">
|
||||
<label>Switch 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">McoHome Technology Co., Ltd</property>
|
||||
<property name="modelId">MH-S513</property>
|
||||
<property name="manufacturerId">015F</property>
|
||||
<property name="manufacturerRef">5131:5103</property>
|
||||
<property name="versionMin">5.0</property>
|
||||
<property name="dbReference">1307</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_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Save switch state on power failure</label>
|
||||
<description><![CDATA[
|
||||
Save switch state on power failure<br /> <h1>Overview</h1><p>0: Switch state not saved, switch will be off when power is restored.<br />1: Switch state is saved, switch will be back to the same state when power is restored.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Switch state not saved</option>
|
||||
<option value="1">Switch state is saved</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: ALL ON / ALL OFF</label>
|
||||
<description><![CDATA[
|
||||
Allow all on/off control<br /> <h1>Overview</h1><p>0: forbid ALL ON, forbid ALL OFF<br />1: forbid ALL ON, allow ALL OFF<br />2: allow ALL ON, forbid ALL OFF<br />255: allow ALL ON, allow ALL OFF</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<options>
|
||||
<option value="0">Forbid All ON/OFF</option>
|
||||
<option value="1">Forbid All ON. Allow ALL OFF</option>
|
||||
<option value="2">Allow ALL ON. Forbid ALL OFF</option>
|
||||
<option value="255">Allow ALL ON. Allow ALL OFF</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="10">
|
||||
<label>4: LED backlight brightness level</label>
|
||||
<description><![CDATA[
|
||||
LED backlight brightness level<br /> <h1>Overview</h1><p>0: LED lighting disabled<br />1 ~ 10: Minimum to Maximum brightness<br />11 ~ 255: Same as 10 (Maximum)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Switch 0 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 0 Key Mode<br /> <h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_2" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>6: Key timer duration</label>
|
||||
<description><![CDATA[
|
||||
Key timer duration<br /> <h1>Overview</h1><p>0: infinite (always on, or always off, when pressed)<br />1 ~ 65535: time in seconds until returning to the default state as per Parameter 5</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: External Switch Type</label>
|
||||
<description><![CDATA[
|
||||
External Switch Type<br /> <h1>Overview</h1><p>0: Button (Momentary buttons)<br />1: Toggle (2-state switches)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Button (Momentary buttons)</option>
|
||||
<option value="1">Toggle (2-state switches)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: Basic CC integration setting</label>
|
||||
<description><![CDATA[
|
||||
Basic CC integration setting<br /> <h1>Overview</h1><p>0: "Basic Set" received, key 1 responds; "Basic Get" received, key 1 sends "Basic Report"; key 1 will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />1: "Basic Set" received, key 1 responds; "Basic Get" received,key 1 sends "Basic Report"; key 1 will send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />2: "Basic Set" received, all keys respond; "Basic Get" received, not reply "Basic Report"; All keys will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />3: "Basic Set" received, all keys respond; "Basic Get" received, key 1 sends "Basic Report"; All keys will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association</p> <p>This parameter works for integration with different gateways/systems. If do not know how to use, please keep as default.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Key 1 No report</option>
|
||||
<option value="1">Key 1 report</option>
|
||||
<option value="2">All Keys no reply</option>
|
||||
<option value="3">Key 1 report only</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration">
|
||||
<label>9: External switch to control specific load</label>
|
||||
<description><![CDATA[
|
||||
External switch to control specific load<br /> <h1>Overview</h1><p>0: Disabled<br />1: Load 1<br />2: Load 2<br />3: Load 1 and Load 2</p> <p>Optional for MH-S511 and MH-S512</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Load 1</option>
|
||||
<option value="2">Load 2</option>
|
||||
<option value="3">Load 1 and Load 2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration">
|
||||
<label>10: Switch 1 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 1 Key Mode<br /> <h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration">
|
||||
<label>11: Switch 2 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 2 Key Mode<br /> <h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Switch 3 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 3 Key Mode<br /> <h1>Overview</h1><p>0: single click to switch on/off status</p><p>1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6</p><p>2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br /></p><p>3: hold >3s then key is on, and off once released</p><p>4: single click to switch on/off status + hold >3s then key is on, and off once released</p><p>5: Hold continuously then key is on, and off once released</p><p>6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>14: Key lock local</label>
|
||||
<description><![CDATA[
|
||||
Key lock function (Manually)<br /> <h1>Overview</h1><p>This prevents or allows the local touch buttons to work.</p> <p>0: All keys unlocked<br />1: Key 1 locked<br />2: Key 2 locked<br />3: Keys 1 & 2 locked<br />4: Key 3 locked - N/A<br />5: Keys 1 & 3 locked - N/A<br />6: Keys 2 & 3 locked - N/A<br />7: Keys 1 & 2 & 3 locked - N/A</p> <p><strong>Binary bit locations determine which keys are locked.</strong><br />BIT0: =1 Key 1 locked, operation disabled; =0 Key 1 not locked;<br />BIT1: =1 Key 2 locked, operation disabled; =0 Key 2 not locked;<br />BIT2: =1 Key 3 locked, operation disabled; =0 Key 3 not locked;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are locked.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>15: Key lock remote</label>
|
||||
<description><![CDATA[
|
||||
Key lock function (Wirelessly)<br /> <h1>Overview</h1><p>This prevents or allows the local touch buttons to work.</p> <p>0: All keys unlocked<br />1: Key 1 locked<br />2: Key 2 locked<br />3: Keys 1 & 2 locked<br />4: Key 3 locked - N/A<br />5: Keys 1 & 3 locked - N/A<br />6: Keys 2 & 3 locked - N/A<br />7: Keys 1 & 2 & 3 locked - N/A</p> <p><strong>Binary bit locations determine which keys are locked.</strong><br />BIT0: =1 Key 1 locked, operation disabled; =0 Key 1 not locked;<br />BIT1: =1 Key 2 locked, operation disabled; =0 Key 2 not locked;<br />BIT2: =1 Key 3 locked, operation disabled; =0 Key 3 not locked;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are locked.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>16: Scene respond</label>
|
||||
<description><![CDATA[
|
||||
Scene respond<br /> <h1>Overview</h1><p>0: Scene respond disabled<br />1: Key 1 respond<br />2: Key 2 respond<br />3: Keys 1 & 2 respond<br />4: Key 3 respond - N/A<br />5: Keys 1 & 3 respond - N/A<br />6: Keys 2 & 3 respond - N/A<br />7: Keys 1 & 2 & 3 respond - N/A</p> <p><strong>Binary bit locations determine which keys will respond.</strong><br />Bit0: =1 Key1 respond scene =0 Key1 not respond scene<br />Bit1: =1 Key2 respond scene =0 Key2 not respond scene<br />Bit2: =1 Key3 respond scene =0 Key3 not respond scene<br />Bit7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 will respond.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_1" type="integer" groupName="configuration">
|
||||
<label>17: Key 1 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Scene Activate Mode Setting<br /> <h1>Overview</h1><p>0: Scene activate function disabled<br />1: One click key1, always activate scene ID1 no matter what the status of key1 is<br />2: One click key1, only activate scene ID1 when key1's relay output is open<br />3: One click key1, only activate scene ID1 when key1's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>18: Key 1 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Activate Scene ID<br /> <h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br />1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_19_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>19: Key 1 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Activate Scene Duration<br /> <h1>Overview</h1><p>0: Instantly<br />1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: Key 2 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Scene Mode<br /> <h1>Overview</h1><p>0: Scene activate function disabled<br />1: One click key2, always activate scene ID1 no matter what the status of key2 is<br />2: One click key2, only activate scene ID1 when key2's relay output is open<br />3: One click key2, only activate scene ID1 when key2's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>21: Key 2 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Activate Scene ID<br /> <h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br />1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>22: Key 2 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Activate Scene Duration<br /> <h1>Overview</h1><p>0: Instantly<br />1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration">
|
||||
<label>23: Key 3 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Scene Mode<br /> <h1>Overview</h1><p>0: Scene activate function disabled<br /></p><p>1: One click key3, always activate scene ID1 no matter what the status of key3 is<br />2: One click key3, only activate scene ID1 when key3's relay output is open<br />3: One click key3, only activate scene ID1 when key3's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>24: Key 3 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Activate Scene ID<br /> <h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br /></p><p>1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_25_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>25: Key 3 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Activate Scene Duration<br /> <h1>Overview</h1><p>0: Instantly<br /></p><p>1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>31: Central scene settings</label>
|
||||
<description><![CDATA[
|
||||
Central scene settings<br /> <h1>Overview</h1><p>This enables the central scene function for each button.</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_32_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>32: Scene respond ID 1-50</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 1-50<br /> <h1>Overview</h1><p>This enables the scene function for each button. Scene ID 1 - 50</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_33_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>33: Scene respond ID 51-100</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 51-100<br /> <h1>Overview</h1><p>This enables the scene function for each button. Scene ID 51 - 100</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_34_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>34: Scene respond ID 101-150</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 101-150<br /> <h1>Overview</h1><p>This enables the scene function for each button. Scene ID 51 - 100</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_35_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>35: Scene respond ID 151-200</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 151-200<br /> <h1>Overview</h1><p>This enables the scene function for each button. Scene ID 151 - 200</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_36_1_wo" type="integer" groupName="configuration">
|
||||
<label>36: Scene respond ID 201-250</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 201-250<br /> <h1>Overview</h1><p>This enables the scene function for each button. Scene ID 201 - 250</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_255_1_wo" type="integer" groupName="configuration">
|
||||
<label>255: Factory Setting</label>
|
||||
<description><![CDATA[
|
||||
restore factory defaults<br /> <h1>Overview</h1><p><strong>Factory Reset.</strong></p> <p>255: Factory reset switch.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Normal</option>
|
||||
<option value="255">Factory Reset</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Associate with Key 1</label>
|
||||
<description><![CDATA[
|
||||
Associate with Key 1<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Associate with Key 2 if any</label>
|
||||
<description>Associate with Key 2 if any</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: Associate with Key 3 if any</label>
|
||||
<description>Associate with Key 3 if any</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -6,9 +6,9 @@
|
|||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="shenzhen_eu3_00_000" listed="false">
|
||||
<label>EU-3 Light Switch 3 Channel</label>
|
||||
<label>3CH Z WALL Light Switch 3 Channel</label>
|
||||
<description><![CDATA[
|
||||
Light Switch 3 Channel<br /> <h1>Overview</h1><p>Light Switch is an intelligent device that can be remotely controlled through Z-Wave network and radio waves. In the Z-Wave network communications, light switch can be connected to any Z-Wave gateway. When using radio waves, light switch can be used in conjunction with Z-Wave gateway. The frequency of radio waves used by gateway and switch is like this: different countries or areas, the radio frequency is different. Each light switch has a unique ID code. When we add or remove the switch from the alarm host, just place light switch in the Z-Wave network range of gateway. Then we can easily find the switch through the device ID code. In communication with gateway, light switch not only can send signals to Z-Wave gateway, but also can receive signals from it. When touch the button on light switch, it would send signals to Z-Wave gateway, then gateway can correctly display the switch on / off state; when light switch receives signals from gateway, the switch state would be remotely switched on/off.</p> <br /> <h2>Inclusion Information</h2><ol><li>Connect switch to power source, after making it powred, please do not operate it within 20s.</li> <li>Make sure Light Switch is powered.</li> <li>Set Z-Wave gateway into inclusion mode (Refer to gateway user manual)</li> <li>Touch the button three times continuously within 1.5 second, then Light Switch will enter inclusion mode. Meanwhile, LED light would flash red color five times on and off alternately.</li> <li>Light Switch will be detected and included in the Z-Wave network.</li> <li>Wait for gateway to configure the switch.</li> </ol><p><strong>Note:</strong> If Light Switch has not been added to Z-Wave network, it can enter inclusion mode automatically when it is powered on. But in order to run this function, should let the controller enter into inclusion first before making Light Switch powered on.</p> <br /> <h2>Exclusion Information</h2><ol><li>Make sure Light Switch is powered.</li> <li>Set Z-Wave gateway into exclusion mode (Refer to gateway user manual)</li> <li>Touch the button three times continuously within 1.5 second, then Light Switch will enter exclusion mode. Meanwhile, LED light would flash red color once then pink color 4 times on and off alternately.</li> <li>Wait for gateway to delete the switch.</li> </ol>
|
||||
Light Switch 3 Channel<br /> <h1>Overview</h1><p>Light Switch is an intelligent device that can be remotely controlled through Z-Wave network and radio waves. In the Z-Wave network communications, light switch can be connected to any Z-Wave gateway. When using radio waves, light switch can be used in conjunction with Z-Wave gateway. The frequency of radio waves used by gateway and switch is like this: different countries or areas, the radio frequency is different. Each light switch has a unique ID code. When we add or remove the switch from the alarm host, just place light switch in the Z-Wave network range of gateway. Then we can easily find the switch through the device ID code. In communication with gateway, light switch not only can send signals to Z-Wave gateway, but also can receive signals from it. When touch the button on light switch, it would send signals to Z-Wave gateway, then gateway can correctly display the switch on / off state; when light switch receives signals from gateway, the switch state would be remotely switched on/off.</p> <br /> <h2>Inclusion Information</h2><ol><li>Connect switch to power source, after making it powered, please do not operate it within 20s.</li> <li>Make sure Light Switch is powered.</li> <li>Set Z-Wave gateway into inclusion mode (Refer to gateway user manual)</li> <li>Touch the button three times continuously within 1.5 second, then Light Switch will enter inclusion mode. Meanwhile, LED light would flash red color five times on and off alternately.</li> <li>Light Switch will be detected and included in the Z-Wave network.</li> <li>Wait for gateway to configure the switch.</li> </ol><p><strong>Note:</strong> If Light Switch has not been added to Z-Wave network, it can enter inclusion mode automatically when it is powered on. But in order to run this function, should let the controller enter into inclusion first before making Light Switch powered on.</p> <br /> <h2>Exclusion Information</h2><ol><li>Make sure Light Switch is powered.</li> <li>Set Z-Wave gateway into exclusion mode (Refer to gateway user manual)</li> <li>Touch the button three times continuously within 1.5 second, then Light Switch will enter exclusion mode. Meanwhile, LED light would flash red color once then pink color 4 times on and off alternately.</li> <li>Wait for gateway to delete the switch.</li> </ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
@ -43,9 +43,9 @@ Light Switch 3 Channel<br /> <h1>Overview</h1><p>Light Switch is an intelligent
|
|||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Shenzhen Neo Electronics Co., Ltd</property>
|
||||
<property name="modelId">EU-3</property>
|
||||
<property name="modelId">3CH Z WALL</property>
|
||||
<property name="manufacturerId">0258</property>
|
||||
<property name="manufacturerRef">0200:102B</property>
|
||||
<property name="manufacturerRef">0100:102B,0200:102B</property>
|
||||
<property name="dbReference">1147</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
|
|
@ -14,24 +14,6 @@ WiDom Smart Double Switch 7<br /> <h1>Overview</h1><p>WiDom Smart Double Switch
|
|||
|
||||
<!-- 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="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
|
|
|
@ -0,0 +1,175 @@
|
|||
<?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_zse44_00_000" listed="false">
|
||||
<label>ZSE44 Temperature Humidity Sensor</label>
|
||||
<description><![CDATA[
|
||||
Temperature Humidity Sensor<br /> <h1>Overview</h1><p>Temperature and humidity sensor.</p> <br /> <h2>Inclusion Information</h2><p>Open cover, click Z-Wave button 3 times rapidly. LED indicator will start blinking.</p> <br /> <h2>Exclusion Information</h2><p>Open cover, click Z-Wave button 3 times rapidly. LED indicator will start blinking.</p> <br /> <h2>Wakeup Information</h2><p>Open cover, click Z-Wave button rapidly 4 times. The LED indication will flash twice.</p>
|
||||
]]></description>
|
||||
<category>Sensor</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (temperature)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TEMPERATURE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_relhumidity" typeId="sensor_relhumidity">
|
||||
<label>Sensor (relative humidity)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=RELATIVE_HUMIDITY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_heat" typeId="alarm_heat">
|
||||
<label>Alarm (heat)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=HEAT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_general" typeId="alarm_general">
|
||||
<label>Alarm (humidity)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=HUMIDITY</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">Zooz</property>
|
||||
<property name="modelId">ZSE44</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">7000:E004</property>
|
||||
<property name="dbReference">1468</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_2_1" type="integer" groupName="configuration"
|
||||
min="10" max="50">
|
||||
<label>2: Low Battery</label>
|
||||
<description><![CDATA[
|
||||
When the sensor should report low battery<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>50</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="10" max="100">
|
||||
<label>3: Temperature Reporting Threshold</label>
|
||||
<description>Sensor will send a new temperature report if difference exceeds this threshold</description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="5" max="50">
|
||||
<label>4: Humidity Reporting Threshold</label>
|
||||
<description>Sensor will send a new humidity report if difference exceeds this threshold value</description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_2" type="integer" groupName="configuration"
|
||||
min="0" max="480">
|
||||
<label>16: Temperature Reporting Interval</label>
|
||||
<description><![CDATA[
|
||||
Sensor will report temperature at least as often as this value<br /> <h1>Overview</h1><p>0 disables setting</p>
|
||||
]]></description>
|
||||
<default>240</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_2" type="integer" groupName="configuration"
|
||||
min="0" max="480">
|
||||
<label>17: Humidity Reporting Interval</label>
|
||||
<description><![CDATA[
|
||||
Sensor will report humidity at least as often as this value<br /> <h1>Overview</h1><p>0 disables this setting</p>
|
||||
]]></description>
|
||||
<default>240</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_2" type="integer" groupName="configuration"
|
||||
min="0" max="480">
|
||||
<label>17: Humidity Reporting Interval</label>
|
||||
<description><![CDATA[
|
||||
Sensor will report humidity at least as often as this value<br /> <h1>Overview</h1><p>0 disables this setting</p>
|
||||
]]></description>
|
||||
<default>240</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
<description>Lifeline</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: High Temperature Alerts</label>
|
||||
<description>High temperature alerts</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Low Temperature Alerts</label>
|
||||
<description>Low temperature alert</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Low Temperature Alerts</label>
|
||||
<description>Low temperature alert</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: High Humidity Alert</label>
|
||||
<description>High humidity alert</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Low Humidity Alert</label>
|
||||
<description>Low humidity alert</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -1,340 +0,0 @@
|
|||
<?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="zwaveme_rs-10pm_00_000" listed="false">
|
||||
<label>RS-10PM2 10 Channel Relay Module</label>
|
||||
<description><![CDATA[
|
||||
10 Channel Relay Module<br /> <h1>Overview</h1><p>Haseman RS-10PM2 is a 10-channel, DIN Rail, Relay module with true RMS energy meter.</p><p>RS-10PM2 is optically isolated and protected against voltage surges, caused by switching of inductive and capacitive loads as power contactors, motors, EM valves and switching power supplies. Zero-cross switching technology ensures high reliability and long relay life.</p> <br /> <h2>Inclusion Information</h2><p>Triple click the Z-Button on the front panel.<br /></p> <br /> <h2>Exclusion Information</h2><p>Triple click the Z-Button on the front panel.<br /></p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</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="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="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="switch_binary1" typeId="switch_binary">
|
||||
<label>Switch 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary2" typeId="switch_binary">
|
||||
<label>Switch 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary3" typeId="switch_binary">
|
||||
<label>Switch 3</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary4" typeId="switch_binary">
|
||||
<label>Switch 4</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary5" typeId="switch_binary">
|
||||
<label>Switch 5</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:5</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary6" typeId="switch_binary">
|
||||
<label>Switch 6</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:6</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary7" typeId="switch_binary">
|
||||
<label>Switch 7</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:7</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary8" typeId="switch_binary">
|
||||
<label>Switch 8</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:8</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary9" typeId="switch_binary">
|
||||
<label>Switch 9</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:9</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary10" typeId="switch_binary">
|
||||
<label>Switch 10</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:10</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_voltage11" typeId="sensor_voltage">
|
||||
<label>Sensor (voltage) 11</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:11;type=VOLTAGE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Z-Wave.Me</property>
|
||||
<property name="modelId">RS-10PM2</property>
|
||||
<property name="manufacturerId">0115</property>
|
||||
<property name="manufacturerRef">F111:1111</property>
|
||||
<property name="dbReference">1375</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_11_1" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>11: Reporting Time</label>
|
||||
<description>Minimum time interval between power meter data reports.</description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_64_2" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>64: Power Up Memory</label>
|
||||
<description>When active, the module will save actual status of all outputs</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Inactive - Power status not saved</option>
|
||||
<option value="1">Active - Power status saved</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_65_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>65: Channel 1 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_66_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>66: Channel 2 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="2">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_67_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>67: Channel 3 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_68_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>68: Channel 4 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_69_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>69: Channel 5 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_70_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>70: Channel 6 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_71_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>71: Channel 7 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_72_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>72: Channel 8 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_73_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>73: Channel 9 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_74_2" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>74: Channel 10 Switch Type</label>
|
||||
<description>Switch Type</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="1">Push Button</option>
|
||||
<option value="2">Toggle Switch</option>
|
||||
<option value="3">Follower Switch</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: S1</label>
|
||||
<description>BASIC command class for switch S1</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: S2</label>
|
||||
<description>BASIC command class for switch S2</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: S3</label>
|
||||
<description>BASIC command class for switch S3</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_6" type="text" groupName="association" multiple="true">
|
||||
<label>6: S5</label>
|
||||
<description>BASIC command class for switch S5</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_7" type="text" groupName="association" multiple="true">
|
||||
<label>7: S6</label>
|
||||
<description>BASIC command class for switch S6</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: S7</label>
|
||||
<description>BASIC command class for switch S7</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_9" type="text" groupName="association" multiple="true">
|
||||
<label>9: S8</label>
|
||||
<description>BASIC command class for switch S8</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_10" type="text" groupName="association" multiple="true">
|
||||
<label>10: S9</label>
|
||||
<description>BASIC command class for switch S9</description>
|
||||
<multipleLimit>8</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_11" type="text" groupName="association" multiple="true">
|
||||
<label>11: S10</label>
|
||||
<description>BASIC command class for switch S10</description>
|
||||
<multipleLimit>8</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>
|
Loading…
Reference in New Issue