Updated external content (Jenkins build 429)
|
@ -39,6 +39,7 @@ These things are supported:
|
|||
| Open/Close Sensor | ZHAOpenClose | `openclosesensor` |
|
||||
| Water Leakage Sensor | ZHAWater | `waterleakagesensor` |
|
||||
| Alarm Sensor | ZHAAlarm | `alarmsensor` |
|
||||
| Fire Sensor | ZHAFire | `firesensor` |
|
||||
| Vibration Sensor | ZHAVibration | `vibrationsensor` |
|
||||
| deCONZ Artificial Daylight Sensor | deCONZ specific: simulated sensor | `daylightsensor` |
|
||||
|
||||
|
@ -113,6 +114,7 @@ The devices support some of the following channels:
|
|||
| pressure | Number:Pressure | R | Current pressure in hPa | pressuresensor |
|
||||
| open | Contact | R | Status of contacts: `OPEN`; `CLOSED` | openclosesensor |
|
||||
| waterleakage | Switch | R | Status of water leakage: `ON` = water leakage detected; `OFF` = no water leakage detected | waterleakagesensor |
|
||||
| fire | Switch | R | Status of a fire: `ON` = fire was detected; `OFF` = no fire detected | firesensor |
|
||||
| alarm | Switch | R | Status of an alarm: `ON` = alarm was triggered; `OFF` = no alarm | alarmsensor |
|
||||
| tampered | Switch | R | Status of a zone: `ON` = zone is being tampered; `OFF` = zone is not tampered | any IAS sensor |
|
||||
| vibration | Switch | R | Status of vibration: `ON` = vibration was detected; `OFF` = no vibration | alarmsensor |
|
||||
|
|
|
@ -45,7 +45,7 @@ For authentication `username` and `password` need to be supplied.
|
|||
|
||||
The `refresh`, `security`, `port`, `username` and `password` parameters are optional.
|
||||
|
||||
The `refresh` parameter is the time in seconds between two refreshes of the thing`s channels.
|
||||
The `refresh` parameter is the time in seconds between two refreshes of the thing's channels.
|
||||
If omitted, the default of 60s is used.
|
||||
The `security` parameter defines the transport security and can be set to `PLAIN` (default), `SSL` or `TLS`.
|
||||
The `port` parameter is used to change the default ports for the SMTP server.
|
||||
|
|
|
@ -89,7 +89,7 @@ You can add the following channels:
|
|||
* __transformationPattern__: An optional transformation pattern like [JSONPath](http://goessner.net/articles/JsonPath/index.html#e2) that is applied to all incoming MQTT values.
|
||||
* __transformationPatternOut__: An optional transformation pattern like [JSONPath](http://goessner.net/articles/JsonPath/index.html#e2) that is applied before publishing a value to MQTT.
|
||||
* __commandTopic__: The MQTT topic that commands are send to. This can be empty, the thing channel will be read-only then. Transformations are not applied for sending data.
|
||||
* __formatBeforePublish__: Format a value before it is published to the MQTT broker. The default is to just pass the channel/item state. If you want to apply a prefix, say "MYCOLOR,", you would use "MYCOLOR,%s". If you want to adjust the precision of a number to for example 4 digits, you would use "%.4f".
|
||||
* __formatBeforePublish__: Format a value before it is published to the MQTT broker. The default is to just pass the channel/item state. If you want to apply a prefix, say "MYCOLOR,", you would use "MYCOLOR,%s". Currently only "%s" is supported.
|
||||
* __postCommand__: If `true`, the received MQTT value will not only update the state of linked items, but command it.
|
||||
The default is `false`.
|
||||
You usually need this to be `true` if your item is also linked to another channel, say a KNX actor, and you want a received MQTT payload to command that KNX actor.
|
||||
|
|
|
@ -48,15 +48,15 @@ As a minimum, the IP address is needed:
|
|||
opengarage.things:
|
||||
|
||||
```
|
||||
opengarage:opengarage:garage [ host="192.168.0.5" ]
|
||||
opengarage:opengarage:OpenGarage [ host="192.168.0.5" ]
|
||||
```
|
||||
|
||||
opengarage.items:
|
||||
|
||||
```
|
||||
Switch OpenGarage_Status { channel="opengarage:opengarage:garage:status" }
|
||||
Number:Distance OpenGarage_Distance { channel="opengarage:opengarage:garage:setpoint" }
|
||||
String OpenGarage_Vehicle { channel="opengarage:opengarage:garage:vehicle" }
|
||||
Switch OpenGarage_Status { channel="opengarage:opengarage:OpenGarage:status" }
|
||||
Number:Length OpenGarage_Distance { channel="opengarage:opengarage:OpenGarage:setpoint" }
|
||||
String OpenGarage_Vehicle { channel="opengarage:opengarage:OpenGarage:vehicle" }
|
||||
```
|
||||
|
||||
opengarage.sitemap:
|
||||
|
@ -66,7 +66,7 @@ Switch item=OpenGarage_Status icon="garagedoorclosed" mappings=[ON=Open] visibi
|
|||
Switch item=OpenGarage_Status icon="garagedooropen" mappings=[OFF=Close] visibility=[OpenGarage_Status == OPEN]
|
||||
Switch item=OpenGarage_Status icon="garage"
|
||||
Text item=OpenGarage_Distance label="OG distance"
|
||||
String item=OpenGarage_Vehicle label=Vehicle Presence"
|
||||
Text item=OpenGarage_Vehicle label="Vehicle Presence"
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ The following coordinators are known to be supported.
|
|||
|[Bitron Video ZigBee USB Funkstick](http://www.bitronvideo.eu/index.php/produkte/smart-home-produkte/zb-funkstick/)|[Ember](#ember-ezsp-ncp-coordinator)| |
|
||||
|[Cortet EM358 USB Stick](https://www.cortet.com/iot-hardware/cortet-usb-sticks/em358-usb-stick)|[Ember](#ember-ezsp-ncp-coordinator)| Use baud rate 57600 and software flow control. |
|
||||
|[Nortek Security & Control HUSBZB-1](https://nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/)|[Ember](#ember-ezsp-ncp-coordinator)|Stick contains both Z-Wave and ZigBee. Use baud rate 57600 and software flow control. |
|
||||
|[Telegesis ETRX357USB ZigBee® USB Stick](https://www.silabs.com/products/wireless/mesh-networking/telegesis-modules-gateways/etrx3-zigbee-usb-sticks)|[Telegesis](#telegesis-etrx3)| At least firmware version R309 is required. With debug [logging](#when-things-dont-appear-to-be-working) enabled, the firmware version will be logged during startup. |
|
||||
|[Telegesis ETRX357USB ZigBee® USB Stick](https://www.silabs.com/products/wireless/mesh-networking/telegesis-modules-gateways/etrx3-zigbee-usb-sticks)|[Telegesis](#telegesis-etrx3)| |
|
||||
|[QIVICON ZigBee-Funkstick](https://www.qivicon.com/de/produkte/produktinformationen/zigbee-funkstick/)|[Telegesis](#telegesis-etrx3)|Only working on Linux devices|
|
||||
|[Digi XStick](https://www.digi.com/products/xbee-rf-solutions/boxed-rf-modems-adapters/xstick)|[XBee](#digi-xbee-x-stick)| |
|
||||
|
||||
|
|
|
@ -0,0 +1,388 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: SHHA10000 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# SHHA10000 Smart Plug, Power Switch
|
||||
This describes the Z-Wave device *SHHA10000*, manufactured by *ABUS Security-Center GmbH & Co. KG * with the thing type UID of ```abus_shhm10000_00_000```.
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The SHHA10000 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
|
||||
|
||||
The SHHA10000 was developed for use in home automation systems that use the Z-Wave wireless standard. The power outlet enables you to switch a large number of your electronic devices - conveniently and directly via the gateway's app or automatically according to an individual schedule. In conjunction with configurable scenes, a large number of smart functions can be initiated, e.g. a presence simulation or you can preheat the coffee machine before getting up.
|
||||
|
||||
The ABUS Z-Wave SHHA10000...:
|
||||
|
||||
* is a wireless socket
|
||||
* is Z-Wave PLUS compatible & certified
|
||||
* supports the Z-Wave S2 Standard (Security 2)
|
||||
* measures your (current) consumption values reliably over any period of time
|
||||
* detects applied mains voltage, wattage consumption, kWh and ampere
|
||||
* can be switched on and off via app or manually
|
||||
* was developed for indoor installation
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Plug the Wireless-Socket into an outlet. The StatusLED is flashing.
|
||||
2. Click the + (Add) button in your Z-Wave App and follow the further instructions
|
||||
3. Press the Network-Button on the Socket once The App will show if the Add device process was successful The Status LED does not flash anymore but indicates if device is switched on or off Repeat the inclusion process if it was not successful.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Click the - (Remove) button in your Z-Wave App and follow the further instructions
|
||||
2. Press the Button on the socket 3 times The App will show if the Remove Device process was successful. The Status-LED will now flash continuously Repeat the exclusion process if it was not successful.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Switch the Wireless Socket either via the integrated button or once connected to a Z-Wave Gateway via App Status-LED is on = Wireless Socket is switched on Status-LED is off = Wireless Socket is switched off Never connect wireless Sockets in series! The Wireless-Socket must be easily accessible
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the SHHA10000 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | 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.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (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.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 12 configuration parameters available in the SHHA10000.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Overvoltage protection | Enable / Disable overvoltage protection. |
|
||||
| 2 | Device status after power failure | Set which device status should be present after a power failure. |
|
||||
| 3 | Device status report | Device status report when device status changes. |
|
||||
| 4 | LED indicator | Behaviour of the LED display with device status "On". |
|
||||
| 16 | Power report (Threshold) | The threshold value serves as an additional condition for the time-based report. |
|
||||
| 17 | Power report (Threshold value in percent) | The threshold value serves as an additional condition for the time-based report. |
|
||||
| 100 | Reset 101 – 104 | Resets parameter 101 - 104 to factory setting. |
|
||||
| 101 | Power report (Time) | The interval time of the power report (W). |
|
||||
| 102 | Consumption report (Time) | The interval time of the consumption report (kWh). |
|
||||
| 103 | Voltage report (Time) | The interval time of the voltage report (V). |
|
||||
| 104 | Current report (Time) | The interval time of the current report (A). |
|
||||
| 254 | Enable / Disable Configuration | Enables / Disables the configuration. |
|
||||
|
||||
### Parameter 1: Overvoltage protection
|
||||
|
||||
Enable / Disable overvoltage protection.
|
||||
Enable / Disable overvoltage protection.
|
||||
|
||||
* 0 = Disabled
|
||||
* 1 = Enabled
|
||||
|
||||
(Hexadecimal: 0x00 – 0x01)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | disable |
|
||||
| 1 | enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (enable).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Device status after power failure
|
||||
|
||||
Set which device status should be present after a power failure.
|
||||
Set which device status should be present after a power failure.
|
||||
|
||||
* 0 = Status before power failure
|
||||
* 1 = Status “on”
|
||||
* 2 = Status “off”
|
||||
|
||||
(Hexadezimal: 0x00 – 0x02)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Status before power failure |
|
||||
| 1 | Status “on” |
|
||||
| 2 | Status “off” |
|
||||
|
||||
The manufacturer defined default value is ```0``` ( Status before power failure).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Device status report
|
||||
|
||||
Device status report when device status changes.
|
||||
Device status report when device status changes.
|
||||
|
||||
* 0 = Disabled
|
||||
* 1 = Send report
|
||||
* 2 = Send report only with manual change
|
||||
|
||||
(Hexadezimal: 0x00 – 0x02)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Send report |
|
||||
| 2 | Send report only with manual change |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Send report).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: LED indicator
|
||||
|
||||
Behaviour of the LED display with device status "On".
|
||||
Behaviour of the LED display with device status "On".
|
||||
|
||||
* 0 = LED is permanently active with device status "On
|
||||
* 1 = LED is active for 5 seconds when changing to device status "On" and then extinguishes
|
||||
|
||||
(Hexadezimal: 0x00 – 0x01)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED is permanently active with device status "On" |
|
||||
| 1 | LED is active for 5 seconds |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED is permanently active with device status "On").
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Power report (Threshold)
|
||||
|
||||
The threshold value serves as an additional condition for the time-based report.
|
||||
The threshold value serves as an additional condition for the time-based report.
|
||||
If the threshold value was not exceeded, the time-based report is not sent.
|
||||
The value 0 deactivates the power report threshold.
|
||||
|
||||
* Adjustable from 0 – 65535 in Watt
|
||||
|
||||
(Hexadecimal: 0x00 – 0xFFFF)
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Watt |
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Power report (Threshold value in percent)
|
||||
|
||||
The threshold value serves as an additional condition for the time-based report.
|
||||
The threshold value serves as an additional condition for the time-based report.
|
||||
If the threshold value was not exceeded, the time-based report is not sent.
|
||||
The value 0 deactivates the power report threshold.
|
||||
|
||||
* Adjustable from 0 – 127 in Watt
|
||||
|
||||
(Hexadecimal: 0x00 – 0x7F)
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 100: Reset 101 – 104
|
||||
|
||||
Resets parameter 101 - 104 to factory setting.
|
||||
84 = Resets parameter 101 - 104 to factory setting.
|
||||
Values in the range 84 to 84 may be set.
|
||||
|
||||
The manufacturer defined default value is ```84```.
|
||||
|
||||
This parameter has the configuration ID ```config_100_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 101: Power report (Time)
|
||||
|
||||
The interval time of the power report (W).
|
||||
The interval time of the power report (W).
|
||||
The value 0 disables the report.
|
||||
|
||||
* Adjustable from 5 - 2678400 in seconds
|
||||
|
||||
(Hexadecimal: 0x00 - 0x28DE80)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```600```.
|
||||
|
||||
This parameter has the configuration ID ```config_101_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 102: Consumption report (Time)
|
||||
|
||||
The interval time of the consumption report (kWh).
|
||||
The interval time of the consumption report (kWh).
|
||||
The value 0 disables the report.
|
||||
|
||||
* Adjustable from 5 - 2678400 in seconds
|
||||
|
||||
(Hexadecimal: 0x00 - 0x28DE80)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_102_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 103: Voltage report (Time)
|
||||
|
||||
The interval time of the voltage report (V).
|
||||
The interval time of the voltage report (V).
|
||||
The value 0 disables the report.
|
||||
|
||||
* Adjustable from 5 - 2678400 in seconds
|
||||
|
||||
(Hexadecimal: 0x00 - 0x28DE80)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_103_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 104: Current report (Time)
|
||||
|
||||
The interval time of the current report (A).
|
||||
The interval time of the current report (A).
|
||||
The value 0 disables the report.
|
||||
|
||||
* Adjustable from 5 - 2678400 in seconds
|
||||
|
||||
(Hexadecimal: 0x00 - 0x28DE80)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_104_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 254: Enable / Disable Configuration
|
||||
|
||||
Enables / Disables the configuration.
|
||||
Enables / Disables the configuration.
|
||||
|
||||
* 0 = Configuration is enabled
|
||||
* 1 = Configuration is disabled
|
||||
|
||||
(Hexadecimal: 0x00 - 0x01)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Configuration enabled |
|
||||
| 1 | Configuration disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Configuration enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_254_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The SHHA10000 supports 1 association group.
|
||||
|
||||
### 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.
|
||||
Sending Meter Report
|
||||
When the state of Smart Plug (turn on or off the load) is changed:
|
||||
|
||||
1. Set Configuration parameter 3 to 0 (0x00): Do not send Basic Report
|
||||
2. Set Configuration parameter 3 to 1 (0x00): Send Basic Report
|
||||
3. Set Configuration parameter 3 to 2 (0x00): Send Basic Report only when Load condition is changed not by Z-WAVE Command, such as short pressing.
|
||||
|
||||
Sending Meter Report.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Operating instructions](https://www.cd-jackson.com/zwave_device_uploads/1187/ABUS-SHHA10000-BDA-EN-1-3.pdf)
|
||||
* [Quick Guide](https://www.cd-jackson.com/zwave_device_uploads/1187/SHHA10000-Quick-Guide.pdf)
|
||||
* [Technical Data](https://www.cd-jackson.com/zwave_device_uploads/1187/SHHA10000-eng-ZZ.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1187).
|
|
@ -0,0 +1,141 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: SHLM10000 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# SHLM10000 ABUS Security Center Bulb
|
||||
This describes the Z-Wave device *SHLM10000*, manufactured by *ABUS Security-Center GmbH & Co. KG * with the thing type UID of ```abus_shlm10000_00_000```.
|
||||
|
||||
The device is in the category of *Light Bulb*, defining Devices that illuminate something, such as bulbs, etc..
|
||||
|
||||

|
||||
|
||||
|
||||
The SHLM10000 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
|
||||
|
||||
The ABUS Z-Wave LED lamp can be an optical helper in many situations in your connected home. E.g. in case of danger, the escape routes can be perfectly illuminated by scene control. And if you are not at home, you can credibly simulate your presence by configuring scenarios. When it comes to comfort, you make no compromises compared to a 60W light bulb, with significantly lower power consumption. The LED lamp produces warm white light (2700k), is dimmable and fits into any conventional E27 socket.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Screw the LED bulbinto a standard E27 socket. Click the + (Add) button in your Z-Wave App and follow the further instructions.
|
||||
Turn the light switch on.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Switch the Power supply of the LED bulb ON and OFF 6 times in a row (interval of 0.5 to 2 seconds)
|
||||
When switched on for the 7th time, the LED bulb flashes twice indicating successful reset to factory settings.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the SHLM10000 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Color Control | color_color | color_color | ColorLight | Color |
|
||||
| Color Temperature | color_temperature | color_temperature | ColorLight | Dimmer |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Color Control
|
||||
The color channel allows to control the color of a light.
|
||||
It is also possible to dim values and switch the light on and off.
|
||||
|
||||
The ```color_color``` channel is of type ```color_color``` and supports the ```Color``` item and is in the ```ColorLight``` category.
|
||||
|
||||
### Color Temperature
|
||||
The color temperature channel allows to set the color
|
||||
temperature of a light from 0 (cold) to 100 (warm).
|
||||
|
||||
The ```color_temperature``` channel is of type ```color_temperature``` and supports the ```Dimmer``` item and is in the ```ColorLight``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 1 configuration parameters available in the SHLM10000.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Temperature of NTC | This parameter can only be read and not set. |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: Temperature of NTC
|
||||
|
||||
This parameter can only be read and not set.
|
||||
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
### Switch All Mode
|
||||
|
||||
Set the mode for the switch when receiving SWITCH ALL commands.
|
||||
|
||||
The following option values may be configured -:
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Exclude from All On and All Off groups |
|
||||
| 1 | Include in All On group |
|
||||
| 2 | Include in All Off group |
|
||||
| 255 | Include in All On and All Off groups |
|
||||
|
||||
This parameter has the configuration ID ```switchall_mode``` 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 SHLM10000 supports 1 association group.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V2| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_SWITCH_COLOR_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| 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| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [ABUS SHLM100x0](https://www.cd-jackson.com/zwave_device_uploads/1183/ABUS-SHLM100x0-BDA-EN-1-3.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1183).
|
|
@ -119,6 +119,8 @@ Association group 1 supports 1 node.
|
|||
### Documentation Links
|
||||
|
||||
* [Operating Instructions](https://www.cd-jackson.com/zwave_device_uploads/1120/ABUS-SHLM100x0-BDA-EN-1-3.pdf)
|
||||
* [Quick Guide](https://www.cd-jackson.com/zwave_device_uploads/1120/SHLM10010-Quick-Guide.pdf)
|
||||
* [Technical Data](https://www.cd-jackson.com/zwave_device_uploads/1120/SHLM10010-eng-ZZ.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -241,7 +241,7 @@ Value1 (MSB): 0x00=USB power mode, 0x01=Battery power mode
|
|||
|
||||
Value2 (LSB): 0x00=keep sleep state for Battery power mode, 0x01=keep awake for 10 minutes for battery power mode
|
||||
|
||||
NOTE: this parameter cannot be used as Get/Set usage
|
||||
NOTE: this parameter cannot be used as Get/Set usage, it is read only.
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
|
|
@ -45,7 +45,7 @@ The following table summarises the channels available for the ZW120 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door Sensor | sensor_door | sensor_door | Door | Contact |
|
||||
| Alarm (general) | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Tamper | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Door Sensor
|
||||
|
@ -60,7 +60,7 @@ The following state translation is provided for this channel to the ```Contact``
|
|||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### Alarm (general)
|
||||
### Tamper
|
||||
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.
|
||||
|
@ -243,7 +243,7 @@ Association group 1 supports 5 nodes.
|
|||
|
||||
### Documentation Links
|
||||
|
||||
* [User Manual](https://www.cd-jackson.com/zwave_device_uploads/405/Door-Window-Sensor-Gen5-manual.pdf)
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/405/ES---DW-Sensor-Gen5-V1-05-1.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -515,8 +515,8 @@ Value = 0 + 256 + 512 + 1024 = 1792
|
|||
|
||||
512 = allows CO Alarm signals to control SS7
|
||||
|
||||
1024 = allows CO2 Alarm signals to control SS7
|
||||
The following option values may be configured -:
|
||||
1024 = allows CO2 Alarm signals to control SS7This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured, in addition to values in the range 0 to 32513 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
|
|
@ -0,0 +1,137 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ThermIQ Temperature Sensor - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ThermIQ Temperature Sensor Ambient Temperature Sensor
|
||||
This describes the Z-Wave device *ThermIQ Temperature Sensor*, manufactured by *[BeNext](http://www.benext.eu/)* with the thing type UID of ```benext_thermiqtemp_00_000```.
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||

|
||||
|
||||
|
||||
The ThermIQ Temperature Sensor 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 ThermIQ Temperature Sensor 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
|
||||
|
||||
Simple ambient temperature sensor that comes with ThermIQ infrared panels
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
* Remove the back cover
|
||||
* Mount 2 AAA batteries
|
||||
* Enable inclusion mode on the controller
|
||||
* Press and hold tamper switch till the red led starts blinking
|
||||
* Release tamper switch
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
* Remove the back cover
|
||||
* Mount 2 AAA batteries
|
||||
* Enable exclusion mode on the controller
|
||||
* Press and hold tamper switch till the red led starts blinking
|
||||
* Release tamper switch
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The ThermIQ Temperature Sensor 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.
|
||||
|
||||
|
||||
Device can be set to wake up on a set time interval
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Typically used in combination with the Resistive High Power Dimmer for an IR Panel that is also delivered by ThermIQ. Set the temperature setpoint with THERMOSTAT\_SETPOINT\_SET and the Thermostat then controls the IR PANEL with BASIC\_ON and BASIC\_OFF. Still searching for specific documentation, adding BeNext config (Dutch) and Resistive High Power Dimmer doc.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ThermIQ Temperature Sensor -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Setpoint (heating) | thermostat_setpoint | thermostat_setpoint | Heating | Number:Temperature |
|
||||
| Alarm | 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.
|
||||
|
||||
### Setpoint (heating)
|
||||
Sets the thermostat setpoint.
|
||||
|
||||
The ```thermostat_setpoint``` channel is of type ```thermostat_setpoint``` and supports the ```Number:Temperature``` item and is in the ```Heating``` category.
|
||||
|
||||
### Alarm
|
||||
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 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 ThermIQ Temperature Sensor supports 1 association group.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_THERMOSTAT_SETPOINT_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [BeNext environment configuration (NL)](https://www.cd-jackson.com/zwave_device_uploads/1172/Hoe-meld-ik-thermostaten-aan---ThermIQ.pdf)
|
||||
* [Resistive High Power Dimmer EU Quick Start](https://www.cd-jackson.com/zwave_device_uploads/1172/ir-paneel-dimmer.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1172).
|
|
@ -0,0 +1,243 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Cooltouch - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Cooltouch Z-Wave Switch 3-gang White
|
||||
This describes the Z-Wave device *Cooltouch*, manufactured by *[Chengputech](www.chengputech.com)* with the thing type UID of ```chengputech_6938843600375_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 Cooltouch 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
|
||||
|
||||
COOLTOUCH Z-Wave smart switch with touch panel. Curved touch buttons with glowing ring per button. Atmel MCU, Bayer case, Tyco relay, aluminium bezel.
|
||||
|
||||
**Specification**
|
||||
Standard: Z-Wave Plus
|
||||
Voltage: AC90~250V, 50/60Hz (Neutral & Live wire required)
|
||||
Load: resistive one of 500W, capacitive one of 200W
|
||||
Maximum Current: 5A, impact resistance TV-5
|
||||
Remote Distance: Indoor of 40m, outdoor of 80m
|
||||
Remote Control Configuration: 0-close / 255-open
|
||||
Frequency: 868.42MHz
|
||||
Certification: CE, RoHS
|
||||
|
||||
Dimensions
|
||||
Switch Size: 86 x 86 x 38.6mm
|
||||
Depth: 30mm
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
* Tap any button on the switch, it lights up white.
|
||||
* Press and hold the same button until all buttons start glowing.
|
||||
* Then tap any button 3 times within 1 second.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
* Tap any button on the switch, it lights up white.
|
||||
* Press and hold the same button until all buttons start glowing.
|
||||
* Then tap any button 3 times within 1 second.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
First turn off the mains, then connect up the wires at the back, install into the wall box, switch on the mains circuit power to the switch, now feel free to turn lights on and off as you please.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Cooltouch -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Alarm 1 | alarm_general1 | alarm_general | Alarm | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Alarm 2 | alarm_general2 | alarm_general | Alarm | Switch |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
| Alarm 3 | alarm_general3 | alarm_general | Alarm | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm
|
||||
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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 1
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general1``` 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 |
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 2
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general2``` 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 |
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 3
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general3``` 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 |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 1 configuration parameters available in the Cooltouch.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 0 | Remote Control | Remote Control Configuration |
|
||||
|
||||
### Parameter 0: Remote Control
|
||||
|
||||
Remote Control Configuration
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | close |
|
||||
| 255 | Open |
|
||||
|
||||
The manufacturer defined default value is ```0``` (close).
|
||||
|
||||
This parameter has the configuration ID ```config_0_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The Cooltouch supports 1 association group.
|
||||
|
||||
### Group 1: Controller
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1174/LASER-000762.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1174).
|
|
@ -0,0 +1,218 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Cooltouch - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Cooltouch In-Wall 3-gang Switch Module
|
||||
This describes the Z-Wave device *Cooltouch*, manufactured by *[Chengputech](www.chengputech.com)* with the thing type UID of ```chengputech_cooltouch_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 Cooltouch 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
|
||||
|
||||
COOLTOUCH Z-Wave smart switch with touch panel. Curved touch buttons with glowing ring per button. Atmel MCU, Bayer case, Tyco relay, aluminium bezel.
|
||||
|
||||
**Specification**
|
||||
Standard: Z-Wave Plus
|
||||
Voltage: AC90~250V, 50/60Hz (Neutral & Live wire required)
|
||||
Load: resistive one of 500W, capacitive one of 200W
|
||||
Maximum Current: 5A, impact resistance TV-5
|
||||
Remote Distance: Indoor of 40m, outdoor of 80m
|
||||
Remote Control Configuration: 0-close / 255-open
|
||||
Frequency: 868.42MHz
|
||||
Certification: CE, RoHS
|
||||
|
||||
Dimensions
|
||||
Switch Size: 86 x 86 x 38.6mm
|
||||
Depth: 30mm
|
||||
Screw Length: 35mm
|
||||
Switch Weight: approx. 175g
|
||||
Package Weight: approx. 280g
|
||||
|
||||
Video: https://www.youtube.com/watch?v=v2prMV50miQ
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
* Tap any button on the switch, it lights up white.
|
||||
* Press and hold the same button until all buttons start glowing.
|
||||
* Then tap any button 3 times within 1 second.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
* Tap any button on the switch, it lights up white.
|
||||
* Press and hold the same button until all buttons start glowing.
|
||||
* Then tap any button 3 times within 1 second.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
First turn off the mains, then connect up the wires at the back, install into the wall box, switch on the mains circuit power to the switch, now feel free to turn lights on and off as you please.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Cooltouch -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Alarm 1 | alarm_general1 | alarm_general | Alarm | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Alarm 2 | alarm_general2 | alarm_general | Alarm | Switch |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
| Alarm 3 | alarm_general3 | alarm_general | Alarm | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm
|
||||
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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 1
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general1``` 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 |
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 2
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general2``` 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 |
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Alarm 3
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general3``` 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 |
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1174/LASER-000762.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1174).
|
|
@ -20,7 +20,7 @@ The RF9540-N supports routing. This allows the device to communicate using other
|
|||
**OPERATION INSTRUCTIONS**
|
||||
|
||||
* Press once to turn lights ON at previously selected level.
|
||||
* Press again to turn lights OFF.
|
||||
* Press again to turn lights OFF.
|
||||
* When lights are OFF, press and hold for 2 seconds for full brightness.
|
||||
* When lights are ON, press and hold for 2 seconds until the blue LED blinks. After the preset delay, the lights will begin fading to OFF (up to 4 minutes).
|
||||
* Amber ON/OFF LED indicates that dimmer is turned on.
|
||||
|
|
|
@ -1,143 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: LC-13 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# LC-13 Living Connect Z Thermostat
|
||||
This describes the Z-Wave device *LC-13*, manufactured by *Danfoss* with the thing type UID of ```danfoss_lc13_00_000```.
|
||||
|
||||
The device is in the category of *HVAC*, defining Air condition devices, Fans.
|
||||
|
||||

|
||||
|
||||
|
||||
The LC-13 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 LC-13 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
|
||||
|
||||
This is a Z-Wave controlled electronic radiator thermostat by Danfoss. It is controlled by either a Z-Wave compatible controller or a central device called Danfoss LinkTM CC. It uses Z-Wave wireless communication technology, is easy to install and is supplied with adaptors for all thermostatic valves manufactured by Danfoss and most other radiator valve manufacturers.
|
||||
|
||||
It is battery powered, compact and very easy to operate with only three buttons on the front.
|
||||
|
||||
**Technical Features**
|
||||
|
||||
* Easy to operate - only three buttons
|
||||
* Open window function
|
||||
* Valve exercise function
|
||||
* PID control (precise control)
|
||||
* Adaptive learning
|
||||
* Weekly programs with adjustable temperature set-backs
|
||||
* Battery lifetime 2 years
|
||||
* Min./max. temp. limitation
|
||||
* Child lock
|
||||
* Holiday/away function
|
||||
|
||||
To reset the device, you have to take the batteries out, hold the button, put the batteries back in and continue holding the button for > 5 s for the device to reset.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Short push middle button
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Short push middle button
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The LC-13 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.
|
||||
|
||||
|
||||
Short push middle button
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the LC-13 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Setpoint (heating) | thermostat_setpoint | thermostat_setpoint | Heating | Number:Temperature |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
| Clock Time Offset | time_offset | time_offset | Temperature | Number |
|
||||
| Alarm (general) | alarm_general | alarm_general | Alarm | Switch |
|
||||
|
||||
### Setpoint (heating)
|
||||
Sets the thermostat setpoint.
|
||||
|
||||
The ```thermostat_setpoint``` channel is of type ```thermostat_setpoint``` and supports the ```Number:Temperature``` item and is in the ```Heating``` category.
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
||||
The ```system.battery-level``` channel is of type ```system.battery-level``` and supports the ```Number``` item and is in the ```Battery``` category.
|
||||
This channel provides the battery level as a percentage and also reflects the low battery warning state. If the battery state is in low battery warning state, this will read 0%.
|
||||
### Clock Time Offset
|
||||
Provides the current time difference for the devices time.
|
||||
|
||||
The ```time_offset``` channel is of type ```time_offset``` and supports the ```Number``` item and is in the ```Temperature``` category.
|
||||
|
||||
### Alarm (general)
|
||||
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 |
|
||||
|
||||
|
||||
|
||||
## 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 LC-13 supports 1 association group.
|
||||
|
||||
### Group 1: Target for Wakeup and Override Notifications
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_THERMOSTAT_SETPOINT_V2| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_CLOCK_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
| COMMAND_CLASS_MULTI_CMD_V1| |
|
||||
| COMMAND_CLASS_SENSOR_ALARM_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Z-Wave Commands for Danfoss Living Connect Z](https://www.cd-jackson.com/zwave_device_uploads/165/Z-wave-commands-VDFNN202-teamcent.pdf)
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/165/living-connect-VIIDH102.pdf)
|
||||
* [Getting started guide](https://www.cd-jackson.com/zwave_device_uploads/165/living-connect-OEM-VQIDA15T-013R9563.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/165).
|
|
@ -43,6 +43,7 @@ The following table summarises the channels available for the Spirit -:
|
|||
| Setpoint (energy heat) | thermostat_setpoint | thermostat_setpoint | Heating | Number:Temperature |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Local Device Protection [Deprecated]| protection_local | protection_local | | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Dimmer
|
||||
|
@ -122,6 +123,20 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Local Device Protection [Deprecated]
|
||||
Sets the local protection mode.
|
||||
|
||||
The ```protection_local``` channel is of type ```protection_local``` and supports the ```Number``` item.
|
||||
The following state translation is provided for this channel to the ```Number``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| 0 | Unprotected |
|
||||
| 1 | Protection by sequence |
|
||||
| 2 | No operation possible |
|
||||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
### 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.
|
||||
|
||||
|
|
|
@ -0,0 +1,154 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: FXA-0404 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# FXA-0404 Touch Panel- 4 Dimmers plus 4 ON-OFF- 5 Scenes
|
||||
This describes the Z-Wave device *FXA-0404*, manufactured by *Z-Wave Technologia* with the thing type UID of ```_fxa0404_05_000```.
|
||||
This version of the device is limited to firmware version 5.0
|
||||
|
||||
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 FXA-0404 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
|
||||
|
||||
Panel: 4 Dimmers + 4 Relays (Touch Panel) / (Max Power: 20A / 2,5A Max per Channel) / 4 Scenes + ALL OFF EZ program / Digital Clock / Timer / SECURITY Feature (turns ON Dimmer 1 automatically every 6hrs simulating presence) / DIM FADE setup per Channel (0, 3, 6 or 15 sec.)/ IR Interface built in/ FlexNet serial Interface / J-Box 4x6 / Panel with 172x120mm
|
||||
|
||||
Product name: FXA-0404
|
||||
Manufacturer: Z-Wave Technologia
|
||||
|
||||
Basic Device Class
|
||||
BASIC\_TYPE\_ROUTING_SLAVE (0x4)
|
||||
|
||||
Generic Device Class
|
||||
GENERIC\_TYPE\_SWITCH_BINARY (0x10)
|
||||
|
||||
Specific Device Class
|
||||
SPECIFIC\_TYPE\_SCENE\_SWITCH\_BINARY (0x3)
|
||||
|
||||
Command Class
|
||||
COMMAND\_CLASS\_ZWAVEPLUS_INFO (0x5e)
|
||||
COMMAND\_CLASS\_VERSION (0x86)
|
||||
COMMAND\_CLASS\_MANUFACTURER_SPECIFIC (0x72)
|
||||
COMMAND\_CLASS\_DEVICE\_RESET\_LOCALLY (0x5a)
|
||||
COMMAND\_CLASS\_ASSOCIATION (0x85)
|
||||
COMMAND\_CLASS\_ASSOCIATION\_GRP\_INFO (0x59)
|
||||
COMMAND\_CLASS\_POWERLEVEL (0x73)
|
||||
COMMAND\_CLASS\_BASIC (0x20)
|
||||
COMMAND\_CLASS\_FIRMWARE\_UPDATE\_MD (0x7a)
|
||||
COMMAND\_CLASS\_MULTI\_CHANNEL\_V2 (0x60)
|
||||
COMMAND\_CLASS\_SWITCH_BINARY (0x25)
|
||||
COMMAND\_CLASS\_SWITCH_ALL (0x27)
|
||||
COMMAND\_CLASS\_SCENE_ACTIVATION (0x2b)
|
||||
COMMAND\_CLASS\_SCENE\_CONTROLLER\_CONF (0x2d)
|
||||
COMMAND\_CLASS\_PROPRIETARY (0x88)
|
||||
COMMAND\_CLASS\_CONFIGURATION (0x70)
|
||||
COMMAND\_CLASS\_NODE_NAMING (0x77)
|
||||
COMMAND\_CLASS\_CLOCK (0x81)
|
||||
COMMAND\_CLASS\_APPLICATION_STATUS (0x22)
|
||||
Channel 1
|
||||
GENERIC\_TYPE\_SWITCH_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
Channel 2
|
||||
GENERIC\_TYPE\_SWITCH_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
Channel 3
|
||||
GENERIC\_TYPE\_SWITCH_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
Channel 4
|
||||
GENERIC\_TYPE\_SWITCH_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
Channel 5
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_BINARY
|
||||
Channel 6
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_BINARY
|
||||
Channel 7
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_BINARY
|
||||
Channel 8
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_MULTILEVEL
|
||||
SPECIFIC\_TYPE\_POWER\_SWITCH\_BINARY
|
||||
Manufacturer key
|
||||
79
|
||||
Firmware Version
|
||||
8
|
||||
Product key
|
||||
1
|
||||
Number of channels
|
||||
8
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Add device into Z-Wave Network: Enter your Z-Wave Controller into Inclusion/Add Mode. Press the Lighting Panel "Scene1" button more than 3 times within 1 second.
|
||||
|
||||
Network Wide Inclusion - NWI: NWI can be used every time you power on the device. It will be activated during 4 seconds.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Remove device from Z-Wave Network: Enter your Z-Wave Controller into Exclusion/Remove Mode. Press the Lighting Panel "Scene1" button more than 3 times within 1 second.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
* Add device into Z-Wave Network: Enter your Z-Wave Controller into Inclusion/Add Mode. Press the Lighting Panel "Scene1" button more than 3 times within 1 second.
|
||||
* Remove device from Z-Wave Network: Enter your Z-Wave Controller into Exclusion/Remove Mode. Press the Lighting Panel "Scene1" button more than 3 times within 1 second.
|
||||
* Network Wide Inclusion - NWI: NWI can be used every time you power on the device. It will be activated during 4 seconds.
|
||||
* Reset to factory default: Parameter: 15; Bytes: 01; Value: 255. Note: Please use this procedure only when the network primary controller is missing or otherwise inoperable.
|
||||
* Flex Panel Customization through FlexNET Dongle: Though “Command Class Configuration v1”.
|
||||
* Multilevel Switch CC – Dimming Duration: FlexNET Dongle does not respond to Dimming Duration.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the FXA-0404 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 1 configuration parameters available in the FXA-0404.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Set Buzzer | Turn On or Off the Flex Panel Buzzer |
|
||||
|
||||
### Parameter 1: Set Buzzer
|
||||
|
||||
Turn On or Off the Flex Panel Buzzer
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The device does not support associations.
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Electrical Info - Portuguese](https://www.cd-jackson.com/zwave_device_uploads/1061/Paineis-Flex---Manual-Painel-Flex-FXA-0404-2015-04-02-11-56-06.pdf)
|
||||
* [Flex Panels - Configuration Details](https://www.cd-jackson.com/zwave_device_uploads/1061/FlexNET-Dongle-Device-Manual-v5.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1061).
|
|
@ -7,7 +7,7 @@ title: ARZ Z-Wave - ZWave
|
|||
|
||||
# ARZ Z-Wave Roller Shutter
|
||||
This describes the Z-Wave device *ARZ Z-Wave*, manufactured by *Fakro* with the thing type UID of ```fakro_arz2013_02_001```.
|
||||
This version of the device is limited to firmware versions above 2.1
|
||||
This version of the device is limited to firmware version 2.1
|
||||
|
||||
The device is in the category of *Blinds*, defining Roller shutters, window blinds, etc..
|
||||
|
||||
|
@ -102,9 +102,16 @@ The device does not support associations.
|
|||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
|
|
|
@ -0,0 +1,108 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZWS12 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZWS12 Chain Actuator
|
||||
This describes the Z-Wave device *ZWS12*, manufactured by *Fakro* with the thing type UID of ```fakro_zws12_04_000```.
|
||||
This version of the device is limited to firmware versions above 4.0
|
||||
|
||||
The device is in the category of *Blinds*, defining Roller shutters, window blinds, etc..
|
||||
|
||||

|
||||
|
||||
|
||||
The ZWS12 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
|
||||
|
||||
FAKRO ZWS12 chain motor thanks to their small dimensions and suitable force output are ideal for roof window operating, being fully compatible with the Z-Wave Plus system. The motors can be applied in both centre pivot and top hung and pivot roof windows as well as windows of non-standard dimensions.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
**Autoinclusion** - This feature allow you to add hard to reach devices to Z-Wave network. 3-times ON and OFF the power actuator (OFF-ON-OFFON-OFF-ON) causes the introduction of actuator to Autoinclusion mode.
|
||||
|
||||
Please note that the procedure has been started the time between on and off can not exceed 20s. Autoinclusion mode is activated for a maximum of 10 minutes. During this time, we can add an actuator to any Z-Wave controller running in the Include procedure.
|
||||
|
||||
**Include** - This function allow you to add actuator to the network Z-Wave.
|
||||
|
||||
Follow the procedure adding device to the network Z-Wave according to user manual supplied with the product. Then, press the programming button P on the actuator for 1 second.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
**Exclude** - This function allow you to remove actuator from the network Z-Wave. Follow the procedure removing device from the network Z-Wave according to user manual supplied with the product. Then, press the programming button P on the actuator for 1 second. Function removes information only about network Z-Wave.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
**Reset:**
|
||||
|
||||
Device Reset Locally – This function allows you to reset the Z-Wave network without the use of Z-Wave controller. Press 5 times the programming button P fast, the actuator was removed from the Z-Wave network, restore the default parameters, name and locations.
|
||||
|
||||
Please use this procedure only when the network primary controller is missing or otherwise inoperable.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZWS12 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Blinds control | blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
|
||||
### 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.
|
||||
|
||||
### Blinds control
|
||||
Provides start / stop control of blinds.
|
||||
|
||||
The ```blinds_control``` channel is of type ```blinds_control``` and supports the ```Rollershutter``` item and is in the ```Blinds``` category.
|
||||
|
||||
|
||||
|
||||
## 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 ZWS12 supports 1 association group.
|
||||
|
||||
### Group 1: Basic
|
||||
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1190/ZWS12-ZWS230.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1190).
|
|
@ -92,6 +92,14 @@ The following table summarises the channels available for the FGWDS -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch Binary [Deprecated]| switch_binary | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch Binary [Deprecated]
|
||||
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.
|
||||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ This describes the Z-Wave device *FGWDSEU*, manufactured by *[Fibargroup](http:/
|
|||
|
||||
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 FGWDSEU 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.
|
||||
|
@ -59,41 +59,102 @@ The following table summarises the channels available for the FGWDSEU -:
|
|||
| 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 |
|
||||
| Switch | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Switch Binary | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Electric meter (watts) | meter_watts1 | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
| Switch Binary | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Electric meter (watts) | meter_watts2 | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh2 | meter_kwh | 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.
|
||||
|
||||
### Switch
|
||||
### 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.
|
||||
|
||||
### 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 |
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Alarm (system)
|
||||
Indicates if a system alarm is triggered.
|
||||
|
||||
The ```alarm_system``` channel is of type ```alarm_system``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Switch Binary
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts1``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh1``` 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.
|
||||
|
||||
### Switch Binary
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts1``` 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.
|
||||
The ```meter_watts2``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh2``` 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.
|
||||
|
||||
|
||||
|
||||
|
@ -898,21 +959,26 @@ Association group 5 supports 5 nodes.
|
|||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_CRC_16_ENCAP_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V2| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V2| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V4| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 1
|
||||
|
||||
|
@ -920,26 +986,26 @@ Association group 5 supports 5 nodes.
|
|||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_CRC_16_ENCAP_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V2| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V2| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V4| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [FGWDSEU-221 Manual](https://www.cd-jackson.com/zwave_device_uploads/1064/FGWDSEU-221-T-EN-0-16.pdf)
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1181/FGWDSEU-221-T-EN-0-16.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1064).
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1181).
|
||||
|
|
|
@ -34,7 +34,7 @@ The following table summarises the channels available for the CSZ1 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Blinds Control | blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Switch
|
||||
|
@ -42,11 +42,12 @@ 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.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
### Blinds Control
|
||||
UP, DOWN, STOP
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
Provides start / stop control of blinds.
|
||||
|
||||
The ```blinds_control``` channel is of type ```blinds_control``` and supports the ```Rollershutter``` item and is in the ```Blinds``` category.
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
|
|
@ -91,7 +91,16 @@ The device has no configuration parameters defined.
|
|||
|
||||
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 VCZ1 supports 1 association group.
|
||||
The VCZ1 supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
SWITCH MULTILEVEL REPORT after movement
|
||||
BATTERY STATUS after movement or critical status
|
||||
DEVICE RESET LOCALLY
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Slaves
|
||||
|
||||
|
|
|
@ -0,0 +1,155 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: KeyWe Smart lock - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# KeyWe Smart lock Smart lock GKW-2000D
|
||||
This describes the Z-Wave device *KeyWe Smart lock *, manufactured by *Guardtec* with the thing type UID of ```guardtec_keywesmartlock_00_000```.
|
||||
|
||||
The device is in the category of *Lock*, defining Devices whose primary pupose is locking something.
|
||||
|
||||

|
||||
|
||||
|
||||
The KeyWe Smart lock 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.
|
||||
|
||||
## Overview
|
||||
|
||||
The GKW-2000D is a smart lock that can be conveniently used with Z-Wave and Bluetooth.
|
||||
You can control the door lock directly from the phone via the Bluetooth function in close range.
|
||||
|
||||
You can also check the status of the door lock on the outside by connecting to the Z-Wave hub.
|
||||
You can also control door locks and check status via Google Home or Amazon Alexa.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
To add or include the GKW-2000D into a Z-Wave network:
|
||||
|
||||
1. Set the controller in inclusion mode.
|
||||
2. Open the battery cover of the indoor body and press the [S button.
|
||||
3. Press the Master Pin \[1]\[2\]\[3\][4\] (Default value) button after press the [#] button.
|
||||
4. Press the \[8\]\[8\] button after press the [*] button.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
To remove or exclude the GKW-2000D into a Z-Wave network
|
||||
|
||||
1. Set the controller in exclusion mode.
|
||||
2. Open the battery cover of the indoor body and press the [S] button.
|
||||
3. Press the Master Pin \[1]\[2\]\[3\][4\] (Default value) button after pressi the [#] button.
|
||||
4. Press the \[9\]\[9\] button after press the [*] button.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the KeyWe Smart lock -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door Lock | lock_door | lock_door | Door | Switch |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
| Alarm (emergency) | alarm_emergency | alarm_emergency | Alarm | Switch |
|
||||
| Alarm (raw) | alarm_raw | alarm_raw | | String |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Door Lock
|
||||
Lock and unlock the door.
|
||||
|
||||
The ```lock_door``` channel is of type ```lock_door``` and supports the ```Switch``` item and is in the ```Door``` category.
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Locked |
|
||||
| OFF | Unlocked |
|
||||
|
||||
### Alarm (access)
|
||||
Indicates if the access control alarm is triggered.
|
||||
|
||||
The ```alarm_access``` channel is of type ```alarm_access``` and supports the ```Switch``` item and is in the ```Door``` 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 (emergency)
|
||||
Indicates Police, Fire, or Medical services should be contacted.
|
||||
|
||||
The ```alarm_emergency``` channel is of type ```alarm_emergency``` 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 |
|
||||
|-------|-----------|
|
||||
| ON | EMERGENCY |
|
||||
| OFF | OK |
|
||||
|
||||
### Alarm (raw)
|
||||
Provides alarm parameters as json string.
|
||||
|
||||
The ```alarm_raw``` channel is of type ```alarm_raw``` and supports the ```String``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
This channel sets, and provides the alarm state as a JSON string. It is designed for use in rules.
|
||||
### 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 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 KeyWe Smart lock supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Doorlock Op Group
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_DOOR_LOCK_V1| |
|
||||
| COMMAND_CLASS_USER_CODE_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_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [GKW-2000D](https://www.cd-jackson.com/zwave_device_uploads/1175/GKW-2000D-Z-Wave-Manual-20180807.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1175).
|
|
@ -35,19 +35,10 @@ The following table summarises the channels available for the DX1CG-Z -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Combustible Gas Alarm | alarm_combustiblegas | alarm_combustiblegas | | |
|
||||
|
||||
### Alarm
|
||||
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 |
|
||||
### Combustible Gas Alarm
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,84 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Lumi 1 button ZWave - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Lumi 1 button ZWave Z-Wave Switch with 1 on/off light switches
|
||||
This describes the Z-Wave device *Lumi 1 button ZWave*, manufactured by *[Hogar Controls](http://hogarcontrols.com/)* with the thing type UID of ```hogar_lumi1button_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 Lumi 1 button ZWave 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
|
||||
|
||||
With a stunning glass face and an advanced capacitive touch sensor, all you need to do is just use a finger for turning your lights on and off. Tap once on the backlit touch button to switch the device on and tap it again to turn it off, it’s that simple. This 1 Touch Switch ensures an accurate response to every command that is sent through it.
|
||||
|
||||
The Hogar 1 Touch Switch can operate either independently or as a part of the Hogar smart home automation system, and even with any other certified Z-Wave home automation system. It is an extremely easy-to-use panel that can be installed in a standard BS 3 gang box. Its operating capabilities include a bi-stable mode, a relay mode or a touch pulse mode for scene control with a maximum load current of 3 amp. It communicates with the Hogar smart home automation system using the Z-Wave wireless communication protocol.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Touch and hold any key on the panel for more than 5 seconds. All indication lights will blink in blue. At this point release the key, the touch panel will start the inclusion process.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Touch and hold any key on the panel for more than 5 seconds. All indication lights will blink in blue. At this point release the key, the touch panel will start the exclusion process.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Lumi 1 button ZWave -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Lumi_Manual_English](https://www.cd-jackson.com/zwave_device_uploads/1178/User-Manual-Switch4-V1-0.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1178).
|
|
@ -0,0 +1,111 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Lumi 2 Blinds ZWave Switch - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Lumi 2 Blinds ZWave Switch Lumi 2 blinds ZWave Controller with 4*Up/Down buttons
|
||||
This describes the Z-Wave device *Lumi 2 Blinds ZWave Switch*, manufactured by *[Hogar Controls](http://hogarcontrols.com/)* with the thing type UID of ```hogar_lumi2blinds_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 Lumi 2 Blinds ZWave Switch 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
|
||||
|
||||
With a stunning glass face and an advanced capacitive touch sensor, all you need to do is just use a finger for turning your lights on and off. Tap once on the backlit touch button to switch the device on and tap it again to turn it off, it’s that simple. This 4 Touch Switch ensures an accurate response to every command that is sent through it.
|
||||
|
||||
The Hogar 4 Touch Switch can operate either independently or as a part of the Hogar smart home automation system, and even with any other certified Z-Wave home automation system. It is an extremely easy-to-use panel that can be installed in a standard BS 3 gang box. Its operating capabilities include a bi-stable mode, a relay mode or a touch pulse mode for scene control with a maximum load current of 3 amp. It communicates with the Hogar smart home automation system using the Z-Wave wireless communication protocol.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Touch and hold any key on the panel for more than 5 seconds. All indication lights will blink in blue. At this point release the key, the touch panel will start the inclusion process.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Touch and hold any key on the panel for more than 5 seconds. All indication lights will blink in blue. At this point release the key, the touch panel will start the exclusion process.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Lumi 2 Blinds ZWave Switch -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer 1 | switch_dimmer1 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer 2 | switch_dimmer2 | switch_dimmer | DimmableLight | Dimmer |
|
||||
|
||||
### Dimmer 1
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer1``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer 2
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer2``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Lumi_Manual_English](https://www.cd-jackson.com/zwave_device_uploads/1179/User-Manual-Switch4-V1-0.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1179).
|
|
@ -1,274 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: HS-WS200+ - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# HS-WS200+ Scene Capable Wall Switch
|
||||
This describes the Z-Wave device *HS-WS200+*, manufactured by *[HomeSeer Technologies](http://www.homeseer.com/)* with the thing type UID of ```homeseer_hsws200_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 HS-WS200+ 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
|
||||
|
||||
HS-WS200+ is a Z-Wave Plus relay (on-off) wall switch for use with most lighting and appliance loads. The switch includes an RBG LED indicator which may be controlled wirelessly to suit color preferences or to reflect the changing status of other devices in your home. HS-WS200+ is also designed to trigger automation events with a multi-tap operation (up to 5 taps).
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Tap the paddle of your HomeSeer switch to begin the inclusion process. This will take a few moments to complete.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Put your Z-Wave controller into exclusion mode. Tap the paddle of your HomeSeer switch.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the HS-WS200+ -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Mode of Operation | config_decimal | config_decimal | | Number |
|
||||
| Status LED Color | config_decimal | config_decimal | | Number |
|
||||
| Switch LED Blink Frequency | config_decimal | config_decimal | | 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.
|
||||
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 |
|
||||
|
||||
### Mode of Operation
|
||||
Sets dimmer mode of operation.
|
||||
|
||||
0=Normal mode (load status) 1=Status mode (custom status)
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status LED Color
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Switch LED Blink Frequency
|
||||
Possible values: 0, 1-255
|
||||
|
||||
0=No blink, 1=100ms ON then 100ms OFF
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 6 configuration parameters available in the HS-WS200+.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 3 | Bottom LED Operation | Sets LED operation (in normal mode) |
|
||||
| 4 | Orientation | Sets paddle’s load orientation |
|
||||
| 13 | Status Mode | Sets switch mode of operation |
|
||||
| 14 | Load Status LED Color | Sets the Normal mode LED color |
|
||||
| 21 | Status LED Color | Sets the Status mode LED color |
|
||||
| 31 | Blink Frequency | Sets the switch LED Blink frequency |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 3: Bottom LED Operation
|
||||
|
||||
Sets LED operation (in normal mode)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED ON if load is OFF |
|
||||
| 1 | LED OFF if load is OFF |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED ON if load is OFF).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Orientation
|
||||
|
||||
Sets paddle’s load orientation
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Top of Paddle turns load ON |
|
||||
| 1 | Bottom of Paddle turns load ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Top of Paddle turns load ON).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Status Mode
|
||||
|
||||
Sets switch mode of operation
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Normal mode (load status) |
|
||||
| 1 | Status mode (custom status) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Normal mode (load status)).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Load Status LED Color
|
||||
|
||||
Sets the Normal mode LED color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Status LED Color
|
||||
|
||||
Sets the Status mode LED color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: Blink Frequency
|
||||
|
||||
Sets the switch LED Blink frequency
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | No blink |
|
||||
| 1 | 100ms ON then 100ms OFF |
|
||||
|
||||
The manufacturer defined default value is ```0``` (No blink).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1``` and is of type ```INTEGER```.
|
||||
|
||||
### Switch All Mode
|
||||
|
||||
Set the mode for the switch when receiving SWITCH ALL commands.
|
||||
|
||||
The following option values may be configured -:
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Exclude from All On and All Off groups |
|
||||
| 1 | Include in All On group |
|
||||
| 2 | Include in All Off group |
|
||||
| 255 | Include in All On and All Off groups |
|
||||
|
||||
This parameter has the configuration ID ```switchall_mode``` 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 HS-WS200+ supports 1 association group.
|
||||
|
||||
### 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 only supports the "manual reset" event.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_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_V2| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [HS-WS200 Manual](https://www.cd-jackson.com/zwave_device_uploads/818/HS-WS200-Manual-v2.pdf)
|
||||
* [HS-WS200 Manual v4](https://www.cd-jackson.com/zwave_device_uploads/818/HS-WS200-Manual-v4.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/818).
|
|
@ -0,0 +1,149 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: 39354-v2 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# 39354-v2 On/Off Smart Light Switch
|
||||
This describes the Z-Wave device *39354-v2*, manufactured by *Honeywell* with the thing type UID of ```honeywell_39354-v2_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 39354-v2 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
|
||||
|
||||
Honeywell Z-Wave Plus On/Off Smart Light Switch, In-Wall Toggle |Built-In Repeater Range Extender | Requires Neutral Wire | ZWave Hub Required - SmartThings, Wink, Alexa Compatible, 39354
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to include a device to the Z-Wave network.
|
||||
2. Once the controller is ready to include your device, press up and release on the toggle to include it in the network.
|
||||
3. Once your controller has confirmed that the device has been included, refresh the Z-Wave network to optimize performance.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to exclude a device from the Z-Wave network.
|
||||
2. Once the controller is ready to exclude your device, press up and release on the toggle to exclude it from the network.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 39354-v2 -:
|
||||
|
||||
| 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 following table provides a summary of the 1 configuration parameters available in the 39354-v2.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 4 | Invert Switch | On/Off rocker settings can be reversed |
|
||||
|
||||
### Parameter 4: Invert Switch
|
||||
|
||||
On/Off rocker settings can be reversed
|
||||
If the switch is accidentally installed upside down with On at the bottom and Off at the top, the default On/Off rocker settings can be reversed by changing parameter 4s value to 1.
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The 39354-v2 supports 3 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.
|
||||
Z-Wave Plus Lifeline
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Basic Set local load
|
||||
|
||||
Supports Basic Set and is controlled with the local load
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Basic Set double press button
|
||||
|
||||
Controlled by double pressing the On or Off button
|
||||
Supports Basic Set and is controlled by double-pressing the On or Off button
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
## 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_V2| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual-Honeywell-Switch-39354.pdf](https://www.cd-jackson.com/zwave_device_uploads/1185/Manual-Honeywell-Switch-39354.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1185).
|
|
@ -0,0 +1,366 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: LZW31 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# LZW31 Black Series Dimmer
|
||||
This describes the Z-Wave device *LZW31*, manufactured by *Inovelli* with the thing type UID of ```inovelli_lzw31dimmer_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 LZW31 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
|
||||
|
||||
For starters, we’ve upgraded our Z-Wave module for better distance. The switch can be used in any 3-Way or 4-Way setting and allows you to use either an auxiliary switch, a smart switch or your existing dumb switch (NOTE: this only applies if a neutral wire is installed. If there is no neutral wire, the switch only works in a single-pole setting).
|
||||
|
||||
Lastly, the LED bar can be changed to any default color you’d prefer and also allows for it to be dimmed, or disabled altogether.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Start the Inclusion process on your HUB/Gateway. Turn the power back on and auto-inclusion will activate.You will have 60 seconds before it times out. If it does timeout,the backup method to pair/include the device is to press the Config Button (A) 3 times.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Put your HUB in Exclusion mode and press the Config Button (A) 3x until your HUB says the device is excluded.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the LZW31 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 17 configuration parameters available in the LZW31.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Dimming Speed | How fast or slow the light turns on when you hold the switch |
|
||||
| 2 | Dimming Speed ( Z-wave ) | How fast or slow the light turns dim when you adjust via network |
|
||||
| 3 | Ramp Rate | How fast or slow the light turns on when you press the switch |
|
||||
| 4 | Ramp Rate ( Z-wave) | How fast or slow the light turns on / off via the network |
|
||||
| 5 | Minimum Dim Level | Minimum level the light switch will dim to |
|
||||
| 6 | Maximum Dim Level | Maximum level the light switch will dim to |
|
||||
| 7 | Invert Switch | Inverts the switch |
|
||||
| 8 | Auto Off Timer | Automatically tuns the switch off after X seconds |
|
||||
| 9 | Default Level ( Local ) | Default dim level when pressed locally |
|
||||
| 10 | Default level ( Z-Wave ) | Default dim level when switch on via network |
|
||||
| 11 | Power On State | When power is restored switch reverts On/Off/Last |
|
||||
| 12 | Association Behavior | When should the switch send commands to associated devices |
|
||||
| 13 | LED Indicator Colo | Sets the default color of the LED bar |
|
||||
| 14 | LED Indicator Intensity | Sets the intensity of the LED bar (brightness) |
|
||||
| 15 | LED Indicator Intensity (when off) | LED Indicator brightness when switch is off |
|
||||
| 16 | LED Strip Effect | Add sweet effects to the LED bar |
|
||||
| 17 | LED timeout | Timeout for LED notifications |
|
||||
|
||||
### Parameter 1: Dimming Speed
|
||||
|
||||
How fast or slow the light turns on when you hold the switch
|
||||
How fast or slow the lights turns on when you hold the switch ( ie: dimming from 10-20%, 80-60%, etc)
|
||||
|
||||
0 = instant on, 1=1 second, 100=100 seconds
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Dimming Speed ( Z-wave )
|
||||
|
||||
How fast or slow the light turns dim when you adjust via network
|
||||
How fast or slow the light turns dim when you adjust the switch remotely.
|
||||
|
||||
(ie: dimming from 10-20%, 80-60%, etc)
|
||||
|
||||
0= instant on, 1=1 second, 100=100 seconds, 101=keep in sync with Parameter 1
|
||||
Values in the range 0 to 101 may be set.
|
||||
|
||||
The manufacturer defined default value is ```101```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Ramp Rate
|
||||
|
||||
How fast or slow the light turns on when you press the switch
|
||||
How fast or slow the light turns on when you press the switch 1x to bring from ON to OFF or OFF to ON
|
||||
|
||||
0=instant on, 1=1 second, 100=100 seconds, 101=keep in sync with Parameter 1
|
||||
Values in the range 0 to 101 may be set.
|
||||
|
||||
The manufacturer defined default value is ```101```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Ramp Rate ( Z-wave)
|
||||
|
||||
How fast or slow the light turns on / off via the network
|
||||
How fast or slow the light turns on when you turn the switch ON to OFF or OFF to ON remotely.
|
||||
|
||||
0=instant on, 1=1 second, 100=100 seconds, 101=keep in sync with Parameter 1
|
||||
Values in the range 0 to 101 may be set.
|
||||
|
||||
The manufacturer defined default value is ```101```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Minimum Dim Level
|
||||
|
||||
Minimum level the light switch will dim to
|
||||
Minimum level the light switch will dim to (great for fixing flickering bulbs).
|
||||
|
||||
1=1%, 45=45%
|
||||
Values in the range 1 to 45 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Maximum Dim Level
|
||||
|
||||
Maximum level the light switch will dim to
|
||||
Maximum level the light switch will dim to.
|
||||
|
||||
55%=55%, 100=100%
|
||||
Values in the range 55 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Invert Switch
|
||||
|
||||
Inverts the switch
|
||||
Inverts the switch ( tap down = ON, tap up = OFF)
|
||||
|
||||
0 = disabled, 1 = enabled
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Auto Off Timer
|
||||
|
||||
Automatically tuns the switch off after X seconds
|
||||
Automatically turns the switch off after x amount of seconds
|
||||
|
||||
0 = disabled, 1 = 1 second, 32767 = 32767 seconds.
|
||||
Values in the range 0 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Default Level ( Local )
|
||||
|
||||
Default dim level when pressed locally
|
||||
Default dim level for the switch when pressed locally
|
||||
|
||||
0 = Switch will return to the level it was prior to being off, 1=1%, 100=100%
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Default level ( Z-Wave )
|
||||
|
||||
Default dim level when switch on via network
|
||||
Default dim level for the switch when powered on via a Z-Wave command
|
||||
|
||||
0 = Switch will return to level it was prior to being off, 1=1%, 100=100%
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Power On State
|
||||
|
||||
When power is restored switch reverts On/Off/Last
|
||||
When power is restored, the switch reverts to either On, Off, or Last Level
|
||||
|
||||
0=Off, 1-100= specific % On, 101= returns to level before power outage
|
||||
Values in the range 0 to 101 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Association Behavior
|
||||
|
||||
When should the switch send commands to associated devices
|
||||
01=local, 02=3-way, 03=3-way & local, 04=Z-wave hub, 05=Z-wave Hub & local
|
||||
|
||||
06=Z-wave hub & 3-way, 07=Z-wave hub & local & 3-way, 08=timer, 09= timer &local
|
||||
|
||||
10=timer & 3-way, 11=timer & 3-way & local, 12= timer & z-wave hub
|
||||
|
||||
13= timer & z-wave hub & local, 14=timer & z-wave hub & 3-way, 15= ALL
|
||||
Values in the range 0 to 15 may be set.
|
||||
|
||||
The manufacturer defined default value is ```15```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: LED Indicator Colo
|
||||
|
||||
Sets the default color of the LED bar
|
||||
This will set the default color of the LED bar
|
||||
|
||||
Calculated by using a hue color circle ( value / 255*360) see website for more detail
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```170```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: LED Indicator Intensity
|
||||
|
||||
Sets the intensity of the LED bar (brightness)
|
||||
This will set the intensity of the LED bar
|
||||
|
||||
0=Off, 1=low, 5=medium, 10=high
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: LED Indicator Intensity (when off)
|
||||
|
||||
LED Indicator brightness when switch is off
|
||||
LED Indicator intensity when light is off
|
||||
|
||||
0=off , 1 =low, 10=high
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: LED Strip Effect
|
||||
|
||||
Add sweet effects to the LED bar
|
||||
Sweet effects: pulse, chase, solid, etc
|
||||
|
||||
Byte 1 = choose color
|
||||
|
||||
Byte 2 = Choose Brightness Level
|
||||
|
||||
Byte 3 = Choose Effect
|
||||
|
||||
Byte 4 = Duration
|
||||
|
||||
See Website for details
|
||||
Values in the range 0 to 2147483647 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: LED timeout
|
||||
|
||||
Timeout for LED notifications
|
||||
Changes the amount of time the RGB bar shows the dim level if the LED bar has been disabled
|
||||
|
||||
0=always off, 1=1 second after level is adjusted, 10=10 seconds after level is adjusted
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The LZW31 supports 4 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Basic Set
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Switch Multilevel Set
|
||||
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Control multiple bulbs / dimmers with level change
|
||||
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
## 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_MULTILEVEL_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V2| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [LZW31 Manual](https://www.cd-jackson.com/zwave_device_uploads/1171/LZW31-Manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1171).
|
|
@ -23,6 +23,10 @@ From a hardware side we’ve upgraded our Z-Wave module for better distance and
|
|||
|
||||
From a firmware side, this switch has it all (literally). Scene control, notifications (flashes if your garage door is left open) and can be configured on any HUB.
|
||||
|
||||
==
|
||||
|
||||
Important: If you have a neutral wire, set parameter 21 correctly. If setting the switch up in a 3-way configuration, set parameter 22 (you may need to enable advanced settings to see this).
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Once the inclusion process has started press the config button 3X and the LED bar will flash blue. If the switch was included successfully the bar will turn GREEN, however if the switch was not included successfully it will turn RED.
|
||||
|
@ -301,7 +305,7 @@ This parameter has the configuration ID ```config_15_1``` and is of type ```INTE
|
|||
### Parameter 16: LED Strip Effect
|
||||
|
||||
LED Strip Effect
|
||||
This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
Addition: To get the final code for the desired color/effect/duration, use this calculator: https://nathanfiscus.github.io/inovelli-notification-calc/This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
Values in the range 0 to 100600575 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
|
|
@ -38,6 +38,64 @@ Press button “A” on the lock one time to include it in your system.
|
|||
|
||||
Press button “A” on the lock one time to exclude it in your system.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Like most Z-Wave locks, the lock doesn't update its status (locked or unlocked) but signals it through alarms instead. Here is some sample output from the alarm_raw channel:
|
||||
|
||||
Locked by Controller:
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_REMOTE\_LOCK","level":"1","type":"ACCESS_CONTROL","event":"3","status":"255"}
|
||||
|
||||
|
||||
Unlocked by Controller:
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_REMOTE\_UNLOCK","level":"1","type":"ACCESS_CONTROL","event":"4","status":"255"}
|
||||
|
||||
|
||||
Locked by Hand (key or knob):
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_MANUAL\_LOCK","level":"1","type":"ACCESS_CONTROL","event":"1","status":"255"}
|
||||
|
||||
|
||||
Unlocked by Hand (key or knob):
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_MANUAL\_UNLOCK","level":"1","type":"ACCESS_CONTROL","event":"2","status":"255"}
|
||||
|
||||
|
||||
Locked by Keypad:
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_KEYPAD\_LOCK","level":"0","type":"ACCESS_CONTROL","event":"5","status":"255"}
|
||||
|
||||
|
||||
Unlocked by Keypad (Code #2):
|
||||
|
||||
{"notification":"ACCESS\_CONTROL\_\_KEYPAD\_UNLOCK","code":"2","level":"2","type":"ACCESS_CONTROL","event":"6","parameter-1":"2","status":"255"}
|
||||
|
||||
|
||||
When unlocked by keypad, code, type, and parameter-1 all indicate the code number (2 in the above example)
|
||||
|
||||
Sample rule in Openhab to update the lock status, with Door\_Lock linked to the lock's lock\_door channel, and Door\_Lock\_Alarm linked to its alarm_raw channel. Make sure you have the JSONPath Transformation installed under Paper UI - Add-ons - Transformations:
|
||||
|
||||
rule "Door lock status updates"
|
||||
when
|
||||
Item Door\_Lock\_Alarm changed
|
||||
then
|
||||
switch(transform("JSONPATH", "$.event", Door\_Lock\_Alarm.state.toString)) {
|
||||
case "1", case "3", case "5" : Door_Lock.postUpdate(ON)
|
||||
case "2", case "4" : Door_Lock.postUpdate(OFF)
|
||||
case "6" : {
|
||||
var userName = ""
|
||||
switch(transform("JSONPATH", "$.code", Door\_Lock\_Alarm.state.toString)) {
|
||||
case "1": userName = "Bill"
|
||||
case "2": userName = "Ted"
|
||||
default: userName = "Unknown"
|
||||
}
|
||||
mailActions.sendMail("bill@example.com", "Door lock opened by code", "Door lock opened by " + userName)
|
||||
Door_Lock.postUpdate(OFF)
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the GED1800 -:
|
||||
|
@ -228,7 +286,7 @@ Association group 2 supports 5 nodes.
|
|||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_DOOR_LOCK_V2| Linked to BASIC|
|
||||
| COMMAND_CLASS_DOOR_LOCK_V2| |
|
||||
| COMMAND_CLASS_USER_CODE_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V4| |
|
||||
|
|
|
@ -0,0 +1,183 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: WO15EMZ5-1 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# WO15EMZ5-1 Single Wall Outlet
|
||||
This describes the Z-Wave device *WO15EMZ5-1*, manufactured by *Linear Corp* with the thing type UID of ```linear_wo15emz5_00_000```.
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The WO15EMZ5-1 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
|
||||
|
||||
120 VAC 15 Amp Duplex Receptacle
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Refer to your Controller operating instructions to add this switch under the command of the Wireless Controller.
|
||||
|
||||
1. With your Controller in Discovery or Add Mode, tap the button on the face of the outlet. The LED will blink slowly when in ADD Mode.
|
||||
2. You should see an indication on your Controller that the “device was added” to the network and the LED will stop blinking.
|
||||
3. The device will appear in the list of Switches. It should display as a switch. If the Controller/Gateway shows the addition failed, repeat Steps 1-3.
|
||||
|
||||
_**NOTE**: If you have trouble adding the WO15EMZ5-1 to a group it may be that the Home ID and Node ID were not cleared from it after testing. You must fi rst “RESET UNIT” to remove it from the network. Although adding it to a group includes it in the network, removing it from a group does not remove it from the network. If removed from a group, it functions as a repeater (only). “RESET UNIT” removes it completely from the network_
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
The WO15EMZ5-1 can be removed from the network by the Controller/Gateway. Refer to the Controller operating instructions for details.
|
||||
|
||||
1. Set the Controller into Removal Mode and follow its instruction to delete the WO15EMZ5-1 from the Controller.
|
||||
2. Remove the switch by tapping the button on the face of the outlet 2 times. The LED will begin blinking slowly for 10 seconds indicating that it has been removed.
|
||||
3. You should see an indication on your Controller that the “device was removed” from the network.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the WO15EMZ5-1 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | 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.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 2 configuration parameters available in the WO15EMZ5-1.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 3 | Night Light | LED mode for attached load |
|
||||
| 13 | Energy Monitoring | Minutes |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 3: Night Light
|
||||
|
||||
LED mode for attached load
|
||||
By default, the LED on the WO15EMZ5-1 will turn OFF when the load attached is turned ON. To make the LED turn ON when the load attached is turned ON, set Parameter 3 to a value of 1.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Show opposite of powered state |
|
||||
| 1 | Show powered state |
|
||||
| 2 | On |
|
||||
| 3 | Off |
|
||||
| 4 | Blink on RF transmission |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Show opposite of powered state).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Energy Monitoring
|
||||
|
||||
Minutes
|
||||
WO15EMZ5-1 reports the total accumulated Kilowatt Hours (kWh) and the instantaneous Watts being consumed by the load.
|
||||
|
||||
Valid values are 0 - 255, with 0 disabling automatic reporting, and 1 - 255 being the interval in minutes for the automatic reporting interval.
|
||||
|
||||
Configuration Parameter 13 configures the rate at which the energy readings are reported. If the maximum kWh value that can be reported is reached (21,474 kWh), then it will remain at the maximum level until reset to 0.
|
||||
|
||||
The Watts reading provides the immediate reading of the power being consumed by the load. The Watts reading takes several seconds to settle so wait a few seconds before reading the energy value when the state of the switch (on / off) has changed.
|
||||
|
||||
To reset, the total accumulated kWh used by the WO15EMZ5-1 the Z-Wave controller needs to send a reset command at the request of the user. It will also be reset if the WO15EMZ5-1 is excluded from the Z-Wave network.
|
||||
The following option values may be configured, in addition to values in the range 0 to 255 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 6 | Default |
|
||||
|
||||
The manufacturer defined default value is ```6``` (Default).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
### Switch All Mode
|
||||
|
||||
Set the mode for the switch when receiving SWITCH ALL commands.
|
||||
|
||||
The following option values may be configured -:
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Exclude from All On and All Off groups |
|
||||
| 1 | Include in All On group |
|
||||
| 2 | Include in All Off group |
|
||||
| 255 | Include in All On and All Off groups |
|
||||
|
||||
This parameter has the configuration ID ```switchall_mode``` 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 WO15EMZ5-1 supports 1 association group.
|
||||
|
||||
### 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
|
||||
The WO15EMZ5-1 supports one Group with five Nodes for lifeline communication. Group 1 must be assigned the Node ID of the Controller to which unsolicited notifications from the WO15EMZ5-1 will be sent. The Z-Wave Controller should set this Association automatically after inclusion. You can associate up to five Z-Wave devices to Group 1.
|
||||
|
||||
For instructions on how to “set Lifeline Association” please refer to your wireless Controller instructions.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [WO15EMZ5-1 Manual](https://www.cd-jackson.com/zwave_device_uploads/1186/WO15EMZ5-1-Instructions.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1186).
|
|
@ -1,72 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: MH-S412 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# MH-S412 2-Way Touch Panel Switch
|
||||
This describes the Z-Wave device *MH-S412*, manufactured by *[McoHome Technology Co., Ltd](http://www.mcohome.com/)* with the thing type UID of ```mcohome__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 MH-S412 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
|
||||
|
||||
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
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
INCLUDING the device into Z-Wave network:
|
||||
|
||||
1. Set controller into INCLUSION mode. Follow instructions provided by controller manufacturer.
|
||||
|
||||
2. Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.
|
||||
|
||||
Note: If inclusion is successful, all INDICATION LEDs on the panel will flash 4 times.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
EXCLUDING the device from Z-Wave network:
|
||||
|
||||
1. Set controller into EXCLUSION mode. Follow instructions provided by controller manufacturer.
|
||||
|
||||
2. Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.
|
||||
|
||||
Note: If the exclusion is successful, all INDICATION LEDs on the panel will flash 4 times. The exclusion will delete all association data.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the MH-S412 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [MCO Manual | 410 Series ](https://www.cd-jackson.com/zwave_device_uploads/1129/z-wave-mco-touch-panel-switch-two-load-gen5-user-manual-1.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1129).
|
|
@ -1,114 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: PAN06-1B - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# PAN06-1B TBD
|
||||
This describes the Z-Wave device *PAN06-1B*, manufactured by *[Philio Technology Corp](http://www.philio-tech.com/)* with the thing type UID of ```philio_pan06-1b_00_000```.
|
||||
|
||||
The PAN06-1B 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
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1136) to improve the documentation.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the PAN06-1B -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### Alarm
|
||||
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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_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_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1136).
|
|
@ -1,445 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: POPE701202 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# POPE701202 Popp Mold detector
|
||||
This describes the Z-Wave device *POPE701202*, manufactured by *Popp & Co* with the thing type UID of ```popp_pope701202_01_000```.
|
||||
This version of the device is limited to firmware version 1.0
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||

|
||||
|
||||
|
||||
The POPE701202 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 POPE701202 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
|
||||
|
||||
Product Description
|
||||
|
||||
This device measures the three air quality parameters temperature, humidity and dew point an reports them to a central controller. Beside this, the device can directly control groups of other Z-Wave devices on over- and undershooting a set temperature and/or humidity parameter. This can be used to establish control loops for temperature and humidity. The device wakes up every 4 minutes to measure the values and it will send unsolicited reports when values change. Additionally, the device will report all values on request.
|
||||
The mold detector is actively monitoring the danger of mold in a room based on the temperature and humidity and will issue alarm warnings when critical air conditions met. Wireless Alarm and red and a green blinking LED will indicate a mold condition. This local LED warning function is also available when the device is not included in any Z-Wave network and works stand alone.
|
||||
|
||||
The POPP Mold Detector can be mounted in two ways.
|
||||
|
||||
1. use the enclosed adhesive tape. Clean the substrate carefully from grease and dirt to achieve optimum strength of the adhesive areas.
|
||||
2. use the enclosed screws and dowels to fix it to the wall or other surface.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
On factory default the device does not belong to any Z-Wave network. The device needs to be added to an existing wireless network to communicate with the devices of this network. This process is called Inclusion.
|
||||
|
||||
Tripple clicking the tamper button includes (adds) the device.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Devices can also be removed from a network. This process is called Exclusion. Both processes are initiated by the primary controller of the Z-Wave network. This controller is turned into exclusion respective inclusion mode. Inclusion and Exclusion is then performed doing a special manual action right on the device.
|
||||
|
||||
Tripple clicking the tamper button excludes (removes) the device.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The POPE701202 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.
|
||||
|
||||
|
||||
Communication to a Sleeping device (Wakeup)
|
||||
|
||||
This device is battery operated and turned into deep sleep state most of the time to save battery life time. Communication with the device is limited. In order to communicate with the device, a static controller C is needed in the network. This controller will maintain a mailbox for the battery operated devices and store commands that can not be received during deep sleep state. Without such a controller, communication may become impossible and/or the battery life time is significantly decreased.
|
||||
|
||||
This device will wakeup regularly and announce the wakeup state by sending out a so called Wakeup Notification. The controller can then empty the mailbox. Therefore, the device needs to be configured with the desired wakeup interval and the node ID of the controller. If the device was included by a static controller this controller will usually perform all necessary configurations. The wakeup interval is a tradeoff between maximal battery life time and the desired responses of the device. To wakeup the device please perform the following action: A single click on the tamper button will wakeup the device.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Open the POPP Mold Detector
|
||||
To open the POPP Mold Detector, press the lock with your finger and pull the housing cover upwards.
|
||||
|
||||
Tamper button
|
||||
The tamper button is located on the side of the POPP Mold Detector. This button is also used for inclusion and exclusion.
|
||||
|
||||
Functionality
|
||||
Once the device is powered up it will start monitoring the air parameters and warn of mold using the local red and green LED. All air parameters are measured every 4 minutes. Pushing the button will force an immediate measurement and the LEDs will indicate the danger of mold
|
||||
|
||||
* green: no danger of mold in the room
|
||||
* red: danger of mold, on the windows to lower the humidity
|
||||
|
||||
The device contains three sensors with the following accuracy measures:
|
||||
|
||||
* Humidity: +/- 3 % on relative humidity, +/-1 % hysteresis
|
||||
* Temperature: 0 ... 65 °C +/- 1 Kelvin
|
||||
* Dew Point: 0 ... 65 °C +/- 1 Kelvin (calculated from other sensor values)
|
||||
|
||||
Besides the measured values the device will issue Z-Wave notifications on moisture (0x10).
|
||||
|
||||
Node Information Frame
|
||||
The Node Information Frame (NIF) is the business card of a Z-Wave device. It contains information about the device type and the technical capabilities. The inclusion and exclusion of the device is confirmed by sending out a Node Information Frame. Beside this it may be needed for certain network operations to send out a Node Information Frame. To issue a NIF execute the following action: Tripple Click the tamper button
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the POPE701202 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Sensor (dew point) | sensor_dewpoint | sensor_dewpoint | Temperature | Number |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (relative humidity) | sensor_relhumidity | sensor_relhumidity | Humidity | Number |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Binary Sensor
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Sensor (dew point)
|
||||
Indicates the dewpoint.
|
||||
|
||||
The ```sensor_dewpoint``` channel is of type ```sensor_dewpoint``` and supports the ```Number``` item and is in the ```Temperature``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### 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
|
||||
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 11 configuration parameters available in the POPE701202.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Min. Temp. change | Minimum Temperature change to report |
|
||||
| 2 | Min humidity change. | Minimum humidity change to report |
|
||||
| 4 | Periodic Reports | Periodic Reports |
|
||||
| 5 | Temperature Upper Watermark | Temperature Upper Watermark value |
|
||||
| 6 | Temperature Lower Watermark | Temperature Lower Watermark value |
|
||||
| 7 | Humidity Upper Watermark | Humidity Upper Watermark value |
|
||||
| 8 | Humidity Lower Watermark | Humidity Lower Watermark value |
|
||||
| 9 | Low Temperature Trigger | Low Temperature Trigger BASIC Set Command Value |
|
||||
| 10 | High Temperature Trigger | High Temperature Trigger BASIC Set Command Value |
|
||||
| 11 | Low Humidity Trigger | Low Humidity Trigger BASIC Set Command Value |
|
||||
| 12 | High Humidity Trigger | High Humidity Trigger BASIC Set Command 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 1: Min. Temp. change
|
||||
|
||||
Minimum Temperature change to report
|
||||
|
||||
This value defines the minimum change of temperature to cause an unsolicited report of humidity to the central controller using Lifeline.
|
||||
If the value is set to 0, there will be no reports sent to the controller, when the temperature changes. However, periodic reports, managed by configuration parameter 4, may still be active.
|
||||
Size: 1 Byte, Default Value: 20
|
||||
|
||||
1-100: 1/10 degree
|
||||
0: disabled
|
||||
The following option values may be configured, in addition to values in the range 0 to 100 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Min humidity change.
|
||||
|
||||
Minimum humidity change to report
|
||||
Parameter 2: Minimum humidity change to report
|
||||
|
||||
This value defines the minimum change of humidity to cause an unsolicited report of humidity to the central controller using Lifeline.
|
||||
If the value is set to 0, there will be no reports sent to the controller, when the humidity changes. However, periodic reports, managed by configuration parameter 4, may still be active.
|
||||
Size: 1 Byte, Default Value: 7
|
||||
The following option values may be configured, in addition to values in the range 0 to 20 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```7```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Periodic Reports
|
||||
|
||||
Periodic Reports
|
||||
Parameter 4: Periodic Reports
|
||||
|
||||
This parameter defines the time interval to send an unsolicited report.
|
||||
If the value is set to 0, there will be no periodic reports sent to the controller. However, reports on temperature/humidity changes, managed by configuration parameters 1 and 2, may still be active.
|
||||
Size: 2 Byte, Default Value: 43200
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```43200```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Temperature Upper Watermark
|
||||
|
||||
Temperature Upper Watermark value
|
||||
Parameter 5: Temperature Upper Watermark value
|
||||
|
||||
This parameter defines a temperature. If the measured temperature surpasses this watermark a BASIC command is sent into Association Group 2
|
||||
Size: 2 Byte, Default Value: 0
|
||||
|
||||
1-1000; 1/10 degree
|
||||
0: disabled
|
||||
The following option values may be configured, in addition to values in the range 0 to 1000 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_5_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Temperature Lower Watermark
|
||||
|
||||
Temperature Lower Watermark value
|
||||
Parameter 6: Temperature Lower Watermark value
|
||||
|
||||
This parameter defines a temperature. If the measured temperature dropps below this watermark a BASIC command is sent into Association Group 3
|
||||
Size: 2 Byte, Default Value:0
|
||||
|
||||
-200-1000: 1/10 degree
|
||||
0: disabled
|
||||
Values in the range -200 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Humidity Upper Watermark
|
||||
|
||||
Humidity Upper Watermark value
|
||||
Parameter 7: Humidity Upper Watermark value
|
||||
|
||||
This parameter defines a relative humidity. If the measured relative humidity surpasses this watermark a BASIC command is sent into Association Group 4
|
||||
Size: 1 Byte, Default Value: 0
|
||||
|
||||
10-100: %
|
||||
0: disabled
|
||||
The following option values may be configured, in addition to values in the range 10 to 100 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Humidity Lower Watermark
|
||||
|
||||
Humidity Lower Watermark value
|
||||
Parameter 8: Humidity Lower Watermark value
|
||||
|
||||
This parameter defines a relative humidity. If the measured temperature dropps below this relative humidity a BASIC command is sent into Association Group 5
|
||||
Size: 1 Byte
|
||||
|
||||
1-90: %
|
||||
0: disabled
|
||||
The following option values may be configured, in addition to values in the range 0 to 90 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Low Temperature Trigger
|
||||
|
||||
Low Temperature Trigger BASIC Set Command Value
|
||||
Parameter 9: Low Temperature Trigger BASIC Set Command Value
|
||||
|
||||
This defines what BASIC command shall be sent out into association group 3
|
||||
Size: 1 Byte, Default Value: 255
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```255```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: High Temperature Trigger
|
||||
|
||||
High Temperature Trigger BASIC Set Command Value
|
||||
Parameter 10: High Temperature Trigger BASIC Set Command Value
|
||||
|
||||
This defines what BASIC command shall be sent out into association group 2
|
||||
Size: 1 Byte, Default Value: 0
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Low Humidity Trigger
|
||||
|
||||
Low Humidity Trigger BASIC Set Command Value
|
||||
Parameter 11: Low Humidity Trigger BASIC Set Command Value
|
||||
|
||||
This defines what BASIC command shall be sent out into association group 5
|
||||
Size: 1 Byte, Default Value: 255
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```255```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: High Humidity Trigger
|
||||
|
||||
High Humidity Trigger BASIC Set Command Value
|
||||
Parameter 12: High Humidity Trigger BASIC Set Command Value
|
||||
|
||||
This defines what BASIC command shall be sent out into association group 4
|
||||
Size: 1 Byte, Default Value: 0
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` 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 POPE701202 supports 5 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 5 nodes.
|
||||
|
||||
### Group 2: Temperature High Trigger
|
||||
|
||||
Temperature High Trigger
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Temperature Low Trigger
|
||||
|
||||
Temperature Low Trigger
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Humidity High Trigger
|
||||
|
||||
Humidity High Trigger
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Humidity Low Trigger
|
||||
|
||||
Humidity Low Trigger
|
||||
|
||||
Association group 5 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V2| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V8| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_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_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Popp Mold detector SKU: POPE701202](https://www.cd-jackson.com/zwave_device_uploads/990/POPE701202.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/990).
|
|
@ -1,122 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: POPE701202 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# POPE701202 Popp Mold detector
|
||||
This describes the Z-Wave device *POPE701202*, manufactured by *Popp & Co* with the thing type UID of ```popp_pope701202v11_01_001```.
|
||||
This version of the device is limited to firmware versions above 1.1
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||
The POPE701202 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 POPE701202 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
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The POPE701202 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.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the POPE701202 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Sensor (dew point) | sensor_dewpoint | sensor_dewpoint | Temperature | Number |
|
||||
| Sensor (relative humidity) | sensor_relhumidity | sensor_relhumidity | Humidity | Number |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Binary Sensor
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Sensor (dew point)
|
||||
Indicates the dewpoint.
|
||||
|
||||
The ```sensor_dewpoint``` channel is of type ```sensor_dewpoint``` and supports the ```Number``` item and is in the ```Temperature``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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.
|
||||
|
||||
### Alarm
|
||||
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 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_SENSOR_BINARY_V2| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V8| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_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_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1164).
|
|
@ -126,7 +126,7 @@ Detailed information on each parameter can be found in the sections below.
|
|||
| 12 | I2 Functionality selection | I2 Functionality selection |
|
||||
| 40 | Watt Power Consumption Threshold for Q⬆ | Watt Power Consumption Threshold for Q⬆ |
|
||||
| 42 | Watt Power Time Threshold for Q⬆ | Watt Power Time Threshold for Q⬆ |
|
||||
| 43 | Hysteresis heating On | Hysteresis heating On |
|
||||
| 43 | Hysteresis - Heating On | Hysteresis - temperature to set the heating On |
|
||||
| 44 | Hysteresis Heating Off | Hysteresis Heating Off |
|
||||
| 45 | Hysteresis Cooling On | Hysteresis Cooling On |
|
||||
| 46 | Hysteresis Cooling Off | Hysteresis Cooling Off |
|
||||
|
@ -142,12 +142,12 @@ Detailed information on each parameter can be found in the sections below.
|
|||
| 76 | group 2, 10 - reporting on time interval | group 2, 10 - reporting on time interval |
|
||||
| 77 | group 10 delay before sending Basic Set ON | group 10 delay before sending Basic Set ON |
|
||||
| 78 | Scale Selection | Scale Selection |
|
||||
| 100 | Endpoint I1 Enable/Disable or Type and Event | Endpoint I1 Enable/Disable or Type and Event |
|
||||
| 101 | Enable/Disable Endpoint I2 or select type | Enable/Disable Endpoint I2 or select type |
|
||||
| 100 | Endpoint I1 Enable/Disable or Type and Event | Enable/Disable Endpoint I1 or select NotificationType and Event |
|
||||
| 101 | Enable/Disable Endpoint I2 or select type | Enable/Disable Endpoint I2 or select Notification Type and Event |
|
||||
| 110 | Temperature sensor offset settings | Temperature sensor offset settings |
|
||||
| 120 | Digital temperature sensor reporting | Digital temperature sensor reporting |
|
||||
| 121 | Digital temperature sensor / setpoint selector | Digital temperature sensor / setpoint selector |
|
||||
| 122 | Node Id of external battery powered sensor | Node Id of external battery powered sensor |
|
||||
| 122 | Node ID of external battery powered sensor | Node ID of external battery powered room sensor |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: Input I1 switch type
|
||||
|
@ -258,8 +258,12 @@ I2 Functionality selection
|
|||
0-990 - Temperature setpoint from 0,0 to 99,0 °C
|
||||
1001-1150 - Temperature setpoint -0.1 to -15°C
|
||||
2000 - Input I2 influences on the cooling value according to the status of condense sensor.
|
||||
32767 - input I2 does not influence on the Heat/Cool process If "Condense Sensor" selected (value set to "2000"), parameter 101 (enable/disable endpoint) must be set to non-zero value and device re-included!
|
||||
The following option values may be configured -:
|
||||
32767 - input I2 does not influence on the Heat/Cool process
|
||||
|
||||
If this parameter is set to the value in range of 0-990 or 1001-1150, then pressing I2 automatically sets temperature setpoint according to value defined here. In this case functionality of condense sensor is disabled.
|
||||
|
||||
If "Condense Sensor" selected (value set to "2000"), parameter 101 (enable/disable endpoint) must be set to non-zero value and device re-included!
|
||||
The following option values may be configured, in addition to values in the range 0 to 32767 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -281,9 +285,9 @@ The following option values may be configured, in addition to values in the rang
|
|||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Power consumption reporting disabled |
|
||||
| 0 | reporting disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Power consumption reporting disabled).
|
||||
The manufacturer defined default value is ```0``` (reporting disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_40_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
@ -295,26 +299,25 @@ Set value refers to the time interval with which power consumption in Watts is r
|
|||
|
||||
0 - report disabled
|
||||
1-32767 = 1 second - 32767 seconds interval. Reporting enabled with time interval
|
||||
Values in the range 0 to 32767 may be set.
|
||||
The following option values may be configured, in addition to values in the range 0 to 32767 -:
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | reporting disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (reporting disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_42_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 43: Hysteresis heating On
|
||||
### Parameter 43: Hysteresis - Heating On
|
||||
|
||||
Hysteresis heating On
|
||||
Hysteresis - temperature to set the heating On
|
||||
This parameter defines temperature difference between measured temperature and set-point temperature to turn heating on.
|
||||
default value 1010 (-1.0 °C)
|
||||
0 - 255 = 0,0°C to 25,5 °C
|
||||
1001 - 1255 = - 0,1°C to - 25,5 °C
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | mono-stable switch type |
|
||||
| 1 | bi-stable switch type |
|
||||
Values in the range 0 to 1255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1010```.
|
||||
|
||||
|
@ -328,12 +331,7 @@ This parameter defines temperature difference between measured temperature and s
|
|||
• default value 2 (+0.2 °C)
|
||||
• 0 - 255 = 0,0°C to 25,5 °C
|
||||
• 1001 - 1255 = - 0,1°C to - 25,5 °C
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | normally open |
|
||||
| 1 | normally closed |
|
||||
Values in the range 0 to 1255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```2```.
|
||||
|
||||
|
@ -361,13 +359,7 @@ This parameter defines temperature difference between measured temperature and s
|
|||
• default value 1002 (-0.2 °C)
|
||||
• 0 - 255 = 0,0°C to 25,5 °C
|
||||
• 1001 - 1255 = - 0,1°C to - 25,5 °C
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | Input I3 changes the mode between Heat and Cool |
|
||||
| 2 | Input I3 influences the heating/cooling valves |
|
||||
| 32767 | Input I3 doesnt influence on the Heat/Cool process |
|
||||
Values in the range 0 to 1255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1002```.
|
||||
|
||||
|
@ -393,10 +385,10 @@ This parameter has the configuration ID ```config_47_2``` and is of type ```INTE
|
|||
|
||||
Too low temperature limit
|
||||
This parameter determines the temperature at which the device sends a command to the associated device - to turn ON device or to turn OFF device.
|
||||
Too low temperature limit is used with Association Group 4.
|
||||
• Default value 50 (Too low temperature limit is 5.0 °C)
|
||||
• 1 - 1000 = 0.1 °C to 100.0 °C, step is 0.1 °C.
|
||||
• 1001 - 1150: - 0.1 °C to – 15.0 °C
|
||||
• 1001 - 1150: - 0.1 °C to – 15.0 °C
|
||||
Too low temperature limit is used with Association Group 4.
|
||||
Values in the range 1 to 1150 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
@ -409,7 +401,8 @@ This parameter has the configuration ID ```config_60_2``` and is of type ```INTE
|
|||
Too high temperature limit
|
||||
This parameter determines the temperature at which the device sends a command to the associated device, to turn ON device or to turn OFF device.
|
||||
• default value 700 (too high temperature limit is 70.0 °C)
|
||||
• 1 - 1000 = 0.1 °C - 100.0 °C, step is 0.1 °C. Too high temperature limit is used with Association Group 4.
|
||||
• 1 - 1000 = 0.1 °C - 100.0 °C, step is 0.1 °C. Too high temperature limit is used with Association Group 4.
|
||||
Too high temperature limit is used with Association Group 4.
|
||||
Values in the range 1 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```700```.
|
||||
|
@ -452,7 +445,11 @@ This parameter has the configuration ID ```config_65_1``` and is of type ```INTE
|
|||
### Parameter 70: Input I1 status on delay
|
||||
|
||||
Input I1 status on delay
|
||||
This parameter specifies the delay before the device executes command, after input I1 is activated. For example, if you set the parameter to 30 seconds and close the window, heater will turn ON after 30 seconds.
|
||||
This parameter specifies the delay before the device executes command, after input I1 is activated. For example, if you set the parameter to 30 seconds and close the window, heater will turn ON after 30 seconds.
|
||||
|
||||
* default value 0 (no delay)
|
||||
* 1 - 32000 for delay of 1 to 32000 seconds (8.88 hours)
|
||||
|
||||
If the value of parameter is different to 0, means that the Influence of this input to heating or cooling will react after inserted time. This parameter has influence only when the window sensor functionality is selected by the parameter no. 11.
|
||||
Device status on UI change immediately, but the command will be sent after time set.
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
@ -465,7 +462,11 @@ This parameter has the configuration ID ```config_70_2``` and is of type ```INTE
|
|||
### Parameter 71: Input I1 status off delay
|
||||
|
||||
Input I1 status off delay
|
||||
This parameter specifies the delay before the device executes command after input I1 is deactivated. For example, if you set the parameter to 30 seconds and close the window, heater will turn OFF after 30 seconds.
|
||||
This parameter specifies the delay before the device executes command after input I1 is deactivated. For example, if you set the parameter to 30 seconds and close the window, heater will turn OFF after 30 seconds.
|
||||
|
||||
* default value 0 (no delay)
|
||||
* 1 - 32000 for delay of 1 to 32000 seconds (8.88 hours)
|
||||
|
||||
If the value of parameter is different to 0, means that the Influence of this input to heating or cooling will react after inserted time. This parameter has influence only when the window sensor functionality is selected by the parameter no. 11.Device status on UI change immediately but the command will be send after the set time.
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
|
@ -477,7 +478,11 @@ This parameter has the configuration ID ```config_71_2``` and is of type ```INTE
|
|||
### Parameter 72: Input I2 status on delay
|
||||
|
||||
Input I2 status on delay
|
||||
This parameter specifies the delay before the device execute command after input I2 is activated.
|
||||
This parameter specifies the delay before the device execute command after input I2 is activated.
|
||||
|
||||
* default value 0 (no delay)
|
||||
* 1 - 32000 for delay of 1 to 32000 seconds (8.88 hours)
|
||||
|
||||
This parameter has influence only when the condense sensor functionality is selected by the parameter no. 12.
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
|
@ -489,7 +494,11 @@ This parameter has the configuration ID ```config_72_2``` and is of type ```INTE
|
|||
### Parameter 73: Input I2 status off delay
|
||||
|
||||
Input I2 status off delay
|
||||
This parameter specifies the delay before the device execute command after input I2 is deactivated.
|
||||
This parameter specifies the delay before the device execute command after input I2 is deactivated.
|
||||
|
||||
* default value 0 (no delay)
|
||||
* 1 - 32000 for delay of 1 to 32000 seconds (8.88 hours)
|
||||
|
||||
This parameter has influence only when the condense sensor functionality is selected by the parameter no. 12.
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
|
@ -523,7 +532,7 @@ If this parameter is set, Basic Set ON/OFF Report is delayed for the time define
|
|||
• 1-32767 = 1 second– 32767 seconds, reporting enabled
|
||||
Values in the range 0 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
The manufacturer defined default value is ```180```.
|
||||
|
||||
This parameter has the configuration ID ```config_77_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
@ -547,7 +556,7 @@ This parameter has the configuration ID ```config_78_1``` and is of type ```INTE
|
|||
|
||||
### Parameter 100: Endpoint I1 Enable/Disable or Type and Event
|
||||
|
||||
Endpoint I1 Enable/Disable or Type and Event
|
||||
Enable/Disable Endpoint I1 or select NotificationType and Event
|
||||
Choose whether the Endpoint I1 is disabled (and not shown on the UI) or enabled (and displayed on the UI). By enabling this endpoint (setting it to be either a notification sensor or a binary sensor), the user also selects a Notification Type and a Notification Event for which notification reports will be sent (in case the endpoint is configured as a notification sensor).
|
||||
After changing the values of the parameter, first exclude the device (without setting the parameters to their default values), then wait at least 30s and then re-include the device!
|
||||
When the parameter is set to the value 9 the notifications are sent for the Home Security notification type.
|
||||
|
@ -572,8 +581,11 @@ This parameter has the configuration ID ```config_100_1``` and is of type ```INT
|
|||
|
||||
### Parameter 101: Enable/Disable Endpoint I2 or select type
|
||||
|
||||
Enable/Disable Endpoint I2 or select type
|
||||
|
||||
Enable/Disable Endpoint I2 or select Notification Type and Event
|
||||
Choose whether the Endpoint I2 is disabled (and not shown on the UI) or enabled (and displayed on the UI). By enabling this endpoint (setting it to be either a notification sensor or a binary sensor), the user also selects a Notification Type and a Notification Event for which notification reports will be sent (in case the endpoint is configured as a notification sensor).
|
||||
After changing the values of the parameter, first exclude the device (without setting the parameters to their default values), then wait at least 30s and then re-include the device!
|
||||
When the parameter is set to the value 9 the notifications are sent for the Home Security notification type.
|
||||
If "endpoint enabled" (value set to 1..9), parameter 12 must be set to "2000" as "Condense Sensor"!
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -598,9 +610,13 @@ Temperature sensor offset settings
|
|||
32536 = offset is 0.0°C
|
||||
1..100 = offset is 0.1..10.0°C added to actual measuring value
|
||||
1001..1100 = offset is -0.1..-10.0°C subtracted to actual measuring value
|
||||
Values in the range 0 to 32536 may be set.
|
||||
The following option values may be configured, in addition to values in the range 0 to 32536 -:
|
||||
|
||||
The manufacturer defined default value is ```32536```.
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 32536 | offset 0.0°C (default value) |
|
||||
|
||||
The manufacturer defined default value is ```32536``` (offset 0.0°C (default value)).
|
||||
|
||||
This parameter has the configuration ID ```config_110_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
@ -608,10 +624,19 @@ This parameter has the configuration ID ```config_110_2``` and is of type ```INT
|
|||
### Parameter 120: Digital temperature sensor reporting
|
||||
|
||||
Digital temperature sensor reporting
|
||||
If digital teperature sensor is connected, module reports measured temperature on temperture change defined by this parameter
|
||||
Values in the range 0 to 127 may be set.
|
||||
If digital teperature sensor is connected, module reports measured temperature on temperture change defined by this parameter.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
* default value 5 - report temperature change of 0.5 °C
|
||||
* 0 - reporting baset on temperature change is disabled
|
||||
* 1- 127 = 0,1°C - 12,7°C, step is 0,1°C
|
||||
The following option values may be configured, in addition to values in the range 0 to 127 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | reporting baset on temperature change disabled |
|
||||
| 5 | report change of 0.5 °C (default value) |
|
||||
|
||||
The manufacturer defined default value is ```5``` (report change of 0.5 °C (default value)).
|
||||
|
||||
This parameter has the configuration ID ```config_120_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
@ -619,7 +644,7 @@ This parameter has the configuration ID ```config_120_1``` and is of type ```INT
|
|||
### Parameter 121: Digital temperature sensor / setpoint selector
|
||||
|
||||
Digital temperature sensor / setpoint selector
|
||||
|
||||
If digital temperature sensor is not connected, module can grab measured temperature from external secondary module.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -636,12 +661,15 @@ The manufacturer defined default value is ```0``` (internal sensor is mounted).
|
|||
This parameter has the configuration ID ```config_121_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 122: Node Id of external battery powered sensor
|
||||
### Parameter 122: Node ID of external battery powered sensor
|
||||
|
||||
Node Id of external battery powered sensor
|
||||
0 - disabled
|
||||
Node ID of external battery powered room sensor
|
||||
If digital temperature sensor is not connected, module can grab measured temperature from external battery powered room sensor defined by this parameter.
|
||||
|
||||
1..254 = NodeId of external battery powered room sensor
|
||||
* 0 - external battery powered room sensor not in function
|
||||
* 1..254 = Node ID of external battery powered room sensor
|
||||
|
||||
Get sensor node_id from controller and set parameter 122 immediately after sensor weak up (after button press on it etc.)
|
||||
Values in the range 0 to 254 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
|
|
@ -39,17 +39,19 @@ The following table summarises the channels available for the ZMNHSD -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Switch [Deprecated]| switch_binary | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
|
||||
### Switch
|
||||
### Switch [Deprecated]
|
||||
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.
|
||||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
|
|
@ -1,350 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: NAS-WR01ZE - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# NAS-WR01ZE Wall Plug Switch
|
||||
This describes the Z-Wave device *NAS-WR01ZE*, manufactured by *[Shenzhen Neo Electronics Co., Ltd](http://www.szneo.com/)* with the thing type UID of ```shenzhen_coolcampwrplug_02_032```.
|
||||
This version of the device is limited to firmware version 2.32
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The NAS-WR01ZE 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
|
||||
|
||||
This Plug provides line voltage, current load, power consumption and energy consumption measuring.
|
||||
|
||||
* Voltage – The Supply Power Voltage For Plug.
|
||||
* Current – The Current for the Electric Device Connect to Plug Consumption.
|
||||
* Power – Power Consumed by an Electric Device in an instant, unit: Watt (W).
|
||||
* Energy – Energy Consumed by an Electric Device through a Time Period. Most commonly measured in Kilowatt-hours (kWh). One kilowatt-hour is Equal to One Kilowatt of Power Consumed over a Period of One Hour, 1kWh = 1000Wh.0Wh.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Make sure the sensor is powered.
|
||||
2. Set Z‐Wave controller or Z‐Wave gateway into inclusion mode (Refer to the controller or gateway operating manual)
|
||||
3. Press the button three times within 1.5 second, the device will enter inclusion mode. And the LED will flash on and off with green alternately five times within 2 seconds.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Make sure the sensor is powered.
|
||||
2. Set Z‐Wave controller or Z‐Wave gateway into exclusion mode (Refer to the controller or gateway operating manual)
|
||||
3. Press the button three times within 1.5 second, the device will enter exclusion mode. And the LED will flash on and off with yellow alternately five times within 2 seconds.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the NAS-WR01ZE -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Clear Accumulated Energy | meter_reset | meter_reset | Energy | Switch |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh``` channel is of type ```meter_kwh``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Clear Accumulated Energy
|
||||
Reset the meter.
|
||||
|
||||
The ```meter_reset``` channel is of type ```meter_reset``` and supports the ```Switch``` item and is in the ```Energy``` category.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 11 configuration parameters available in the NAS-WR01ZE.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Relay On/Off State Saved Disable | Relay On/Off State Saved Disable |
|
||||
| 2 | Button Switch Function Disable | Button Switch Function Disable |
|
||||
| 3 | LED indication Disable | LED indication Disable |
|
||||
| 4 | Timer Enable | Timer Enable |
|
||||
| 5 | Timing Length Setting | Timing Length Setting |
|
||||
| 6 | Meter reporting function | Meter reporting function |
|
||||
| 7 | Interval of meter reporting setting | Interval of meter reporting setting |
|
||||
| 8 | Maximum output current setting | Maximum output current setting |
|
||||
| 9 | Current Differential Setting | Current Differential Setting |
|
||||
| 10 | Current Alarm Value | Current Alarm Value |
|
||||
| 11 | Clear Accumulated Energy | Clear accumulated energy |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: Relay On/Off State Saved Disable
|
||||
|
||||
Relay On/Off State Saved Disable
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Do not save Relay State |
|
||||
| 1 | Save Relay State |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Save Relay State).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Button Switch Function Disable
|
||||
|
||||
Button Switch Function Disable
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Button disabled |
|
||||
| 1 | Button enabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Button enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: LED indication Disable
|
||||
|
||||
LED indication Disable
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable LED |
|
||||
| 1 | Enable LED |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable LED).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Timer Enable
|
||||
|
||||
Timer Enable
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer Disable |
|
||||
| 1 | Timer Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Timing Length Setting
|
||||
|
||||
Timing Length Setting
|
||||
|
||||
Values in the range 0 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```120```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Meter reporting function
|
||||
|
||||
Meter reporting function
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable Meter Report |
|
||||
| 1 | Enable Meter Report |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable Meter Report).
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Interval of meter reporting setting
|
||||
|
||||
Interval of meter reporting setting
|
||||
|
||||
Values in the range 30 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Maximum output current setting
|
||||
|
||||
Maximum output current setting
|
||||
|
||||
Values in the range 1 to 16 may be set.
|
||||
|
||||
The manufacturer defined default value is ```16```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Current Differential Setting
|
||||
|
||||
Current Differential Setting
|
||||
|
||||
Values in the range 1 to 1600 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Current Alarm Value
|
||||
|
||||
Current Alarm Value
|
||||
|
||||
Values in the range 1 to 15 may be set.
|
||||
|
||||
The manufacturer defined default value is ```13```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Clear Accumulated Energy
|
||||
|
||||
Clear accumulated energy
|
||||
If this parameter is set to '0' or default, the accumulated energy saved in the plug will be cleared by '0'.
|
||||
Other values will not change current accumulated energy value.
|
||||
This parameter value cannot be saved in NVR mounted in the plug. The accumulated energy consumed will not be changed when the plug is added or removed from the Z-Wave network, but this value will be cleared after resetting the plug to factory default settings.
|
||||
|
||||
Note: Users can also send METER_RESET (Meter Command Class) command to clear accumulated energy.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Save accumulated energy |
|
||||
| 1 | Clear Accumulated Energy |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Save accumulated energy).
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
### Switch All Mode
|
||||
|
||||
Set the mode for the switch when receiving SWITCH ALL commands.
|
||||
|
||||
The following option values may be configured -:
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Exclude from All On and All Off groups |
|
||||
| 1 | Include in All On group |
|
||||
| 2 | Include in All Off group |
|
||||
| 255 | Include in All On and All Off groups |
|
||||
|
||||
This parameter has the configuration ID ```switchall_mode``` 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 NAS-WR01ZE supports 3 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.
|
||||
Assigned to Plugs status - On/Off. Allows for receiving control command from trigger devices whenever the Plug is turned On or Off.
|
||||
* NOTIFICATION\_REPORT\_V4
|
||||
* METER\_REPORT\_V4
|
||||
* SWITCH\_BINARY\_REPORT
|
||||
* DEVICE\_RESET\_LOCALLY_NOTIFICATION
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Group 2
|
||||
|
||||
Sending control commands to associated devices. If current load is over the max current defined in parameter #3, the Plug will send a BASIC\_SET (0xFF) to associated devices. When current load is normal, plug will send a BASIC\_SET (0x00).
|
||||
BASIC_SET
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Group 3
|
||||
|
||||
Send Notification to associated devices.
|
||||
NOTIFICATION\_REPORT\_V4
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1014/nas-wr01z-S2-SmartPlug-Manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1014).
|
|
@ -1,105 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: NAS-WR01ZE - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# NAS-WR01ZE Wall Plug Switch
|
||||
This describes the Z-Wave device *NAS-WR01ZE*, manufactured by *[Shenzhen Neo Electronics Co., Ltd](http://www.szneo.com/)* with the thing type UID of ```shenzhen_nas-wr01ze_00_000```.
|
||||
|
||||
The NAS-WR01ZE 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
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1117) to improve the documentation.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the NAS-WR01ZE -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### 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.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The 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_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1117).
|
|
@ -0,0 +1,527 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZV2835RAC - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZV2835RAC Knob Smart Dimmer
|
||||
This describes the Z-Wave device *ZV2835RAC*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_zv2835rac_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 ZV2835RAC 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
|
||||
|
||||
The knob smart dimmer is a Z-Wave device designed to work with various types of light sources. It may be connected to two-wire or three-wire configuration so it can operate with or without neutral lead. The dimmer can switch or dim connected light source either through Z-Wave devices or through the rotary knob directly. The smart dimmer is equipped with an algorithm of smart light source detection which makes configuration easier and ensures high compatibility of the device. It may be used as a switch with non-dimmable light sources (in 3-wire connection).
|
||||
|
||||
Main Features:
|
||||
|
||||
* Advanced microprocessor control,
|
||||
* Implemented algorithm of smart light source detection,
|
||||
* Auto-adjustment of the appropriate control mode to connected load,
|
||||
* Active power and energy metering functionality,
|
||||
* Soft start function,
|
||||
* Memory of the last lighting level settings
|
||||
|
||||
It operates under the following loads:
|
||||
|
||||
* Conventional incandescent and HV halogen light sources
|
||||
* ELV halogen lamps and dimmable LED bulbs (with electronic transformers)
|
||||
* MLV halogen lamps (with ferromagnetic transformers)
|
||||
* Dimmable LED bulbs
|
||||
* Dimmable compact fluorescent CFL tube lamps
|
||||
|
||||
It can be configured to use “Trailing edge” or “Leading edge” to control following load types:
|
||||
|
||||
* "Trailing edge" for resistive loads
|
||||
* "Trailing edge" for capacitive loads
|
||||
* "Leading edge" for inductive loa
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
There are two methods to set the dimmer into inclusion mode:
|
||||
|
||||
1. Repower on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.
|
||||
2. Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
There are two exclusion methods:
|
||||
|
||||
Method 1: Exclusion from the primary controller/gateway as follows:
|
||||
|
||||
1. Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion).
|
||||
2. Triple press reset button, the dimmer will be set to exclusion mode, and waiting to be excluded, then the dimmer will be excluded from the network.
|
||||
|
||||
Method 2: Factory reset the dimmer will force it to be excluded from a network. Note: Factory reset is not recommended for exclusion, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.
|
||||
Factory Reset: Press and hold down the reset button for over 10 seconds, the dimmer will be reset to factory defaults, the load brightness will be restored to 50% and will flash slowly.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZV2835RAC -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### 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.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Alarm (system)
|
||||
Indicates if a system alarm is triggered.
|
||||
|
||||
The ```alarm_system``` channel is of type ```alarm_system``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 20 configuration parameters available in the ZV2835RAC.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | Saving load state | Saving load state before power failure |
|
||||
| 3 | Basic report | Send the basic report to the Lifeline when the load state changed |
|
||||
| 4 | Default fade time | Default fade time |
|
||||
| 5 | Minimum brightness | Minimum brightness |
|
||||
| 6 | Maximum brightness | Maximum brightness |
|
||||
| 7 | MOSFET driving type | MOSFET driving type |
|
||||
| 8 | Step setting | Step setting of the knob |
|
||||
| 9 | Add and remove through switch | Add and remove through switch |
|
||||
| 10 | Load detection | Load detection |
|
||||
| 11 | Wiring type | Wiring type |
|
||||
| 12 | Load type | Load type |
|
||||
| 13 | Overcurrect Protection | Overcurrect Protection |
|
||||
| 14 | Power absolute threshold | Power automatic report absolute threshold |
|
||||
| 15 | Power percentage threshold | Power automatic report percentage threshold |
|
||||
| 21 | Power report cycle | Power metering automatic report time cycle |
|
||||
| 22 | Energy report cycle | Energy metering automatic report time cycle |
|
||||
| 23 | Voltage report cycle | Voltage metering automatic report time cycle |
|
||||
| 24 | Current report cycle | Current metering automatic report time cycle |
|
||||
| 31 | Dimming curve | Dimming Curve |
|
||||
| 32 | Startup brightness | Startup brightness |
|
||||
|
||||
### Parameter 2: Saving load state
|
||||
|
||||
Saving load state before power failure
|
||||
Info: Saving load state before power failure 0 - shutoff load 1 - turn on load 2 - save load state before power failure
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Shutoff load |
|
||||
| 1 | turn on load |
|
||||
| 2 | Save load state |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Save load state ).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Basic report
|
||||
|
||||
Send the basic report to the Lifeline when the load state changed
|
||||
Info: Enable/disable to send the basic report to the Lifeline when the load state changed(When value set as 1, re-power on the dimmer, it will send Basic report automatically) 0 - Disable to send Basic report 1 - Enable to send Basic report
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable Basic report |
|
||||
| 1 | Enable Basic report |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable Basic report).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Default fade time
|
||||
|
||||
Default fade time
|
||||
Default fade time (unit is second, this value has the same function as Duration of Multilevel) 0: Instantly 1-127: 1 to 127 seconds in 1 second resolution
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Minimum brightness
|
||||
|
||||
Minimum brightness
|
||||
|
||||
Values in the range 0 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```15```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Maximum brightness
|
||||
|
||||
Maximum brightness
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: MOSFET driving type
|
||||
|
||||
MOSFET driving type
|
||||
MOSFET driving type:
|
||||
|
||||
0 - trailing edge
|
||||
1 - leading edge
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Trailing edge |
|
||||
| 1 | Leading edge |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Trailing edge).
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Step setting
|
||||
|
||||
Step setting of the knob
|
||||
Setting step of the knob
|
||||
|
||||
Corresponding dimming stepping level for each rotation of the knob (a full dimming stepping level is 99) Valid value: 1-50
|
||||
Values in the range 1 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Add and remove through switch
|
||||
|
||||
Add and remove through switch
|
||||
Added to and removed from a network through external switch (when enables this function, triple press the external switch within 1.5 seconds to be added to or removed from a network)
|
||||
|
||||
0 - disable
|
||||
1 - enable
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Load detection
|
||||
|
||||
Load detection
|
||||
Enable/disable to detect load after re-power on (detect load type, minimum brightness, maximum brightness)
|
||||
0 - disable
|
||||
1 - enable to detect every time after re-power on
|
||||
2 - enable to detect only after first re-power on
|
||||
|
||||
Note: When the device does not belong to any network, load detection will be enabled every time after re-power on. When the device has already been added to a network, load detection will be disabled.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable after each power on |
|
||||
| 2 | Enable after first power on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Wiring type
|
||||
|
||||
Wiring type
|
||||
Wiring type
|
||||
|
||||
0 - unknown
|
||||
1 - 2 Wire With No Neutral
|
||||
2 - 3 Wire With Neutral
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Unknown |
|
||||
| 1 | 2 Wire with no Neutral |
|
||||
| 2 | 3 Wire with Neutral |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unknown).
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 12: Load type
|
||||
|
||||
Load type
|
||||
Load type
|
||||
|
||||
0 - unknown
|
||||
1 - resistive
|
||||
2 - inductive
|
||||
3 - capacitive
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Unknown |
|
||||
| 1 | Resistive |
|
||||
| 2 | Inductive |
|
||||
| 3 | Capacitive |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unknown).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 13: Overcurrect Protection
|
||||
|
||||
Overcurrect Protection
|
||||
Enable/disable over current protection (over 3.2A for 20 seconds continuously)
|
||||
|
||||
0 – disable
|
||||
1 – enable
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Power absolute threshold
|
||||
|
||||
Power automatic report absolute threshold
|
||||
Power automatic report absolute threshold, unit is W
|
||||
When power changes above the absolute threshold, immediately report current power value
|
||||
Values in the range 0 to 600 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Power percentage threshold
|
||||
|
||||
Power automatic report percentage threshold
|
||||
Power automatic report percentage threshold, unit is %
|
||||
When power changes above the percentage threshold, immediately report current power value
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Power report cycle
|
||||
|
||||
Power metering automatic report time cycle
|
||||
Power metering automatic report time cycle, unit is second
|
||||
Valid time cycle value: 5~2678400
|
||||
Default is 600 seconds (10 minutes)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```600```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Energy report cycle
|
||||
|
||||
Energy metering automatic report time cycle
|
||||
Energy metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~2678400
|
||||
|
||||
Default is 1800 seconds (30 minutes)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1800```.
|
||||
|
||||
This parameter has the configuration ID ```config_22_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: Voltage report cycle
|
||||
|
||||
Voltage metering automatic report time cycle
|
||||
Voltage metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~267840
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_23_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 24: Current report cycle
|
||||
|
||||
Current metering automatic report time cycle
|
||||
Current metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~2678400
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_24_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: Dimming curve
|
||||
|
||||
Dimming Curve
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Linear dimming |
|
||||
| 1 | Logarithmic dimming |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Linear dimming).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 32: Startup brightness
|
||||
|
||||
Startup brightness
|
||||
Setting startup brightness of the load
|
||||
|
||||
Valid value: 0~99
|
||||
|
||||
Note: every time when turn on the load from OFF status, if the target brightness is lower than the startup brightness, the brightness will first go to the startup brightness value then fall down to the target brightness
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_32_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZV2835RAC supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Launch 1
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1177/ROBB-SMARRT-Z-wave-dimmer-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1177).
|
|
@ -0,0 +1,146 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZV9001K12-DIM - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZV9001K12-DIM Dim Remote Control
|
||||
This describes the Z-Wave device * ZV9001K12-DIM*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_zv9001k12dim_00_000```.
|
||||
|
||||
The device is in the category of *Remote Control*, defining Any portable or hand-held device that controls the status of something, e.g. remote control, keyfob etc..
|
||||
|
||||

|
||||
|
||||
|
||||
The ZV9001K12-DIM 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 ZV9001K12-DIM 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
|
||||
|
||||
The remote control is a Z-Wave device that can both control other Z-Wave devices and activate scenes in Gateways.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press and hold down both buttons All On and All Off for over 3 seconds, LED indicator turns on, the remote control will be set to inclusion mode, and waiting to be included, after 10s LED indicator blinks 6 times quickly to indicate successful inclusion. The remote control is a sleepy device, after inclusion it will not enter into sleepy mode immediately, and will continue activation status for 30s and wait data interaction from the gateway, the LED indicator will stay solid on, please be patient to wait LED indicator to turn off.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press and hold down both buttons All On and All Off for over 3 seconds, LED indicator turns on, the remote control will be set to exclusion mode, and waiting to be excluded, after 7s LED indicator blinks 4 times quickly to indicate successful exclusion.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The ZV9001K12-DIM 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.
|
||||
|
||||
|
||||
Press and hold down both buttons All On and All Off for over 3 seconds
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZV9001K12-DIM -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:
|
||||
|
||||
| Event ID | Event Description |
|
||||
|----------|--------------------|
|
||||
| 0 | Single key press |
|
||||
| 1 | Key released |
|
||||
| 2 | Key held down |
|
||||
| 3 | Double keypress |
|
||||
| 4 | Tripple keypress |
|
||||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
||||
The ```system.battery-level``` channel is of type ```system.battery-level``` and supports the ```Number``` item and is in the ```Battery``` category.
|
||||
This channel provides the battery level as a percentage and also reflects the low battery warning state. If the battery state is in low battery warning state, this will read 0%.
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The 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 ZV9001K12-DIM 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.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Launch 1
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Launch 2
|
||||
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Launch 3
|
||||
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Launch 4
|
||||
|
||||
|
||||
Association group 5 supports 5 nodes.
|
||||
|
||||
### Group 6: Launch 5
|
||||
|
||||
|
||||
Association group 6 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_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_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1184/zv9001k12-Manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1184).
|
|
@ -0,0 +1,176 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: SR-ZV9001K2-Dim - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# SR-ZV9001K2-Dim Battery powered wall switch for GIRA system
|
||||
This describes the Z-Wave device *SR-ZV9001K2-Dim*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_zv9001k2_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 SR-ZV9001K2-Dim 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 SR-ZV9001K2-Dim 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
|
||||
|
||||
The remote control is a Z-Wave device that can both control other Z-Wave devices and activate scenes in Gateways. Although it is controlling other devices, the device cannot act as Z-Wave network controller (primary or secondary) and will always need a Z-Wave network controller to be included into a Z-Wave network. It also supports the Over The Air (OTA) feature for the product’s firmware upgrade.
|
||||
|
||||
The remote control has following functions:
|
||||
|
||||
1. Control of groups of other Z-Wave devices using 'ON', 'OFF' and Dim commands.
|
||||
2. Activation of scenes in Gateway mode.
|
||||
|
||||
The encryption modes that the remote control supports are S0, S2 Authenticated, S2 Unauthenticated. When the remote control is being included into a Z-Wave network, you can use your primary controller/gateway to enable one encryption mode or disable encryption. (The primary controller/gateway shall support encryption mode configuration).
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Step 1.
|
||||
Make sure the remote control does not belong to any Z-Wave network, short press any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue step 2,if LED indicator turns on, it means the remote control has already been included to a network, please first set the remote control to exclusion mode (refer to the part "Exclusion" of this manual),then continue step 2.
|
||||
|
||||
Step 2.
|
||||
Set primary controller/gateway into inclusion mode (Please refer to your primary controllers manual on how to turn your controller into inclusion).
|
||||
|
||||
Step 3.
|
||||
Press and hold down both and buttons over 3 seconds, LED indicator turns on, the remote control will be set to inclusion mode, and waiting to be included, after 10s LED indicator blinks 6 times quickly to indicate successful inclusion. The remote control is a sleepy device, after inclusion it will not enter into sleepy mode immediately, and will continue activation status for 30s and wait data interaction from the gateway, the LED indicator will stay solid on, please be patient to wait LED indicator to turn off.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
There are two exclusion methods:
|
||||
|
||||
Method 1:
|
||||
Exclusion from the primary controller/gateway as follows:
|
||||
|
||||
1. Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion).
|
||||
2. Press and hold down both and buttons over 3 seconds, LED indicator turns on, the remote control will be set to exclusion mode, and waiting to be excluded, after 7s LED indicator blinks 4 times quickly to indicate successful exclusion.
|
||||
|
||||
Method 2:
|
||||
Factory reset the remote control will force the remote control to be excluded from a network. (please refer to the part “Factory Reset” of this manual)
|
||||
|
||||
Note: Factory reset is not recommended for exclusion, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The SR-ZV9001K2-Dim 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.
|
||||
|
||||
|
||||
How to send out Node Information Frame:
|
||||
Press and hold down both ON and OFF buttons over 3 seconds, LED indicator turns on to indicate the wall controller has already sent out Node Information Frame, the user can repeat the operation to set the wall controller to quit “inclusion/exclusion mode”.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the SR-ZV9001K2-Dim -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:
|
||||
|
||||
| Event ID | Event Description |
|
||||
|----------|--------------------|
|
||||
| 0 | Single key press |
|
||||
| 1 | Key released |
|
||||
| 2 | Key held down |
|
||||
| 3 | Double keypress |
|
||||
| 4 | Tripple keypress |
|
||||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
||||
The ```system.battery-level``` channel is of type ```system.battery-level``` and supports the ```Number``` item and is in the ```Battery``` category.
|
||||
This channel provides the battery level as a percentage and also reflects the low battery warning state. If the battery state is in low battery warning state, this will read 0%.
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The 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 SR-ZV9001K2-Dim supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
1. Send Command Class "Device Reset Locally Notification V1" to
|
||||
associated devices of this group to report factory reset information
|
||||
when factory reset the remote control.
|
||||
2. When remote control battery power value changes, send
|
||||
Command Class "Battery Report V1" to associated devices of this
|
||||
group to report power value information.
|
||||
3. Short press or press and hold down any button to send scene
|
||||
activation command to the associated devices of this group using
|
||||
Command Class “Central Scene Notification V3”
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Launch 1
|
||||
|
||||
Short press | / O button of Group 2 to send ON/OFF command to
|
||||
associated devices of this group using Command Class "Basic Set
|
||||
V2".
|
||||
|
||||
|
||||
Press and hold down | / O button of Group 2 to send light intensity
|
||||
increase/decrease command to associated devices of this group
|
||||
using Command Class "Multilevel V4".
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1173/ROB-100-002-0-EAN7439647743729-wandzender-2V-ROBB-smarrt-Manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1173).
|
|
@ -37,17 +37,11 @@ The following table summarises the channels available for the HeatIt ZDim -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| 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
|
||||
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.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
@ -90,7 +84,7 @@ Detailed information on each parameter can be found in the sections below.
|
|||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Connected Load | Defines the value of connected load |
|
||||
| 2 | Minimum Dim level | efines the lowest dimming level |
|
||||
| 2 | Minimum Dim level | Defines the lowest dimming level |
|
||||
| 3 | Maximum Dim level | Defines the highest dimming level of the dimmer |
|
||||
| 4 | Total steps | How many steps it should take to dim from min to max |
|
||||
| 5 | Double press function | Defines the double press functionality |
|
||||
|
@ -142,7 +136,7 @@ This parameter has the configuration ID ```config_1_1``` and is of type ```INTEG
|
|||
|
||||
### Parameter 2: Minimum Dim level
|
||||
|
||||
efines the lowest dimming level
|
||||
Defines the lowest dimming level
|
||||
This parameter defines the lowest dimming level of the dimmer.
|
||||
|
||||
The value must be lower than parameter 3 ”Maximum Dim Level”.
|
||||
|
@ -424,12 +418,12 @@ Association group 3 supports 8 nodes.
|
|||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
|
|
|
@ -7,15 +7,17 @@ title: Things Summary - ZWave
|
|||
|
||||
# Things Supported by the Z-Wave Binding
|
||||
|
||||
The binding supports a total of 941 things from 132 manufacturers.
|
||||
The binding supports a total of 1020 things from 138 manufacturers.
|
||||
|
||||
The list below summarises the things currently supported,
|
||||
and links to more detailed information about each thing.
|
||||
|
||||
| Manufacturer | Model | Version | Thing Type Id | Category |
|
||||
|--------------|-------|---------|---------------|----------|
|
||||
| Z-Wave Technologia | [FXA-0404](/_5_0.md) | 5.0 to 8.0 | ```__05_000``` | Wall Switch |
|
||||
| Z-Wave Technologia | [FXA-0404](/fxa0404_5_0.md) | 5.0 to 8.0 | ```_fxa0404_05_000``` | Wall Switch |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHBW10000](abus/shbw10000_0_0.md) | | ```abus_shbw10000_00_000``` | Motion Detector |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHLM10010](abus/shlm10010_0_0.md) | | ```abus_shlm10010_00_000``` | Light Bulb |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHMK10000](abus/shmk10000_0_0.md) | | ```abus_shmk10000_00_000``` | Door |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHRM10000](abus/shrm10000_0_0.md) | | ```abus_shrm10000_00_000``` | Smoke Detector |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHSG10000](abus/shsg10000_0_0.md) | | ```abus_shsg10000_00_000``` | Siren |
|
||||
| ABUS Security-Center GmbH & Co. KG | [SHWM10000](abus/shwm10000_0_0.md) | | ```abus_shwm10000_00_000``` | Sensor |
|
||||
|
@ -28,6 +30,7 @@ and links to more detailed information about each thing.
|
|||
| ACT - Advanced Control Technologies | [ZRP200](act/zrp200_0_0.md) | | ```act_zrp200_00_000``` | Power Outlet |
|
||||
| ACT - Advanced Control Technologies | [ZRW230](act/zrw230_0_0.md) | | ```act_zrw230_00_000``` | Wall Switch |
|
||||
| ACT - Advanced Control Technologies | [ZTM230](act/ztm230_0_0.md) | | ```act_ztm230_00_000``` | Wall Switch |
|
||||
| AEON Labs | [DSA02203](aeon/dsa02203_0_0.md) | | ```aeon_dsa02203_00_000``` | Remote Control |
|
||||
| AEON Labs | [DSA03202](aeon/dsa03202_0_0.md) | | ```aeon_dsa03202_00_000``` | Remote Control |
|
||||
| AEON Labs | [DSA22](aeon/dsa22_0_0.md) | | ```aeon_dsa22_00_000``` | Remote Control |
|
||||
| AEON Labs | [DSA38](aeon/dsa38_0_0.md) | | ```aeon_dsa38_00_000``` | Remote Control |
|
||||
|
@ -74,7 +77,7 @@ and links to more detailed information about each thing.
|
|||
| AEON Labs | [ZW100](aeon/zw100_1_8.md) | 1.8 to 1.9 | ```aeon_zw100_01_008``` | Sensor |
|
||||
| AEON Labs | [ZW100](aeon/zw100_1_10.md) | 1.10 | ```aeon_zw100_01_010``` | Sensor |
|
||||
| AEON Labs | [ZW111](aeon/zw111_0_0.md) | 2.2 | ```aeon_zw111_00_000``` | Wall Switch |
|
||||
| AEON Labs | [ZW111](aeon/zw111v23_2_3.md) | 2.3 | ```aeon_zw111v23_02_003``` | Wall Switch |
|
||||
| AEON Labs | [ZW111](aeon/zw111_2_3.md) | 2.3 | ```aeon_zw111_02_003``` | Wall Switch |
|
||||
| AEON Labs | [ZW112](aeon/zw112_0_0.md) | | ```aeon_zw112_00_000``` | Door |
|
||||
| AEON Labs | [ZW116](aeon/zw116_0_0.md) | | ```aeon_zw116_00_000``` | Wall Switch |
|
||||
| AEON Labs | [ZW117](aeon/zw117_0_0.md) | | ```aeon_zw117_00_000``` | Power Outlet |
|
||||
|
@ -87,14 +90,19 @@ and links to more detailed information about each thing.
|
|||
| AEON Labs | [ZW132](aeon/zw132_2_0.md) | 2.0 | ```aeon_zw132_02_000``` | Wall Switch |
|
||||
| AEON Labs | [ZW139](aeon/zw139_0_0.md) | | ```aeon_zw139_00_000``` | Wall Switch |
|
||||
| AEON Labs | [ZW140](aeon/zw140_0_0.md) | | ```aeon_zw140_00_000``` | Wall Switch |
|
||||
| AEON Labs | [Nano Shutter Controller](aeon/zw141_0_0.md) | | ```aeon_zw141_00_000``` | Blinds |
|
||||
| AEON Labs | [ZW141](aeon/zw141_0_0.md) | | ```aeon_zw141_00_000``` | Blinds |
|
||||
| Aeotec Limited | [Spirit](aeotec/spirit_0_0.md) | | ```aeotec_spirit_00_000``` | Radiator Control |
|
||||
| Aeotec Limited | [ZW141](aeotec/zw141_0_0.md) | | ```aeotec_zw141_00_000``` | Blinds |
|
||||
| Aeotec Limited | [ZW164](aeotec/zw164_0_0.md) | | ```aeotec_zw164_00_000``` | Siren |
|
||||
| Aeotec Limited | [ZW175](aeotec/zw175_0_0.md) | | ```aeotec_zw175_00_000``` | Power Outlet |
|
||||
| Aeotec Limited | [ZWA001](aeotec/zwa001_0_0.md) | | ```aeotec_zwa001_00_000``` | Light Bulb |
|
||||
| Aeotec Limited | [ZWA002](aeotec/zwa002a_0_0.md) | | ```aeotec_zwa002a_00_000``` | Light Bulb |
|
||||
| Aeotec Limited | [Aeotec NanoMote Quad](aeotec/zwa003_0_0.md) | | ```aeotec_zwa003_00_000``` | Wall Switch |
|
||||
| Aeotec Limited | [ZWA003](aeotec/zwa003_0_0.md) | | ```aeotec_zwa003_00_000``` | Wall Switch |
|
||||
| Aeotec Limited | [ZWA005](aeotec/zwa005_0_0.md) | | ```aeotec_zwa005_00_000``` | Sensor |
|
||||
| Aeotec Limited | [ZWA008](aeotec/zwa008_0_0.md) | | ```aeotec_zwa008_00_000``` | Sensor |
|
||||
| Airline Mechanical Co., Ltd. | [ZDS-UD10](amc/zdsud10_0_0.md) | | ```amc_zdsud10_00_000``` | Power Outlet |
|
||||
| August Smart Locks | [ASL-03](august/asl03_0_0.md) | | ```august_asl03_00_000``` | Lock |
|
||||
| Avadesign Technology Co. | [Da Vinci v9](avadesign/davinciv9_0_0.md) | | ```avadesign_davinciv9_00_000``` | Wall Switch |
|
||||
| Avadesign Technology Co. | [Da Vinci Switch Default](avadesign/davincivsw9_0_0.md) | | ```avadesign_davincivsw9_00_000``` | Wall Switch |
|
||||
| Bellatrix Systems, Inc. | [BrightSwitch](bellatrix/brightswitch_0_0.md) | | ```bellatrix_brightswitch_00_000``` | Wall Switch |
|
||||
| Benetek | [BSL01](benetek/bsl01_0_0.md) | | ```benetek_bsl01_00_000``` | Lock |
|
||||
|
@ -106,7 +114,9 @@ and links to more detailed information about each thing.
|
|||
| BeNext | [P1-dongle](benext/p1dongle_0_0.md) | | ```benext_p1dongle_00_000``` | Sensor |
|
||||
| BeNext | [plugInDimmer](benext/plugindimmer_0_0.md) | | ```benext_plugindimmer_00_000``` | Power Outlet |
|
||||
| BeNext | [powerSwitch](benext/powerswitch_0_0.md) | | ```benext_powerswitch_00_000``` | Power Outlet |
|
||||
| BeNext | [Tag Reader 500](benext/tagreader500_0_0.md) | | ```benext_tagreader500_00_000``` | Remote Control |
|
||||
| BeNext | [Tag Reader](benext/tagreader_0_0.md) | | ```benext_tagreader_00_000``` | Remote Control |
|
||||
| BeNext | [ThermIQ Temperature Sensor](benext/thermiqtemp_0_0.md) | | ```benext_thermiqtemp_00_000``` | Sensor |
|
||||
| Bönig und Kallenbach oHG | [POPE005206](bonig/pope005206_0_0.md) | | ```bonig_pope005206_00_000``` | Sensor |
|
||||
| BRK Brands, Inc. | [ZCOMBO](brk/zcombo_0_0.md) | | ```brk_zcombo_00_000``` | Smoke Detector |
|
||||
| BRK Brands, Inc. | [ZSMOKE](brk/zsmoke_0_0.md) | | ```brk_zsmoke_00_000``` | Smoke Detector |
|
||||
|
@ -127,11 +137,15 @@ and links to more detailed information about each thing.
|
|||
| Cooper Wiring Devices | [RF9518](cooper/rf9518_0_0.md) | | ```cooper_rf9518_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9534](cooper/rf9534_0_0.md) | | ```cooper_rf9534_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9536-N](cooper/rf9536n_0_0.md) | | ```cooper_rf9536n_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9537](cooper/rf9537_0_0.md) | 3.4 | ```cooper_rf9537_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9540-N](cooper/rf9540n_0_0.md) | | ```cooper_rf9540n_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9542](cooper/rf9542_0_0.md) | | ```cooper_rf9542_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9575](cooper/rf9575_0_0.md) | | ```cooper_rf9575_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9601](cooper/rf9601_0_0.md) | 255.0 | ```cooper_rf9601_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9617](cooper/rf9617_0_0.md) | | ```cooper_rf9617_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9640](cooper/rf9640_0_0.md) | 255.0 | ```cooper_rf9640_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RF9642](cooper/rf9642_0_0.md) | | ```cooper_rf9642_00_000``` | Wall Switch |
|
||||
| Cooper Wiring Devices | [RFLDM](cooper/rfldmdimmer_0_0.md) | | ```cooper_rfldmdimmer_00_000``` | Power Outlet |
|
||||
| Cooper Wiring Devices | [RFTR9505](cooper/rftr9505_0_0.md) | | ```cooper_rftr9505_00_000``` | Power Outlet |
|
||||
| Cooper Wiring Devices | [RFWC5](cooper/rfwc5_0_0.md) | | ```cooper_rfwc5_00_000``` | Wall Switch |
|
||||
| Coqon | [PSMZ0001](coqon/psmz0001_0_0.md) | | ```coqon_psmz0001_00_000``` | Power Outlet |
|
||||
|
@ -142,7 +156,6 @@ and links to more detailed information about each thing.
|
|||
| Danfoss | [DTHERMZ5](danfoss/dthermz5_0_0.md) | | ```danfoss_dthermz5_00_000``` | Sensor |
|
||||
| Danfoss | [DTHERMZ6](danfoss/dthermz6_0_0.md) | | ```danfoss_dthermz6_00_000``` | HVAC |
|
||||
| Danfoss | [HRVCCM](danfoss/hrvccm_0_0.md) | | ```danfoss_hrvccm_00_000``` | HVAC |
|
||||
| Danfoss | [LC-13](danfoss/lc13_0_0.md) | | ```danfoss_lc13_00_000``` | HVAC |
|
||||
| Danfoss | [LCZ251](danfoss/lcz251_0_0.md) | | ```danfoss_lcz251_00_000``` | Radiator Control |
|
||||
| Danfoss | [MT02650](danfoss/mt02650_0_0.md) | | ```danfoss_mt02650_00_000``` | Radiator Control |
|
||||
| Defaro | [DAD-101](defaro/dad101_0_0.md) | | ```defaro_dad101_00_000``` | Wall Switch |
|
||||
|
@ -179,6 +192,7 @@ and links to more detailed information about each thing.
|
|||
| Ecolink | [TILT-ZWAVE2.5-ECO](eco/tiltzwave25_0_0.md) | | ```eco_tiltzwave25_00_000``` | Garage Door |
|
||||
| Ecolink | [TILTZWAVE2](eco/tiltzwave2_0_0.md) | | ```eco_tiltzwave2_00_000``` | Garage Door |
|
||||
| Ecolink | [TLS-ZWAVE5](eco/tlszwave5_0_0.md) | | ```eco_tlszwave5_00_000``` | Wall Switch |
|
||||
| EcoBright | [EcoDim07](ecobright/ecodim07_0_0.md) | | ```ecobright_ecodim07_00_000``` | Wall Switch |
|
||||
| EcoNet Controls | [EBV-105](econet/ebv105_0_0.md) | | ```econet_ebv105_00_000``` | Valve |
|
||||
| EcoNet Controls | [EV100](econet/ev100_0_0.md) | | ```econet_ev100_00_000``` | HVAC |
|
||||
| EcoNet Controls | [GR-105N](econet/gr105n_0_0.md) | | ```econet_gr105n_00_000``` | Valve |
|
||||
|
@ -190,22 +204,22 @@ and links to more detailed information about each thing.
|
|||
| Elexa Consumer Products Inc. | [DMWD1](elexa/dmwd1_0_0.md) | | ```elexa_dmwd1_00_000``` | Sensor |
|
||||
| Elexa Consumer Products Inc. | [DMWS1](elexa/dmws1_0_0.md) | | ```elexa_dmws1_00_000``` | Sensor |
|
||||
| Elexa Consumer Products Inc. | [DMWV1](elexa/dmwv1_0_0.md) | | ```elexa_dmwv1_00_000``` | Valve |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15R ](enerwave/zw15r_0_0.md) | | ```enerwave_zw15r_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15R ](enerwave/zw15r_0_0.md) | | ```enerwave_zw15r_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15RM-PLUS](enerwave/zw15rm_0_0.md) | | ```enerwave_zw15rm_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15S](enerwave/zw15s_0_0.md) | | ```enerwave_zw15s_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15S](enerwave/zw15s_0_0.md) | | ```enerwave_zw15s_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW15SM](enerwave/zw15sm_0_0.md) | | ```enerwave_zw15sm_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW20R](enerwave/zw20r_0_0.md) | | ```enerwave_zw20r_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW20R](enerwave/zw20r_0_0.md) | | ```enerwave_zw20r_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW20RM](enerwave/zw20rm_0_0.md) | | ```enerwave_zw20rm_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW500D](enerwave/zw500d_0_0.md) | | ```enerwave_zw500d_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW500D](enerwave/zw500d_0_0.md) | | ```enerwave_zw500d_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZW500DM](enerwave/zw500dm_0_0.md) | | ```enerwave_zw500dm_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [Plug-In Smart Meter Dimmer Switch](enerwave/zwn323m_0_0.md) | | ```enerwave_zwn323m_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-333](enerwave/zwn333_0_0.md) | | ```enerwave_zwn333_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [Plug-In Smart Meter Dimmer Switch](enerwave/zwn323m_0_0.md) | | ```enerwave_zwn323m_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-333](enerwave/zwn333_0_0.md) | | ```enerwave_zwn333_00_000``` | Power Outlet |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-BDS](enerwave/zwnbds_0_0.md) | | ```enerwave_zwnbds_00_000``` | Sensor |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-BPC](enerwave/zwnbpc_0_0.md) | 5.9 | ```enerwave_zwnbpc_00_000``` | Motion Detector |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-BPC-PLUS](enerwave/zwnbpc_5_10.md) | 5.10 | ```enerwave_zwnbpc_05_010``` | Motion Detector |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-RSM1-PLUS](enerwave/zwnrsm1plus_0_0.md) | | ```enerwave_zwnrsm1plus_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-RSM2](enerwave/zwnrsm2_0_0.md) | | ```enerwave_zwnrsm2_00_000``` | Wall Switch |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-SC7](enerwave/zwnsc7_0_0.md) | | ```enerwave_zwnsc7_00_000``` | |
|
||||
| Wenzhou MTLC Electric Appliances Co.,Ltd. | [ZWN-SC7](enerwave/zwnsc7_0_0.md) | | ```enerwave_zwnsc7_00_000``` | Remote Control |
|
||||
| Erone | [HM-DW001](erone/hmdw001_0_0.md) | | ```erone_hmdw001_00_000``` | Door |
|
||||
| Erone | [HM-LM001](erone/hmlm001_0_0.md) | | ```erone_hmlm001_00_000``` | Wall Switch |
|
||||
| Essence Security | [ES800ZWE](essence/es800zwe_0_0.md) | | ```essence_es800zwe_00_000``` | Battery |
|
||||
|
@ -222,6 +236,7 @@ and links to more detailed information about each thing.
|
|||
| Everspring | [AN179](everspring/an179_0_0.md) | | ```everspring_an179_00_000``` | Wall Switch |
|
||||
| Everspring | [ AN180](everspring/an180_0_0.md) | | ```everspring_an180_00_000``` | Power Outlet |
|
||||
| Everspring | [AN181](everspring/an181_0_0.md) | | ```everspring_an181_00_000``` | Power Outlet |
|
||||
| Everspring | [EH403-3](everspring/eh403_0_0.md) | | ```everspring_eh403_00_000``` | Light Bulb |
|
||||
| Everspring | [HAC01](everspring/hac01_0_0.md) | | ```everspring_hac01_00_000``` | Wall Switch |
|
||||
| Everspring | [HSM02](everspring/hsm02_0_0.md) | | ```everspring_hsm02_00_000``` | Window |
|
||||
| Everspring | [HSP02](everspring/hsp02_0_0.md) | | ```everspring_hsp02_00_000``` | Motion Detector |
|
||||
|
@ -262,6 +277,7 @@ and links to more detailed information about each thing.
|
|||
| Fakro | [ZWS12n](fakro/zws12n_0_0.md) | | ```fakro_zws12n_00_000``` | Window |
|
||||
| Fakro | [ZWS12](fakro/zws12year2019_0_0.md) | | ```fakro_zws12year2019_00_000``` | Window |
|
||||
| Fibargroup | [FGBS001](fibaro/fgbs001_0_0.md) | | ```fibaro_fgbs001_00_000``` | Sensor |
|
||||
| Fibargroup | [FGBS222](fibaro/fgbs222_0_0.md) | | ```fibaro_fgbs222_00_000``` | Sensor |
|
||||
| Fibargroup | [FGCD001](fibaro/fgcd001_0_0.md) | | ```fibaro_fgcd001_00_000``` | Sensor |
|
||||
| Fibargroup | [FGD211](fibaro/fgd211_0_0.md) | 1.8 | ```fibaro_fgd211_00_000``` | Wall Switch |
|
||||
| Fibargroup | [FGD211](fibaro/fgd211_1_9.md) | 1.9 to 1.11 | ```fibaro_fgd211_01_009``` | Wall Switch |
|
||||
|
@ -283,6 +299,7 @@ and links to more detailed information about each thing.
|
|||
| Fibargroup | [FGR221](fibaro/fgr221_0_0.md) | | ```fibaro_fgr221_00_000``` | Blinds |
|
||||
| Fibargroup | [FGR222](fibaro/fgr222_24_24.md) | 24.24 | ```fibaro_fgr222_24_024``` | Blinds |
|
||||
| Fibargroup | [FGR223](fibaro/fgr223_0_0.md) | | ```fibaro_fgr223_00_000``` | Blinds |
|
||||
| Fibargroup | [FGRGBW-442](fibaro/fgrgbw442_0_0.md) | | ```fibaro_fgrgbw442_00_000``` | Light Bulb |
|
||||
| Fibargroup | [FGRGBW](fibaro/fgrgbw_0_0.md) | | ```fibaro_fgrgbw_00_000``` | Wall Switch |
|
||||
| Fibargroup | [FGRM222](fibaro/fgrm222_0_0.md) | 22.22 | ```fibaro_fgrm222_00_000``` | Blinds |
|
||||
| Fibargroup | [FGS211](fibaro/fgs211_0_0.md) | 2.0 | ```fibaro_fgs211_00_000``` | Wall Switch |
|
||||
|
@ -297,13 +314,15 @@ and links to more detailed information about each thing.
|
|||
| Fibargroup | [FGSD002](fibaro/fgsd002_0_0.md) | 3.1 | ```fibaro_fgsd002_00_000``` | Smoke Detector |
|
||||
| Fibargroup | [FGSD002](fibaro/fgsd002_3_2.md) | 3.2 | ```fibaro_fgsd002_03_002``` | Smoke Detector |
|
||||
| Fibargroup | [FGSS001](fibaro/fgss001_0_0.md) | | ```fibaro_fgss001_00_000``` | Smoke Detector |
|
||||
| Fibargroup | [FGT-001](fibaro/fgt001_0_0.md) | | ```fibaro_fgt001_00_000``` | Radiator Control |
|
||||
| Fibargroup | [FGT001](fibaro/fgt001_0_0.md) | | ```fibaro_fgt001_00_000``` | Radiator Control |
|
||||
| Fibargroup | [FGWDEU](fibaro/fgwdeu111_0_0.md) | | ```fibaro_fgwdeu111_00_000``` | Wall Switch |
|
||||
| Fibargroup | [FGWDS](fibaro/fgwds_5_1.md) | 5.1 | ```fibaro_fgwds_05_001``` | Wall Switch |
|
||||
| Fibargroup | [FGWDSEU](fibaro/fgwdseu_0_0.md) | | ```fibaro_fgwdseu_00_000``` | Wall Switch |
|
||||
| Fibargroup | [FGWOE-011](fibaro/fgwoe011_0_0.md) | | ```fibaro_fgwoe011_00_000``` | Power Outlet |
|
||||
| Fibargroup | [FGWP101](fibaro/fgwp101_0_0.md) | | ```fibaro_fgwp101_00_000``` | Power Outlet |
|
||||
| Fibargroup | [FGWP102](fibaro/fgwp102_2_1.md) | 2.1 to 2.5 | ```fibaro_fgwp102_02_001``` | Power Outlet |
|
||||
| Fibargroup | [FGWP102](fibaro/fgwp102_3_2.md) | 3.2 | ```fibaro_fgwp102_03_002``` | Power Outlet |
|
||||
| Fibargroup | [FGWPB-111](fibaro/fgwpb111_0_0.md) | | ```fibaro_fgwpb111_00_000``` | Power Outlet |
|
||||
| Fibargroup | [FGWPB-121](fibaro/fgwpb121_0_0.md) | | ```fibaro_fgwpb121_00_000``` | Power Outlet |
|
||||
| Fibargroup | [FGWREU-111](fibaro/fgwreu111_0_0.md) | | ```fibaro_fgwreu111_00_000``` | Blinds |
|
||||
| Fireangle | [ZST-630](fireangle/zst630_0_0.md) | | ```fireangle_zst630_00_000``` | Smoke Detector |
|
||||
|
@ -326,8 +345,10 @@ and links to more detailed information about each thing.
|
|||
| Jasco Products | [14288](ge/14288_0_0.md) | | ```ge_14288_00_000``` | Power Outlet |
|
||||
| Jasco Products | [GE 14289 (ZW3009)](ge/14289_0_0.md) | | ```ge_14289_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 14291 (ZW4005)](ge/14291_0_0.md) | | ```ge_14291_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 14292](ge/14292_0_0.md) | | ```ge_14292_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 14294 (ZW3005)](ge/14294_0_0.md) | | ```ge_14294_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 14295](ge/14295_0_0.md) | | ```ge_14295_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 14298/ZW4202](ge/14298_0_0.md) | | ```ge_14298_00_000``` | Power Outlet |
|
||||
| Jasco Products | [GE/Jasco 14299](ge/14299_0_0.md) | | ```ge_14299_00_000``` | Wall Switch |
|
||||
| Jasco Products | [Jasco 14318](ge/14318_0_0.md) | | ```ge_14318_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE/Jasco 14321](ge/14321_0_0.md) | | ```ge_14321_00_000``` | HVAC |
|
||||
|
@ -344,6 +365,7 @@ and links to more detailed information about each thing.
|
|||
| Jasco Products | [45607](ge/45607_0_0.md) | | ```ge_45607_00_000``` | Wall Switch |
|
||||
| Jasco Products | [45609](ge/45609_0_0.md) | | ```ge_45609_00_000``` | Wall Switch |
|
||||
| Jasco Products | [46201](ge/46201_0_0.md) | | ```ge_46201_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE 46202](ge/46202_0_0.md) | | ```ge_46202_00_000``` | Wall Switch |
|
||||
| Jasco Products | [46203](ge/46203_0_0.md) | | ```ge_46203_00_000``` | Wall Switch |
|
||||
| Jasco Products | [GE Outdoor Switch](ge/outdoorswitch_0_0.md) | | ```ge_outdoorswitch_00_000``` | Power Outlet |
|
||||
| Jasco Products | [32563](ge/smartdoorsensor_0_0.md) | | ```ge_smartdoorsensor_00_000``` | Sensor |
|
||||
|
@ -356,6 +378,7 @@ and links to more detailed information about each thing.
|
|||
| Jasco Products | [GE ZW4004](ge/zw4004_0_0.md) | | ```ge_zw4004_00_000``` | Power Outlet |
|
||||
| Jasco Products | [ZW4005, 12722](ge/zw4005_0_0.md) | | ```ge_zw4005_00_000``` | Wall Switch |
|
||||
| Jasco Products | [26931/ZW4006](ge/zw4006_0_0.md) | | ```ge_zw4006_00_000``` | Wall Switch |
|
||||
| Jasco Products | [43072/ZW4008DV](ge/zw4008_0_0.md) | | ```ge_zw4008_00_000``` | Wall Switch |
|
||||
| Jasco Products | [ZW4101](ge/zw4101_0_0.md) | | ```ge_zw4101_00_000``` | Power Outlet |
|
||||
| Jasco Products | [ZW4102](ge/zw4102_0_0.md) | | ```ge_zw4102_00_000``` | Power Outlet |
|
||||
| Jasco Products | [ZW6302](ge/zw6302_0_0.md) | | ```ge_zw6302_00_000``` | Motion Detector |
|
||||
|
@ -364,6 +387,7 @@ and links to more detailed information about each thing.
|
|||
| Good Way Technology Co., Ltd | [TD1311](goodway/td1311_0_0.md) | | ```goodway_td1311_00_000``` | Wall Switch |
|
||||
| Graber | [CSZ1](graber/csz1_0_0.md) | | ```graber_csz1_00_000``` | Blinds |
|
||||
| Graber | [RSZ1](graber/rsz1_0_0.md) | | ```graber_rsz1_00_000``` | Remote Control |
|
||||
| Graber | [VCZ1](graber/vcz1_0_0.md) | | ```graber_vcz1_00_000``` | Remote Control |
|
||||
| GreenWave Reality Inc. | [GWPN1](greenwave/gwpn1_3_0.md) | 3.0 | ```greenwave_gwpn1_03_000``` | Power Outlet |
|
||||
| GreenWave Reality Inc. | [GWPN5](greenwave/gwpn5_0_0.md) | | ```greenwave_gwpn5_00_000``` | Power Outlet |
|
||||
| GreenWave Reality Inc. | [GWPN6](greenwave/gwpn6_0_0.md) | | ```greenwave_gwpn6_00_000``` | Power Outlet |
|
||||
|
@ -408,9 +432,11 @@ and links to more detailed information about each thing.
|
|||
| HomeSeer Technologies | [HS-WD200+](homeseer/hswd200511_5_11.md) | 5.11 | ```homeseer_hswd200511_05_011``` | Wall Switch |
|
||||
| HomeSeer Technologies | [HS-WD200+](homeseer/hswd200_0_0.md) | 5.9 | ```homeseer_hswd200_00_000``` | Wall Switch |
|
||||
| HomeSeer Technologies | [HS-WS100+](homeseer/hsws100_0_0.md) | | ```homeseer_hsws100_00_000``` | Wall Switch |
|
||||
| HomeSeer Technologies | [HS-WS200+](homeseer/hsws200_0_0.md) | | ```homeseer_hsws200_00_000``` | Wall Switch |
|
||||
| HomeSeer Technologies | [HS-WS200+](homeseer/hsws200_5_7.md) | 5.7 to 5.7 | ```homeseer_hsws200_05_007``` | Wall Switch |
|
||||
| HomeSeer Technologies | [HS-WS200+](homeseer/hsws200_5_12.md) | 5.12 | ```homeseer_hsws200_05_012``` | Wall Switch |
|
||||
| Honeywell | [39339 (ZW3107) ](honeywell/39339_0_0.md) | | ```honeywell_39339_00_000``` | Power Outlet |
|
||||
| Honeywell | [39342 / Jasco ZW4106](honeywell/39342_0_0.md) | | ```honeywell_39342_00_000``` | Power Outlet |
|
||||
| Honeywell | [39348](honeywell/39348_0_0.md) | | ```honeywell_39348_00_000``` | Wall Switch |
|
||||
| Honeywell | [39349](honeywell/39349_0_0.md) | | ```honeywell_39349_00_000``` | Wall Switch |
|
||||
| Honeywell | [39351 / Jasco ZW3005](honeywell/39351_0_0.md) | | ```honeywell_39351_00_000``` | Wall Switch |
|
||||
| Honeywell | [39354](honeywell/39354_0_0.md) | | ```honeywell_39354_00_000``` | Wall Switch |
|
||||
|
@ -431,6 +457,7 @@ and links to more detailed information about each thing.
|
|||
| Horstmann Controls Limited | [SIR-321](horstmann/sir321_0_0.md) | | ```horstmann_sir321_00_000``` | Wall Switch |
|
||||
| Horstmann Controls Limited | [SRT321](horstmann/srt321_0_0.md) | | ```horstmann_srt321_00_000``` | HVAC |
|
||||
| Horstmann Controls Limited | [SRT323](horstmann/srt323_0_0.md) | | ```horstmann_srt323_00_000``` | HVAC |
|
||||
| Horstmann Controls Limited | [SSP302](horstmann/ssp302_0_0.md) | | ```horstmann_ssp302_00_000``` | Power Outlet |
|
||||
| Horstmann Controls Limited | [SSR-302](horstmann/ssr302_0_0.md) | | ```horstmann_ssr302_00_000``` | HVAC |
|
||||
| Horstmann Controls Limited | [SWM301](horstmann/swm301_0_0.md) | | ```horstmann_swm301_00_000``` | Sensor |
|
||||
| Alphonsus Tech | [IDL-101](idlock/idl101_0_0.md) | | ```idlock_idl101_00_000``` | Lock |
|
||||
|
@ -441,6 +468,11 @@ and links to more detailed information about each thing.
|
|||
| INNOVUS | [SmartDimmer](innovus/00110001_1_0.md) | 1.0 | ```innovus_00110001_01_000``` | Wall Switch |
|
||||
| INNOVUS | [SmartPower](innovus/smartpower_0_0.md) | | ```innovus_smartpower_00_000``` | Wall Switch |
|
||||
| INNOVUS | [SmoothRemote](innovus/smoothremote_0_0.md) | | ```innovus_smoothremote_00_000``` | Remote Control |
|
||||
| Inovelli | [LZW30](inovelli/lzw30_0_0.md) | | ```inovelli_lzw30_00_000``` | Wall Switch |
|
||||
| Inovelli | [LZW30-SN](inovelli/lzw30sn_0_0.md) | | ```inovelli_lzw30sn_00_000``` | Wall Switch |
|
||||
| Inovelli | [LZW31](inovelli/lzw31dimmer_0_0.md) | | ```inovelli_lzw31dimmer_00_000``` | Wall Switch |
|
||||
| Inovelli | [LZW31-SN](inovelli/lzw31sn_0_0.md) | | ```inovelli_lzw31sn_00_000``` | Wall Switch |
|
||||
| Inovelli | [LZW42](inovelli/lzw42_0_0.md) | | ```inovelli_lzw42_00_000``` | Light Bulb |
|
||||
| Intermatic | [CA3000](intermatic/ca3000_0_0.md) | | ```intermatic_ca3000_00_000``` | Wall Switch |
|
||||
| Intermatic | [CA3500](intermatic/ca3500_0_0.md) | | ```intermatic_ca3500_00_000``` | Power Outlet |
|
||||
| Intermatic | [CA3750](intermatic/ca3750_0_0.md) | | ```intermatic_ca3750_00_000``` | Wall Switch |
|
||||
|
@ -457,21 +489,25 @@ and links to more detailed information about each thing.
|
|||
| Intermatic | [PE653](intermatic/pe653_3_4.md) | 3.4 to 3.4 | ```intermatic_pe653_03_004``` | Remote Control |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [DL9101V](isurpass/dl9101v_0_0.md) | | ```isurpass_dl9101v_00_000``` | Lock |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [DX1WL-Z](isurpass/dx1wl_0_0.md) | | ```isurpass_dx1wl_00_000``` | Sensor |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [iLock](isurpass/ilock_0_0.md) | | ```isurpass_ilock_00_000``` | Lock |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [J1504](isurpass/j1504_0_0.md) | | ```isurpass_j1504_00_000``` | Sensor |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [J1505](isurpass/j1505_0_0.md) | | ```isurpass_j1505_00_000``` | Motion Detector |
|
||||
| Shenzhen iSurpass Technology Co. ,Ltd | [Smoke Detector](isurpass/smokedetector_0_0.md) | | ```isurpass_smokedetector_00_000``` | Smoke Detector |
|
||||
| Jin Tao Bao | [Curtain Motor](jintaobao/curtainmotor_0_0.md) | | ```jintaobao_curtainmotor_00_000``` | Blinds |
|
||||
| Johnson Controls | [KONOzw](johnson/konozw_0_0.md) | | ```johnson_konozw_00_000``` | HVAC |
|
||||
| Kaipule Technology Co., Ltd. | [ES-61](kaipule/es61_0_0.md) | 5.255 | ```kaipule_es61_00_000``` | Smoke Detector |
|
||||
| Kaipule Technology Co., Ltd. | [IM-20](kaipule/im20_0_0.md) | | ```kaipule_im20_00_000``` | Sensor |
|
||||
| Kaipule Technology Co., Ltd. | [ DP-32 / IX-30 / IX-32](kaipule/ix32_6_0.md) | 6.0 | ```kaipule_ix32_06_000``` | Motion Detector |
|
||||
| Kichler | [12387](kichler/12387_0_0.md) | | ```kichler_12387_00_000``` | Light Bulb |
|
||||
| Kichler | [15DC200](kichler/15dc200_0_0.md) | | ```kichler_15dc200_00_000``` | Power Outlet |
|
||||
| Kichler | [15DC300](kichler/15dc300_0_0.md) | | ```kichler_15dc300_00_000``` | Power Outlet |
|
||||
| Black & Decker | [Kwikset Obsidian 954](kwikset/2206_0_0.md) | | ```kwikset_2206_00_000``` | Lock |
|
||||
| Black & Decker | [Kwikset SmartCode 910](kwikset/910_0_0.md) | | ```kwikset_910_00_000``` | Lock |
|
||||
| Black & Decker | [Kwikset SmartCode 912](kwikset/912_0_0.md) | | ```kwikset_912_00_000``` | Lock |
|
||||
| Black & Decker | [Kwikset 914C Convert Smart Lock](kwikset/914c_0_0.md) | | ```kwikset_914c_00_000``` | Lock |
|
||||
| Black & Decker | [914TRL](kwikset/914trl_0_0.md) | | ```kwikset_914trl_00_000``` | Lock |
|
||||
| Black & Decker | [914TRLv3](kwikset/914trlv3_0_0.md) | | ```kwikset_914trlv3_00_000``` | Lock |
|
||||
| Black & Decker | [GED1800](kwikset/ged1800_0_0.md) | | ```kwikset_ged1800_00_000``` | Lock |
|
||||
| Black & Decker | [SmartCode 888](kwikset/smartcode888_0_0.md) | | ```kwikset_smartcode888_00_000``` | Lock |
|
||||
| Leak Intelligence, LLC | [LGZW](leak/lgzw_0_0.md) | | ```leak_lgzw_00_000``` | Valve |
|
||||
| Leviton | [DZ15S](leviton/dz15s_0_0.md) | | ```leviton_dz15s_00_000``` | Wall Switch |
|
||||
|
@ -481,6 +517,7 @@ and links to more detailed information about each thing.
|
|||
| Leviton | [DZPA1](leviton/dzpa1_0_0.md) | | ```leviton_dzpa1_00_000``` | Power Outlet |
|
||||
| Leviton | [DZPD3](leviton/dzpd3_0_0.md) | | ```leviton_dzpd3_00_000``` | Power Outlet |
|
||||
| Leviton | [DZR15](leviton/dzr15_0_0.md) | | ```leviton_dzr15_00_000``` | Wall Switch |
|
||||
| Leviton | [DZS15](leviton/dzs15_0_0.md) | | ```leviton_dzs15_00_000``` | Wall Switch |
|
||||
| Leviton | [RZI06-1L](leviton/rzi061l_0_0.md) | | ```leviton_rzi061l_00_000``` | Wall Switch |
|
||||
| Leviton | [RZP03](leviton/rzp03_0_0.md) | | ```leviton_rzp03_00_000``` | Wall Switch |
|
||||
| Leviton | [VRC0P (v1)](leviton/vrc0pv1_0_0.md) | | ```leviton_vrc0pv1_00_000``` | Remote Control |
|
||||
|
@ -509,9 +546,9 @@ and links to more detailed information about each thing.
|
|||
| Linear Corp | [NGD00Z-4](linear/ngd00z4_0_0.md) | | ```linear_ngd00z4_00_000``` | Garage Door |
|
||||
| Linear Corp | [PD300EMZ5-1](linear/pd300emz5_0_0.md) | | ```linear_pd300emz5_00_000``` | Power Outlet |
|
||||
| Linear Corp | [PD300Z-2](linear/pd300z2_0_0.md) | | ```linear_pd300z2_00_000``` | Light Bulb |
|
||||
| Linear Corp | [PS15EMZ51](linear/ps15emz51_0_0.md) | | ```linear_ps15emz51_00_000``` | |
|
||||
| Linear Corp | [PS15EMZ51](linear/ps15emz51_0_0.md) | | ```linear_ps15emz51_00_000``` | Power Outlet |
|
||||
| Linear Corp | [PS15Z](linear/ps15z_0_0.md) | | ```linear_ps15z_00_000``` | Power Outlet |
|
||||
| Linear Corp | [WA00Z-1](linear/wa00z1_0_0.md) | | ```linear_wa00z1_00_000``` | |
|
||||
| Linear Corp | [WA00Z-1](linear/wa00z1_0_0.md) | | ```linear_wa00z1_00_000``` | Wall Switch |
|
||||
| Linear Corp | [WA105DBZ](linear/wa105dbz_0_0.md) | | ```linear_wa105dbz_00_000``` | Siren |
|
||||
| Linear Corp | [WADWAZ-1](linear/wadwaz1_0_0.md) | | ```linear_wadwaz1_00_000``` | Door |
|
||||
| Linear Corp | [WAPIRZ-1](linear/wapirz_0_0.md) | | ```linear_wapirz_00_000``` | Motion Detector |
|
||||
|
@ -521,50 +558,63 @@ and links to more detailed information about each thing.
|
|||
| Linear Corp | [WO15Z](linear/wo15z_0_0.md) | | ```linear_wo15z_00_000``` | Power Outlet |
|
||||
| Linear Corp | [WS15Z-1](linear/ws15z_0_0.md) | | ```linear_ws15z_00_000``` | Wall Switch |
|
||||
| Linear Corp | [WT00Z-1](linear/wt00z1_0_0.md) | | ```linear_wt00z1_00_000``` | Wall Switch |
|
||||
| Locstar Technology Co., Ltd | [LS-8015-ZW](locstar/ls8015zw_0_0.md) | | ```locstar_ls8015zw_00_000``` | |
|
||||
| Locstar Technology Co., Ltd | [LS-8015-ZW](locstar/ls8015zw_0_0.md) | | ```locstar_ls8015zw_00_000``` | Lock |
|
||||
| Logic Group | [LHC5020](logic/lhc5020_0_0.md) | | ```logic_lhc5020_00_000``` | Radiator Control |
|
||||
| Logic Group | [LHC5031](logic/lhc5031_0_62.md) | 0.62 | ```logic_lhc5031_00_062``` | HVAC |
|
||||
| Logic Group | [ZDB5100](logic/zdb5100_0_0.md) | | ```logic_zdb5100_00_000``` | Wall Switch |
|
||||
| Logic Group | [ZHC5010](logic/zhc5010_0_0.md) | 1.12 | ```logic_zhc5010_00_000``` | Wall Switch |
|
||||
| Logic Group | [ZHC5010](logic/zhc5010_2_0.md) | 2.0 | ```logic_zhc5010_02_000``` | Wall Switch |
|
||||
| Logic Group | [ZIF5028 / HeatIt Z-DIN 616](logic/zif5028_0_0.md) | | ```logic_zif5028_00_000``` | Power Outlet |
|
||||
| McoHome Technology Co., Ltd | [MH-C221](mcohome/c221_0_0.md) | | ```mcohome_c221_00_000``` | Blinds |
|
||||
| McoHome Technology Co., Ltd | [MH3900](mcohome/mcomh3900_0_0.md) | | ```mcohome_mcomh3900_00_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH10-PM2.5-WA](mcohome/mh10pm25wa_0_0.md) | | ```mcohome_mh10pm25wa_00_000``` | Sensor |
|
||||
| McoHome Technology Co., Ltd | [MH7](mcohome/mh7_0_0.md) | | ```mcohome_mh7_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [MH10-PM2.5-WA/WD](mcohome/mh10pm25wawd_0_0.md) | | ```mcohome_mh10pm25wawd_00_000``` | Sensor |
|
||||
| McoHome Technology Co., Ltd | [MH6-HP](mcohome/mh6hp_0_0.md) | | ```mcohome_mh6hp_00_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH7](mcohome/mh7_0_0.md) | | ```mcohome_mh7_00_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH7H](mcohome/mh7h_0_0.md) | | ```mcohome_mh7h_00_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH8-FC](mcohome/mh8fc_0_0.md) | 2.9 | ```mcohome_mh8fc_00_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH8-FC](mcohome/mh8fcplus_3_0.md) | 3.0 | ```mcohome_mh8fcplus_03_000``` | HVAC |
|
||||
| McoHome Technology Co., Ltd | [MH9-CO2-WA](mcohome/mh9co2wa_0_0.md) | | ```mcohome_mh9co2wa_00_000``` | Sensor |
|
||||
| McoHome Technology Co., Ltd | [MH9-CO2-WD](mcohome/mh9co2wd_0_0.md) | | ```mcohome_mh9co2wd_00_000``` | Sensor |
|
||||
| McoHome Technology Co., Ltd | [MH-P220](mcohome/mhp220_0_0.md) | | ```mcohome_mhp220_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-P311](mcohome/mhp311_0_0.md) | | ```mcohome_mhp311_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S212](mcohome/mhs212_0_0.md) | | ```mcohome_mhs212_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [MH-S212](mcohome/mhs212_0_0.md) | | ```mcohome_mhs212_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S220](mcohome/mhs220_0_0.md) | | ```mcohome_mhs220_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S311H](mcohome/mhs311_0_0.md) | | ```mcohome_mhs311_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S312](mcohome/mhs312_0_0.md) | | ```mcohome_mhs312_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S314](mcohome/mhs314_0_0.md) | | ```mcohome_mhs314_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S411](mcohome/mhs411_0_0.md) | | ```mcohome_mhs411_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [MH-S412](mcohome/mhs41255_0_0.md) | | ```mcohome_mhs41255_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S412](mcohome/mhs412_0_0.md) | | ```mcohome_mhs412_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [MH-S511-IL](mcohome/mhs511il_0_0.md) | | ```mcohome_mhs511il_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [MH-S512](mcohome/mhs512_0_0.md) | | ```mcohome_mhs512_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S512-IL](mcohome/mhs512il_0_0.md) | | ```mcohome_mhs512il_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S513](mcohome/mhs513_0_0.md) | | ```mcohome_mhs513_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S521](mcohome/mhs521_0_0.md) | | ```mcohome_mhs521_00_000``` | |
|
||||
| McoHome Technology Co., Ltd | [TPS411](mcohome/tps411_0_0.md) | 5.2 | ```mcohome_tps411_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S521](mcohome/mhs521_0_0.md) | | ```mcohome_mhs521_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [MH-S613](mcohome/mhs613_0_0.md) | | ```mcohome_mhs613_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [TPS411](mcohome/tps411_0_0.md) | 5.5 | ```mcohome_tps411_00_000``` | Wall Switch |
|
||||
| McoHome Technology Co., Ltd | [TPS412](mcohome/tps412_0_0.md) | | ```mcohome_tps412_00_000``` | Wall Switch |
|
||||
| MegaChips | [FIBEFGS-213](megachips/fibefgs213mega_0_0.md) | | ```megachips_fibefgs213mega_00_000``` | Wall Switch |
|
||||
| Merten | [5071xx](merten/505160_0_0.md) | | ```merten_505160_00_000``` | Remote Control |
|
||||
| Merten | [506219](merten/506219_0_0.md) | | ```merten_506219_00_000``` | Wall Switch |
|
||||
| Merten | [507001](merten/507001_0_0.md) | | ```merten_507001_00_000``` | Wall Switch |
|
||||
| Merten | [507502](merten/507502_0_0.md) | | ```merten_507502_00_000``` | |
|
||||
| Merten | [507502](merten/507502_0_0.md) | | ```merten_507502_00_000``` | Wall Switch |
|
||||
| Merten | [507601](merten/507601_0_0.md) | | ```merten_507601_00_000``` | Wall Switch |
|
||||
| Merten | [507801](merten/507801_0_0.md) | | ```merten_507801_00_000``` | Blinds |
|
||||
| Merten | [507900](merten/507900_0_0.md) | | ```merten_507900_00_000``` | |
|
||||
| Merten | [5082xx](merten/5082xx_0_0.md) | | ```merten_5082xx_00_000``` | |
|
||||
| Merten | [508519](merten/508519_0_0.md) | | ```merten_508519_00_000``` | |
|
||||
| Merten | [509519](merten/509519_0_0.md) | | ```merten_509519_00_000``` | |
|
||||
| Merten | [507900](merten/507900_0_0.md) | | ```merten_507900_00_000``` | Wall Switch |
|
||||
| Merten | [5082xx](merten/5082xx_0_0.md) | | ```merten_5082xx_00_000``` | Remote Control |
|
||||
| Merten | [508519](merten/508519_0_0.md) | | ```merten_508519_00_000``` | Power Outlet |
|
||||
| Merten | [509519](merten/509519_0_0.md) | | ```merten_509519_00_000``` | Motion Detector |
|
||||
| Merten | [50x5xx](merten/50x5xx_0_0.md) | | ```merten_50x5xx_00_000``` | Blinds |
|
||||
| MOBILUS MOTOR Spólka z o.o. | [EZRS](mobilus/m35ezrs_0_0.md) | | ```mobilus_m35ezrs_00_000``` | Blinds |
|
||||
| Monoprice | [10795](monoprice/10795_0_0.md) | | ```monoprice_10795_00_000``` | Door |
|
||||
| Monoprice | [PID15654](monoprice/wallsocket_0_0.md) | | ```monoprice_wallsocket_00_000``` | Power Outlet |
|
||||
| Monster Cable | [IWD600S](monster/iwd600s_0_0.md) | | ```monster_iwd600s_00_000``` | Wall Switch |
|
||||
| Monster Cable | [ML LD300](monster/mlld300_0_0.md) | | ```monster_mlld300_00_000``` | Power Outlet |
|
||||
| Nexia Home Intelligence | [DB100Z](nexia/db100z_0_0.md) | | ```nexia_db100z_00_000``` | Door |
|
||||
| NIE Technology | [NZW31](nietech/dimmer_0_0.md) | | ```nietech_dimmer_00_000``` | Wall Switch |
|
||||
| NIE Technology | [ZW39](nietech/evalogikzw39_0_0.md) | | ```nietech_evalogikzw39_00_000``` | Power Outlet |
|
||||
| NIE Technology | [MP20Z](nietech/mp20z_0_0.md) | | ```nietech_mp20z_00_000``` | Power Outlet |
|
||||
| NIE Technology | [NZW30](nietech/nzw30_0_0.md) | | ```nietech_nzw30_00_000``` | Wall Switch |
|
||||
| NIE Technology | [NZW30S](nietech/nzw30s_0_0.md) | | ```nietech_nzw30s_00_000``` | Wall Switch |
|
||||
| NIE Technology | [NZW31S](nietech/nzw31s_0_0.md) | | ```nietech_nzw31s_00_000``` | Wall Switch |
|
||||
|
@ -572,7 +622,9 @@ and links to more detailed information about each thing.
|
|||
| NIE Technology | [NZW37](nietech/nzw37_0_0.md) | | ```nietech_nzw37_00_000``` | Power Outlet |
|
||||
| NIE Technology | [NZW39](nietech/nzw39_0_0.md) | | ```nietech_nzw39_00_000``` | Power Outlet |
|
||||
| NIE Technology | [NZW96](nietech/nzw96_0_0.md) | | ```nietech_nzw96_00_000``` | Power Outlet |
|
||||
| NIE Technology | [ZW31](nietech/zw31_0_0.md) | | ```nietech_zw31_00_000``` | Wall Switch |
|
||||
| NIE Technology | [ZW37](nietech/zw37_0_0.md) | | ```nietech_zw37_00_000``` | Power Outlet |
|
||||
| NIE Technology | [ZW681](nietech/zw681vde_2_1.md) | 2.1 | ```nietech_zw681vde_02_001``` | Power Outlet |
|
||||
| ID-RF | [ASP-3-1](nodon/asp31_0_0.md) | | ```nodon_asp31_00_000``` | Power Outlet |
|
||||
| ID-RF | [CRC-3100](nodon/crc3100_0_0.md) | | ```nodon_crc3100_00_000``` | Remote Control |
|
||||
| ID-RF | [CWS-3101](nodon/cws3101_0_0.md) | | ```nodon_cws3101_00_000``` | Wall Switch |
|
||||
|
@ -644,10 +696,12 @@ and links to more detailed information about each thing.
|
|||
| Popp & Co | [POPE700168](popp/pope700168_0_0.md) | | ```popp_pope700168_00_000``` | Sensor |
|
||||
| Popp & Co | [POPE700397](popp/pope700397_0_0.md) | | ```popp_pope700397_00_000``` | Power Outlet |
|
||||
| Popp & Co | [POPE700982](popp/pope700982_0_0.md) | | ```popp_pope700982_00_000``` | Door |
|
||||
| Popp & Co | [POPE701202](popp/pope701202_1_0.md) | 1.0 to 1.0 | ```popp_pope701202_01_000``` | Sensor |
|
||||
| Popp & Co | [POPE701202](popp/pope701202_0_0.md) | | ```popp_pope701202_00_000``` | Sensor |
|
||||
| Powerley | [PWLY-7828-A1](powerley/pwly7828_0_0.md) | | ```powerley_pwly7828_00_000``` | HVAC |
|
||||
| Team Precision PCL | [ZSL301EU](precision/zsl301eu_0_0.md) | | ```precision_zsl301eu_00_000``` | Wall Switch |
|
||||
| Prodrive Technologies | [ED2.0](prodrive/ed20_0_0.md) | | ```prodrive_ed20_00_000``` | Sensor |
|
||||
| Qees | [P313A](qees/p313a_0_0.md) | | ```qees_p313a_00_000``` | Power Outlet |
|
||||
| Qees | [Wall](qees/qwall_0_0.md) | | ```qees_qwall_00_000``` | Remote Control |
|
||||
| Goap | [ZMNHHD](qubino/minidimmer_0_0.md) | | ```qubino_minidimmer_00_000``` | Wall Switch |
|
||||
| Goap | [ZMNKID](qubino/onoffthermo2_0_0.md) | | ```qubino_onoffthermo2_00_000``` | HVAC |
|
||||
| Goap | [Smart Plug 16A](qubino/smartplug_0_0.md) | | ```qubino_smartplug_00_000``` | Power Outlet |
|
||||
|
@ -669,6 +723,7 @@ and links to more detailed information about each thing.
|
|||
| Goap | [ZMNHLD](qubino/zmnhld_0_0.md) | | ```qubino_zmnhld_00_000``` | HVAC |
|
||||
| Goap | [ZMNHND](qubino/zmnhnd_0_0.md) | | ```qubino_zmnhnd_00_000``` | Wall Switch |
|
||||
| Goap | [ZMNHOD](qubino/zmnhod_0_0.md) | | ```qubino_zmnhod_00_000``` | Blinds |
|
||||
| Goap | [ZMNHQD](qubino/zmnhqd_0_0.md) | | ```qubino_zmnhqd_00_000``` | Wall Switch |
|
||||
| Goap | [ZMNHSD](qubino/zmnhsd_0_0.md) | | ```qubino_zmnhsd_00_000``` | Wall Switch |
|
||||
| Goap | [ZMNHTD](qubino/zmnhtd_0_0.md) | | ```qubino_zmnhtd_00_000``` | Sensor |
|
||||
| Goap | [ZMNHUD](qubino/zmnhud_0_0.md) | | ```qubino_zmnhud_00_000``` | HVAC |
|
||||
|
@ -714,6 +769,7 @@ and links to more detailed information about each thing.
|
|||
| Radio Thermostat Company of America (RTC) | [CT80](rtc/ct80_0_0.md) | | ```rtc_ct80_00_000``` | HVAC |
|
||||
| Guangzhou Ruixiang M&E Co., Ltd | [DM0027 Mini](ruixiang/dm0027mini_0_0.md) | | ```ruixiang_dm0027mini_00_000``` | Blinds |
|
||||
| Samsung SDS | [hmdm100](samsungsds/hmdm100_0_0.md) | | ```samsungsds_hmdm100_00_000``` | Lock |
|
||||
| Shenzhen Saykey Technology | [SK-3007-05](saykey/sk300705_0_0.md) | | ```saykey_sk300705_00_000``` | Blinds |
|
||||
| Allegion | [BE369](schlage/be369_0_0.md) | | ```schlage_be369_00_000``` | Lock |
|
||||
| Allegion | [BE468](schlage/be468_0_0.md) | | ```schlage_be468_00_000``` | Lock |
|
||||
| Allegion | [BE469](schlage/be469_0_0.md) | | ```schlage_be469_00_000``` | Lock |
|
||||
|
@ -723,12 +779,13 @@ and links to more detailed information about each thing.
|
|||
| Sensative AB | [11-01-011](sensative/1101011_0_0.md) | | ```sensative_1101011_00_000``` | Sensor |
|
||||
| Sensative AB | [11 02 011](sensative/1102011_0_0.md) | 0.2 | ```sensative_1102011_00_000``` | Sensor |
|
||||
| Sensative AB | [11 02 011](sensative/1102011_0_3.md) | 0.3 | ```sensative_1102011_00_003``` | Sensor |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [NAS-WR01ZE](shenzhen/coolcampwrplug_2_32.md) | 2.32 to 2.32 | ```shenzhen_coolcampwrplug_02_032``` | Power Outlet |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [NAS-WR01ZE](shenzhen/coolcampwrplug_0_0.md) | | ```shenzhen_coolcampwrplug_00_000``` | Power Outlet |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [EU-1](shenzhen/eu1_0_0.md) | | ```shenzhen_eu1_00_000``` | Wall Switch |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [EU-2](shenzhen/eu2_0_0.md) | | ```shenzhen_eu2_00_000``` | Wall Switch |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [EU-3](shenzhen/eu3_0_0.md) | | ```shenzhen_eu3_00_000``` | Wall Switch |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [Flood sensor](shenzhen/floodsensor_0_0.md) | | ```shenzhen_floodsensor_00_000``` | Sensor |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [Motion Sensor](shenzhen/motionsensor_0_0.md) | | ```shenzhen_motionsensor_00_000``` | Motion Detector |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [Motion Sensor IN](shenzhen/motionsensorin_0_0.md) | | ```shenzhen_motionsensorin_00_000``` | |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [Motion Sensor IN](shenzhen/motionsensorin_0_0.md) | | ```shenzhen_motionsensorin_00_000``` | Sensor |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [NAS-AB01Z](shenzhen/nasab01z_0_0.md) | | ```shenzhen_nasab01z_00_000``` | Siren |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [NAS-DS01Z](shenzhen/nasds01z_0_0.md) | | ```shenzhen_nasds01z_00_000``` | Door |
|
||||
| Shenzhen Neo Electronics Co., Ltd | [NAS-RC03Z ](shenzhen/nasrc03z_0_0.md) | | ```shenzhen_nasrc03z_00_000``` | Remote Control |
|
||||
|
@ -738,6 +795,7 @@ and links to more detailed information about each thing.
|
|||
| Shenzhen Neo Electronics Co., Ltd | [SOS/Remote Control](shenzhen/sosremote_0_0.md) | | ```shenzhen_sosremote_00_000``` | Remote Control |
|
||||
| SIEGENIA-AUBI KG | [Sensoair](siegeniaaubi/sensoair_0_0.md) | | ```siegeniaaubi_sensoair_00_000``` | Sensor |
|
||||
| Sigma Designs (Former Zensys) | [M417_9E](sigma/m4179e_0_0.md) | | ```sigma_m4179e_00_000``` | |
|
||||
| Sigma Designs (Former Zensys) | [PS9EP](sigma/ps9ep_0_0.md) | | ```sigma_ps9ep_00_000``` | Wall Switch |
|
||||
| Sigma Designs (Former Zensys) | [SM-A702A](sigma/sma702a_0_0.md) | | ```sigma_sma702a_00_000``` | Sensor |
|
||||
| Sigma Designs (Former Zensys) | [SM-PZ701U](sigma/smpz701u_0_0.md) | | ```sigma_smpz701u_00_000``` | |
|
||||
| Sigma Designs (Former Zensys) | [K8](sigma/zwck8_0_0.md) | | ```sigma_zwck8_00_000``` | Wall Switch |
|
||||
|
@ -756,6 +814,9 @@ and links to more detailed information about each thing.
|
|||
| Steinel | [XLED Home 2](steinel/xledhome2_0_0.md) | | ```steinel_xledhome2_00_000``` | Light Bulb |
|
||||
| Stelpro | [STZW402](stelpro/stzw402_0_0.md) | | ```stelpro_stzw402_00_000``` | HVAC |
|
||||
| Sunricher | [Heatit Z-Push Button 8](sunricher/heatit_0_0.md) | | ```sunricher_heatit_00_000``` | Wall Switch |
|
||||
| Sunricher | [ZW4001](sunricher/rgbgeniezw4001_0_0.md) | | ```sunricher_rgbgeniezw4001_00_000``` | Wall Switch |
|
||||
| Sunricher | [VEGGPLUG](sunricher/veggplug_0_0.md) | | ```sunricher_veggplug_00_000``` | Power Outlet |
|
||||
| Sunricher | [ZV2400TAC-SL-A](sunricher/zv2400tacsla_0_0.md) | | ```sunricher_zv2400tacsla_00_000``` | Wall Switch |
|
||||
| Sunricher | [ZV9001K8-DIM](sunricher/zv9001k8dim_0_0.md) | | ```sunricher_zv9001k8dim_00_000``` | Wall Switch |
|
||||
| Sunricher | [ZV9001T3-RGBW](sunricher/zv9001t3rgbw_0_0.md) | | ```sunricher_zv9001t3rgbw_00_000``` | Wall Switch |
|
||||
| Sunricher | [ZV9001T4-DIM](sunricher/zv9001t4dim_0_0.md) | | ```sunricher_zv9001t4dim_00_000``` | Wall Switch |
|
||||
|
@ -767,11 +828,13 @@ and links to more detailed information about each thing.
|
|||
| Sunricher | [ZV9102FA-CCT](sunricher/zv9102facct_0_0.md) | | ```sunricher_zv9102facct_00_000``` | Light Bulb |
|
||||
| SWidget | [ZW001RWA](swidget/zw001rwa_0_0.md) | | ```swidget_zw001rwa_00_000``` | Power Outlet |
|
||||
| Systemair Sverige AS | [29990](systemair/29990_0_0.md) | | ```systemair_29990_00_000``` | HVAC |
|
||||
| Telldus Technologies AB | [TZDW-100](telldus/tzdw100_0_0.md) | | ```telldus_tzdw100_00_000``` | |
|
||||
| Telldus Technologies AB | [TZDW-100](telldus/tzdw100_0_0.md) | | ```telldus_tzdw100_00_000``` | Sensor |
|
||||
| Telldus Technologies AB | [TZWP-100](telldus/tzwp100_0_0.md) | | ```telldus_tzwp100_00_000``` | Power Outlet |
|
||||
| Telldus Technologies AB | [TZWP-102](telldus/tzwp102_0_0.md) | | ```telldus_tzwp102_00_000``` | Power Outlet |
|
||||
| ThermoFloor | [Heatit Z-Push Button 8](thermofloor/heatit4512581_0_0.md) | | ```thermofloor_heatit4512581_00_000``` | Wall Switch |
|
||||
| ThermoFloor | [HeatIt ZDim](thermofloor/019b_0_0.md) | | ```thermofloor_019b_00_000``` | Wall Switch |
|
||||
| ThermoFloor | [Heatit Z Push Button 8](thermofloor/heatit4512581_0_0.md) | | ```thermofloor_heatit4512581_00_000``` | Wall Switch |
|
||||
| ThermoFloor | [HEATIT Z-RELAY](thermofloor/heatitzrelay_0_0.md) | | ```thermofloor_heatitzrelay_00_000``` | Power Outlet |
|
||||
| ThermoFloor | [Z-Push Button 4](thermofloor/pushbutton4_0_0.md) | | ```thermofloor_pushbutton4_00_000``` | Wall Switch |
|
||||
| ThermoFloor | [TF016](thermofloor/tf016_0_0.md) | 1.7 | ```thermofloor_tf016_00_000``` | HVAC |
|
||||
| ThermoFloor | [TF016](thermofloor/tf016_1_8.md) | 1.8 to 1.91 | ```thermofloor_tf016_01_008``` | HVAC |
|
||||
| ThermoFloor | [TF016](thermofloor/tf016_1_92.md) | 1.92 | ```thermofloor_tf016_01_092``` | HVAC |
|
||||
|
@ -780,9 +843,9 @@ and links to more detailed information about each thing.
|
|||
| ThermoFloor | [Heatit Z Water](thermofloor/zwater_0_0.md) | | ```thermofloor_zwater_00_000``` | HVAC |
|
||||
| TKB Home | [GR308](tkb/gr308_0_0.md) | | ```tkb_gr308_00_000``` | |
|
||||
| TKB Home | [TSM02](tkb/tsm02_0_0.md) | | ```tkb_tsm02_00_000``` | Sensor |
|
||||
| TKB Home | [TZ04](tkb/tz04_0_0.md) | | ```tkb_tz04_00_000``` | |
|
||||
| TKB Home | [TZ04](tkb/tz04_0_0.md) | | ```tkb_tz04_00_000``` | Wall Switch |
|
||||
| TKB Home | [TZ06](tkb/tz06_0_0.md) | | ```tkb_tz06_00_000``` | Wall Switch |
|
||||
| TKB Home | [TZ08](tkb/tz08_0_0.md) | | ```tkb_tz08_00_000``` | |
|
||||
| TKB Home | [TZ08](tkb/tz08_0_0.md) | | ```tkb_tz08_00_000``` | Blinds |
|
||||
| TKB Home | [TZ10](tkb/tz10_0_0.md) | | ```tkb_tz10_00_000``` | HVAC |
|
||||
| TKB Home | [TZ35S](tkb/tz35s_0_0.md) | | ```tkb_tz35s_00_000``` | Wall Switch |
|
||||
| TKB Home | [TZ36D](tkb/tz36d_2_1.md) | 2.1 | ```tkb_tz36d_02_001``` | Wall Switch |
|
||||
|
@ -797,26 +860,27 @@ and links to more detailed information about each thing.
|
|||
| TKB Home | [TZ77](tkb/tz77_0_0.md) | | ```tkb_tz77_00_000``` | Light Bulb |
|
||||
| TKB Home | [TZ78](tkb/tz78_0_0.md) | | ```tkb_tz78_00_000``` | Wall Switch |
|
||||
| TKB Home | [TZ79](tkb/tz79_0_0.md) | | ```tkb_tz79_00_000``` | Wall Switch |
|
||||
| TKB Home | [TZ88](tkb/tz88_0_0.md) | | ```tkb_tz88_00_000``` | |
|
||||
| TKB Home | [TZ88](tkb/tz88_0_0.md) | | ```tkb_tz88_00_000``` | Power Outlet |
|
||||
| TKB Home | [TZE93](tkb/tze93_0_0.md) | | ```tkb_tze93_00_000``` | HVAC |
|
||||
| TKB Home | [TZE96](tkb/tze96_0_0.md) | | ```tkb_tze96_00_000``` | Radiator Control |
|
||||
| Trane Corporation | [AZEMT500BB32MA](trane/azemt500bb32ma_0_0.md) | | ```trane_azemt500bb32ma_00_000``` | |
|
||||
| Trane Corporation | [AZEMT500BB32MA](trane/azemt500bb32ma_0_0.md) | | ```trane_azemt500bb32ma_00_000``` | HVAC |
|
||||
| Trane Corporation | [Schlage](trane/le130_0_0.md) | | ```trane_le130_00_000``` | Remote Control |
|
||||
| Trane Corporation | [TZEMT400BB32MAA](trane/tzemt400bb32maa_0_0.md) | | ```trane_tzemt400bb32maa_00_000``` | HVAC |
|
||||
| Trane Corporation | [XL624](trane/xl624_0_0.md) | | ```trane_xl624_00_000``` | |
|
||||
| Trane Corporation | [Trane XR524](trane/xr524_0_0.md) | | ```trane_xr524_00_000``` | |
|
||||
| Universal Electronics Inc. | [45601](uei/45601_0_0.md) | | ```uei_45601_00_000``` | |
|
||||
| Trane Corporation | [XL624](trane/xl624_0_0.md) | | ```trane_xl624_00_000``` | HVAC |
|
||||
| Trane Corporation | [Trane XR524](trane/xr524_0_0.md) | | ```trane_xr524_00_000``` | HVAC |
|
||||
| Universal Electronics Inc. | [45601](uei/45601_0_0.md) | | ```uei_45601_00_000``` | Remote Control |
|
||||
| UFairy G.R. Tech | [GR-105](ufairy/gr105_0_0.md) | | ```ufairy_gr105_00_000``` | Valve |
|
||||
| UFairy G.R. Tech | [GR-B3-3](ufairy/grb33_0_0.md) | | ```ufairy_grb33_00_000``` | |
|
||||
| UFairy G.R. Tech | [GR-M-202N-2](ufairy/grm202n2_0_0.md) | | ```ufairy_grm202n2_00_000``` | |
|
||||
| UFairy G.R. Tech | [GR-B3-3](ufairy/grb33_0_0.md) | | ```ufairy_grb33_00_000``` | Wall Switch |
|
||||
| UFairy G.R. Tech | [TP-807ZG](ufairy/tp807zg_0_0.md) | | ```ufairy_tp807zg_00_000``` | Sensor |
|
||||
| UFairy G.R. Tech | [Topvico TP-819ZW](ufairy/tp819_0_0.md) | | ```ufairy_tp819_00_000``` | Sensor |
|
||||
| UFairy G.R. Tech | [Zooz Indoor Siren](ufairy/zse01_0_0.md) | | ```ufairy_zse01_00_000``` | Siren |
|
||||
| UFairy G.R. Tech | [ZSE02](ufairy/zse02_0_0.md) | | ```ufairy_zse02_00_000``` | Motion Detector |
|
||||
| VDA | [Vitrum III EU Dimmer](vda/dimmer3_0_0.md) | | ```vda_dimmer3_00_000``` | |
|
||||
| VDA | [Vitrum III EU Dimmer](vda/dimmer3_0_0.md) | | ```vda_dimmer3_00_000``` | Wall Switch |
|
||||
| VDA | [Vitrum Satellite IV](vda/satelliteiv_0_0.md) | | ```vda_satelliteiv_00_000``` | Wall Switch |
|
||||
| VDA | [Vitrum Satellite VI](vda/satellitevi_0_0.md) | | ```vda_satellitevi_00_000``` | |
|
||||
| Vemmio | [DS100](vemmio/ds100_0_0.md) | | ```vemmio_ds100_00_000``` | |
|
||||
| VDA | [Vitrum I EU switch](vda/vitrumieuswitch_0_0.md) | | ```vda_vitrumieuswitch_00_000``` | Wall Switch |
|
||||
| VDA | [Vitrum Scenario](vda/vitrumscenario_0_0.md) | | ```vda_vitrumscenario_00_000``` | Remote Control |
|
||||
| Vemmio | [DS100](vemmio/ds100_0_0.md) | | ```vemmio_ds100_00_000``` | Wall Switch |
|
||||
| Vemmio | [MT-100](vemmio/mt100_0_0.md) | | ```vemmio_mt100_00_000``` | Sensor |
|
||||
| Vision Security | [Z-BRDG-433](vision/2gigzbrdg433_0_0.md) | | ```vision_2gigzbrdg433_00_000``` | Power Outlet |
|
||||
| Vision Security | [AZL7434](vision/azl7434_5_1.md) | 5.1 to 5.1 | ```vision_azl7434_05_001``` | Wall Switch |
|
||||
|
@ -829,25 +893,25 @@ and links to more detailed information about each thing.
|
|||
| Vision Security | [ZD2201](vision/zd2201_0_0.md) | | ```vision_zd2201_00_000``` | Sensor |
|
||||
| Vision Security | [ZF5201EU-5](vision/zf5201eu_0_0.md) | | ```vision_zf5201eu_00_000``` | Sensor |
|
||||
| Vision Security | [ZG8101](vision/zg8101_0_0.md) | | ```vision_zg8101_00_000``` | Garage Door |
|
||||
| Vision Security | [ZL7101](vision/zl7101_0_0.md) | | ```vision_zl7101_00_000``` | |
|
||||
| Vision Security | [ZL7101](vision/zl7101_0_0.md) | | ```vision_zl7101_00_000``` | Power Outlet |
|
||||
| Vision Security | [ZL7431](vision/zl7431_0_0.md) | | ```vision_zl7431_00_000``` | Wall Switch |
|
||||
| Vision Security | [ZL7432](vision/zl7432_0_0.md) | | ```vision_zl7432_00_000``` | Wall Switch |
|
||||
| Vision Security | [ZM1601](vision/zm1601_0_0.md) | | ```vision_zm1601_00_000``` | Siren |
|
||||
| Vision Security | [ZM1602](vision/zm1602_0_0.md) | 14.0 | ```vision_zm1602_00_000``` | Siren |
|
||||
| Vision Security | [ZM1602](vision/zm1602_15_0.md) | 15.0 | ```vision_zm1602_15_000``` | |
|
||||
| Vision Security | [ZM1602](vision/zm1602_15_0.md) | 15.0 | ```vision_zm1602_15_000``` | Siren |
|
||||
| Vision Security | [ZM1621](vision/zm1621br5_0_0.md) | | ```vision_zm1621br5_00_000``` | Siren |
|
||||
| Vision Security | [ZM1701](vision/zm1701_0_0.md) | | ```vision_zm1701_00_000``` | Lock |
|
||||
| Vision Security | [ZM1702](vision/zm1702_0_0.md) | | ```vision_zm1702_00_000``` | Lock |
|
||||
| Vision Security | [ZP3102](vision/zp3102_0_0.md) | 7.99 | ```vision_zp3102_00_000``` | |
|
||||
| Vision Security | [ZP3102](vision/zp3102_0_0.md) | 7.99 | ```vision_zp3102_00_000``` | Sensor |
|
||||
| Vision Security | [ZP3102](vision/zp3102_8_0.md) | 8.0 | ```vision_zp3102_08_000``` | Motion Detector |
|
||||
| Vision Security | [ZP3103](vision/zp3103_0_0.md) | | ```vision_zp3103_00_000``` | |
|
||||
| Vision Security | [ZP3103](vision/zp3103_0_0.md) | | ```vision_zp3103_00_000``` | Sensor |
|
||||
| Vision Security | [ZS5101](vision/zs5101_0_0.md) | | ```vision_zs5101_00_000``` | Sensor |
|
||||
| Vision Security | [ZS6101](vision/zs6101_0_0.md) | | ```vision_zs6101_00_000``` | Smoke Detector |
|
||||
| Vision Security | [ZS6301-5](vision/zs63015_0_0.md) | | ```vision_zs63015_00_000``` | Sensor |
|
||||
| Vision Security | [ZS6301](vision/zs6301_0_0.md) | | ```vision_zs6301_00_000``` | Smoke Detector |
|
||||
| Vision Security | [ZSE40](vision/zse40_0_0.md) | | ```vision_zse40_00_000``` | Motion Detector |
|
||||
| Vision Security | [ZT1101](vision/zt1101_0_0.md) | | ```vision_zt1101_00_000``` | Remote Control |
|
||||
| Vision Security | [ZW4101](vision/zw4101_0_0.md) | | ```vision_zw4101_00_000``` | |
|
||||
| Vision Security | [ZW4101](vision/zw4101_0_0.md) | | ```vision_zw4101_00_000``` | Blinds |
|
||||
| Wayne Dalton | [WDTC-20](wayne/wdtc20_0_0.md) | | ```wayne_wdtc20_00_000``` | HVAC |
|
||||
| wiDom | [DRY](widom/dry_0_0.md) | | ```widom_dry_00_000``` | Wall Switch |
|
||||
| wiDom | [WiDom Universal Relay Switch](widom/ubs_1_0.md) | 1.0 to 1.7 | ```widom_ubs_01_000``` | Wall Switch |
|
||||
|
@ -867,26 +931,27 @@ and links to more detailed information about each thing.
|
|||
| Willis Electric Co., Ltd. | [NZW97](willis/nzw97_0_0.md) | | ```willis_nzw97_00_000``` | Power Outlet |
|
||||
| Willis Electric Co., Ltd. | [ZEN20](willis/zen20_0_0.md) | | ```willis_zen20_00_000``` | Power Outlet |
|
||||
| Willis Electric Co., Ltd. | [ZEN21](willis/zen21_0_0.md) | | ```willis_zen21_00_000``` | Wall Switch |
|
||||
| Willis Electric Co., Ltd. | [ZEN22](willis/zen22_0_0.md) | | ```willis_zen22_00_000``` | |
|
||||
| Willis Electric Co., Ltd. | [ZEN23](willis/zen23_0_0.md) | | ```willis_zen23_00_000``` | |
|
||||
| Willis Electric Co., Ltd. | [Zen24](willis/zen24_0_0.md) | | ```willis_zen24_00_000``` | |
|
||||
| Willis Electric Co., Ltd. | [ZEN22](willis/zen22_0_0.md) | | ```willis_zen22_00_000``` | Wall Switch |
|
||||
| Willis Electric Co., Ltd. | [ZEN23](willis/zen23_0_0.md) | | ```willis_zen23_00_000``` | Wall Switch |
|
||||
| Willis Electric Co., Ltd. | [ZEN24](willis/zen24_0_0.md) | | ```willis_zen24_00_000``` | Wall Switch |
|
||||
| Willis Electric Co., Ltd. | [ZW37](willis/zw37_0_0.md) | | ```willis_zw37_00_000``` | Power Outlet |
|
||||
| Willis Electric Co., Ltd. | [ZW691](willis/zw691_0_0.md) | | ```willis_zw691_00_000``` | Power Outlet |
|
||||
| Willis Electric Co., Ltd. | [ZW78S](willis/zw78s_0_0.md) | | ```willis_zw78s_00_000``` | Wall Switch |
|
||||
| Wink Inc. | [Siren](wink/siren_0_0.md) | | ```wink_siren_00_000``` | Siren |
|
||||
| Wintop | [iModuleDouble](wintop/1122r_1_4.md) | 1.4 | ```wintop_1122r_01_004``` | |
|
||||
| Wintop | [iModuleDouble](wintop/1122r_1_4.md) | 1.4 | ```wintop_1122r_01_004``` | Wall Switch |
|
||||
| Wintop | [PlugInSwitch](wintop/dhsitswpdhs_0_0.md) | | ```wintop_dhsitswpdhs_00_000``` | |
|
||||
| Wintop | [DHS-WIN-BLW-DHS](wintop/dhswinblwdhs_0_0.md) | | ```wintop_dhswinblwdhs_00_000``` | Blinds |
|
||||
| Wintop | [DHSZWDMIW01](wintop/dhszwdmiw01_0_0.md) | | ```wintop_dhszwdmiw01_00_000``` | |
|
||||
| Wintop | [DHSZWDMIW01](wintop/dhszwdmiw01_0_0.md) | | ```wintop_dhszwdmiw01_00_000``` | Wall Switch |
|
||||
| Wintop | [Digital Home Systems](wintop/digitalhomesystems_0_0.md) | | ```wintop_digitalhomesystems_00_000``` | |
|
||||
| Wintop | [EasyPlug](wintop/easyplug_0_0.md) | | ```wintop_easyplug_00_000``` | |
|
||||
| Wintop | [iPlugDim](wintop/iplugdim_0_0.md) | | ```wintop_iplugdim_00_000``` | |
|
||||
| Wintop | [EasyPlug](wintop/easyplug_0_0.md) | | ```wintop_easyplug_00_000``` | Power Outlet |
|
||||
| Wintop | [iPlugDim](wintop/iplugdim_0_0.md) | | ```wintop_iplugdim_00_000``` | Power Outlet |
|
||||
| Wintop | [iShutter](wintop/ishutter_0_0.md) | | ```wintop_ishutter_00_000``` | Blinds |
|
||||
| Wintop | [ITEMP](wintop/itemp_0_0.md) | | ```wintop_itemp_00_000``` | Sensor |
|
||||
| Wintop | [LE120](wintop/le120_0_0.md) | | ```wintop_le120_00_000``` | |
|
||||
| Wintop | [Multisensor](wintop/multisensor_0_0.md) | | ```wintop_multisensor_00_000``` | |
|
||||
| Wintop | [LE120](wintop/le120_0_0.md) | | ```wintop_le120_00_000``` | Power Outlet |
|
||||
| Wintop | [Multisensor](wintop/multisensor_0_0.md) | | ```wintop_multisensor_00_000``` | Sensor |
|
||||
| Wintop | [WTRFID](wintop/wtrfid_0_0.md) | | ```wintop_wtrfid_00_000``` | Remote Control |
|
||||
| ASSA ABLOY | [Keyless Connected Smart Door Lock](yale/keylesslock_0_0.md) | | ```yale_keylesslock_00_000``` | Lock |
|
||||
| ASSA ABLOY | [SD-M1100](yale/sdm1100_0_0.md) | | ```yale_sdm1100_00_000``` | Lock |
|
||||
| ASSA ABLOY | [SD-L1000-CH](yale/ycl1_0_0.md) | | ```yale_ycl1_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YKFCON](yale/ykfcon_0_0.md) | | ```yale_ykfcon_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRD110](yale/yrd110_0_0.md) | | ```yale_yrd110_00_000``` | Lock |
|
||||
|
@ -894,9 +959,11 @@ and links to more detailed information about each thing.
|
|||
| ASSA ABLOY | [YRD210](yale/yrd210_0_0.md) | | ```yale_yrd210_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRD216](yale/yrd216_0_0.md) | | ```yale_yrd216_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRD220](yale/yrd220_0_0.md) | | ```yale_yrd220_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRD256](yale/yrd256_0_0.md) | | ```yale_yrd256_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRD446](yale/yrd446_0_0.md) | | ```yale_yrd446_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRL210](yale/yrl210_0_0.md) | | ```yale_yrl210_00_000``` | Lock |
|
||||
| ASSA ABLOY | [YRL256](yale/yrl256_1_78.md) | 1.78 | ```yale_yrl256_01_078``` | Lock |
|
||||
| ASSA ABLOY | [YRL220](yale/yrl220_0_0.md) | | ```yale_yrl220_00_000``` | Lock |
|
||||
| ASSA ABLOY | [US2.0 CP2-5-3](yale/yrl256_1_78.md) | 1.78 | ```yale_yrl256_01_078``` | Lock |
|
||||
| ASSA ABLOY | [Yale Smart Door Lock Z-Wave Module](yale/zwavemodule_0_0.md) | | ```yale_zwavemodule_00_000``` | Lock |
|
||||
| Zipato | [RGBWE2](zipato/bulb2rgbw_0_0.md) | | ```zipato_bulb2rgbw_00_000``` | Light Bulb |
|
||||
| Zipato | [HM-HS1CA](zipato/hmhs1ca_0_0.md) | | ```zipato_hmhs1ca_00_000``` | Smoke Detector |
|
||||
|
@ -906,52 +973,64 @@ and links to more detailed information about each thing.
|
|||
| Zipato | [MINI KEYPAD RFID](zipato/keypad_0_0.md) | | ```zipato_keypad_00_000``` | Remote Control |
|
||||
| Zipato | [MH-P220](zipato/mhp220_0_0.md) | | ```zipato_mhp220_00_000``` | Wall Switch |
|
||||
| Zipato | [NE-NAS-PD01Z](zipato/nenaspd01z_0_0.md) | | ```zipato_nenaspd01z_00_000``` | Motion Detector |
|
||||
| Zipato | [PAN04](zipato/pan04_0_0.md) | | ```zipato_pan04_00_000``` | Wall Switch |
|
||||
| Zipato | [PAN08](zipato/pan08_0_0.md) | | ```zipato_pan08_00_000``` | Blinds |
|
||||
| Zipato | [PH-PSG01](zipato/phpsg01_0_0.md) | | ```zipato_phpsg01_00_000``` | Smoke Detector |
|
||||
| Zipato | [PSP02](zipato/phpsp02_0_0.md) | | ```zipato_phpsp02_00_000``` | Door |
|
||||
| Zipato | [AB02Z_PSE02](zipato/pse02_0_0.md) | | ```zipato_pse02_00_000``` | Siren |
|
||||
| Zipato | [RGBWE27ZW](zipato/rgbwe27zw_0_0.md) | | ```zipato_rgbwe27zw_00_000``` | Light Bulb |
|
||||
| Zipato | [ZD2102-5](zipato/zd2102plus_0_0.md) | | ```zipato_zd2102plus_00_000``` | Door |
|
||||
| Zipato | [PAN04](zipato/zipatopan04_0_0.md) | | ```zipato_zipatopan04_00_000``` | Wall Switch |
|
||||
| Zipato | [0131](zipato/zipds01z_3_80.md) | 3.80 to 3.80 | ```zipato_zipds01z_03_080``` | Door |
|
||||
| Zipato | [ZIP-PAB01](zipato/zippab01_0_0.md) | | ```zipato_zippab01_00_000``` | Wall Switch |
|
||||
| Zipato | [ZP3102](zipato/zp3102_0_0.md) | | ```zipato_zp3102_00_000``` | |
|
||||
| Zooz | [ZEN06](zooz/zen06_0_0.md) | | ```zooz_zen06_00_000``` | |
|
||||
| Zooz | [ZEN07](zooz/zen07_0_0.md) | | ```zooz_zen07_00_000``` | |
|
||||
| Zooz | [ZEN15](zooz/zen15_0_0.md) | | ```zooz_zen15_00_000``` | Power Outlet |
|
||||
| Zipato | [ZP3102](zipato/zp3102_0_0.md) | | ```zipato_zp3102_00_000``` | Sensor |
|
||||
| Zooz | [ZEN06](zooz/zen06_0_0.md) | | ```zooz_zen06_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN07](zooz/zen07_0_0.md) | | ```zooz_zen07_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN15](zooz/zen15_0_0.md) | 1.3 | ```zooz_zen15_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN15](zooz/zen15_1_4.md) | 1.4 | ```zooz_zen15_01_004``` | Power Outlet |
|
||||
| Zooz | [ZEN20](zooz/zen20_0_0.md) | | ```zooz_zen20_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN21](zooz/zen21_0_0.md) | | ```zooz_zen21_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN21](zooz/zen21_0_0.md) | 2.9 | ```zooz_zen21_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN21](zooz/zen21_3_0.md) | 3.0 | ```zooz_zen21_03_000``` | Wall Switch |
|
||||
| Zooz | [ZEN22](zooz/zen22_1_0.md) | 1.0 to 1.255 | ```zooz_zen22_01_000``` | Wall Switch |
|
||||
| Zooz | [ZEN22](zooz/zen22_3_0.md) | 3.0 to 19.0 | ```zooz_zen22_03_000``` | Wall Switch |
|
||||
| Zooz | [ZEN22](zooz/zen22_20_15.md) | 20.15 to 20.15 | ```zooz_zen22_20_015``` | Wall Switch |
|
||||
| Zooz | [ZEN23](zooz/zen23_0_0.md) | 2.9 | ```zooz_zen23_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN23](zooz/zen23v3_3_0.md) | 3.0 | ```zooz_zen23v3_03_000``` | Wall Switch |
|
||||
| Zooz | [ZEN24](zooz/zen24_1_0.md) | 1.0 to 1.255 | ```zooz_zen24_01_000``` | Wall Switch |
|
||||
| Zooz | [ZEN24](zooz/zen24_3_0.md) | 3.0 to 3.255 | ```zooz_zen24_03_000``` | Wall Switch |
|
||||
| Zooz | [ZEN24](zooz/zen24_20_15.md) | 20.15 to 20.15 | ```zooz_zen24_20_015``` | Wall Switch |
|
||||
| Zooz | [ZEN25](zooz/zen25_0_0.md) | | ```zooz_zen25_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN25](zooz/zen25_0_0.md) | 1.255 | ```zooz_zen25_00_000``` | Power Outlet |
|
||||
| Zooz | [ZEN25](zooz/zen25_2_0.md) | 2.0 | ```zooz_zen25_02_000``` | Power Outlet |
|
||||
| Zooz | [ZEN26](zooz/zen26_0_0.md) | | ```zooz_zen26_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN27](zooz/zen27_0_0.md) | | ```zooz_zen27_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN27](zooz/zen27_0_0.md) | 1.255 | ```zooz_zen27_00_000``` | Wall Switch |
|
||||
| Zooz | [ZEN27](zooz/zen27v2_2_0.md) | 2.0 | ```zooz_zen27v2_02_000``` | Wall Switch |
|
||||
| Zooz | [ZEN31](zooz/zen31_0_0.md) | | ```zooz_zen31_00_000``` | Light Bulb |
|
||||
| Zooz | [ZSE08](zooz/zse08_0_0.md) | | ```zooz_zse08_00_000``` | Door |
|
||||
| Zooz | [ZSE09](zooz/zse09_0_0.md) | | ```zooz_zse09_00_000``` | Sensor |
|
||||
| Zooz | [ZSE18](zooz/zse18_0_0.md) | | ```zooz_zse18_00_000``` | Sensor |
|
||||
| Zooz | [ZSE19 ](zooz/zse19_0_0.md) | | ```zooz_zse19_00_000``` | Siren |
|
||||
| Zooz | [ZSE29](zooz/zse29_0_0.md) | | ```zooz_zse29_00_000``` | Sensor |
|
||||
| Zooz | [ZSE30](zooz/zse30_0_0.md) | | ```zooz_zse30_00_000``` | Sensor |
|
||||
| Zooz | [ZSE33](zooz/zse33_0_0.md) | | ```zooz_zse33_00_000``` | |
|
||||
| Zooz | [ZSE33](zooz/zse33_0_0.md) | | ```zooz_zse33_00_000``` | Siren |
|
||||
| Zooz | [ZSE40](zooz/zse40_0_0.md) | | ```zooz_zse40_00_000``` | Sensor |
|
||||
| Z-Wave.Me | [06436](zwaveme/06436_0_0.md) | | ```zwaveme_06436_00_000``` | |
|
||||
| Zooz | [ZST10](zooz/zst10_0_0.md) | | ```zooz_zst10_00_000``` | Remote Control |
|
||||
| Z-Wave.Me | [06436](zwaveme/06436_0_0.md) | | ```zwaveme_06436_00_000``` | Blinds |
|
||||
| Z-Wave.Me | [FGR-316](zwaveme/fgr316_0_0.md) | | ```zwaveme_fgr316_00_000``` | Power Outlet |
|
||||
| Z-Wave.Me | [HS1DS](zwaveme/hs1ds_0_0.md) | | ```zwaveme_hs1ds_00_000``` | Window |
|
||||
| Z-Wave.Me | [KFOB](zwaveme/kfob_0_0.md) | | ```zwaveme_kfob_00_000``` | Remote Control |
|
||||
| Z-Wave.Me | [WALLC-S](zwaveme/wallcs_0_0.md) | | ```zwaveme_wallcs_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [WCD2](zwaveme/wcd2_0_0.md) | | ```zwaveme_wcd2_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [ZME_05431](zwaveme/zme05431_0_0.md) | | ```zwaveme_zme05431_00_000``` | |
|
||||
| Z-Wave.Me | [ZME_05433](zwaveme/zme05433_0_0.md) | | ```zwaveme_zme05433_00_000``` | |
|
||||
| Z-Wave.Me | [ZME_05459](zwaveme/zme05459_0_0.md) | | ```zwaveme_zme05459_00_000``` | |
|
||||
| Z-Wave.Me | [ZME_05431](zwaveme/zme05431_0_0.md) | | ```zwaveme_zme05431_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [ZME_05433](zwaveme/zme05433_0_0.md) | | ```zwaveme_zme05433_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [ZME_05459](zwaveme/zme05459_0_0.md) | | ```zwaveme_zme05459_00_000``` | Blinds |
|
||||
| Z-Wave.Me | [ZME_05461](zwaveme/zme05461_0_0.md) | | ```zwaveme_zme05461_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [ZME_06437](zwaveme/zme06437_0_0.md) | | ```zwaveme_zme06437_00_000``` | |
|
||||
| Z-Wave.Me | [ZME_06437](zwaveme/zme06437_0_0.md) | | ```zwaveme_zme06437_00_000``` | Power Outlet |
|
||||
| Z-Wave.Me | [ZME_06443](zwaveme/zme06443_0_0.md) | | ```zwaveme_zme06443_00_000``` | Wall Switch |
|
||||
| Z-Wave.Me | [ZME_FT](zwaveme/zmeft_0_0.md) | | ```zwaveme_zmeft_00_000``` | HVAC |
|
||||
| Z-Wave.Me | [ZME_KFOB-S](zwaveme/zmekfobs_0_0.md) | | ```zwaveme_zmekfobs_00_000``` | Remote Control |
|
||||
| Z-Wave.Me | [ZME_RC2](zwaveme/zmerc2_0_0.md) | | ```zwaveme_zmerc2_00_000``` | Remote Control |
|
||||
| Z-Wave.Me | [Z-Weather](zwaveme/zweather_0_0.md) | | ```zwaveme_zweather_00_000``` | |
|
||||
| Z Wave Products Inc. | [WD-100](zwaveproducts/wd100_0_0.md) | | ```zwaveproducts_wd100_00_000``` | Wall Switch |
|
||||
| Z Wave Products Inc. | [WS-100](zwaveproducts/ws100_0_0.md) | | ```zwaveproducts_ws100_00_000``` | |
|
||||
| Z Wave Products Inc. | [WS-100](zwaveproducts/ws100_0_0.md) | | ```zwaveproducts_ws100_00_000``` | Wall Switch |
|
||||
| Z Wave Products Inc. | [ZL-PA-100](zwaveproducts/zlpa100_0_0.md) | | ```zwaveproducts_zlpa100_00_000``` | Power Outlet |
|
||||
| Z Wave Products Inc. | [ZL-PD-100](zwaveproducts/zlpd100_0_0.md) | | ```zwaveproducts_zlpd100_00_000``` | Power Outlet |
|
||||
| ZyXEL | [ST812](zyxel/st812_0_0.md) | | ```zyxel_st812_00_000``` | Sensor |
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: GR-M-202N-2 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# GR-M-202N-2 Inwall dual switch
|
||||
This describes the Z-Wave device *GR-M-202N-2*, manufactured by *UFairy G.R. Tech* with the thing type UID of ```ufairy_grm202n2_00_000```.
|
||||
|
||||

|
||||
|
||||
|
||||
The GR-M-202N-2 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
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/554) to improve the documentation.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the GR-M-202N-2 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## 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 GR-M-202N-2 supports 2 association groups.
|
||||
|
||||
### Group 1: Group 1
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Controller Updates
|
||||
|
||||
|
||||
Association group 2 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/554).
|
|
@ -0,0 +1,90 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Vitrum Scenario - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Vitrum Scenario Vitrum Scenario controller
|
||||
This describes the Z-Wave device *Vitrum Scenario*, manufactured by *VDA* with the thing type UID of ```vda_vitrumscenario_00_000```.
|
||||
|
||||
The device is in the category of *Remote Control*, defining Any portable or hand-held device that controls the status of something, e.g. remote control, keyfob etc..
|
||||
|
||||

|
||||
|
||||
|
||||
The Vitrum Scenario 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
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/769) to improve the documentation.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Vitrum Scenario -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| 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.
|
||||
|
||||
|
||||
|
||||
## 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 Vitrum Scenario supports 1 association group.
|
||||
|
||||
### Group 1: Group 1
|
||||
|
||||
|
||||
Association group 1 supports 8 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_NODE_NAMING_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
| COMMAND_CLASS_INDICATOR_V1| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_VERSION_V1| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/769).
|
|
@ -1,295 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: YRL226 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# YRL226 Yale Touch Screen Lock with Lever
|
||||
This describes the Z-Wave device *YRL226*, manufactured by *ASSA ABLOY* with the thing type UID of ```yale_yrl226_00_000```.
|
||||
|
||||
The device is in the category of *Lock*, defining Devices whose primary pupose is locking something.
|
||||
|
||||

|
||||
|
||||
|
||||
The YRL226 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.
|
||||
|
||||
## Overview
|
||||
|
||||
Never worry about losing your keys again. Lock and unlock your home using a secure, unique pin code through the lock's touchscreen key pad. The lock features Z-Wave technology so you can integrate into your home automation or alarm system for even more functionality.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
To Enroll the Module: • Enter the 4-8 digit Master PIN code followed by the key. • Press the key followed by the key. • Press the key followed by the key
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
To Unenroll the Module: • Enter the 4-8 digit Master PIN code followed by the key. • Press the key followed by the key. • Press the key followed by the key.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the YRL226 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door Lock | lock_door | lock_door | Door | Switch |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
| Clock Time Offset | time_offset | time_offset | Temperature | Number |
|
||||
|
||||
### Door Lock
|
||||
Lock and unlock the door.
|
||||
|
||||
The ```lock_door``` channel is of type ```lock_door``` and supports the ```Switch``` item and is in the ```Door``` category.
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Locked |
|
||||
| OFF | Unlocked |
|
||||
|
||||
### Alarm (access)
|
||||
Indicates if the access control alarm is triggered.
|
||||
|
||||
The ```alarm_access``` channel is of type ```alarm_access``` and supports the ```Switch``` item and is in the ```Door``` 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 (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### 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%.
|
||||
### Clock Time Offset
|
||||
Provides the current time difference for the devices time.
|
||||
|
||||
The ```time_offset``` channel is of type ```time_offset``` and supports the ```Number``` item and is in the ```Temperature``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 9 configuration parameters available in the YRL226.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Silent Mode on/off | Changes speaker settigs |
|
||||
| 2 | Auto Relock On/Off | |
|
||||
| 3 | Auto Relock Time | |
|
||||
| 4 | Wrong Code Entry Limit | |
|
||||
| 7 | Shut Down Time (after wrong code entries) | |
|
||||
| 8 | Operating Mode | |
|
||||
| 11 | One Touch Locking | |
|
||||
| 13 | Lock Status LED | |
|
||||
| 15 | Reset to Factory Defaults | |
|
||||
| | Lock Timeout | Sets the time after which the door will auto lock |
|
||||
|
||||
### Parameter 1: Silent Mode on/off
|
||||
|
||||
Changes speaker settigs
|
||||
1. High Volume
|
||||
2. Low Volume
|
||||
3. Silent
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | High |
|
||||
| 2 | Low |
|
||||
| 3 | Silent |
|
||||
|
||||
The manufacturer defined default value is ```1``` (High).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Auto Relock On/Off
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| -128 | Auto Relock On |
|
||||
| 0 | Auto Relock Off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Auto Relock Off).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1_wo``` and is of type ```INTEGER```.
|
||||
This is a write only parameter.
|
||||
|
||||
|
||||
### Parameter 3: Auto Relock Time
|
||||
|
||||
|
||||
|
||||
Values in the range 10 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```127```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Wrong Code Entry Limit
|
||||
|
||||
|
||||
|
||||
Values in the range 3 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Shut Down Time (after wrong code entries)
|
||||
|
||||
|
||||
|
||||
Values in the range 10 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Operating Mode
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Normal Mode (Default) |
|
||||
| 1 | Vacation Mode (Keypad Locked Out) |
|
||||
| 2 | Privacy Mode (Keypad Locked, RF Unlock Functional) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Normal Mode (Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: One Touch Locking
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| -128 | One Touch Locking On |
|
||||
| 0 | One Touch Locking Off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (One Touch Locking Off).
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Lock Status LED
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| -128 | LED On |
|
||||
| 0 | LED Off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED Off).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Reset to Factory Defaults
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| -128 | Reset to Factory On |
|
||||
| 0 | Reset to Factory Off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Reset to Factory Off).
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
### Lock Timeout
|
||||
|
||||
Sets the time after which the door will auto lock.
|
||||
|
||||
This parameter has the configuration ID ```doorlock_timeout``` 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 YRL226 supports 1 association group.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_DOOR_LOCK_LOGGING_V1| |
|
||||
| COMMAND_CLASS_SCHEDULE_ENTRY_LOCK_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_DOOR_LOCK_V1| |
|
||||
| COMMAND_CLASS_USER_CODE_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V4| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_TIME_V1| |
|
||||
| COMMAND_CLASS_TIME_PARAMETERS_V1| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [YRL 226 Manual](https://www.cd-jackson.com/zwave_device_uploads/1076/YRL-TSINSTL-FUL-Rev-G-WEB-zwp-zb.pdf)
|
||||
* [Z Wave Module Manual](https://www.cd-jackson.com/zwave_device_uploads/1076/Yale-Real-Living-Z-Wave-Module-Instructions.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1076).
|
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: PAN08 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# PAN08 Roller shutter
|
||||
This describes the Z-Wave device *PAN08*, manufactured by *[Zipato](http://www.zipato.com/)* with the thing type UID of ```zipato__00_000```.
|
||||
|
||||
The device is in the category of *Blinds*, defining Roller shutters, window blinds, etc..
|
||||
|
||||
The PAN08 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
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Put your Z-Wave controller into inclusion mode by following the instructions provided by the controller manufacturer.
|
||||
|
||||
Pressing Include button three times within 2 seconds will enter inclusion mode.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Put the Z-Wave Controller in exclusion mode.
|
||||
|
||||
Pressing Include button three times within 2 seconds will enter exclusion mode.
|
||||
|
||||
Node ID has been excluded.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the PAN08 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/923).
|
|
@ -1,271 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: PAN04 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# PAN04 In Wall Dual Relay
|
||||
This describes the Z-Wave device *PAN04*, manufactured by *[Zipato](http://www.zipato.com/)* with the thing type UID of ```zipato_zipatopan04_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 PAN04 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
|
||||
|
||||
This product can be operated in any Z-Wave network with other Z-Wave certified devices from other manufacturers. All non-battery operated nodes within the network will act as repeaters regardless of vendor to increase reliability of the network. Micro module Switch Double is a transceiver which is a Z-Wave Plus enabled device and is fully compatible with any Z-Wave enabled network. Mini size design allow the module to be easily hidden into the wall box which is good for the house decoration. There are many kinds of application for using the module to switch AC power ON and OFF, one of which is the light control. The new smart relay calibration technology can reduce the inrush current caused by the load and let the module work perfectly with many kinds of light like incandescent, fluorescent and LED light. This Micro module is able to detect Instant power wattage and overload wattage (current 7.5A) of connected light or appliances. When detecting overload state, the switch will be disabled and its ON/OFF button will be locked during which LED will flash repeatedly. Unplugging and reconnecting the Module will reset its overload condition to normal status.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Have Z-Wave Controller entered inclusion mode by following the instructions provided by the controller manufacturer.
|
||||
|
||||
Pressing INCLUDE_BUTTON three times within 2 seconds will enter inclusion mode.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Have Z-Wave Controller entered exclusion mode by following the instructions provided by the controller manufacturer.
|
||||
|
||||
Pressing INCLUDE_BUTTON three times within 2 seconds will enter exclusion mode.Node ID has been excluded.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the PAN04 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (power factor) | meter_powerfactor | meter_powerfactor | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Electric meter (amps) 1 | meter_current1 | meter_current | Energy | Number |
|
||||
| Electric meter (power factor) 1 | meter_powerfactor1 | meter_powerfactor | Energy | Number |
|
||||
| Electric meter (kWh) 1 | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
| Electric meter (volts) 1 | meter_voltage1 | meter_voltage | Energy | Number |
|
||||
| Electric meter (watts) 1 | meter_watts1 | meter_watts | Energy | Number |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Electric meter (amps) 2 | meter_current2 | meter_current | Energy | Number |
|
||||
| Electric meter (power factor) 2 | meter_powerfactor2 | meter_powerfactor | Energy | Number |
|
||||
| Electric meter (kWh) 2 | meter_kwh2 | meter_kwh | Energy | Number |
|
||||
| Electric meter (volts) 2 | meter_voltage2 | meter_voltage | Energy | Number |
|
||||
| Electric meter (watts) 2 | meter_watts2 | meter_watts | Energy | Number |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
| Electric meter (amps) 3 | meter_current3 | meter_current | Energy | Number |
|
||||
| Electric meter (power factor) 3 | meter_powerfactor3 | meter_powerfactor | Energy | Number |
|
||||
| Electric meter (kWh) 3 | meter_kwh3 | meter_kwh | Energy | Number |
|
||||
| Electric meter (volts) 3 | meter_voltage3 | meter_voltage | Energy | Number |
|
||||
| Electric meter (watts) 3 | meter_watts3 | 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.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (power factor)
|
||||
Indicates the instantaneous power factor.
|
||||
|
||||
The ```meter_powerfactor``` channel is of type ```meter_powerfactor``` 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 (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 (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (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.
|
||||
|
||||
### Alarm
|
||||
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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (amps) 1
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current1``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (power factor) 1
|
||||
Indicates the instantaneous power factor.
|
||||
|
||||
The ```meter_powerfactor1``` channel is of type ```meter_powerfactor``` 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 (kWh) 1
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh1``` 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 (volts) 1
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage1``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts) 1
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts1``` 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.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (amps) 2
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current2``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (power factor) 2
|
||||
Indicates the instantaneous power factor.
|
||||
|
||||
The ```meter_powerfactor2``` channel is of type ```meter_powerfactor``` 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 (kWh) 2
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh2``` 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 (volts) 2
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage2``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts) 2
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts2``` 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.
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (amps) 3
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current3``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (power factor) 3
|
||||
Indicates the instantaneous power factor.
|
||||
|
||||
The ```meter_powerfactor3``` channel is of type ```meter_powerfactor``` 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 (kWh) 3
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh3``` 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 (volts) 3
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage3``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts) 3
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts3``` 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.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V2| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [PAN04](https://www.cd-jackson.com/zwave_device_uploads/1079/ph-pan04-Zipato-MM-Switch-Double-User-Manual-165x295mm-v1-7-preview.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1079).
|
|
@ -0,0 +1,435 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN16 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN16 Multirelay
|
||||
This describes the Z-Wave device *ZEN16*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen16_00_000```.
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The ZEN16 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is also able to participate in the routing of data between other devices in the mesh network.
|
||||
|
||||
## Overview
|
||||
|
||||
**Features**
|
||||
|
||||
* Powerful dry contact relays to control loads up to 15 A and 20 A
|
||||
* Perfect for outdoor lighting, pool pumps, garage door, or gas fireplace
|
||||
* Control up to 3 connected loads independently or together
|
||||
* Z-Wave or optional wall switch control (toggle or momentary type)
|
||||
* Built-in timers for each relay to simplify automation
|
||||
* Remembers and restores on/off status after power failure
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
* Powered by 12-24 V DC/AC or USB C port for easy set-up
|
||||
* Wall mounting and minimal design for clean installation
|
||||
* S2 security protocol and the latest 500 Z-Wave chip
|
||||
|
||||
**Specifications**
|
||||
|
||||
* Model Number: ZEN16
|
||||
* Z-Wave Signal Frequency: 908.42 MHz
|
||||
* Power: 12-24 V DC/AC or USB C
|
||||
* Maximum Load: Relay 1: 15A (HP), R2: 15A (HP), R3: 20A (HP)
|
||||
* Range: Up to 100 feet line of sight
|
||||
* Operating Temperature: 32-104° F (0-40° C)
|
||||
* Installation and Use: Indoor only
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Start Z-Wave inclusion.
|
||||
2. Quickly press the Z-Wave button 3 times.
|
||||
|
||||
The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Bring the Multirelay close to the Z-Wave controller and then supply power to it.
|
||||
2. Put the Z-Wave binding into exclusion mode.
|
||||
3. Quickly press the Z-Wave button 3 times.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
If your primary controller is missing or inoperable, you may need to reset the device to factory settings. To complete the reset process manually, click the Z-Wave button 4 times quickly, the LED indicator will light up, then quickly click the Z-Wave button 4 times again. The LED indicator will flash 3 times to confirm successful reset and will then turn off.
|
||||
|
||||
NOTE: All previously recorded activity and custom settings will be erased from the device’s memory.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN16 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 14 configuration parameters available in the ZEN16.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | On Off Status After Power Failure | Set the on off status for the relays after power failure |
|
||||
| 2 | Switch Type for Relay 1 (Sw1) | Choose the wall switch type you want to connect to the Sw1 terminal |
|
||||
| 3 | Switch Type for Relay 2 (Sw2) | Choose the wall switch type you want to connect to the Sw2 terminal |
|
||||
| 4 | Switch Type for Relay 3 (Sw3) | Choose the wall switch type you want to connect to the Sw3 terminal. |
|
||||
| 5 | LED Indicator Control | LED Indicator Control |
|
||||
| 6 | Auto Turn-Off Timer for Relay 1 | Auto Turn-Off Timer for Relay 1 |
|
||||
| 7 | Auto Turn-On Timer for Relay 1 | Auto Turn-On Timer for Relay 1 |
|
||||
| 8 | Auto Turn-Off Timer for Relay 2 | Auto Turn-Off Timer for Relay 2 |
|
||||
| 9 | Auto Turn-On Timer for Relay 2 | Auto Turn-On Timer for Relay 2 |
|
||||
| 10 | Auto Turn-Off Timer for Relay 3 | Auto Turn-Off Timer for Relay 3 |
|
||||
| 11 | Auto Turn-On Timer for Relay 3 | Auto Turn-On Timer for Relay 3 |
|
||||
| 12 | Enable/Disable Manual Control for Sw1 | Enable/Disable Manual Control for Sw1 |
|
||||
| 13 | Enable/Disable Manual Control for Sw2 | Enable/Disable Manual Control for Sw2 |
|
||||
| 14 | Enable/Disable Manual Control for Sw3 | Enable/Disable Manual Control for Sw3 |
|
||||
|
||||
### Parameter 1: On Off Status After Power Failure
|
||||
|
||||
Set the on off status for the relays after power failure
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ALL relays forced to OFF |
|
||||
| 1 | ALL relays restore on/off status (default) |
|
||||
| 2 | ALL relays forced to ON |
|
||||
| 3 | Relay 1 and 2 restore on/off status, Relay 3 OFF |
|
||||
| 4 | Relay 1 and 2 restore on/off status, Relay 3 ON |
|
||||
|
||||
The manufacturer defined default value is ```1``` (ALL relays restore on/off status (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Switch Type for Relay 1 (Sw1)
|
||||
|
||||
Choose the wall switch type you want to connect to the Sw1 terminal
|
||||
Press and hold the Z-Wave button for 5 seconds to change mode manually
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Switch Type for Relay 2 (Sw2)
|
||||
|
||||
Choose the wall switch type you want to connect to the Sw2 terminal
|
||||
Click-click’n’hold the Z-Wave button for 5 seconds to change mode manually.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Switch Type for Relay 3 (Sw3)
|
||||
|
||||
Choose the wall switch type you want to connect to the Sw3 terminal.
|
||||
Click-click-click’n’hold the Z-Wave button for 5 seconds to change mode manually
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: LED Indicator Control
|
||||
|
||||
LED Indicator Control
|
||||
Choose if you want the LED indicator to turn on when any of the relays are on or if all of them are off, or if you want it to remain on or off at all times.
|
||||
|
||||
Click the Z-Wave button 5 times quickly to change mode manually
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ON when all relays OFF (default) |
|
||||
| 1 | ON when any relay ON |
|
||||
| 2 | LED indicator is always OFF |
|
||||
| 3 | LED indicator is always ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (ON when all relays OFF (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Auto Turn-Off Timer for Relay 1
|
||||
|
||||
Auto Turn-Off Timer for Relay 1
|
||||
Use this parameter to set the time after which you want the device connected to Relay 1 to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Auto Turn-On Timer for Relay 1
|
||||
|
||||
Auto Turn-On Timer for Relay 1
|
||||
Use this parameter to set the time after which you want the device connected to Relay 1 to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_7_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Auto Turn-Off Timer for Relay 2
|
||||
|
||||
Auto Turn-Off Timer for Relay 2
|
||||
Use this parameter to set the time after which you want the device connected to Relay 2 to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_8_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Auto Turn-On Timer for Relay 2
|
||||
|
||||
Auto Turn-On Timer for Relay 2
|
||||
Use this parameter to set the time after which you want the device connected to Relay 2 to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_9_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Auto Turn-Off Timer for Relay 3
|
||||
|
||||
Auto Turn-Off Timer for Relay 3
|
||||
Use this parameter to set the time after which you want the device connected to Relay 3 to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_10_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Auto Turn-On Timer for Relay 3
|
||||
|
||||
Auto Turn-On Timer for Relay 3
|
||||
Use this parameter to set the time after which you want the device connected to Relay 3 to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_11_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Enable/Disable Manual Control for Sw1
|
||||
|
||||
Enable/Disable Manual Control for Sw1
|
||||
Enable or disable physical on/off control of Relay 1 from the wall switch connected to Sw1 terminal. If disabled, you’ll only be able to control the connected device via Z-Wave.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable (default) |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Enable/Disable Manual Control for Sw2
|
||||
|
||||
Enable/Disable Manual Control for Sw2
|
||||
Enable or disable physical on/off control of Relay 2 from the wall switch connected to Sw2 terminal. If disabled, you’ll only be able to control the connected device via Z-Wave.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable (default) |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Enable/Disable Manual Control for Sw3
|
||||
|
||||
Enable/Disable Manual Control for Sw3
|
||||
Enable or disable physical on/off control of Relay 3 from the wall switch connected to Sw3 terminal. If disabled, you’ll only be able to control the connected device via Z-Wave.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable (default) |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZEN16 supports 4 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Relay 1
|
||||
|
||||
Send BASIC_SET reports when operated manually
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Relay 2
|
||||
|
||||
Send BASIC_SET reports when operated manually
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Relay 3
|
||||
|
||||
Send BASIC_SET reports when operated manually
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1176/zooz-s2-multirelay-zen16-ver1-0-manual-online.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1176).
|
|
@ -51,6 +51,8 @@ The following table summarises the channels available for the ZEN22 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
|
@ -58,6 +60,28 @@ The brightness channel allows to control the brightness of a light.
|
|||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### 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
|
||||
|
@ -160,12 +184,19 @@ Association group 1 supports 5 nodes.
|
|||
| COMMAND_CLASS_SWITCH_ALL_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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
|
|
|
@ -60,6 +60,9 @@ The following table summarises the channels available for the ZEN24 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
|
@ -67,6 +70,44 @@ The brightness channel allows to control the brightness of a light.
|
|||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### 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 |
|
||||
|
||||
### 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
|
||||
|
@ -135,12 +176,23 @@ Association group 1 supports 5 nodes.
|
|||
| COMMAND_CLASS_SWITCH_ALL_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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
|
|
|
@ -1,107 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN24 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN24 Z-Wave Plus Toggle Dimmer Light Switch Ver 3.0
|
||||
This describes the Z-Wave device *ZEN24*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen24_255_255```.
|
||||
This version of the device is limited to firmware versions above 255.255
|
||||
|
||||
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 ZEN24 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
|
||||
|
||||
* Manual or remote on/off and dimming control from your mobile device or computer (when included to a Z-Wave gateway controller)
|
||||
* Universal 3-way capability – works with existing 3-way switches as long as neutral is present
|
||||
* Z-Wave Plus with improved 500 chip for faster and safer wireless communication
|
||||
* Works with LED, CFL, and incandescent bulbs
|
||||
* Remembers and restores on/off / brightness status after power failure
|
||||
* Based on universal multilevel switch command class - supported by most Z-Wave controllers
|
||||
* May be associated and grouped with other Z-Wave devices for advanced home automation
|
||||
* Air-gap switch for added safety
|
||||
* Classic toggle design
|
||||
* Built-in Z-Wave signal repeater for a stronger, more reliable network
|
||||
* Configurable Ramp-Rate (Two options)
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Bring your Z-Wave gateway hub or controller as close to the switch as possible
|
||||
2. Put your Z-Wave controller into inclusion mode
|
||||
3. Toggle the switch UP 3 times very quickly to finalize the inclusion process
|
||||
4. A new dimming device will appear on your controller's device list
|
||||
|
||||
**TROUBLESHOOTING TIPS:**
|
||||
|
||||
If you are unable to include the Z-Wave switch to your controller, please try one of the following:
|
||||
|
||||
* Bring the controller closer to your ZWave switch or use a hand-held secondary controller for inclusion
|
||||
* Toggle your Z-Wave switch UP even quicker at least 5 or 7 times once you put the controller into inclusion mode to ensure the command has gone through
|
||||
* Put your controller into EXCLUSION mode and toggle the switch DOWN 3 times quickly, then try adding it to your network again
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Bring your Z-Wave gateway hub or controller as close to the switch as possible
|
||||
2. Put your Z-Wave controller into exclusion mode 3. Toggle the switch DOWN
|
||||
3. times very quickly to complete the exclusion process
|
||||
4. The device will disappear from your controller's device list
|
||||
|
||||
Please repeat the process following all steps carefully if the first attempt is unsuccessful.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The ZEN24 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.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN24 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_MULTILEVEL_V3| Linked to BASIC|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [zen24v3](https://www.cd-jackson.com/zwave_device_uploads/1156/zooz-z-wave-plus-toggle-dimmer-ZEN24-ver-2-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1156).
|
|
@ -1,333 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN24v3 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN24v3 Z-Wave Plus Toggle Dimmer Light Switch Ver 3.0
|
||||
This describes the Z-Wave device *ZEN24v3*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen24v3_03_000```.
|
||||
This version of the device is limited to firmware version 3.0
|
||||
|
||||
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 ZEN24v3 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
|
||||
|
||||
* Manual or Z-Wave on/off and brightness control
|
||||
* **Direct 3-way:** worke with regular on/off switches in a 3-way (neutral wire required)
|
||||
* Fully adjustable ramp rate for just the right on/off speed
|
||||
* Double tap to full brightness feature
|
||||
* **NEW:** optional scene control
|
||||
* Remembers and restores on/off status after power failure
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
* Works with LED and incandescent bulbs (don't use with fans or tubes)
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Toggle the switch up 5 or 6 times very quickly when adding it.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Toggle the switch down 3 times quickly
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN24v3 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### 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 following table provides a summary of the 13 configuration parameters available in the ZEN24v3.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Toggle Control | Controls behavior of the toggle switch |
|
||||
| 3 | Auto Turn-Off Timer Enable | Auto Turn-Off Timer Enable |
|
||||
| 4 | Auto Turn-Off Timer Time | Auto Turn-Off Timer Time |
|
||||
| 5 | Auto Turn-On Timer Enable | Auto Turn-On Timer Enable |
|
||||
| 6 | Auto Turn-On Timer Time | Auto Turn-On Timer Time |
|
||||
| 8 | Status after Power Failure | Status after Power Failure |
|
||||
| 9 | Ramp Rate Control | Ramp Rate Control |
|
||||
| 10 | Minimum Brightness | Minimum Brightness |
|
||||
| 11 | Maximum Brightness | Maximum Brightness |
|
||||
| 12 | Double Tap Function | Double Tap Function |
|
||||
| 13 | Scene Control Enable | Scene Control Enable |
|
||||
| 14 | Double & Single Tap Enable | Double & Single Tap Enable |
|
||||
| 15 | Local Toggle Control | Local Toggle Control |
|
||||
|
||||
### Parameter 1: Toggle Control
|
||||
|
||||
Controls behavior of the toggle switch
|
||||
Choose if you want the to turn the light on by clicking the toggle up or down.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | UP turns light ON |
|
||||
| 1 | DOWN turns light ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (UP turns light ON).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Auto Turn-Off Timer Enable
|
||||
|
||||
Auto Turn-Off Timer Enable
|
||||
Enable or disable the auto turn-off timer function.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer Disabled |
|
||||
| 1 | Timer Enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Auto Turn-Off Timer Time
|
||||
|
||||
Auto Turn-Off Timer Time
|
||||
The number is in minutes.
|
||||
|
||||
Default: 60 minutes
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Auto Turn-On Timer Enable
|
||||
|
||||
Auto Turn-On Timer Enable
|
||||
enable or disable the auto turn-on timer function.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer Disabled |
|
||||
| 1 | Timer Enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Auto Turn-On Timer Time
|
||||
|
||||
Auto Turn-On Timer Time
|
||||
number is in minutes
|
||||
|
||||
Default: 60 minutes
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Status after Power Failure
|
||||
|
||||
Status after Power Failure
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | On |
|
||||
| 2 | Restore Previous Status |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Restore Previous Status).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Ramp Rate Control
|
||||
|
||||
Ramp Rate Control
|
||||
Number of seconds for the dimmer to reach full brightness or turn off when operated manually.
|
||||
|
||||
Default: 1 second
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Minimum Brightness
|
||||
|
||||
Minimum Brightness
|
||||
Minimum brightness level (in %) for your dimmer.
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Maximum Brightness
|
||||
|
||||
Maximum Brightness
|
||||
Maximum brightness level (in %) for your dimmer.
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```99```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Double Tap Function
|
||||
|
||||
Double Tap Function
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Full Brightness |
|
||||
| 1 | Maximum Brightness Level (Parameter 11) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Full Brightness).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Scene Control Enable
|
||||
|
||||
Scene Control Enable
|
||||
Enable or disable scene control for quick double tap triggers.
|
||||
|
||||
Find out how to make scene control work at www.support.getzooz.comThis is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Scene Control Disabled |
|
||||
| 1 | Scene Control Enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Scene Control Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Double & Single Tap Enable
|
||||
|
||||
Double & Single Tap Enable
|
||||
Enable or disable the double-tap function and assign brightness level to single tap.This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Double Tap Enabled |
|
||||
| 1 | DT Disabled, Single Tap last brightness |
|
||||
| 2 | DT Disabled, Single Tap to Full / Max Bruightness |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Double Tap Enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Local Toggle Control
|
||||
|
||||
Local Toggle Control
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Local control DISABLED |
|
||||
| 1 | Local control ENABLED |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Local control ENABLED).
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZEN24v3 supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Group 2
|
||||
|
||||
sends BASIC SET
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1160/zooz-z-wave-plus-toggle-dimmer-zen24-ver3-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1160).
|
|
@ -1,536 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN25 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN25 Double Plug V2
|
||||
This describes the Z-Wave device *ZEN25*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen25v2_02_000```.
|
||||
This version of the device is limited to firmware versions above 2.0
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The ZEN25 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
|
||||
|
||||
The Double Plug works great as a low profile on/off device for a couple of lamps or small appliances (10A total between both outlets). But it can serve as a smart power monitor, a signal tester, or extender as well. It's fast, it's secure, and it's small.
|
||||
|
||||
As always, we've included a bunch of useful settings for you to customize the plug so you get the most of it. There is a built-in timer for remote reboots of connected devices or the option to turn off manual control. But if you find anything missing, just let us know and we'll add it
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
AUTO INCLUSION
|
||||
|
||||
1. Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com
|
||||
2. Plug the device into a grounded 120 VAC receptacle you’re planning to use it at (it doesn’t need to be close. Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times quickly. The LED indicators will start blinking and the Double Plug will join the network automatically. If it lights up in yellow, inclusion has failed.
|
||||
3. You will see 4 new on/off devices in your app: 2 channels for on/off control, 1 channel for on/off monitoring (the USB port reporting charging/ charged status, no control), and 1 master node to control both outlets at the same time and to access and adjust advanced settings in (if your hub supports parameter input).
|
||||
|
||||
MANUAL INCLUSION
|
||||
|
||||
Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times quickly.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Bring the plug within direct range of your Z-Wave gateway (hub).
|
||||
2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).
|
||||
3. Press and release the Z-Wave button 3 times quickly.
|
||||
4. Your hub will confirm exclusion and all of the channels (child outlets) and the main device will disappear from your controller's device list.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
# Range Test Tool
|
||||
|
||||
You can easily check if the Double Plug is within your Z-Wave hub’s range:
|
||||
|
||||
Press and hold the Z-Wave button for 6 to 8 seconds until the LED indicator turns violet. The LED indicator will then report signal strength.
|
||||
|
||||
* **Solid green** = direct communication with the primary controller is stable
|
||||
* **Flashing green** = direct communication with the primary controller is established but signal is weak
|
||||
* **Solid orange** = stable communication with hub via repeaters
|
||||
* **Flashing orange** = communication with the primary controller is established via repeaters but signal is weak
|
||||
* **Solid red** = communication with the primary controller has failed
|
||||
|
||||
Press and release the Z-Wave button to exit testing mode.
|
||||
|
||||
**NOTE**: This function may only be activated once the Double Plug has been included to a Z-Wave network.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN25 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 1 | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 1 | meter_watts1 | meter_watts | Energy | Number |
|
||||
| Electric meter (volts) 1 | meter_voltage1 | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) 1 | meter_current1 | meter_current | Energy | Number |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 2 | meter_kwh2 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 2 | meter_watts2 | meter_watts | Energy | Number |
|
||||
| Electric meter (volts) 2 | meter_voltage2 | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) 2 | meter_current2 | meter_current | Energy | Number |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh``` channel is of type ```meter_kwh``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (kWh) 1
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh1``` 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) 1
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts1``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts) 1
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage1``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps) 1
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current1``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Electric meter (kWh) 2
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh2``` 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) 2
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts2``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts) 2
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage2``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps) 2
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current2``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 18 configuration parameters available in the ZEN25.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | On/Off After Power | On/Off Status After Power Failure |
|
||||
| 2 | Wattage Threshold | Power Wattage Report Value Threshold |
|
||||
| 3 | Wattage Frequency | Power Wattage Report Frequency |
|
||||
| 4 | Energy Frequency | Energy (kWh) Report Frequency |
|
||||
| 5 | Voltage Frequency | Voltage (V) Report Frequency |
|
||||
| 6 | Current Frequency | Electrical Current (A) Report Frequency |
|
||||
| 7 | Overload Protection | Overload Protection |
|
||||
| 8 | Enable Auto-Off (Left) | Enable Auto Turn-Off Timer for Left Outlet |
|
||||
| 9 | Turn-Off Time (Left) | Auto Turn-Off Time for Left Outlet |
|
||||
| 10 | Enable Auto-On (Left) | Enable Auto Turn-On Timer for Left Outlet |
|
||||
| 11 | Turn-On Time (Left) | Auto Turn-On Time for Left Outlet |
|
||||
| 12 | Enable Auto-Off (Right) | Enable Auto Turn-Off Timer for Right Outlet |
|
||||
| 13 | Turn-Off Time (Right) | Auto Turn-Off Time for Right Outlet |
|
||||
| 14 | Enable Auto-On (Right) | Enable Auto Turn-On Timer for Right Outlet |
|
||||
| 15 | Turn-On Time (Right) | Auto Turn-On Time for Right Outlet |
|
||||
| 16 | Manual Control | Enable/Disable Manual Control |
|
||||
| 17 | LED Mode | LED Indicator Mode |
|
||||
| 18 | Reports | Enable/Disable Energy and USB Reports |
|
||||
|
||||
### Parameter 1: On/Off After Power
|
||||
|
||||
On/Off Status After Power Failure
|
||||
Choose the recovery state for your Double Plug’s outlets if power outage occurs.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Previous State |
|
||||
| 1 | On |
|
||||
| 2 | Off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Previous State).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Wattage Threshold
|
||||
|
||||
Power Wattage Report Value Threshold
|
||||
Choose how you want your Double Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Double Plug will report any change in power usage over 5 Watts for each outlet (whether it’s at least 5 Watts more or 5 Watts less compared to previous report).
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Wattage Frequency
|
||||
|
||||
Power Wattage Report Frequency
|
||||
The number entered as value corresponds to the number of seconds. So if 30 is entered by default, the Double Plug will report power consumption (Wattage) every 30 seconds.
|
||||
Values in the range 30 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Energy Frequency
|
||||
|
||||
Energy (kWh) Report Frequency
|
||||
Choose how often you want your Double Plug to report power consumption (W) to your controller (hub). The number entered as value corresponds to the number of seconds. So if 300 is entered by default, the Double Plug will report energy usage every 300 seconds (5 minutes).
|
||||
Values in the range 30 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Voltage Frequency
|
||||
|
||||
Voltage (V) Report Frequency
|
||||
Choose how often you want your Double Plug to report voltage to your controller (hub). The number entered as value corresponds to the number of seconds. So if 300 is entered by default, the Double Plug will report voltage every 300 seconds (5 minutes).
|
||||
Values in the range 30 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Current Frequency
|
||||
|
||||
Electrical Current (A) Report Frequency
|
||||
Choose how often you want your Double Plug to report electrical current (A) to your controller (hub). The number entered as value corresponds to the number of seconds. So if 300 is entered by default, the Double Plug will report current every 300 seconds (5 minutes).
|
||||
Values in the range 30 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Overload Protection
|
||||
|
||||
Overload Protection
|
||||
Set the amp level for overload protection to kick in. The number entered as the value corresponds to the total number of amps the Double Plug needs to detect across both outlets to turn off automatically and send a notification to the hub and associated devices.
|
||||
Values in the range 1 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Enable Auto-Off (Left)
|
||||
|
||||
Enable Auto Turn-Off Timer for Left Outlet
|
||||
Use this parameter to enable or disable the auto turn-off timer for the left (CH1) outlet. If this feature is enabled, the device connected to CH1 outlet will automatically turn off after a fixed period of time from being turned on (set in parameter 9).
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Turn-Off Time (Left)
|
||||
|
||||
Auto Turn-Off Time for Left Outlet
|
||||
Use this parameter to set the time after which you want the device connected to the left (CH1) outlet to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Enable Auto-On (Left)
|
||||
|
||||
Enable Auto Turn-On Timer for Left Outlet
|
||||
Use this parameter to enable or disable the auto turn-on timer for the left (CH1) outlet. If this feature is enabled, the device connected to CH1 outlet will automatically turn on after a fixed period of time from being turned off (set in parameter 11).
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Turn-On Time (Left)
|
||||
|
||||
Auto Turn-On Time for Left Outlet
|
||||
Use this parameter to set the time after which you want the device connected to the left (CH1) outlet to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Enable Auto-Off (Right)
|
||||
|
||||
Enable Auto Turn-Off Timer for Right Outlet
|
||||
Use this parameter to enable or disable the auto turn-off timer for the right (CH2) outlet. If this feature is enabled, the device connected to CH2 outlet will automatically turn off after a fixed period of time from being turned on (set in parameter 13).
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Turn-Off Time (Right)
|
||||
|
||||
Auto Turn-Off Time for Right Outlet
|
||||
Use this parameter to set the time after which you want the device connected to the right (CH2) outlet to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Enable Auto-On (Right)
|
||||
|
||||
Enable Auto Turn-On Timer for Right Outlet
|
||||
Use this parameter to enable or disable the auto turn-on timer for the right (CH2) outlet. If this feature is enabled, the device connected to CH2 outlet will automatically turn on after a fixed period of time from being turned off (set in parameter 15).
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Turn-On Time (Right)
|
||||
|
||||
Auto Turn-On Time for Right Outlet
|
||||
Use this parameter to set the time after which you want the device connected to the right (CH2) outlet to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Manual Control
|
||||
|
||||
Enable/Disable Manual Control
|
||||
Choose if you want to use the Z-Wave button on the Double Plug to turn the outlets on or off manually or if you want to disable this function. If this parameter is set to 0 (disabled), you will only be able to turn any of the outlets on or off remotely using your Z-Wave gateway controller.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable).
|
||||
|
||||
This parameter has the configuration ID ```config_16_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: LED Mode
|
||||
|
||||
LED Indicator Mode
|
||||
Choose if you want the LED indicators next to each outlet to come on when power is on or off, or if you want to disable them.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Always On |
|
||||
| 1 | Follow Outlet |
|
||||
| 2 | Momentary |
|
||||
| 3 | Always Off |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Follow Outlet).
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: Reports
|
||||
|
||||
Enable/Disable Energy and USB Reports
|
||||
Choose if you want the plug to report power use or on/off activity in the USB port to the hub.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | energy and USB reports enabled |
|
||||
| 1 | energy and USB reports disabled |
|
||||
| 2 | energy reports for left outlet disabled |
|
||||
| 3 | energy reports for right outlet disabled |
|
||||
| 4 | USB reports disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (energy and USB reports enabled ).
|
||||
|
||||
This parameter has the configuration ID ```config_18_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZEN25 supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Basic set notifications
|
||||
|
||||
|
||||
Association group 2 supports 1 node.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Product manual](https://www.cd-jackson.com/zwave_device_uploads/1166/zooz-s2-double-plug-zen25-ver2-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1166).
|
|
@ -19,10 +19,10 @@ The ZEN27 supports routing. This allows the device to communicate using other ro
|
|||
## Overview
|
||||
|
||||
* Manual or Z-Wave on/off and brightness control
|
||||
* Simple Direct 3-Way: connect with existing on/off switches in 3-way,4-way, and 5-way set-ups, no add-on needed (neutral wire required)
|
||||
* Simple Direct 3-Way: connect with existing on/off switches in 3-way,4-way, and 5-way set-ups, no add-on needed (neutral wire required)
|
||||
* Fully adjustable ramp rate for just the right on/off speed
|
||||
* Double tap to full brightness feature
|
||||
* Remembers and restores on/off status a?er power failure
|
||||
* Remembers and restores on/off status after power failure
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
* Extended compatibility with LED bulbs, no more flickering!
|
||||
* S2 security protocol and the latest 500 Z-Wave chip
|
||||
|
@ -48,6 +48,7 @@ The following table summarises the channels available for the ZEN27 -:
|
|||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Custom Brightness Level | config_decimal | config_decimal | | Number |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
|
@ -71,6 +72,11 @@ This channel provides the scene, and the event as a decimal value in the form ``
|
|||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### Custom Brightness Level
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
@ -326,10 +332,10 @@ Adjust the ramp rate for your dimmer (fade-in / fade-out effect for on / off ope
|
|||
|
||||
it takes for the dimmer to reach full brightness or turn off when operated manually.
|
||||
|
||||
Values: 1 – 99 (seconds). Default set to 1.
|
||||
Values: 0 – 99 (seconds). Default set to 1.
|
||||
|
||||
Size: 1 byte dec.
|
||||
Values in the range 1 to 99 may be set.
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
|
|
|
@ -0,0 +1,572 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN30 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN30 Double Switch
|
||||
This describes the Z-Wave device *ZEN30*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen30_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 ZEN30 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is also able to participate in the routing of data between other devices in the mesh network.
|
||||
|
||||
## Overview
|
||||
|
||||
Features
|
||||
|
||||
* Manual or Z-Wave control of 2 separate loads (dimmer + relay)
|
||||
* Perfect replacement for a fan / light combo (neutral wire required)
|
||||
* Scene control for multi-tap scenarios on select hubs
|
||||
* Quick and easy pigtail wire installation (single pole only)
|
||||
* 4-color LED indicator and air-gap switch for added safety
|
||||
* Packed with advanced dimming features including ramp rate control, custom on brightness level, and double tap to full brightness
|
||||
* Remembers and restores on/off status after power failure
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
* S2 security protocol and 500 Z-Wave chip
|
||||
|
||||
Specifications
|
||||
|
||||
* Model Number: ZEN30
|
||||
* Z-Wave Signal Frequency: 908.42 MHz
|
||||
* Power: 120 VAC, 60 Hz
|
||||
* Dimmer Max Load: 75 W LED, 250 W incandescent; DON’T use with tube lights, DC powered fixtures, or chandeliers
|
||||
* Relay Max Load: 15 A (1/2 HP)
|
||||
* Operating Temperature: 32-104° F (0-40° C)
|
||||
* Installation and Use: Indoor only
|
||||
|
||||
Scene Control
|
||||
|
||||
You can trigger up to 18 scenes or control up to 18 independent Z-Wave devices in your network using the Double Switch. You can assign scenes to 1-tap, 2-tap, 3-tap, 4-tap, 5-tap, or press-and-hold for any of the paddles and the relay button. Your hub needs to support central scene implementation for this feature to be available.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Enable Inclusion for the Z-Wave binding
|
||||
2. Quickly tap the upper paddle on the dimmer 3 times
|
||||
3. The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Enable Exclusion for the Z-Wave binding
|
||||
2. Bring your Z-Wave gateway (hub) close to the switch, if possible
|
||||
3. Quickly tap the lower paddle on the dimmer 3 times
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Troubleshooting
|
||||
|
||||
1. If the switch won’t add to your system, initiate EXCLUSION and tap the lower paddle 3 times quickly
|
||||
2. Tap the upper paddle 4-5 times quickly when adding it
|
||||
3. Bring the gateway controller (hub) closer to the switch, it may be out of range
|
||||
|
||||
Factory Reset
|
||||
|
||||
If your primary controller is missing or inoperable, you may need to reset the device to factory settings. To complete the reset process manually, press and hold the lower paddle on the dimmer for at least 15 seconds until the LED indicators start flashing, then release. Then immediately press and hold the upper paddle on the dimmer for at least 15 seconds. The LED indicators will flash again to confirm successful reset.
|
||||
|
||||
NOTE: All previously recorded activity and custom settings will be erased from the device’s memory.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN30 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### 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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 22 configuration parameters available in the ZEN30.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | LED Indicator Mode for Dimmer | LED Indicator Mode for Dimmer |
|
||||
| 2 | LED Indicator Control for Relay | LED Indicator Control for Relay |
|
||||
| 3 | LED Indicator Color for Dimmer | Choose the color of the LED indicators for the dimmer |
|
||||
| 4 | LED Indicator Color for Relay | LED Indicator Color for Relay |
|
||||
| 5 | LED Indicator Brightness for Dimmer | LED Indicator Brightness for Dimmer |
|
||||
| 6 | LED Indicator Brightness for Relay | LED Indicator Brightness for Relay |
|
||||
| 7 | LED Indicator Mode for Scene Control | LED Indicator Mode for Scene Control |
|
||||
| 8 | Auto Turn-Off Timer for Dimmer | Auto Turn-Off Timer for Dimmer |
|
||||
| 9 | Auto Turn-On Timer for Dimmer | Auto Turn-On Timer for Dimmer |
|
||||
| 10 | Auto Turn-Off Timer for Relay | Auto Turn-Off Timer for Relay |
|
||||
| 11 | Auto Turn-On Timer for Relay | Auto Turn-On Timer for Relay |
|
||||
| 12 | On Off Status After Power Failure | On Off Status After Power Failure |
|
||||
| 13 | Ramp Rate Control for Dimmer | Ramp Rate Control for Dimmer |
|
||||
| 14 | Minimum Brightness | Minimum Brightness |
|
||||
| 15 | Maximum Brightness | Maximum Brightness |
|
||||
| 17 | Double Tap Function for Dimmer | Double Tap Function for Dimmer |
|
||||
| 18 | Disable Double Tap | Disable Double Tap |
|
||||
| 19 | Smart Bulb Setting | Enable/Disable Load Control for Dimmer |
|
||||
| 20 | Remote Control Setting | Enable/Disable Load Control for Relay |
|
||||
| 21 | Manual Dimming Speed | Manual Dimming Speed |
|
||||
| 22 | Z-Wave Ramp Rate for Dimmer | Z-Wave Ramp Rate for Dimmer |
|
||||
| 23 | Default Brightness Level ON for Dimmer | Default Brightness Level ON for Dimmer |
|
||||
|
||||
### Parameter 1: LED Indicator Mode for Dimmer
|
||||
|
||||
LED Indicator Mode for Dimmer
|
||||
Choose if you want the LED indicator to turn on when the switch (light) is on or off, or if you want it to remain on or off at all times. This setting is for the top status indicator only.
|
||||
|
||||
6 x TAP UPPER PADDLE to change the LED mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ON when switch is OFF and OFF when switch is ON |
|
||||
| 1 | ON when switch is ON and OFF when switch is OFF |
|
||||
| 2 | LED indicator is always OFF |
|
||||
| 3 | LED indicator is always ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (ON when switch is OFF and OFF when switch is ON).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: LED Indicator Control for Relay
|
||||
|
||||
LED Indicator Control for Relay
|
||||
Choose if you want the LED indicator to turn on when the relay is on or off, or if you want it to remain on or off at all times.
|
||||
|
||||
6 x TAP RELAY BUTTONto change the LED mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ON when relay is OFF and OFF when relay is ON |
|
||||
| 1 | ON when relay is ON and OFF when relay is OFF |
|
||||
| 2 | LED indicator is always OFF |
|
||||
| 3 | LED indicator is always ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (ON when relay is OFF and OFF when relay is ON).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: LED Indicator Color for Dimmer
|
||||
|
||||
Choose the color of the LED indicators for the dimmer
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Blue |
|
||||
| 2 | Green |
|
||||
| 3 | Red |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: LED Indicator Color for Relay
|
||||
|
||||
LED Indicator Color for Relay
|
||||
Choose the color of the LED indicator for the relay
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White (default) |
|
||||
| 1 | Blue |
|
||||
| 2 | Green |
|
||||
| 3 | Red |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: LED Indicator Brightness for Dimmer
|
||||
|
||||
LED Indicator Brightness for Dimmer
|
||||
Choose the LED indicators’ brightness level for the dimmer
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Bright (100%) |
|
||||
| 1 | Medium (60%) |
|
||||
| 2 | Low (30% - default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Low (30% - default)).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: LED Indicator Brightness for Relay
|
||||
|
||||
LED Indicator Brightness for Relay
|
||||
Choose the LED indicators’ brightness level for the relay
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Bright (100%) |
|
||||
| 1 | Medium (60%) |
|
||||
| 2 | Low (30% - default) |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Low (30% - default)).
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: LED Indicator Mode for Scene Control
|
||||
|
||||
LED Indicator Mode for Scene Control
|
||||
Choose if you want the LED indicators next to the dimmer to light up when a scene is selected. You’ll see 1 to 5 LEDs light up for 1 – 5 tap triggers and 6 LEDs light up for the press-and-hold trigger of any paddle / button used.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Enabled to indicate scene triggers |
|
||||
| 1 | Disabled to indicate scene triggers (default) |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Disabled to indicate scene triggers (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Auto Turn-Off Timer for Dimmer
|
||||
|
||||
Auto Turn-Off Timer for Dimmer
|
||||
Use this parameter to set the time after which you want the dimmer to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_8_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Auto Turn-On Timer for Dimmer
|
||||
|
||||
Auto Turn-On Timer for Dimmer
|
||||
Use this parameter to set the time after which you want the dimmer to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_9_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Auto Turn-Off Timer for Relay
|
||||
|
||||
Auto Turn-Off Timer for Relay
|
||||
Use this parameter to set the time after which you want the relay to automatically turn off once it has been turned on. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_10_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Auto Turn-On Timer for Relay
|
||||
|
||||
Auto Turn-On Timer for Relay
|
||||
Use this parameter to set the time after which you want the relay to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
The following option values may be configured, in addition to values in the range 0 to 65535 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Timer disabled (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Timer disabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_11_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: On Off Status After Power Failure
|
||||
|
||||
On Off Status After Power Failure
|
||||
Set the on/off status of the device after power failure.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Dimmer and relay forced to OFF |
|
||||
| 1 | Dimmer forced to OFF, relay forced to ON |
|
||||
| 2 | Dimmer forced to ON, relay forced to OFF |
|
||||
| 3 | Restores status for dimmer and relay (default) |
|
||||
| 4 | Restores status for dimmer, relay forced to ON |
|
||||
| 5 | Restores status for dimmer, relay forced to OFF |
|
||||
| 6 | Dimmer forced to ON, restores status for relay |
|
||||
| 7 | Dimmer forced to OFF, restores status for relay |
|
||||
| 8 | Dimmer and relay forced to ON |
|
||||
|
||||
The manufacturer defined default value is ```3``` (Restores status for dimmer and relay (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Ramp Rate Control for Dimmer
|
||||
|
||||
Ramp Rate Control for Dimmer
|
||||
Adjust the ramp rate for the dimmer (fade-in / fade-out effect for ON/OFF operation). Values correspond to the number of seconds it takes for the dimmer to reach full brightness or turn OFF when operated manually.
|
||||
The following option values may be configured, in addition to values in the range 0 to 99 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Instant ON/OFF |
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Minimum Brightness
|
||||
|
||||
Minimum Brightness
|
||||
Set the minimum brightness level (in %) for the dimmer. You won’t be able to dim the light below the set value.
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Maximum Brightness
|
||||
|
||||
Maximum Brightness
|
||||
Set the maximum brightness level (in %) for the dimmer. You won’t be able to add brightness to the light beyond the set value.
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Double Tap Function for Dimmer
|
||||
|
||||
Double Tap Function for Dimmer
|
||||
Choose if you want the dimmer to turn ON to full brightness or custom brightness level after you double-tap the upper paddle.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ON to full brightness with double tap (default) |
|
||||
| 1 | ON to brightness set in #15 with double tap |
|
||||
|
||||
The manufacturer defined default value is ```0``` (ON to full brightness with double tap (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: Disable Double Tap
|
||||
|
||||
Disable Double Tap
|
||||
Enable or disable the double-tap function and assign brightness level to single tap
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Full/max brightness level enabled (default) |
|
||||
| 1 | Disabled, single tap for last brightness |
|
||||
| 2 | Disabled, single tap to full brightness |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Full/max brightness level enabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_18_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 19: Smart Bulb Setting
|
||||
|
||||
Enable/Disable Load Control for Dimmer
|
||||
Enable or disable direct manual and Z-Wave control of the connected light. Works great for smart bulb control. If disabled, the dimmer will no longer control the connected bulb directly but will still send on/off and brightness reports to the hub so you can use them to create automations for your smart bulbs or other switches. Scenes and other functionality will still be available through paddles.
|
||||
|
||||
4 TAP’N’HOLD LOWER PADDLE to change the mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Manual control disabled |
|
||||
| 1 | Manual control enabled (default) |
|
||||
| 2 | Manual and Z-Wave control disabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Manual control enabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_19_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: Remote Control Setting
|
||||
|
||||
Enable/Disable Load Control for Relay
|
||||
Enable or disable direct manual and Z-Wave control of the connected load. Works great for smart bulbs or any type of remote / scene control. If disabled, the relay will no longer control the connected load directly but will still send on/off reports to the hub so you can use them to create automations for your smart bulbs or other devices. Scenes and other functionality will still be available through the button.
|
||||
|
||||
4 TAP’N’HOLD THE BUTTON to change the mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Manual control disabled |
|
||||
| 1 | Manual control enabled (default) |
|
||||
| 2 | Manual and Z-Wave control disabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Manual control enabled (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_20_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Manual Dimming Speed
|
||||
|
||||
Manual Dimming Speed
|
||||
Choose how many seconds it takes for the dimmer to go from 0% to 100% brightness when pressing and holding the paddle. Increase the value to decrease the dimming speed.
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```4```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Z-Wave Ramp Rate for Dimmer
|
||||
|
||||
Z-Wave Ramp Rate for Dimmer
|
||||
Choose if you would like to match the Z-Wave ON/OFF ramp rate with the manual ramp rate or set it separately in your hub.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Match #13 |
|
||||
| 1 | Set through Command Class |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Match #13).
|
||||
|
||||
This parameter has the configuration ID ```config_22_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: Default Brightness Level ON for Dimmer
|
||||
|
||||
Default Brightness Level ON for Dimmer
|
||||
Set custom brightness level (in %) for the dimmer to come on to at single tap
|
||||
The following option values may be configured, in addition to values in the range 0 to 99 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Last brightness level (default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Last brightness level (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_23_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZEN30 supports 3 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: BASIC_SET (dimmer)
|
||||
|
||||
The dimmer supports Group 2 with up to 5 devices and will send BASIC_SET report to other devices in Group 2 to communicate status changes.
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: BASIC_SET (relay)
|
||||
|
||||
The relay supports Group 3 with up to 5 devices BASIC_SET report to other devices in Group 3 if its status changes.
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/1182/zooz-s2-double-switch-zen30-ver1-manual-online.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1182).
|
|
@ -813,7 +813,17 @@ This parameter has the configuration ID ```config_154_4_7F000000``` and is of ty
|
|||
### Parameter 157: Preset Programs
|
||||
|
||||
Enable one of the preset animated color programs to set the mood with a click
|
||||
Enable one of the preset animated color programs to set the mood with a click.
|
||||
0 - Preset programs disabled
|
||||
|
||||
6 - Fireplace
|
||||
|
||||
7 - Storm
|
||||
|
||||
8 - Rainbow
|
||||
|
||||
9 - Polar lights
|
||||
|
||||
10 - Police (strobing red, white and blue)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -823,7 +833,7 @@ The following option values may be configured -:
|
|||
| 7 | Storm |
|
||||
| 8 | Rainbow |
|
||||
| 9 | Polar Lights |
|
||||
| 10 | Police (strobing red, white, and blue) |
|
||||
| 10 | Police (strobing red, white and blue) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Preset programs disabled).
|
||||
|
||||
|
|
|
@ -1,170 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Zooz Zen26 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Zooz Zen26 Zooz Zen26 S2 on/off switch
|
||||
This describes the Z-Wave device *Zooz Zen26*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zoozzen26badxml_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 Zooz Zen26 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
|
||||
|
||||
* Manual or Z-Wave on/off control with instant status updates
|
||||
* Simple Direct 3-Way: connect with existing on/off switches in 3-way,4-way, and 5-way set-ups, no add-on needed (neutral wire required)
|
||||
* Remembers and restores on/off status after power failure
|
||||
* LED indicator signals inclusion, exclusion, reset, and setting changes
|
||||
* Built-in Z-Wave Plus signal repeater to extend network range
|
||||
* Works with LED, CFL and incandescent bulbs
|
||||
* S2 security protocol and the latest 500 Z-Wave chip
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Initiate inclusion (pairing) in the app (or web interface).
|
||||
|
||||
2. Finalize inclusion at the switch. TAP 3 TIMES QUICKLY. The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Bring your Z-Wave gateway (hub) close to the switch if possible
|
||||
|
||||
2. Put the Z-Wave hub into exclusion mode
|
||||
|
||||
3. Tap the lower paddle on the switch 3 times quickly
|
||||
|
||||
4. Your hub will confirm exclusion and the device will disappear from your controller's device list
|
||||
|
||||
### General Usage Information
|
||||
|
||||
FACTORY RESET
|
||||
|
||||
tap-tap-tap’n’hold the upper paddle for at least 10 seconds. The LED indicator will flash to confirm successful reset.
|
||||
|
||||
NOTE: All previously recorded activity and custom settings will be erased from the device’s memory.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Zooz Zen26 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 4 configuration parameters available in the Zooz Zen26.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Paddle Control | Choose Paddle Functionality (Invert) |
|
||||
| 2 | LED Indicator Control | Change behavior of the LED indicator |
|
||||
| 3 | Auto Turn-Off Timer | enable the Auto Turn-Off Timer |
|
||||
| 5 | On Off Status After Power Failure | Set the on off status for the switch after power failure. |
|
||||
|
||||
### Parameter 1: Paddle Control
|
||||
|
||||
Choose Paddle Functionality (Invert)
|
||||
Choose if you want the upper paddle to turn the light on or turn the light off when tapped
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Top on, Bottom off |
|
||||
| 1 | Top off, Bottom on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Top on, Bottom off).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: LED Indicator Control
|
||||
|
||||
Change behavior of the LED indicator
|
||||
Choose if you want the LED indicator to turn on when the switch (light) is on or off, or if you want it to remain on or off at all times
|
||||
|
||||
OR
|
||||
|
||||
6 x TAP PADDLE to change the LED indicator mode
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED on when switch off |
|
||||
| 1 | LED on when switch on |
|
||||
| 2 | LED off |
|
||||
| 3 | LED on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED on when switch off).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Auto Turn-Off Timer
|
||||
|
||||
enable the Auto Turn-Off Timer
|
||||
Use this parameter to set the time which you want the switch to automatically turn off once it has been turned on. The number entered as value corresponds to the number of seconds.
|
||||
Values in the range 0 to 32768 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: On Off Status After Power Failure
|
||||
|
||||
Set the on off status for the switch after power failure.
|
||||
Set the on off status for the switch after power failure.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | On |
|
||||
| 2 | last state |
|
||||
|
||||
The manufacturer defined default value is ```2``` (last state).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The Zooz Zen26 supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
This device will send BINARY SWITCH REPORT to Group 1 and 2 when operated manually
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Control
|
||||
|
||||
This device will send BINARY SWITCH REPORT to Group 1 and 2 when operated manually
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [zen26 manual](https://www.cd-jackson.com/zwave_device_uploads/956/zooz-z-wave-plus-s2-on-off-switch-zen26-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/956).
|
|
@ -1,61 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: WeatherStation - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# WeatherStation Based on Z-Wave.me Z-Uno
|
||||
This describes the Z-Wave device *WeatherStation*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme__04_038```.
|
||||
This version of the device is limited to firmware versions above 4.38
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||
The WeatherStation 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
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The WeatherStation 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.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the WeatherStation -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Temperature [Deprecated]| 0 | 0 | | |
|
||||
|
||||
### Temperature [Deprecated]
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
|
||||
|
||||
## 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_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1002).
|
|
@ -1,100 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: FooBarTemp - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# FooBarTemp FooBarTemp
|
||||
This describes the Z-Wave device *FooBarTemp*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_foobartemp_00_000```.
|
||||
|
||||
The FooBarTemp 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.
|
||||
|
||||
## Overview
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/497) to improve the documentation.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the FooBarTemp -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
| Sensor (temperature) 1 | sensor_temperature1 | sensor_temperature | Temperature | Number:Temperature |
|
||||
|
||||
### Binary Sensor
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Sensor (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.
|
||||
|
||||
### 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%.
|
||||
### Sensor (temperature) 1
|
||||
Indicates the current temperature.
|
||||
|
||||
The ```sensor_temperature1``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SENSOR_BINARY_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| Linked to BASIC|
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/497).
|
|
@ -1,317 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: FooBarXX - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# FooBarXX FooBarXX
|
||||
This describes the Z-Wave device *FooBarXX*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_foobarxx_00_000```.
|
||||
|
||||
The FooBarXX 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
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The FooBarXX 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.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the FooBarXX -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Sensor (luminance) | sensor_luminance | sensor_luminance | | Number |
|
||||
| Alarm (burglar) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Alarm (general) | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
| Dimmer 4 | switch_dimmer4 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer 5 | switch_dimmer5 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer 6 | switch_dimmer6 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Binary Sensor 7 | sensor_binary7 | sensor_binary | | Switch |
|
||||
| Alarm (burglar) 7 | alarm_burglar7 | alarm_burglar | Door | Switch |
|
||||
| Alarm (general) 7 | alarm_general7 | alarm_general | Alarm | Switch |
|
||||
| Sensor (luminance) 8 | sensor_luminance8 | sensor_luminance | | Number |
|
||||
| Sensor (temperature) 9 | sensor_temperature9 | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Binary Sensor 10 | sensor_binary10 | sensor_binary | | Switch |
|
||||
| Alarm (general) 10 | alarm_general10 | alarm_general | Alarm | Switch |
|
||||
| Alarm (access) 10 | alarm_access10 | alarm_access | Door | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Binary Sensor
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Sensor (luminance)
|
||||
Indicates the current light reading.
|
||||
|
||||
The ```sensor_luminance``` channel is of type ```sensor_luminance``` and supports the ```Number``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (burglar)
|
||||
Indicates if the burglar alarm is triggered.
|
||||
|
||||
The ```alarm_burglar``` channel is of type ```alarm_burglar``` and supports the ```Switch``` item and is in the ```Door``` 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 (general)
|
||||
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 |
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Dimmer 4
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer4``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer 5
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer5``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer 6
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer6``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Binary Sensor 7
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary7``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Alarm (burglar) 7
|
||||
Indicates if the burglar alarm is triggered.
|
||||
|
||||
The ```alarm_burglar7``` channel is of type ```alarm_burglar``` and supports the ```Switch``` item and is in the ```Door``` 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 (general) 7
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general7``` 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 |
|
||||
|
||||
### Sensor (luminance) 8
|
||||
Indicates the current light reading.
|
||||
|
||||
The ```sensor_luminance8``` channel is of type ```sensor_luminance``` and supports the ```Number``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Sensor (temperature) 9
|
||||
Indicates the current temperature.
|
||||
|
||||
The ```sensor_temperature9``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
|
||||
|
||||
### Binary Sensor 10
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary10``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Alarm (general) 10
|
||||
Indicates if an alarm is triggered.
|
||||
|
||||
The ```alarm_general10``` 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 |
|
||||
|
||||
### Alarm (access) 10
|
||||
Indicates if the access control alarm is triggered.
|
||||
|
||||
The ```alarm_access10``` channel is of type ```alarm_access``` and supports the ```Switch``` item and is in the ```Door``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The 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_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V2| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 4
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| Linked to BASIC|
|
||||
#### Endpoint 5
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| Linked to BASIC|
|
||||
#### Endpoint 6
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| Linked to BASIC|
|
||||
#### Endpoint 7
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V2| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
#### Endpoint 8
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| Linked to BASIC|
|
||||
#### Endpoint 9
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| Linked to BASIC|
|
||||
#### Endpoint 10
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V2| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/496).
|
|
@ -1,100 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Z-Uno HC-SR04 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Z-Uno HC-SR04 Ultrasonic distance sensor based on HC-SR04
|
||||
This describes the Z-Wave device *Z-Uno HC-SR04*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_hcsr04_00_005```.
|
||||
This version of the device is limited to firmware version 0.5
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||

|
||||
|
||||
|
||||
The Z-Uno HC-SR04 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
|
||||
|
||||
The Z-Uno Module ZMExZUNOM is a Z-Wave module that implements the Z-Wave protocol and allows custom user code execution. It is an ideal solution for home control applications such as appliance control, heating control, access control, AV control, building automation, energy management, lighting, environmental and security sensor networks in the “Internet of Things”. Z-Uno Module have GPIO, ADC, PWM, UART, USB, SPI, I 2C and OneWire available out of the box from the user code. Z-Wave wireless communications and network management is served by the internal firmware of the Z-Uno Module. Works with gateways and directly with other Z-Wave devices. Z-Uno Module is firmware compatible with the Z-Uno prototyping board (ZMExZUNO) to help prototyping on breadboards.
|
||||
|
||||
Manufacturer's page:
|
||||
|
||||
https://z-uno.z-wave.me/
|
||||
|
||||
Project page:
|
||||
|
||||
https://z-uno.z-wave.me/examples/hc-sr04-ultrasonic-distance-sensor/
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Place the Z-Uno Sensor HC-SR04 within the direct range of your Z-Wave controller.
|
||||
2. Set the main controller in (Security/non-Security Mode) add mode (see the controller’s manual).
|
||||
3. Quickly three times press the BTN button
|
||||
4. Wait for the adding process to end.
|
||||
5. Successful adding will be confirmed by the Z-Wave controller’s message.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Place the Z-Uno Sensor HC-SR04 within the direct range of your Z-Wave controller.
|
||||
2. Set the main controller into remove mode (see the controller’s manual).
|
||||
3. Quickly three times press BTN button.
|
||||
4. Wait for the removing process to end.
|
||||
5. Successful removing will be confirmed by the Z-Wave controller’s message.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Z-Uno HC-SR04 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Sensor (distance) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
|
||||
### Sensor (distance)
|
||||
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.
|
||||
|
||||
|
||||
|
||||
## 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_SENSOR_MULTILEVEL_V7| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Z-Uno Module datasheet ](https://www.cd-jackson.com/zwave_device_uploads/1046/ZMExZUNOM.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1046).
|
|
@ -1,302 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZME_05457 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZME_05457 Wall Switch Set for Busch Jaeger
|
||||
This describes the Z-Wave device *ZME_05457*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_zme05457_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 ZME_05457 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
|
||||
|
||||
The Z-Wave.Me Switch Flush Mountable is a wireless actuator able to switch loads up to 2300 W. The device is delivered as complete set with flush mountable insert, paddle and mounting frame compatible to the design of the switching series DURO 2000 SI in color pearl white from Busch Jaeger. The paddle of the device is used to control the device itself but can also be configured to activate scenes in a central IP gateway or controller. The status of the switch is indicated on a dual color LED for test purposes and every status change is - if configured - reported to a central IP gateway or controller. The function of the local paddle can be configured as detached from the local operation. In this local control, different devices are controlled by Z-Wave while the local actuator is controlled by other devices using Z-Wave. This device is designed for a 3 wire system and needs a neutral wire in the wall box.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Triple click one of the buttons on the device will include the device
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
The device is excluded by triple click to one of the buttons.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The ZME_05457 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.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZME_05457 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 12 configuration parameters available in the ZME_05457.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Set LED indication mode | |
|
||||
| 2 | Automatically switch off first after (in seconds)
|
||||
| DEFAULT is 0 - Disabled, or 1 to 65535 in seconds |
|
||||
| 3 | Function of RF off command on first channel | Defines how to interpret RF Off command. Can be used in conjunction with Auto Off function: Ignore - to switch on the light by motion detectors and switch it off after some amount of time: in case of multiple motion detectors each would try to s |
|
||||
| 4 | Function of RF off command on first channel | Defines if the switch should change it state to on/off if it is dimmed by buttons |
|
||||
| 5 | Function of RF off command on first channel | Defines if the switch should restore switch state to the last state prior to device power off (power cycle). |
|
||||
| 10 | Click Timeout | Typical time used to differenciate click, hold, double and triple clicks. 1 to 100 in 10 milisecond units. |
|
||||
| 11 | Invert buttons | |
|
||||
| 12 | Connect load to buttons | If disabled, the local operations by buttons will not switch the load |
|
||||
| 13 | Action on button single press or hold | Defines which command should be sent on button single press or hold. Basic and Scene Activation commands are sent to Association group. Use Scene Controller Conf to set up Scene ID for Scene Activation. Switch All commands are sent broadcast. |
|
||||
| 14 | Action on button single press or hold | Defines which command should be sent on button double press or press-hold. Basic and Scene Activation commands are sent to Association group. Use Scene Controller Conf to set up Scene ID for Scene Activation. Switch All commands are sent broadca |
|
||||
| 15 | Send the following Switch All commands | |
|
||||
| 16 | What to do on button Down press (for both channels)
|
||||
| Defines how to interpret button Down press. Depends on 'Switch by buttons' parameter. If not Disabled this parameter will affect the action selected by the latter parameter. Can be used in conjunction with Auto Off function. |
|
||||
|
||||
### Parameter 1: Set LED indication mode
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Show switch state |
|
||||
| 2 | Night mode (inverted switch state) |
|
||||
| 3 | Operated By Indicator Command Class |
|
||||
|
||||
The manufacturer defined default value is ```3``` (Operated By Indicator Command Class).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Automatically switch off first after (in seconds)
|
||||
|
||||
|
||||
DEFAULT is 0 - Disabled, or 1 to 65535 in seconds
|
||||
|
||||
Values in the range 0 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Function of RF off command on first channel
|
||||
|
||||
Defines how to interpret RF Off command. Can be used in conjunction with Auto Off function: Ignore - to switch on the light by motion detectors and switch it off after some amount of time: in case of multiple motion detectors each would try to s
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Switch OFF |
|
||||
| 1 | Ignore |
|
||||
| 2 | Switch ON |
|
||||
| 3 | Switch on if load is off else switch off |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Switch OFF).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Function of RF off command on first channel
|
||||
|
||||
Defines if the switch should change it state to on/off if it is dimmed by buttons
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | No |
|
||||
| 1 | Yes(Default) |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Yes(Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Function of RF off command on first channel
|
||||
|
||||
Defines if the switch should restore switch state to the last state prior to device power off (power cycle).
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | No |
|
||||
| 1 | Yes(Default) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (No).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Click Timeout
|
||||
|
||||
Typical time used to differenciate click, hold, double and triple clicks. 1 to 100 in 10 milisecond units.
|
||||
|
||||
Values in the range 1 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Invert buttons
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | No (Default) |
|
||||
| 1 | Yes |
|
||||
|
||||
The manufacturer defined default value is ```0``` (No (Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Connect load to buttons
|
||||
|
||||
If disabled, the local operations by buttons will not switch the load
|
||||
If disabled, the local operations by buttons will not switch the load, but only send commands to On/Off association group. In this mode buttons are not linked with the switch anymore. They can be used separately: buttons to control remote device
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | No (Default) |
|
||||
| 1 | By single press and hold (Default) |
|
||||
| 2 | By double press and press-hold |
|
||||
|
||||
The manufacturer defined default value is ```1``` (By single press and hold (Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Action on button single press or hold
|
||||
|
||||
Defines which command should be sent on button single press or hold. Basic and Scene Activation commands are sent to Association group. Use Scene Controller Conf to set up Scene ID for Scene Activation. Switch All commands are sent broadcast.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | By single press and hold (Default) |
|
||||
| 2 | Switch All |
|
||||
| 3 | Send Scenes |
|
||||
| 4 | Switch On/Off and Dim (Default) |
|
||||
| 5 | Send Pre-configured Scenes |
|
||||
|
||||
The manufacturer defined default value is ```4``` (Switch On/Off and Dim (Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Action on button single press or hold
|
||||
|
||||
Defines which command should be sent on button double press or press-hold. Basic and Scene Activation commands are sent to Association group. Use Scene Controller Conf to set up Scene ID for Scene Activation. Switch All commands are sent broadca
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled(Default) |
|
||||
| 1 | By single press and hold (Default) |
|
||||
| 2 | Switch All |
|
||||
| 3 | Send Scenes |
|
||||
| 4 | Switch On/Off and Dim (Default) |
|
||||
| 5 | Send Pre-configured Scenes |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disabled(Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Send the following Switch All commands
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | Switch off only (Default) |
|
||||
| 2 | Switch On if load is Off, else switch Off |
|
||||
| 255 | Switch on |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Switch off only (Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: What to do on button Down press (for both channels)
|
||||
|
||||
|
||||
Defines how to interpret button Down press. Depends on 'Switch by buttons' parameter. If not Disabled this parameter will affect the action selected by the latter parameter. Can be used in conjunction with Auto Off function.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Switch off(Default) |
|
||||
| 1 | Switch On if load is Off, else switch Off |
|
||||
| 2 | Switch on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Switch off(Default)).
|
||||
|
||||
This parameter has the configuration ID ```config_16_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZME_05457 supports 3 association groups.
|
||||
|
||||
### Group 1: Single Click
|
||||
|
||||
Used to control devices using single click
|
||||
|
||||
Association group 1 supports 14 nodes.
|
||||
|
||||
### Group 2: Double Click
|
||||
|
||||
Used to control devices using double click
|
||||
|
||||
Association group 2 supports 14 nodes.
|
||||
|
||||
### Group 3: Switch Status
|
||||
|
||||
Used to report current load status ON/OFF
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://www.cd-jackson.com/zwave_device_uploads/150/manual-zme-05457--compressed.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/150).
|
|
@ -1,141 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZUNO1S1D1AI1DI - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZUNO1S1D1AI1DI ZUNO1S1D1AI1DI
|
||||
This describes the Z-Wave device *ZUNO1S1D1AI1DI*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_zuno_01_000```.
|
||||
This version of the device is limited to firmware versions above 1.0
|
||||
|
||||
The ZUNO1S1D1AI1DI 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
|
||||
|
||||
Zuno with following Configuration
|
||||
|
||||
1.) Binary Switch
|
||||
|
||||
2.) Dimmer
|
||||
|
||||
3.) Temperatur
|
||||
|
||||
4.) Door open/close Contact
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Push 3 times
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Push 3 times
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZUNO1S1D1AI1DI -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| | | | | |
|
||||
| Temperatur | temperature | temperature | | |
|
||||
| Dimmer | switch_dimmer1 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer2 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Temperatur | temperature3 | temperature | | |
|
||||
| | 4 | | | |
|
||||
|
||||
### 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.
|
||||
|
||||
###
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Temperatur
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer1``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer2``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Temperatur
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
###
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V1| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V1| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
#### Endpoint 4
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/494).
|
|
@ -1,172 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: z_uno - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# z_uno switch
|
||||
This describes the Z-Wave device *z_uno*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_zunoswitch_02_011```.
|
||||
This version of the device is limited to firmware version 2.11
|
||||
|
||||
The device is in the category of *Power Outlet*, defining Small devices to be plugged into a power socket in a wall which stick there.
|
||||
|
||||

|
||||
|
||||
|
||||
The z_uno 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
|
||||
|
||||
* relay switch
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Push 3 times
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Push 3 times
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the z_uno -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Sensor (distance) | sensor_distance | sensor_distance | | |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Switch 2 | switch_binary2 | switch_binary | Switch | Switch |
|
||||
| Switch 3 | switch_binary3 | switch_binary | Switch | Switch |
|
||||
| Switch 4 | switch_binary4 | switch_binary | Switch | Switch |
|
||||
| Switch 5 | switch_binary5 | switch_binary | Switch | Switch |
|
||||
| Switch 6 | switch_binary6 | switch_binary | Switch | Switch |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Sensor (distance)
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Switch 1
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary1``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 2
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary2``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 3
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary3``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 4
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary4``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 5
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary5``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Switch 6
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary6``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
|
||||
|
||||
## 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_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_V2| |
|
||||
| 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_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 4
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 5
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
#### Endpoint 6
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Z-Wave.Me Z-Uno Module](https://www.cd-jackson.com/zwave_device_uploads/916/ZMExZUNOM.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/916).
|
|
@ -1,404 +0,0 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Z-Uno Weather 2.1.5.1 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Z-Uno Weather 2.1.5.1 Weather Station with Temperature, Pressure, Light-Level and Humidity
|
||||
This describes the Z-Wave device *Z-Uno Weather 2.1.5.1*, manufactured by *Z-Wave.Me* with the thing type UID of ```zwaveme_zunoweather_02_015```.
|
||||
This version of the device is limited to firmware versions above 2.15
|
||||
|
||||
The device is in the category of *Sensor*, defining Device used to measure something.
|
||||
|
||||
The Z-Uno Weather 2.1.5.1 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
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press 3-Times Service button. Refer to https://z-uno.z-wave.me/getting-started/include-in-network.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Refer to https://z-uno.z-wave.me/getting-started/include-in-network.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The Z-Uno Weather 2.1.5.1 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.
|
||||
|
||||
|
||||
Press Service Button once.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Z-Uno Weather 2.1.5.1 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Temperature | temperature | temperature | | |
|
||||
| Humidity | humidity | humidity | | |
|
||||
| Luminance | luminance | luminance | | |
|
||||
| Barometric pressure | barpressure | barpressure | | |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Temperature
|
||||
Temperature in Degrees Celsius.
|
||||
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Humidity
|
||||
Humidity in percent.
|
||||
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Luminance
|
||||
Luminance in lux.
|
||||
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Barometric pressure
|
||||
Pressure in kilopascal.
|
||||
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### 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 18 configuration parameters available in the Z-Uno Weather 2.1.5.1.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Debug Mode | Debug mode for on-the-fly changes |
|
||||
| 2 | Service LED | Blink with service LED during operation |
|
||||
| 3 | Security S0 | Enable or disable Security S0 during inclusion (requires re-inclusion) |
|
||||
| 11 | Min. Waittime for Multilevel-Sensor Reports | Minimal time between Sensor Multilevel reports. |
|
||||
| 12 | Legacy Sensor Binary | Change channel type from Notification to legacy Sensor Binary for compatibility. |
|
||||
| 20 | OTA Confirmation | Confirmation of OTA operations |
|
||||
| 64 | Luminance Resolution | Mode for luminance measurements. |
|
||||
| 65 | Luminance Compensation | Compensation value for luminance. |
|
||||
| 66 | Temperature Compensation | Compensation value for Temperature |
|
||||
| 67 | Pressure Compensation | Compensation for barometric pressure. |
|
||||
| 68 | Humidity Compensation | Compensation value for humidity. |
|
||||
| 69 | Temperature Oversampling | Oversampling factor for temperature measurement. |
|
||||
| 70 | Pressure Oversampling | Oversampling factor for pressure measurement |
|
||||
| 71 | Humidity Oversampling | Oversampling factor for humidity measurement |
|
||||
| 72 | Luminance Report Delta | Minimum delta to report luminance changes. |
|
||||
| 73 | Temperature Report Delta | Minimum delta to report temperature changes. |
|
||||
| 74 | Pressure Report Delta | Minimum delta to report pressure changes. |
|
||||
| 75 | Humidity Report Delta | Minimum delta to report humidity changes. |
|
||||
| | Wakeup Interval | Sets the interval at which the device will accept commands from the controller |
|
||||
| | Wakeup Node | Sets the node ID of the device to receive the wakeup notifications |
|
||||
|
||||
### Parameter 1: Debug Mode
|
||||
|
||||
Debug mode for on-the-fly changes
|
||||
Debug mode to apply channels, associations and power mode changes on the fly without exclusion-inclusion sequence. **Use for debugging only!**
|
||||
|
||||
Refer to https://z-uno.z-wave.me/z-wave/configuration-parameters/This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1_00000001``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Service LED
|
||||
|
||||
Blink with service LED during operation
|
||||
This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1_00000001``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Security S0
|
||||
|
||||
Enable or disable Security S0 during inclusion (requires re-inclusion)
|
||||
This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1_00000001``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Min. Waittime for Multilevel-Sensor Reports
|
||||
|
||||
Minimal time between Sensor Multilevel reports.
|
||||
Minimal time (in seconds) between Sensor Multilevel reports. See zunoSendReport(). Values less than 30 should not be used to conform to Z-Wave Plus, use them for debug only! 0 means send immediately. This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1_000000FF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Legacy Sensor Binary
|
||||
|
||||
Change channel type from Notification to legacy Sensor Binary for compatibility.
|
||||
Change channel type from Notification to legacy Sensor Binary to help Fibaro Home Center, Vera and some other controllers having problems with the latest Z-Wave Plus to understand the channel typeThis is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1_00000001``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: OTA Confirmation
|
||||
|
||||
Confirmation of OTA operations
|
||||
Confirmation of OTA operations (for bootloader and sketch upgrades). Refer to https://z-uno.z-wave.me/z-wave/ota/This is an advanced parameter and will therefore not show in the user interface without entering advanced mode.
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_20_4_7FFFFFFF_wo``` and is of type ```INTEGER```.
|
||||
This is a write only parameter.
|
||||
|
||||
|
||||
### Parameter 64: Luminance Resolution
|
||||
|
||||
Mode for luminance measurements.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Low (4 lux) |
|
||||
| 1 | High (1lx) |
|
||||
| 2 | Very High (0.5lx) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Low (4 lux)).
|
||||
|
||||
This parameter has the configuration ID ```config_64_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 65: Luminance Compensation
|
||||
|
||||
Compensation value for luminance.
|
||||
Compensation value for luminance. Keep in mind that luminance ranges from 0 to 65535. The compensation value will be added and an overflow can be the result.
|
||||
Values in the range 0 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_65_2_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 66: Temperature Compensation
|
||||
|
||||
Compensation value for Temperature
|
||||
Compensation value for temperature in 1/100 °C (i.e. 10=0.1°C, 100=1°C, 1000=10°C).
|
||||
Values in the range 0 to 10000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_66_2_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 67: Pressure Compensation
|
||||
|
||||
Compensation for barometric pressure.
|
||||
Compensation value for pressure in 1/100 kPa (i.e. 10=0.1kPa, 100=1kPa, 1000=10kPa).
|
||||
Values in the range 0 to 10000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_67_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 68: Humidity Compensation
|
||||
|
||||
Compensation value for humidity.
|
||||
Compensation value for humidity in percent.
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_68_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 69: Temperature Oversampling
|
||||
|
||||
Oversampling factor for temperature measurement.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Skipped |
|
||||
| 1 | 1x |
|
||||
| 2 | 2x |
|
||||
| 3 | 4x |
|
||||
| 4 | 8x |
|
||||
| 5 | 16x |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Skipped).
|
||||
|
||||
This parameter has the configuration ID ```config_69_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 70: Pressure Oversampling
|
||||
|
||||
Oversampling factor for pressure measurement
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Skipped |
|
||||
| 1 | 1x |
|
||||
| 2 | 2x |
|
||||
| 3 | 4x |
|
||||
| 4 | 8x |
|
||||
| 5 | 16x |
|
||||
|
||||
The manufacturer defined default value is ```1``` (1x).
|
||||
|
||||
This parameter has the configuration ID ```config_70_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 71: Humidity Oversampling
|
||||
|
||||
Oversampling factor for humidity measurement
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Skipped |
|
||||
| 1 | 1x |
|
||||
| 2 | 2x |
|
||||
| 3 | 4x |
|
||||
| 4 | 8x |
|
||||
| 5 | 16x |
|
||||
|
||||
The manufacturer defined default value is ```1``` (1x).
|
||||
|
||||
This parameter has the configuration ID ```config_71_1_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 72: Luminance Report Delta
|
||||
|
||||
Minimum delta to report luminance changes.
|
||||
|
||||
Values in the range 0 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_72_2_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 73: Temperature Report Delta
|
||||
|
||||
Minimum delta to report temperature changes.
|
||||
|
||||
Values in the range 0 to 10000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_73_2_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 74: Pressure Report Delta
|
||||
|
||||
Minimum delta to report pressure changes.
|
||||
|
||||
Values in the range 0 to 10000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_74_2_0000FFFF``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 75: Humidity Report Delta
|
||||
|
||||
Minimum delta to report humidity changes.
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_75_1_000000FF``` 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 device does not support associations.
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_SENSOR_MULTILEVEL_V7| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| 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_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1115).
|
After Width: | Height: | Size: 328 KiB |
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
id: classic
|
||||
label: Classic UI
|
||||
title: Classic UI - UIs
|
||||
type: ui
|
||||
description: "The Classic UI is the original web user interface of openHAB 1 and thus is the most stable and widely used UI as of today."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
## Classic UI
|
||||
|
||||
The Classic UI is the original web user interface of openHAB 1 and thus is the most stable and widely used UI as of today.
|
||||
Nonetheless, the look and feel does not match modern standards anymore, the [Basic UI](../basic/readme.html) is meant to be its successor.
|
||||
|
||||
The Classic UI is based on the [WebApp.Net](http://webapp-net.com/) framework and can be used by any (webkit-based) web browser.
|
||||
|
||||
WebApp.Net consists mainly of Javascript and CSS files and thus has low expectations about the hardware capabilities of the client. In fact, it even works rather smoothly on an iPod 1st gen from 2008.
|
||||
|
||||
### Configuration
|
||||
|
||||
The Classic UI has a few configuration options, which can also be set through the [Paper UI](../paper/readme.html):
|
||||
|
||||
```
|
||||
# Defining the default sitemap to use
|
||||
org.eclipse.smarthome.classicui:defaultSitemap=demo
|
||||
|
||||
# The icon type to use, either png or svg
|
||||
org.eclipse.smarthome.classicui:iconType=png
|
||||
|
||||
# Disable in-memory caching of html fragments
|
||||
# If this is true, on every request the html files are loaded from disk (default is false)
|
||||
org.eclipse.smarthome.classicui:disableHtmlCache=false
|
||||
```
|
||||
|
||||
### Accessing Sitemaps
|
||||
|
||||
The Classic UI has a default layout showing all things and their corresponding items. You may create your own sitemaps and access them through the basic UI in 2 ways.
|
||||
|
||||
1. Set the default sitemap via the Paper UI via Configuration -> Services -> Classic UI -> Configure, and set the Default Sitemap name.
|
||||
|
||||
2. Passing the "sitemap" parameter to the URL used to access the server.
|
||||
|
||||
Example: http://hostname:8080/classicui/app?sitemap=sitemapname
|
||||
|
||||
### Screenshots:
|
||||
|
||||

|
||||
|
|
@ -5,7 +5,7 @@ title: Dashboard - UIs
|
|||
type: ui
|
||||
description: "The openHAB dashboard is a landing page for the user where all openHAB UIs can be found."
|
||||
since: 2x
|
||||
install: auto
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
|
After Width: | Height: | Size: 230 KiB |
After Width: | Height: | Size: 246 KiB |
After Width: | Height: | Size: 203 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 248 KiB |
After Width: | Height: | Size: 88 KiB |
After Width: | Height: | Size: 273 KiB |
After Width: | Height: | Size: 288 KiB |
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
id: habmin
|
||||
label: HABmin
|
||||
title: HABmin - UIs
|
||||
type: ui
|
||||
description: "HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions (e.g., sitemaps for users, and configuration utilities to aid setup)."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# HABmin
|
||||
|
||||
HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions (e.g., sitemaps for users, and configuration utilities to aid setup).
|
||||
|
||||
## Features
|
||||
|
||||
* **Responsive**. Should work well on all devices. Of course some functions may be removed or be difficult to use on small devices (e.g., the graphical rule editor).
|
||||
* **Theme-able**. Multiple themes are available - take your pick (currently 3 themes). If you want a different look, we're using [bootswatch](http://www.bootswatch.com) themes - vote for your favourite by [raising an issue](https://github.com/openhab/org.openhab.ui.habmin/issues/new).
|
||||
* **Charting**. Modern, fast charting of historical data.
|
||||
* **Graphical rule editor**. No need to learn rule syntax.
|
||||
* **International support**. Currently translated in English, Deutsch, Français. Add support for your language...
|
||||
* Available as native app for **Android**.
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||
The following images show a selection of screenshots. Note that the theme is user selectable, although most images are shown with a dark (*slate*) theme (except the mobile sitemap image).
|
||||
|
||||
Graphing a saved chart...
|
||||
|
||||

|
||||
|
||||
|
||||
Editing a saved chart...
|
||||
|
||||

|
||||
|
||||
|
||||
Editing rules (graphical editor)...
|
||||
|
||||

|
||||
|
||||
|
||||
Editing rules (text editor)...
|
||||
|
||||

|
||||
|
||||
|
||||
Dashboard view (Paper theme, French localisation)...
|
||||
|
||||

|
||||
|
||||
|
||||
ZWave device configuration...
|
||||
|
||||

|
||||
|
||||
|
||||
ZWave network routing diagram...
|
||||
|
||||

|
||||
|
||||
|
||||
Sitemaps (mobile view using *yeti* theme)...
|
||||
|
||||

|
|
@ -3,7 +3,7 @@ id: habot
|
|||
label: HABot
|
||||
title: HABot - UIs
|
||||
type: ui
|
||||
description: "HABot is a chatbot for [openHAB](https://openhab.org), running inside the [Eclipse SmartHome](https://openhab.org/) runtime with no dependency; it can run offline and keep your data out of third-party clouds, but works very well remotely if served from an openHAB Cloud instance (like [myopenhab.org](https://www.myopenhab.org))."
|
||||
description: "HABot is a chatbot for [openHAB](https://openhab.org), running inside the [Eclipse SmartHome](https://eclipse.org/smarthome/) runtime with no dependency; it can run offline and keep your data out of third-party clouds, but works very well remotely if served from an openHAB Cloud instance (like [myopenhab.org](https://www.myopenhab.org))."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ install: auto
|
|||
|
||||
# HABot
|
||||
|
||||
HABot is a chatbot for [openHAB](https://openhab.org), running inside the [Eclipse SmartHome](https://openhab.org/) runtime with no dependency; it can run offline and keep your data out of third-party clouds, but works very well remotely if served from an openHAB Cloud instance (like [myopenhab.org](https://www.myopenhab.org)).
|
||||
HABot is a chatbot for [openHAB](https://openhab.org), running inside the [Eclipse SmartHome](https://eclipse.org/smarthome/) runtime with no dependency; it can run offline and keep your data out of third-party clouds, but works very well remotely if served from an openHAB Cloud instance (like [myopenhab.org](https://www.myopenhab.org)).
|
||||
In that scenario it can even be added to the Android homescreen as a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/), and adds features working only on "secure origins" like push notifications, speech recognition and resource caching.
|
||||
|
||||
It consists in:
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
id: paper
|
||||
label: Paper UI
|
||||
title: Paper UI - UIs
|
||||
type: ui
|
||||
description: "The Paper UI is an HTML5 web application. The Paper UI implements Google's Material Design and is responsive, so that it smoothly renders on different screen sizes. All modern browsers (Safari, Chrome, Firefox) besides the Internet Explorer are supported in their newest version. The Internet Explorer is mainly lacking support for SSE."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Paper UI
|
||||
|
||||
The Paper UI is an HTML5 web application. The Paper UI implements Google's Material Design and is responsive, so that it smoothly renders on different screen sizes. All modern browsers (Safari, Chrome, Firefox) besides the Internet Explorer are supported in their newest version. The Internet Explorer is mainly lacking support for SSE.
|
||||
|
||||
Note that the Paper UI currently only supports limited use cases. It is mainly meant for setup and administration purposes, not for operation, for which you should rather refer to the [Basic UI](../basic/readme.html).
|
||||
|
||||
Even for setup and administration purposes, there are many features not yet available, which can be done through textual configuration, i.e. complex item definitions with grouping, sitemap definitions, textual rules and scripts, configuration of persistence, etc.
|
||||
Therefore power users are advised to prefer textual configuration over the pure use of the Paper UI.
|
||||
|
||||
## Features
|
||||
|
||||
The following features are implemented:
|
||||
|
||||
* Inbox & discovery of Things
|
||||
* Manual setup of Things
|
||||
* Binding information
|
||||
* Configuration of Things
|
||||
* Configuration of services
|
||||
* Event support for item state updates, Thing status updates and new inbox entries
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### Why is it named Paper UI?
|
||||
|
||||
Google's Material Design approach uses so called "cards", which looks like paper. As the Paper UI also uses this card, it was decided to call it Paper UI.
|
||||
|
||||
### Why does it not support sitemaps?
|
||||
|
||||
Sitemaps require the Xtext DSL. The Paper UI aims to provide a full UI-only experience without any need for modifying configuration files. Thus the Paper UI can not make use of Sitemaps now, until it is refactored to have DSL support optional as it was done for items and things.
|