Updated external content (Jenkins build 145)
parent
b8175f957f
commit
462c7a7799
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
id: groovyscripting
|
||||
label: Groovy Scripting
|
||||
title: Groovy Scripting - Automation
|
||||
type: automation
|
||||
description: "This add-on provides support for [Groovy](https://groovy-lang.org/) 3.x scripts in openHAB."
|
||||
since: 3x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Groovy Scripting
|
||||
|
||||
This add-on provides support for [Groovy](https://groovy-lang.org/) 3.x scripts in openHAB.
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
id: jythonscripting
|
||||
label: Jython Scripting
|
||||
title: Jython Scripting - Automation
|
||||
type: automation
|
||||
description: "This addon provides a [Jython](https://www.jython.org/) 2.7.2 for use with scripted automation and eliminates the need to download Jython and create `EXTRA_JAVA_OPTS` entries for `bootclasspath`, `python.home` and `python.path`."
|
||||
since: 3x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Jython Scripting
|
||||
|
||||
This addon provides a [Jython](https://www.jython.org/) 2.7.2 for use with scripted automation and eliminates the need to download Jython and create `EXTRA_JAVA_OPTS` entries for `bootclasspath`, `python.home` and `python.path`.
|
||||
The `python.home` System property will be set to the path of the add-on.
|
||||
The `python.path` System property will be set to `$OPENHAB_CONF/automation/lib/python`, but any existing `python.path` will be appended to it.
|
|
@ -24,8 +24,7 @@ The Binding supports PM2-LAN, PMS-LAN, PMS2-LAN or PMS-WLAN power extenders as w
|
|||
|
||||
## Discovery
|
||||
|
||||
Gembird energenie devices don't support autodiscovery.
|
||||
All Things need to be created manually either in PaperUI or within Things files.
|
||||
Gembird energenie devices don't support autodiscovery, all Things need to be created manually.
|
||||
|
||||
## Binding Configuration
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ It can be extended with different channels.
|
|||
| `baseURL` | no | - | The base URL for this thing. Can be extended in channel-configuration. |
|
||||
| `refresh` | no | 30 | Time in seconds between two refresh calls for the channels of this thing. |
|
||||
| `timeout` | no | 3000 | Timeout for HTTP requests in ms. |
|
||||
| `bufferSize` | no | 2048 | The buffer size for the response data (in kB). |
|
||||
| `username` | yes | - | Username for authentication (advanced parameter). |
|
||||
| `password` | yes | - | Password for authentication (advanced parameter). |
|
||||
| `authMode` | no | BASIC | Authentication mode, `BASIC` or `DIGEST` (advanced parameter). |
|
||||
|
|
|
@ -1009,9 +1009,9 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
|------------------|---------|-------------------------------------|------------|
|
||||
| vacuumaction | String | Vacuum Action | |
|
||||
| BatteryLevel | Number | Battery-Battery Level | |
|
||||
| ChargingState | Number | Battery-Charging State | Value mapping [1="Charging",2="Not Charging",4="Charging",5="Go Charging"] |
|
||||
| Fault | Number | Robot Cleaner-Device Fault | Value mapping [0="No faults"] |
|
||||
| Status | Number | Robot Cleaner-Status | Value mapping [1="Sweeping",2="Idle",3="Paused",4="Error",5="Go Charging",6="Charging"] |
|
||||
| ChargingState | Number | Battery-Charging State | Value mapping ["1"="Charging","2"="Not Charging","4"="Charging","5"="Go Charging"] |
|
||||
| Fault | Number | Robot Cleaner-Device Fault | Value mapping ["0"="No faults"] |
|
||||
| Status | Number | Robot Cleaner-Status | Value mapping ["1"="Sweeping","2"="Idle","3"="Paused","4"="Error","5"="Go Charging","6"="Charging"] |
|
||||
| BrushLeftTime | Number:Time | Main Cleaning Brush-Brush Left Time | |
|
||||
| BrushLifeLevel | Number | Main Cleaning Brush-Brush Life Level | |
|
||||
| FilterLifeLevel | Number | Filter - Filter Life Level | |
|
||||
|
@ -1021,13 +1021,13 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| WorkMode | Number | clean-workmode | |
|
||||
| Area | String | clean-area | |
|
||||
| Timer | String | clean-timer | |
|
||||
| Mode | Number | clean-mode | Value mapping [0="quiet",1="standard",2="medium",3="strong"] |
|
||||
| Mode | Number | clean-mode | Value mapping ["0"="quiet","1"="standard","2"="medium","3"="strong"] |
|
||||
| TotalCleanTime | Number:Time | Clean - Total Clean Time | |
|
||||
| TotalCleanTimes | Number | Clean - Total Clean Times | |
|
||||
| TotalCleanArea | Number:Area | Clean - Total Clean Area | |
|
||||
| CleanLogStartTime | Number | Clean - Clean Log Start Time | |
|
||||
| ButtonLed | Number | Clean - Button Led | |
|
||||
| TaskDone | Number | Clean - Task Done | Value mapping [0="",1=""] |
|
||||
| TaskDone | Number | Clean - Task Done | Value mapping ["0"="in progress","1"="done"] |
|
||||
| LifeSieve | String | Consumable - Life Sieve | |
|
||||
| LifeBrushSide | String | Consumable - Life Brush Side | |
|
||||
| LifeBrushMain | String | Consumable - Life Brush Main | |
|
||||
|
@ -1043,10 +1043,10 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
|
||||
| Channel | Type | Description | Comment |
|
||||
|------------------|---------|-------------------------------------|------------|
|
||||
| status | Number | Robot Cleaner - Status | Value mapping [1="Sweeping",2="Idle",3="Paused",4="Error",5="Go Charging",6="Charging"] |
|
||||
| fault | Number | Robot Cleaner - Device Fault | Value mapping [0="No Faults"] |
|
||||
| status | Number | Robot Cleaner - Status | Value mapping ["1"="Sweeping","2"="Idle","3"="Paused","4"="Error","5"="Go Charging","6"="Charging"] |
|
||||
| fault | Number | Robot Cleaner - Device Fault | Value mapping ["0"="No Faults"] |
|
||||
| battery-level | Number | Battery - Battery Level | |
|
||||
| charging-state | Number | Battery - Charging State | Value mapping [1="Charging",2="Not Charging",5="Go Charging"] |
|
||||
| charging-state | Number | Battery - Charging State | Value mapping ["1"="Charging","2"="Not Charging","5"="Go Charging"] |
|
||||
| brush-left-time | Number:Time | Main Cleaning Brush - Brush Left Time | |
|
||||
| brush-life-level | Number:Dimensionless | Main Cleaning Brush - Brush Life Level | |
|
||||
| brush-left-time1 | Number:Time | Side Cleaning Brush - Brush Left Time | |
|
||||
|
@ -1056,12 +1056,12 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| work-mode | Number | Vacuum Extend - Work Mode | |
|
||||
| cleaning-time | Number:Time | Vacuum Extend - Cleaning Time | |
|
||||
| cleaning-area | Number:Area | Vacuum Extend - Cleaning Area | |
|
||||
| cleaning-mode | Number | Vacuum Extend - Cleaning Mode | Value mapping [0="",1="",2="",3=""] |
|
||||
| mop-mode | Number | Vacuum Extend - Mop Mode | Value mapping [1="low",2="medium",3="high"] |
|
||||
| waterbox-status | Number | Vacuum Extend - Waterbox Status | Value mapping [0="",1=""] |
|
||||
| task-status | Number | Vacuum Extend - Task Status | Value mapping [0="",1=""] |
|
||||
| break-point-restart | Number | Vacuum Extend - Break Point Restart | Value mapping [0="Off",1="On"] |
|
||||
| carpet-press | Number | Vacuum Extend - Carpet Press | Value mapping [0="Off",1="On"] |
|
||||
| cleaning-mode | Number | Vacuum Extend - Cleaning Mode | Value mapping ["0"="mode 0","1"="mode 1","2"="mode 2","3"="mode 3"] |
|
||||
| mop-mode | Number | Vacuum Extend - Mop Mode | Value mapping ["1"="low water","2"="medium water","3"="high water"] |
|
||||
| waterbox-status | Number | Vacuum Extend - Waterbox Status | Value mapping ["0"="Status 0","1"="Status 1"] |
|
||||
| task-status | Number | Vacuum Extend - Task Status | Value mapping ["0"="Status 0","1"="Status 1"] |
|
||||
| break-point-restart | Number | Vacuum Extend - Break Point Restart | Value mapping ["0"="Off","1"="On"] |
|
||||
| carpet-press | Number | Vacuum Extend - Carpet Press | Value mapping ["0"="Off","1"="On"] |
|
||||
| enable | Switch | Do Not Disturb - Enable | |
|
||||
| start-time | String | Do Not Disturb - Start Time | |
|
||||
| end-time | String | Do Not Disturb - End Time | |
|
||||
|
@ -1074,7 +1074,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| total-clean-time | Number:Time | Clean Logs - Total Clean Time | |
|
||||
| total-clean-times | Number | Clean Logs - Total Clean Times | |
|
||||
| total-clean-area | Number | Clean Logs - Total Clean Area | |
|
||||
| save-map-status | Number | Vslam Extend - Save Map Status | Value mapping [0="Off",1="On",-1="Not Enabled"] |
|
||||
| save-map-status | Number | Vslam Extend - Save Map Status | Value mapping ["0"="Off","1"="On","-1"="Not Enabled"] |
|
||||
|
||||
### Mi Air Purifier 2S (<a name="zhimi-airpurifier-mb1">zhimi.airpurifier.mb1</a>) Channels
|
||||
|
||||
|
@ -1429,7 +1429,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| on1 | Switch | Fan - Power | |
|
||||
| fan-level | Number:Dimensionless | Fan - Fan Level | |
|
||||
| motor-reverse | Switch | Fan - Motor Reverse | |
|
||||
| mode | Number | Fan - Mode | Value mapping [1="Normal Wind",2="Natural Wind"] |
|
||||
| mode | Number | Fan - Mode | Value mapping ["1"="Normal Wind","2"="Natural Wind"] |
|
||||
|
||||
### HUIZUO Fan Light(2020) (<a name="huayi-light-fanwy2">huayi.light.fanwy2</a>) Channels
|
||||
|
||||
|
@ -1440,13 +1440,13 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| color-temperature | Number:Temperature | Light - Color Temperature | |
|
||||
| on1 | Switch | Fan - Power | |
|
||||
| fan-level | Number:Dimensionless | Fan - Fan Level | |
|
||||
| mode | Number | Fan - Mode | Value mapping [0="Basic",1="Natural Wind"] |
|
||||
| mode | Number | Fan - Mode | Value mapping ["0"="Basic","1"="Natural Wind"] |
|
||||
| time-off | Number:Time | Presets - Time Off | |
|
||||
| pre-colortemp | Number:Temperature | Presets - Pre Colortemp | |
|
||||
| pre-brightness | Number:Dimensionless | Presets - Pre Brightness | |
|
||||
| pre-speed | Number:Dimensionless | Presets - Pre Speed | |
|
||||
| reversal | Number | Presets - Reversal | Value mapping [0="Positive",1="Reverse"] |
|
||||
| pre-custom | Number | Presets - Pre Custom | Value mapping [0="Switch Off",1="Open"] |
|
||||
| reversal | Number | Presets - Reversal | Value mapping ["0"="Postitive","1"="Reverse"] |
|
||||
| pre-custom | Number | Presets - Pre Custom | Value mapping ["0"="Switch Off","1"="Open"] |
|
||||
| flabellum | Switch | Presets - Flabellum | |
|
||||
|
||||
### HUIZUO PEGASUS For Living Room (<a name="huayi-light-peg091">huayi.light.peg091</a>) Channels
|
||||
|
@ -1569,7 +1569,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| brightness | Dimmer | Light - Brightness | |
|
||||
| color-temperature | Number:Temperature | Light - Color Temperature | |
|
||||
| on1 | Switch | Heater - Power | |
|
||||
| fault | Number | Heater - Device Fault | Value mapping [0="No Faults"] |
|
||||
| fault | Number | Heater - Device Fault | Value mapping ["0"="No Faults"] |
|
||||
| heat-level | Number | Heater - Heat Level | |
|
||||
| screenshow | Switch | Other - Screenshow | |
|
||||
|
||||
|
@ -1585,14 +1585,14 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
|
||||
| Channel | Type | Description | Comment |
|
||||
|------------------|---------|-------------------------------------|------------|
|
||||
| fault | Number | Curtain - Device Fault | Value mapping [0="No faults"] |
|
||||
| fault | Number | Curtain - Device Fault | Value mapping ["0"="No faults"] |
|
||||
| current-position | Number | Curtain - Current Position | |
|
||||
| status | Number | Curtain - Status | Value mapping [0="Stopped",1="Opening",2="Closing"] |
|
||||
| status | Number | Curtain - Status | Value mapping ["0"="Stopped","1"="Opening","2"="Closing"] |
|
||||
| target-position | Number | Curtain - Target Position | |
|
||||
| manual-enabled | Number | curtain_cfg - Manual Enabled | Value mapping [0="Disable",1="Enable"] |
|
||||
| polarity | Number | curtain_cfg - Polarity | Value mapping [0="Positive",1="Reverse"] |
|
||||
| pos-limit | Number | curtain_cfg - Position Limit | Value mapping [0="Unlimit",1="Limit"] |
|
||||
| en-night-tip-light | Switch | Set Night Tip Light | Value mapping [0="Disable",1="Enable"] |
|
||||
| manual-enabled | Number | curtain_cfg - Manual Enabled | Value mapping ["0"="Disable","1"="Enable"] |
|
||||
| polarity | Number | curtain_cfg - Polarity | Value mapping ["0"="Positive","1"="Reverse"] |
|
||||
| pos-limit | Number | curtain_cfg - Position Limit | Value mapping ["0"="Unlimit","1"="Limit"] |
|
||||
| en-night-tip-light | Switch | Set Night Tip Light | Value mapping ["0"="Disable","1"="Enable"] |
|
||||
| run-time | Number | curtain_cfg - Run-time | |
|
||||
|
||||
### MR.BOND (<a name="mrbond-airer-m1pro">mrbond.airer.m1pro</a>) Channels
|
||||
|
@ -1636,13 +1636,13 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| Channel | Type | Description | Comment |
|
||||
|------------------|---------|-------------------------------------|------------|
|
||||
| vacuumaction | String | Vacuum Action | This channel accepts `start`, `stop`, `findme` and `dock`. |
|
||||
| status | Number | Robot Cleaner - Status | Value mapping [1="Idle",2="Sweeping",3="Paused",4="Error",5="Charging",6="Go Charging"] |
|
||||
| fault | Number | Robot Cleaner - Device Fault | Value mapping [0="No Faults",1="Left-wheel-error",2="Right-whelel-error",3="Cliff-error",4="Low-battery-error",5="Bump-error",6="Main-brush-error",7="Side-brush-error",8="Fan-motor-error",9="Dustbin-error",10="Charging-error",11="No-wate-error",12="Pick-up-error"] |
|
||||
| mode | Number | Robot Cleaner - Mode | Value mapping [1="Auto-clean",2="Spot-clean",3="Wallflow-clean"] |
|
||||
| target-water-level | Number | Robot Cleaner - Target Water Level | Value mapping [1="Level1",2="Level2",3="Level3"] |
|
||||
| fan-level | Number | Robot Cleaner - Fan Level | Value mapping [0="Silence",1="Stanrd",2="Middle",3="Enchance"] |
|
||||
| status | Number | Robot Cleaner - Status | Value mapping ["1"="Idle","2"="Sweeping","3"="Paused","4"="Error","5"="Charging","6"="Go Charging"] |
|
||||
| fault | Number | Robot Cleaner - Device Fault | Value mapping ["0"="No Faults","1"="Left-wheel-error","2"="Right-wheel-error","3"="Cliff-error","4"="Low-battery-error","5"="Bump-error","6"="Main-brush-error","7"="Side-brush-error","8"="Fan-motor-error","9"="Dustbin-error","10"="Charging-error","11"="No-wate-error","12"="Pick-up-error"] |
|
||||
| mode | Number | Robot Cleaner - Mode | Value mapping ["1"="Auto-clean","2"="Spot-clean","3"="Wallflow-clean"] |
|
||||
| target-water-level | Number | Robot Cleaner - Target Water Level | Value mapping ["1"="Level1","2"="Level2","3"="Level3"] |
|
||||
| fan-level | Number | Robot Cleaner - Fan Level | Value mapping ["0"="Silence","1"="Stanrd","2"="Middle","3"="Enchance"] |
|
||||
| battery-level | Number | Battery - Battery Level | |
|
||||
| charging-state | Number | Battery - Charging State | Value mapping [0="Not-charging",1="Charging",2="Charging-competely"] |
|
||||
| charging-state | Number | Battery - Charging State | Value mapping ["0"="Not-charging","1"="Charging","2"="Charging-competely"] |
|
||||
| alarm | Switch | Alarm - Alarm | |
|
||||
| volume | Number | Alarm - Volume | |
|
||||
| filter-life-level | Number | Filter - Filter Life Level | |
|
||||
|
@ -1656,9 +1656,9 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| total-clean-area | Number | Clean Record - Total Clean Area | |
|
||||
| total-clean-time | Number | Clean Record - Total Clean Time | |
|
||||
| total-clean-count | Number | Clean Record - Total Clean Count | |
|
||||
| language | Number | Language - Language | Value mapping [0="English",1="简体中文",2="Español",3="Русский",4="Italiano",5="Français",6="Deutsch",7="한국어",8="Polski"] |
|
||||
| language | Number | Language - Language | Value mapping ["0"="English","1"="简体中文","2"="Español","3"="Русский","4"="Italiano","5"="Français","6"="Deutsch","7"="한국어","8"="Polski"] |
|
||||
| not-disturb-switch | Switch | Language - Not Disturb Switch | |
|
||||
| mop-status | Number | Other Status - Mop Status | Value mapping [0="MopUninstall",1="MopInstall"] |
|
||||
| mop-status | Number | Other Status - Mop Status | Value mapping ["0"="Mop Uninstall","1"="Mop Install"] |
|
||||
|
||||
### SCISHARE Smart Capsule Coffee Machine (<a name="scishare-coffee-s1102">scishare.coffee.s1102</a>) Channels
|
||||
|
||||
|
@ -3410,10 +3410,10 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| Channel | Type | Description | Comment |
|
||||
|------------------|---------|-------------------------------------|------------|
|
||||
| on | Switch | First Switch - Switch Status | |
|
||||
| mode | Number | First Switch Default - Mode | Value mapping [0="Off",1="On"] |
|
||||
| mode | Number | First Switch Default - Mode | Value mapping ["0"="Off","1"="On"] |
|
||||
| mode1 | Number | First Switch - Delay | |
|
||||
| on1 | Switch | Second Switch - Switch Status | |
|
||||
| mode2 | Number | Second Switch Default - Mode | Value mapping [0="Off",1="On"] |
|
||||
| mode2 | Number | Second Switch Default - Mode | Value mapping ["0"="Off","1"="On"] |
|
||||
| mode3 | Number | Second Switch Service - Delay | |
|
||||
| interlock | Switch | Extension - Interlock | |
|
||||
| flash | Number | Extension - Flash | |
|
||||
|
@ -3501,7 +3501,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl
|
|||
| brightness | Dimmer | Indicator Light - Brightness | |
|
||||
| physical-controls-locked | Switch | Physical Control Locked - Physical Controls Locked | |
|
||||
| use-time | Number:Time | Private-Service - Use Time | |
|
||||
| country-code | Number | Private-Service - Country-Code | Value mapping [0="Unknown",1="US",82="KR",44="EU",81="JP",7="RU",86="CN",852="HK",886="TW",33="FR"] |
|
||||
| country-code | Number | Private-Service - Country-Code | Value mapping ["0"="Unknown","1"="US","82"="KR","44"="EU","81"="JP","7"="RU","86"="CN","852"="HK","886"="TW","33"="FR"] |
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@ Restart your server
|
|||
|
||||
Either the web-request to Tankerkönig returned a failure or no valid response was received (this could be caused by a banned API-key).
|
||||
In both cases the Webservice and the Station(s) go OFFLINE.
|
||||
If the Tankerkönig return indicates an error a descriptive message (in German) is added next to the OFFLINE which will be displayed on the Webservice and Station(s) pages on Paper UI.
|
||||
If the Tankerkönig return indicates an error a descriptive message (in German) is added next to the OFFLINE which will be displayed on the Webservice and Station(s) pages on UI. For further investigation the API Explorer can be used to show all data-fields of the things.
|
||||
On the next receipt of a valid message Webservice and Station(s) will go ONLINE again.
|
||||
The scheduled polling of price-data is canceled in case of no valid response.
|
||||
Users should check the log for any reports to solve the reason for the OFFLINE status.
|
||||
|
@ -202,4 +202,3 @@ This switch can be set either manually (only suggested for testing!) or by a rul
|
|||
* <https://creativecommons.tankerkoenig.de/> (sorry, only available in German)
|
||||
|
||||
* [MTS-K]: <https://www.bundeskartellamt.de/DE/Wirtschaftsbereiche/Mineral%C3%B6l/MTS-Kraftstoffe/Verbraucher/verbraucher_node.html>
|
||||
* [openhab1-addons rules]: <https://github.com/openhab/openhab1-addons/wiki/Samples-Rules#how-to-calculate-public-holidays>
|
||||
|
|
|
@ -56,10 +56,8 @@ The following table summarises the channels available for the DSC11 -:
|
|||
| Switch 4 | switch_binary4 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 4 | meter_kwh4 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 4 | meter_watts4 | meter_watts | Energy | Number |
|
||||
| Switch 5 | switch_binary5 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 5 | meter_kwh5 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 5 | meter_watts5 | meter_watts | Energy | Number |
|
||||
| Switch 6 | switch_binary6 | switch_binary | Switch | Switch |
|
||||
| Electric meter (kWh) 6 | meter_kwh6 | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) 6 | meter_watts6 | meter_watts | Energy | Number |
|
||||
|
||||
|
@ -140,11 +138,6 @@ Indicates the instantaneous power consumption.
|
|||
|
||||
The ```meter_watts4``` 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 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.
|
||||
|
||||
### Electric meter (kWh) 5
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
|
@ -155,11 +148,6 @@ Indicates the instantaneous power consumption.
|
|||
|
||||
The ```meter_watts5``` 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 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.
|
||||
|
||||
### Electric meter (kWh) 6
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
|
@ -716,14 +704,14 @@ Association group 1 supports 5 nodes.
|
|||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V1| |
|
||||
| COMMAND_CLASS_METER_V2| |
|
||||
#### Endpoint 6
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| Linked to BASIC|
|
||||
| COMMAND_CLASS_METER_V1| |
|
||||
| COMMAND_CLASS_METER_V2| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
|
|
|
@ -299,6 +299,7 @@ Association group 1 supports 5 nodes.
|
|||
### Group 2: Target for automatic reports
|
||||
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
|
|
@ -36,17 +36,18 @@ You can use this method of inclusion only if your Z-Wave gateway/controller/hub
|
|||
3. Scan the QR code located on Recessed Door Sensor Gen7.
|
||||
4. Once scanned, Recessed Door Sensor 7 will join your Z-Wave network automatically within 10 minutes from when it is powered up.
|
||||
|
||||
**Classic Inclusion.** 1. Decide on where you want your Recessed Door Sensor 7 to be placed.
|
||||
**Classic Inclusion.**
|
||||
|
||||
1. Decide on where you want your Recessed Door Sensor 7 to be placed.
|
||||
2. Set your Z-Wave Controller into pairing mode.
|
||||
|
||||
3. Press the Z-Wave Button on your Recessed Door Sensor 7 and quickly release the button (should only be a quick tap action on the button).
|
||||
|
||||
|
||||
Recessed Door Sensor 7 will quickly flash its red LED up to 30 seconds or until it is paired successfully. If successfully paired, the red LED will become solid for 10 seconds.
|
||||
|
||||
If your Recessed Door Sensor failed to pair, the LED will return to slow breathing LED. If it is this case, please return to step 2.
|
||||
|
||||
4. If you pairing with S2 encryption/security, enter the first 5 digits of the DSK into your controller/gateway/hub interface when requested.
|
||||
1. If you pairing with S2 encryption/security, enter the first 5 digits of the DSK into your controller/gateway/hub interface when requested.
|
||||
|
||||
When Recessed Door Sensor 7 successfully joins your Z-Wave network its LED will turn solid red for 10 seconds. If LED
|
||||
|
||||
|
@ -83,15 +84,12 @@ If the primary controller is missing or inoperable, you may need to reset the de
|
|||
|
||||
**Note:**
|
||||
|
||||
1. This procedure should only be used when the primary controller is missing or inoperable.
|
||||
|
||||
1. 1. This procedure should only be used when the primary controller is missing or inoperable.
|
||||
2. Factory Reset will:
|
||||
|
||||
(a) Remove the product from Z-Wave network;
|
||||
|
||||
(b) Delete the Association setting;
|
||||
|
||||
(c) Restore the configuration settings to the default.
|
||||
* Remove the product from Z-Wave network;
|
||||
* Delete the Association setting;
|
||||
* Restore the configuration settings to the default.
|
||||
|
||||
Manual: https://aeotec.com/hidden-z-wave-door-sensor/
|
||||
|
||||
|
@ -113,11 +111,9 @@ To wake up your sensor, follow these steps:
|
|||
* Release action button here to toggle 10 minute wakeup.
|
||||
* If successful, LED will remain solid until sensor goes back to sleep.
|
||||
|
||||
Manual: https://aeotec.com/hidden-z-wave-door-sensor/
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Manual: https://aeotec.com/hidden-z-wave-door-sensor/
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@ The following table summarises the channels available for the ASL-03 -:
|
|||
| Door State Sensor | sensor_door | sensor_door | Door | Contact |
|
||||
| Door Lock | lock_door | lock_door | Door | Switch |
|
||||
| Alarm (access) | alarm_entry | alarm_entry | Door | Switch |
|
||||
| Alarm (raw) | alarm_raw | alarm_raw | | String |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Door State Sensor
|
||||
|
@ -87,6 +88,11 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| ON | Open |
|
||||
| OFF | Closed |
|
||||
|
||||
### 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.
|
||||
|
||||
|
|
|
@ -17,11 +17,17 @@ The CFA3010 supports routing. This allows the device to communicate using other
|
|||
|
||||
## Overview
|
||||
|
||||
The ABUS Z-Wave HomeTec CFA3010 wireless door lock actuator is a system designed for retrofitting to doors that open inwards to provide motorized locking and unlocking functions. The door can be electronically operated using local buttons and any Z-Wave device capable to control door locks. For the wireless door lock actuator to work, the cylinder must project 7-12 mm on the inside of the door (plus the thickness of the fitting or collar). Because the actuator operates with a key permanently inserted in the lock, the cylinder must have an emergency feature where the door can be opened with a key from the outside even when another key is inserted on the inside. In addition, the door lock must be a profile cylinder compliant with DIN 18252. This device is security enabled Z-Wave Plus product that is able to use encrypted Z-Wave Plus messages to communicate to other security enabled Z-Wave Plus products. This device must be used in conjunction with a Security Enabled Z-Wave Controller in order to fully utilize all implemented functions.
|
||||
The ABUS Z-Wave HomeTec CFA3010 wireless door lock actuator is a system designed for retrofitting to doors that open inwards to provide motorized locking and unlocking functions.
|
||||
|
||||
The door can be electronically operated using local buttons and any Z-Wave device capable to control door locks. For the wireless door lock actuator to work, the cylinder must project 7-12 mm on the inside of the door (plus the thickness of the fitting or collar).
|
||||
|
||||
Because the actuator operates with a key permanently inserted in the lock, the cylinder must have an emergency feature where the door can be opened with a key from the outside even when another key is inserted on the inside. In addition, the door lock must be a profile cylinder compliant with DIN 18252. This device is security enabled Z-Wave Plus product that is able to use encrypted Z-Wave Plus messages to communicate to other security enabled Z-Wave Plus products.
|
||||
|
||||
This device must be used in conjunction with a Security Enabled Z-Wave Controller in order to fully utilize all implemented functions.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
In order to include (add) a Z-Wave device to a network it **must be in factory default state.** Please make sure to reset the device into factory default. You can do this by performing an Exclusion operation as described below in the manual. Every Z-Wave controller is able to perform this operation however it is recommended to use the primary controller of the previous network to make sure the very device is excluded properly from this network. **Reset to factory defaul** This device also allows to be reset without any involvement of a Z-Wave controller. This procedure should only be used when the primary controller is inoperable.
|
||||
In order to include (add) a Z-Wave device to a network it **must be in factory default state.** Please make sure to reset the device into factory default. You can do this by performing an Exclusion operation as described below in the manual. Every Z-Wave controller is able to perform this operation however it is recommended to use the primary controller of the previous network to make sure the very device is excluded properly from this network. **Reset to factory default**. This device also allows to be reset without any involvement of a Z-Wave controller. This procedure should only be used when the primary controller is inoperable.
|
||||
|
||||
* Enable management mode by holding down **F1** and **F2** for 3 seconds. Green left LED will light up to confirm management mode.
|
||||
* Move in this menu by pushing **F1** or **F2** Arrows. The left LED will change its color to indicate different menu items. left LED = green: Learn Mode, left LED = red: Reset Mode
|
||||
|
@ -82,7 +88,9 @@ Clicking the "unlock button", when Learn Mode is started, will terminate the inc
|
|||
|
||||
### General Usage Information
|
||||
|
||||
This door lock can be operated by a central Z-Wave enabled controller (using e.g. mobile phone), a dedicated Z-Wave remote control and from local buttons. Once installed, the ABUS Z-Wave HomeTec CFA3010 can turn the door lock to open and close. In parallel legacy operation using a key from the outside remains possible. The local buttons "door open" and "door close" accessible from the inside allows convenient locking and unlocking the key. It is possible to just close the door and really lock it up moving the deadbolt into the "close" position.
|
||||
This door lock can be operated by a central Z-Wave enabled controller (using e.g. mobile phone), a dedicated Z-Wave remote control and from local buttons. Once installed, the ABUS Z-Wave HomeTec CFA3010 can turn the door lock to open and close. In parallel legacy operation using a key from the outside remains possible.
|
||||
|
||||
The local buttons "door open" and "door close" accessible from the inside allows convenient locking and unlocking the key. It is possible to just close the door and really lock it up moving the deadbolt into the "close" position.
|
||||
|
||||
## Channels
|
||||
|
||||
|
@ -91,6 +99,7 @@ The following table summarises the channels available for the CFA3010 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door Lock | lock_door | lock_door | Door | Switch |
|
||||
| Door Sensor | sensor_door | sensor_door | Door | Contact |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
|
@ -107,6 +116,18 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| ON | Locked |
|
||||
| OFF | Unlocked |
|
||||
|
||||
### Door Sensor
|
||||
Indicates if the door/window is open or closed.
|
||||
|
||||
The ```sensor_door``` channel is of type ```sensor_door``` and supports the ```Contact``` 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 ```Contact``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### Alarm (access)
|
||||
Indicates if the access control alarm is triggered.
|
||||
|
||||
|
|
|
@ -38,6 +38,10 @@ The wakeup period does not impact the devices ability to report events or sensor
|
|||
|
||||
Any button (LED, Temp+ or Temp-)
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 014G0160 -:
|
||||
|
|
|
@ -0,0 +1,760 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Flush Dimmer - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Flush Dimmer Flush Dimmer
|
||||
This describes the Z-Wave device *Flush Dimmer*, manufactured by *Devolo* with the thing type UID of ```devolo_flushdimmer_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 Flush Dimmer 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 Z-Wave module is used for dimming the bulb or to manage the speed of a fan. The module can be controlled either through a Z-Wave network or through the wall switch. The module is designed to be mounted inside a "flush mounting box", hidden behind a traditional wall switch. Module measures power consumption of bulb or fan and supports connection of digital temperature sensor. It is designed to act as repeater in order to improve range and stability of Z-wave network.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
WARNING: Service button S **must NOT be used** when module is connected to 110-230V power supply.
|
||||
|
||||
* Connect module to power supply (with temperature sensor connected - if purchased),
|
||||
* Enable add/remove mode on main controller
|
||||
* Auto-inclusion (works for about 2 minutesafter connected to power supply) or
|
||||
* **110V-230V power supply: **Press push button I1 three times within 3 seconds (3 times change switch state within 3 seconds)
|
||||
* **24V SELV: **Press service button **S** for more than 2 seconds.
|
||||
|
||||
**NOTE1:** For auto-inclusion procedure, first set main controller into inclusion mode and then connect module to power supply.
|
||||
|
||||
**NOTE2:** When connecting temperature sensor to module that has already been included, you have to exclude module first. Switch off power supply,connect the sensor and re-include the module.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
WARNING: Service button S **must NOT be used** when module is connected to 110-230V power supply.
|
||||
|
||||
* Connect module to power supply (with temperature sensor connected - if purchased),
|
||||
* Enable add/remove mode on main controller
|
||||
* Auto-inclusion (works for about 2 minutesafter connected to power supply) or
|
||||
* **110V-230V power supply: **Press push button I1 three times within 3 seconds (3 times change switch state within 3 seconds)
|
||||
* **24V SELV: **Press service button **S** for more than 2 seconds.
|
||||
|
||||
**NOTE1:** For auto-inclusion procedure, first set main controller into inclusion mode and then connect module to power supply.
|
||||
|
||||
**NOTE2:** When connecting temperature sensor to module that has already been included, you have to exclude module first. Switch off power supply,connect the sensor and re-include the module.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Flush Dimmer -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Dimmer 1 | switch_dimmer1 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Electric meter (watts) 1 | meter_watts1 | meter_watts | Energy | Number |
|
||||
| Electric meter (kWh) 1 | meter_kwh1 | meter_kwh | Energy | Number |
|
||||
| Alarm (power) 1 | alarm_power1 | alarm_power | Energy | Switch |
|
||||
| Binary Sensor 2 | sensor_binary2 | sensor_binary | | Switch |
|
||||
| Alarm (burglar) 2 | alarm_burglar2 | alarm_burglar | Door | Switch |
|
||||
| Binary Sensor 3 | sensor_binary3 | sensor_binary | | Switch |
|
||||
| Alarm (burglar) 3 | alarm_burglar3 | alarm_burglar | Door | 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.
|
||||
|
||||
### 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 |
|
||||
|
||||
### 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 (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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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 (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.
|
||||
|
||||
### Alarm (power) 1
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power1``` 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 |
|
||||
|
||||
### Binary Sensor 2
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary2``` 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) 2
|
||||
Indicates if the burglar alarm is triggered.
|
||||
|
||||
The ```alarm_burglar2``` 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 |
|
||||
|
||||
### Binary Sensor 3
|
||||
Indicates if a sensor has triggered.
|
||||
|
||||
The ```sensor_binary3``` 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) 3
|
||||
Indicates if the burglar alarm is triggered.
|
||||
|
||||
The ```alarm_burglar3``` 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 |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 23 configuration parameters available in the Flush Dimmer.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Input 1 switch type | |
|
||||
| 2 | Input 2 switch type | |
|
||||
| 3 | Input 2 contact type | |
|
||||
| 4 | Input 3 contact type | |
|
||||
| 10 | Activate / deactivate functions ALL ON / ALL OFF | Flush dimmer module responds to commands ALL ON / ALL OFF |
|
||||
| 11 | Automatic turning off output after set time | Auto OFF enabled with defined time, step is 1 second. |
|
||||
| 12 | Automatic turning on output after set time | Auto ON enabled with defined time, step is 1 second. |
|
||||
| 20 | Enable / Disable 3-way switch | Dimming is done by push button or switch connected to I1. |
|
||||
| 21 | Enable / Disable Double click function | A fast double click on the push button will set dimming power at maximum. |
|
||||
| 30 | Saving the state after a power failure | Saving the state after a power failure |
|
||||
| 40 | Power reporting in watts on power change | Set value is percentage, set value from 0 - 100 = 0% - 100%. |
|
||||
| 42 | Power reporting in Watts by time interval | Set value means time interval (0 – 32767) in seconds. |
|
||||
| 60 | Minimum dimming value | Minimum dimming value is set by entered value. |
|
||||
| 61 | Maximum dimming value | Maximum dimming value is set by entered value. |
|
||||
| 65 | Dimming time (soft on/off) | Set value means time of moving the Dimmer between min. and max. dimming values |
|
||||
| 66 | Dimming time when key pressed | Time of moving the Dimmer between min. and max dimming values |
|
||||
| 67 | Ignore start level | This parameter is used with association group 3 |
|
||||
| 68 | Dimming duration | This parameter is used with association group 3 |
|
||||
| 100 | Enable / Disable Endpoints I2 | Enabling I2 means that Endpoint (I2) will be present on UI. |
|
||||
| 101 | Enable / Disable Endpoints I3 | Enabling I3 means that Endpoint (I3) will be present on UI. |
|
||||
| 110 | Temperature sensor offset settings | Offset to actual measured value |
|
||||
| 120 | Digital temperature sensor reporting | Module reports measured temperature on defined temperature change |
|
||||
| 250 | Unsecure / Secure Inclusion | Unsecure / Secure Inclusion |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: Input 1 switch type
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Mono-stable switch type (push button) |
|
||||
| 1 | Bi-stable switch type |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Mono-stable switch type (push button)).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Input 2 switch type
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Mono-stable switch type (push button) |
|
||||
| 1 | Bi-stable switch type |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Mono-stable switch type (push button)).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Input 2 contact type
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | NO (normally open) input type |
|
||||
| 1 | NC (normally closed) input type |
|
||||
|
||||
The manufacturer defined default value is ```0``` (NO (normally open) input type).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Input 3 contact type
|
||||
|
||||
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | NO (normally open) input type |
|
||||
| 1 | NC (normally closed) input type |
|
||||
|
||||
The manufacturer defined default value is ```0``` (NO (normally open) input type).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Activate / deactivate functions ALL ON / ALL OFF
|
||||
|
||||
Flush dimmer module responds to commands ALL ON / ALL OFF
|
||||
Flush dimmer module responds to commands ALL ON / ALL OFF that may be sent by the main controller or by other controller belonging to the system.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | ALL ON is not active, ALL OFF is not active |
|
||||
| 1 | ALL ON is not active, ALL OFF active |
|
||||
| 2 | ALL ON active, ALL OFF is not active |
|
||||
| 255 | ALL ON active, ALL OFF active |
|
||||
|
||||
The manufacturer defined default value is ```255``` (ALL ON active, ALL OFF active).
|
||||
|
||||
This parameter has the configuration ID ```config_10_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Automatic turning off output after set time
|
||||
|
||||
Auto OFF enabled with defined time, step is 1 second.
|
||||
* 0 - Auto OFF disabled
|
||||
* 1 – 32536 = 1 second – 32536 seconds
|
||||
Values in the range 0 to 32536 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Automatic turning on output after set time
|
||||
|
||||
Auto ON enabled with defined time, step is 1 second.
|
||||
* 0 - Auto ON disabled
|
||||
* 1 – 32536 = 1 second – 32536 seconds
|
||||
Values in the range 0 to 32536 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: Enable / Disable 3-way switch
|
||||
|
||||
Dimming is done by push button or switch connected to I1.
|
||||
Dimming is done by push button or switch connected to I1 (by default).
|
||||
|
||||
Enabling 3way switch, dimming can be controlled by push button or switch connected to I1 and I2.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | single push button (connected to I1) |
|
||||
| 1 | 3-way switch (connected to I1 and I2) |
|
||||
| 2 | Additional switch connected to I2 |
|
||||
|
||||
The manufacturer defined default value is ```0``` (single push button (connected to I1)).
|
||||
|
||||
This parameter has the configuration ID ```config_20_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Enable / Disable Double click function
|
||||
|
||||
A fast double click on the push button will set dimming power at maximum.
|
||||
If Double click function is enabled, a fast double click on the push button will set dimming power at maximum dimming value.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | double click disabled |
|
||||
| 1 | double click enabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (double click disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 30: Saving the state after a power failure
|
||||
|
||||
Saving the state after a power failure
|
||||
If state saving is enabled, flush dimmer module saves its state before power failure (it returns to the last position saved before a power failure).
|
||||
|
||||
If state saving is disabled, flush dimmer module does not save the state after a power failure.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Save state enabled |
|
||||
| 1 | Save state disabled |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Save state enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_30_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 40: Power reporting in watts on power change
|
||||
|
||||
Set value is percentage, set value from 0 - 100 = 0% - 100%.
|
||||
Set value means percentage, set value from 0 - 100 = 0% - 100%. Default value is 5.
|
||||
|
||||
* 0 – Reporting Disabled
|
||||
* 1 – 100 = 1% - 100% Reporting enabled.
|
||||
|
||||
Power report is send (push) only when actual power in Watts in real time changes for more than set percentage comparing to previous actual power in Watts, step is 1%.
|
||||
|
||||
NOTE: if power changed is less than 1W, the report is not send (pushed), independent of percentage set.
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_40_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 42: Power reporting in Watts by time interval
|
||||
|
||||
Set value means time interval (0 – 32767) in seconds.
|
||||
Set value means time interval (0 – 32767) in seconds, when power report is sent.
|
||||
|
||||
* 0 – reporting disabled
|
||||
* 1 – 32767 = 1 second – 32767 seconds. Reporting enabled.
|
||||
|
||||
Power report is send with time interval set by entered value.
|
||||
Values in the range 0 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_42_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 60: Minimum dimming value
|
||||
|
||||
Minimum dimming value is set by entered value.
|
||||
* 1-98 = 1% – 98%, step is 1%. Minimum dimming value is set by entered value.
|
||||
|
||||
NOTE: The minimum level may not be higher than the maximum level! 1% min. dimming value is defined by Z- Wave multilevel device class.
|
||||
Values in the range 1 to 98 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_60_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 61: Maximum dimming value
|
||||
|
||||
Maximum dimming value is set by entered value.
|
||||
* 2-99 = 2% – 99%, step is 1%. Maximum dimming value is set by entered value.
|
||||
|
||||
NOTE: The maximum level may not be lower than the minimum level! 99% max. dimming value is defined by Z- Wave multilevel device class.
|
||||
Values in the range 2 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```99```.
|
||||
|
||||
This parameter has the configuration ID ```config_61_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 65: Dimming time (soft on/off)
|
||||
|
||||
Set value means time of moving the Dimmer between min. and max. dimming values
|
||||
Set value means time of moving the Dimmer between min. and max. dimming values by short press of push button I1 or controlled through UI (BasicSet).
|
||||
|
||||
* default value 100 = 1s
|
||||
* 1 - 255 = 100 mseconds – 25500 mseconds, step is 10 mseconds
|
||||
Values in the range 1 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_65_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 66: Dimming time when key pressed
|
||||
|
||||
Time of moving the Dimmer between min. and max dimming values
|
||||
Time of moving the Dimmer between min. and max dimming values by continuous hold of push button I1 or associated device.
|
||||
|
||||
* default value 3 = 3s
|
||||
* 1- 255 = 1 second – 255 seconds.
|
||||
Values in the range 1 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_66_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 67: Ignore start level
|
||||
|
||||
This parameter is used with association group 3
|
||||
This parameter is used with association group 3. A receiving device SHOULD respect the start level if the Ignore Start Level bit is 0. A receiving device MUST ignore the start level if the Ignore Start Level bit is 1.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | respect start level |
|
||||
| 1 | ignore start level |
|
||||
|
||||
The manufacturer defined default value is ```0``` (respect start level).
|
||||
|
||||
This parameter has the configuration ID ```config_67_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 68: Dimming duration
|
||||
|
||||
This parameter is used with association group 3
|
||||
This parameter is used with association group 3. The Duration field MUST specify the time that the transition should take from the current value to the new target value. A supporting device SHOULD respect the specified Duration value.
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_68_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 100: Enable / Disable Endpoints I2
|
||||
|
||||
Enabling I2 means that Endpoint (I2) will be present on UI.
|
||||
Enabling I2 means that Endpoint (I2) will be present on UI. Disabling it will result in hiding the endpoint according to the parameter set value. Additionally, a Notification Type and Event can be selected for the endpoint.
|
||||
|
||||
NOTE1: After parameter change, first exclude module (without setting parameters to default value) then wait at least 30s and then re include the module!
|
||||
|
||||
NOTE 2: When the parameter is set to value 9 the notifications are send for Home Security.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Home Security |
|
||||
| 2 | Carbon Monoxide |
|
||||
| 3 | Carbon Dioxide |
|
||||
| 4 | Water Alarm |
|
||||
| 5 | Heat Alarm |
|
||||
| 6 | Smoke Alarm |
|
||||
| 9 | Sensor binary |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_100_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 101: Enable / Disable Endpoints I3
|
||||
|
||||
Enabling I3 means that Endpoint (I3) will be present on UI.
|
||||
Enabling I3 means that Endpoint (I3) will be present on UI. Disabling it will result in hiding the endpoint according to the parameter set value. Additionally, a Notification Type and Event can be selected for the endpoint.
|
||||
|
||||
NOTE1: After parameter change, first exclude module (without setting parameters to default value) then wait at least 30s and then re include the module!
|
||||
|
||||
NOTE 2: When the parameter is set to value 9 the notifications are send for Home Security.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Home Security |
|
||||
| 2 | Carbon Monoxide |
|
||||
| 3 | Carbon Dioxide |
|
||||
| 4 | Water Alarm |
|
||||
| 5 | Heat Alarm |
|
||||
| 6 | Smoke Alarm |
|
||||
| 9 | Sensor binary |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disabled).
|
||||
|
||||
This parameter has the configuration ID ```config_101_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 110: Temperature sensor offset settings
|
||||
|
||||
Offset to actual measured value
|
||||
Set value is added or subtracted to actual measured value by sensor. Available configuration parameters:
|
||||
|
||||
* default value 32536
|
||||
* 32536 – offset is 0.0C
|
||||
* From 1 to 100 – value from 0.1 °C to 10.0 °C is added to actual measured temperature.
|
||||
* From 1001 to 1100 -value from -0.1 °C to -10.0 °C is subtracted to actual measured temperature.
|
||||
Values in the range 1 to 32536 may be set.
|
||||
|
||||
The manufacturer defined default value is ```32536```.
|
||||
|
||||
This parameter has the configuration ID ```config_110_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 120: Digital temperature sensor reporting
|
||||
|
||||
Module reports measured temperature on defined temperature change
|
||||
If digital temperature sensor is connected, module reports measured temperature on temperature change defined by this parameter. Available configuration parameters:
|
||||
|
||||
* default value 5 = 0.5°C
|
||||
* 0 – Reporting disabled
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_120_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 250: Unsecure / Secure Inclusion
|
||||
|
||||
Unsecure / Secure Inclusion
|
||||
The Flush dimmer supports both, the secure and unsecure inclusion. Even if the controller does not support security command classes, a dimmer could be included as unsecure and keep all the functionalityThis 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 | Unsecure Inclusion |
|
||||
| 1 | Secure Inclusion |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unsecure Inclusion).
|
||||
|
||||
This parameter has the configuration ID ```config_250_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 Flush Dimmer supports 11 association groups.
|
||||
|
||||
### Group 1: Controller Updates
|
||||
|
||||
Lifeline group
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: I1 basic on/off
|
||||
|
||||
Triggered at change of the input I1 state and reflecting its state
|
||||
|
||||
Association group 2 supports 16 nodes.
|
||||
|
||||
### Group 3: I1 start/stop level change
|
||||
|
||||
Triggered at change of the input I1 state and reflecting its state
|
||||
|
||||
Association group 3 supports 16 nodes.
|
||||
|
||||
### Group 4: Multilevel
|
||||
|
||||
Triggered at changes of state/value of the Flush Dimmer
|
||||
|
||||
Association group 4 supports 16 nodes.
|
||||
|
||||
### Group 5: I2 basic on/off
|
||||
|
||||
Triggered at change of the input I2 state and reflecting its state
|
||||
|
||||
Association group 5 supports 16 nodes.
|
||||
|
||||
### Group 6: I2 notification report
|
||||
|
||||
Triggered at change of the input I2 state and reflecting its state
|
||||
|
||||
Association group 6 supports 16 nodes.
|
||||
|
||||
### Group 7: I2 binary sensor
|
||||
|
||||
Triggered at change of the input I2 state and reflecting its state
|
||||
|
||||
Association group 7 supports 16 nodes.
|
||||
|
||||
### Group 8: I3 basic on/off
|
||||
|
||||
Triggered at change of the input I3 state and reflecting its state
|
||||
|
||||
Association group 8 supports 16 nodes.
|
||||
|
||||
### Group 9: I3 notification report
|
||||
|
||||
Triggered at change of the input I3 state and reflecting its state
|
||||
|
||||
Association group 9 supports 16 nodes.
|
||||
|
||||
### Group 10: I3 binary sensor
|
||||
|
||||
Triggered at change of the input I3 state and reflecting its state
|
||||
|
||||
Association group 10 supports 16 nodes.
|
||||
|
||||
### Group 11: Multilevel sensor
|
||||
|
||||
Triggered at change of temperature sensor
|
||||
|
||||
Association group 11 supports 16 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_SENSOR_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_MULTI_CHANNEL_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
| 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| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ALARM_V5| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1314/reference/44610_Home_Control_Dimmer-Unterputz_0218_de_online.pdf)
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1314/reference/44610_Home_Control_Dimmer-Unterputz_0218_de_online_1.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1314).
|
|
@ -56,24 +56,12 @@ The following table summarises the channels available for the MT02648 -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door / Window Status | sensor_door | sensor_door | Door | Contact |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (luminance) | sensor_luminance | sensor_luminance | | Number |
|
||||
| Alarm | alarm_general | alarm_general | Alarm | Switch |
|
||||
| Tamper Alarm | alarm_tamper | alarm_tamper | | Switch |
|
||||
| | sensor_door | sensor_door | Door | Contact |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Door / Window Status
|
||||
Indicates if the door/window is open or closed.
|
||||
|
||||
The ```sensor_door``` channel is of type ```sensor_door``` and supports the ```Contact``` 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 ```Contact``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### Sensor (temperature)
|
||||
Indicates the current temperature.
|
||||
|
||||
|
@ -84,10 +72,10 @@ 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
|
||||
Indicates if an alarm is triggered.
|
||||
### Tamper Alarm
|
||||
Indicates if the tamper 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 ```alarm_tamper``` channel is of type ```alarm_tamper``` 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 -:
|
||||
|
||||
|
@ -96,6 +84,18 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
###
|
||||
Indicates if the door/window is open or closed.
|
||||
|
||||
The ```sensor_door``` channel is of type ```sensor_door``` and supports the ```Contact``` 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 ```Contact``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### 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,148 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Monoprice Z-Wave Plus On/Off Switch - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Monoprice Z-Wave Plus On/Off Switch Monoprice in wall on/off switch model number 36737
|
||||
This describes the Z-Wave device *Monoprice Z-Wave Plus On/Off Switch*, manufactured by *Wenzhou MTLC Electric Appliances Co.,Ltd.* with the thing type UID of ```enerwave_mp36737_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 Monoprice Z-Wave Plus On/Off 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
|
||||
|
||||
Perfect Replacement for regular wall switch, 120VAC, 15Amp
|
||||
|
||||
Wireless Z-Wave technology creates a mesh network for command and Manual and Remote ON/OFF control of any connected lighting and interoperability with other Z-Wave compliant controller and devices
|
||||
|
||||
Manual and Remote ON/OFF control of any connected lighting and other electrical load
|
||||
|
||||
Can be used for signal pole or 3- Way (Multi-location) with ZW3K Auxiliary Air-Gap Switch
|
||||
|
||||
Air-Gap Switch feature meets UL requirement and disconnect power from load locally
|
||||
|
||||
A blue LED illuminates when the load is off
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Once switch paddle (top/button) is pressed, the device will enter into learn mode to accomplish inclusion or exclusion by controller.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Once switch paddle (top/button) is pressed, the device will enter into learn mode to accomplish inclusion or exclusion by controller.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Monoprice Z-Wave Plus On/Off Switch -:
|
||||
|
||||
| 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 following table provides a summary of the 1 configuration parameters available in the Monoprice Z-Wave Plus On/Off Switch.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | LED State | LED State |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: LED State
|
||||
|
||||
LED State
|
||||
|
||||
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```.
|
||||
|
||||
### 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 Monoprice Z-Wave Plus On/Off Switch supports 3 association groups.
|
||||
|
||||
### Group 1: Group 1
|
||||
|
||||
Lifeline: Send device reset locally notification
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Group 2
|
||||
|
||||
StatusReport: Send basic report
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Group 3
|
||||
|
||||
AssGroupSet: Send Basic set command
|
||||
|
||||
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| |
|
||||
| COMMAND_CLASS_SWITCH_ALL_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_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [MP36737 User Manual](https://opensmarthouse.org/zwavedatabase/1317/reference/36737_Manual_190619.pdf)
|
||||
* [MP36737 User Manual](https://opensmarthouse.org/zwavedatabase/1317/reference/36737_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](https://opensmarthouse.org/zwavedatabase/1317).
|
|
@ -203,7 +203,7 @@ This parameter has the configuration ID ```config_2_1``` and is of type ```INTEG
|
|||
|
||||
Backlight
|
||||
|
||||
The following option values may be configured -:
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
|
|
@ -0,0 +1,182 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Z Push Button 8 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Z Push Button 8 Wall Mounted Switch
|
||||
This describes the Z-Wave device *Z Push Button 8*, manufactured by *Future Home AS* with the thing type UID of ```futurehome_4512581_00_000```.
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
The Z Push Button 8 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 Z Push Button 8 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
|
||||
|
||||
Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.
|
||||
|
||||
Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.
|
||||
|
||||
**Functions:**
|
||||
|
||||
* Battery operated wall switch
|
||||
* Fits Gira System 55, Elko RS-16 and Schneider Exxact
|
||||
* Controls 4 separate groups and up to 20 units
|
||||
* Controls up to 16 scenarios via your gateway
|
||||
* LED-diode
|
||||
* Easy to install with screws or double-sided tape
|
||||
* Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
**Step 1.** Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.
|
||||
|
||||
**Step 2.** Set primary controller/gateway into adding mode.
|
||||
|
||||
**Step 3.** Press and hold down both buttons **I** and **O** of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
**Step 1.** Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.
|
||||
|
||||
**Step 2.** Set primary controller/gateway into adding mode.
|
||||
|
||||
**Step 3.** Press and hold down both buttons **I** and **O** of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The Z Push Button 8 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.
|
||||
|
||||
|
||||
The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down **I** and **O** buttons of the Group 2 together over 1 second to activate the remote control for 7s.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Z Push Button 8 -:
|
||||
|
||||
| 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 Z Push Button 8 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.
|
||||
1. Send Command Class "Device Reset Locally Notification V1" to associated devices of the 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 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 **I/O** button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button 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.
|
||||
|
||||
### Group 3: Launch 2
|
||||
|
||||
Short press **I/O** button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Launch 3
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Launch 4
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 5 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_WAKE_UP_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Installers manual (FW 1.26) ENGLISH](https://opensmarthouse.org/zwavedatabase/1324/reference/Manual_Heatit_Z-Push_Button_8_FW_1.26_Ver2019-A_ENG.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1324).
|
|
@ -0,0 +1,135 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: 34127/ZW5304 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# 34127/ZW5304 Solo Scene Remote
|
||||
This describes the Z-Wave device *34127/ZW5304*, manufactured by *Jasco Products* with the thing type UID of ```ge_34127zw5304_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 34127/ZW5304 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
|
||||
|
||||
No Hub Necessary – The remote allows you to create one scene to control smart devices with or without a Z-Wave hub. It is able to directly pair with Z-Wave switches, dimmers, fan controls and more simple-setup home automation. Dual- and quad-scene models – 34174 and 34176 – are also available for even more varied automation.
|
||||
|
||||
Scalable Automation – One-to-many or many-to-one configurations accommodate any need. Create a scene for up to 20 devices with one remote or use several remotes to control a single fixture. Universal compatibility allows the remote to pair with Z-Wave Plus and all previous Z-Wave generations.
|
||||
|
||||
Ideal Applications – Trigger actions of several devices to enjoy the comfort of knowing all of your lights are turned off when you leave the house or illuminate your whole home as soon as you arrive. Connecting multiple remotes to one fixture, lamp or fan instantly creates a multi-switch network for control from various locations.
|
||||
|
||||
Versatile Placement– Compact construction and two provided CR2032 batteries offer comfortable handheld operation for easy portability. The included unique magnetic adapter and rocker-style wallplate support wall-mount options. The remote can also be incorporated into existing switchboxes and multi-gang setups or replace blanks. Tabletop placement with an available cradle – model 39943 – allows convenient accessibility anywhere.
|
||||
|
||||
Full-Range Dimmability – When connected to a Z-Wave dimmer, adjust brightness levels of dimmable lights from 0-100 percent. Dimming lights reduces energy costs and improves bulb life.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Press and hold the Up and Down buttons for 5 seconds. The LED will slowly flash.
|
||||
|
||||
2. Press and hold the Up button 3 seconds. The LED will rapidly flash.
|
||||
|
||||
3. Press the Down button to set the device as a receiver. The LED will flash every
|
||||
|
||||
second. If network transfer was successful, the LED will turn on for two seconds
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Press and hold the Up and Down buttons for 3 seconds. The LED will slowly flash.
|
||||
|
||||
|
||||
2. Press and hold the Up and Down buttons for 3 seconds. The LED will quickly flash for 20 seconds.
|
||||
|
||||
3. Press the manual/program button on the Z-Wave module/switch to remove it from the network. The LED will turn on for two seconds.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The 34127/ZW5304 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.
|
||||
|
||||
|
||||
1. Press and hold the Up and Down buttons for 3 seconds. The LED will slowly flash.
|
||||
|
||||
|
||||
2. Press and hold the Down button for 2 seconds. The LED will quickly flash.
|
||||
|
||||
3. Press the Up button. The LED will turn on for two seconds. If the setup is successful, the keypad will stay awake for 30 seconds. During awake mode, the controller will sleep again within two seconds after any button is pressed
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 34127/ZW5304 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| 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.
|
||||
|
||||
### 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 34127/ZW5304 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_CONTROLLER_REPLICATION_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_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| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1313/reference/manual_34172.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1313).
|
|
@ -0,0 +1,152 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: UltraPro 39348/ZW4008 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# UltraPro 39348/ZW4008 UltraPro 39348/ZW4008 In Wall Switch
|
||||
This describes the Z-Wave device *UltraPro 39348/ZW4008*, manufactured by *Jasco Products* with the thing type UID of ```ge_ultrapro39348_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 UltraPro 39348/ZW4008 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
|
||||
|
||||
UltraPro Z-Wave Plus Smart Light Switch, In-Wall White & Almond Paddles | Built-In Repeater & Range Extender | Model 39348 ZW4008
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.
|
||||
2. Once the controller is ready to add your device, press and release the top or bottom of the wireless smart switch (rocker).
|
||||
|
||||
Now you have complete control to turn your fixture ON/OFF according to groups, scenes, schedules and interactive automations programmed by your controller. If your Z-Wave certified controller features remote access, you can control your fixture from your mobile devices.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.
|
||||
2. Once the controller is ready to remove your device, press and release the top or bottom of the wireless smart switch (rocker).
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the UltraPro 39348/ZW4008 -:
|
||||
|
||||
| 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.
|
||||
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 UltraPro 39348/ZW4008.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 3 | Blue LED Night Light | Blue LED Night Light |
|
||||
|
||||
### Parameter 3: Blue LED Night Light
|
||||
|
||||
Blue LED Night Light
|
||||
This configuration parameter defines the behavior of the blue LED "night light". The default behavior is "ON\_WHEN\_OFF" - the LED is on when the switch is set to off. The other two options are "ON\_WHEN\_ON" - the LED is on when the switch is set to on, and "ALWAYS_OFF" - the LED is always off.
|
||||
Values in the range 0 to 3 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_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 UltraPro 39348/ZW4008 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 Lifeline, Binary Switch Report
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Single Press
|
||||
|
||||
Association Group 2 supports Basic Set and is controlled by pressing the ON or OFF button with the local load
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Double Press
|
||||
|
||||
Association Group 3 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_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Scanned manual from box](https://opensmarthouse.org/zwavedatabase/1322/reference/Ultrapro-ZW4008.pdf)
|
||||
* [Printed manual from Z-Wave Manuals](https://opensmarthouse.org/zwavedatabase/1322/reference/Ultrapro-ZW4008_ZwaveManual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1322).
|
|
@ -0,0 +1,193 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: IB3.0 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# IB3.0 Window Blind Controller
|
||||
This describes the Z-Wave device *IB3.0*, manufactured by *HAB Home Intelligence, LLC* with the thing type UID of ```habhome_iblindsib30_00_000```.
|
||||
|
||||
The device is in the category of *Blinds*, defining Roller shutters, window blinds, etc..
|
||||
|
||||

|
||||
|
||||
|
||||
The IB3.0 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
|
||||
|
||||
An intelligent Z-Wave blind motor that installs out of sight in existing Horizontal (2" and 2 1/2" slatted-style) blind headrails. Use iBlinds to tilt the slats open, closed or use the value slider for precise positioning of the slat tilt angle.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Follow the directions for your Z-Wave hub/controller to place it in the add for inclusion mode.
|
||||
|
||||
Press the inclusion button (IN/EX) once and wait for the device to be discovered and joined to the Z-Wave network. Follow the directions of your Z-Wave controller to uniquely identify your iblinds device. (Ex: Bedroom iblinds).
|
||||
|
||||
Note: If the device is not joined to the network. Press the CLBR button, wait 1 second and repeat steps 1 and 2 again. If you continue to have trouble joining the iblinds motor to the Z-Wave network, follow the Z-Wave network exclusion process.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Follow the directions for your Z-Wave hub/controller to place it in the exclusion mode.
|
||||
|
||||
Press the exclude button (IN/EX) once and wait for the iblinds device to be removed from the Z-Wave network.
|
||||
|
||||
If you are having issues with exclusion, please check our troubleshooting page here.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
NOTE: The command polling period should be set to 'disabled'
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the IB3.0 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Blinds Control | blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | 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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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 5 configuration parameters available in the IB3.0.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Close Interval | Close Interval |
|
||||
| 2 | Reverse Direction | Reverse Direction |
|
||||
| 3 | Disable Report | Disable Report |
|
||||
| 4 | Default ON Value | Default ON Value |
|
||||
| 6 | Speed | Speed |
|
||||
|
||||
### Parameter 1: Close Interval
|
||||
|
||||
Close Interval
|
||||
Used for large blind auto calibration endpoint detection. A smaller value will make the blinds close tighter
|
||||
Values in the range 15 to 30 may be set.
|
||||
|
||||
The manufacturer defined default value is ```22```.
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Reverse Direction
|
||||
|
||||
Reverse Direction
|
||||
Used to reverse the direction of the blinds
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Forwards |
|
||||
| 1 | Reverse |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Forwards).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Disable Report
|
||||
|
||||
Disable Report
|
||||
Used to disable Z-Wave Report. This is useful for systems that poll iBlinds immediately after sending a position command. Disable if an immediate Z-Wave GET command is causing iBlinds motor to function improperly
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | False |
|
||||
| 1 | True |
|
||||
|
||||
The manufacturer defined default value is ```0``` (False).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Default ON Value
|
||||
|
||||
Default ON Value
|
||||
Used to set the default ON level. Default value for ON=50% (0x32). Change this value if you wish to change the Charge Adapter push button ON or the Z-Wave Binary Switch ON default value
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Speed
|
||||
|
||||
Speed
|
||||
Used to set the default blind speed. 0 = No Delay. The larger the value the slower the speed. Note: A Z-Wave MultiLevel Switch command sent with a Duration value greater than 0 will always override the speed parameter
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_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 IB3.0 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.
|
||||
Z-Wave Plus Lifeline
|
||||
|
||||
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_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_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_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [User Guide v3.0](https://opensmarthouse.org/zwavedatabase/1325/reference/User-Guide-v3.0-1.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1325).
|
|
@ -113,7 +113,7 @@ Values in the range 1 to 255 may be set.
|
|||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
This parameter has the configuration ID ```config_8_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Local Dimming Level Increment
|
||||
|
@ -193,6 +193,8 @@ Association group 1 supports 5 nodes.
|
|||
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/346/reference/HS-WD100-Manual-v1-1a.pdf)
|
||||
* [Z-Wave Parameters](https://opensmarthouse.org/zwavedatabase/346/reference/HS-WD100-ZWave-Parameters.pdf)
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/346/reference/HS-WD100-Manual-7.pdf)
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/346/reference/HS-WD100-Manual-7_1.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -58,9 +58,9 @@ The following table summarises the channels available for the ID-150 -:
|
|||
|--------------|------------|--------------|----------|-----------|
|
||||
| Door Lock | lock_door | lock_door | Door | Switch |
|
||||
| Door State | sensor_door | sensor_door | Door | Contact |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
| Alarm (emergency) [Deprecated]| alarm_emergency | alarm_emergency | Alarm | Switch |
|
||||
| Alarm (burglar) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Access control | notification_access_control | notification_access_control | | Number |
|
||||
| Emergency (Contact Fire Service) [Deprecated]| alarm_emergency | alarm_emergency | Alarm | Switch |
|
||||
| Burglar alarm (tampering) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Alarm (raw) [Deprecated]| alarm_raw | alarm_raw | | String |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
|
@ -87,19 +87,58 @@ The following state translation is provided for this channel to the ```Contact``
|
|||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### Alarm (access)
|
||||
Indicates if the access control alarm is triggered.
|
||||
### Access control
|
||||
|
||||
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 -:
|
||||
Access Control.
|
||||
|
||||
The ```notification_access_control``` channel is of type ```notification_access_control``` and supports the ```Number``` 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 ```Number``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
| 0 | Previous Events cleared |
|
||||
| 1 | Manual Lock Operation |
|
||||
| 2 | Manual Unlock Operation |
|
||||
| 3 | RF Lock Operation |
|
||||
| 4 | RF Unlock Operation |
|
||||
| 5 | Keypad Lock Operation |
|
||||
| 6 | Keypad Unlock Operation |
|
||||
| 7 | Manual Not Fully Locked Operation |
|
||||
| 8 | RF Not Fully Locked Operation |
|
||||
| 9 | Auto Lock Locked Operation |
|
||||
| 10 | Auto Lock Not Fully Operation |
|
||||
| 11 | LockJammed |
|
||||
| 12 | All user codes deleted |
|
||||
| 13 | Single user code deleted |
|
||||
| 14 | New user code added |
|
||||
| 15 | New user code not added due to duplicate code |
|
||||
| 16 | Keypad temporary disabled |
|
||||
| 17 | Keypad busy |
|
||||
| 18 | New Program code Entered- Unique code for lock configuration |
|
||||
| 19 | Manually Enter user Access code exceeds code limit |
|
||||
| 20 | Unlock by RF with invalid user code |
|
||||
| 21 | Locked by RF with invalid user code |
|
||||
| 22 | Window/Door is open |
|
||||
| 23 | Window/Door is closed |
|
||||
| 64 | Barrier performing initialization process |
|
||||
| 65 | Barrier operation (Open / Close) force has been exceeded |
|
||||
| 66 | Barrier motor has exceeded manufacturer's operational time limit |
|
||||
| 67 | Barrier operation has exceeded physical mechanical limits |
|
||||
| 68 | Barrier unable to perform requested operation due to UL requirements |
|
||||
| 69 | Barrier Unattended operation has been disabled per UL requirements |
|
||||
| 70 | Barrier failed to perform Requested operation, device malfunction |
|
||||
| 71 | Barrier Vacation Mode |
|
||||
| 72 | Barrier Safety Beam Obstacle |
|
||||
| 73 | Barrier Sensor Not Detected / Supervisory Error |
|
||||
| 74 | Barrier Sensor Low Battery Warning |
|
||||
| 75 | Barrier detected short in WallStation wires |
|
||||
| 76 | Barrier associated with non-Z-wave remote control |
|
||||
|
||||
### Emergency (Contact Fire Service) [Deprecated]
|
||||
2: Contact Fire Service
|
||||
|
||||
### Alarm (emergency) [Deprecated]
|
||||
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.
|
||||
|
@ -113,7 +152,9 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
### Alarm (burglar)
|
||||
### Burglar alarm (tampering)
|
||||
3: Tampering (case opened)
|
||||
|
||||
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.
|
||||
|
@ -340,6 +381,10 @@ Association group 1 supports 5 nodes.
|
|||
* [ID Lock 150 installation and user manual](https://opensmarthouse.org/zwavedatabase/1106/reference/ID-Lock-150-installation-and-user-manual.pdf)
|
||||
* [ID Lock 150 Z wave manual](https://opensmarthouse.org/zwavedatabase/1106/reference/IDLock150-ZWave-UserManual-v2-1.pdf)
|
||||
* [ZWave user manual v3.02 (FW 1.6)](https://opensmarthouse.org/zwavedatabase/1106/reference/IDLock150-ZWave-UserManual-v3-02.pdf)
|
||||
* [Firmware Release Notes 2020](https://opensmarthouse.org/zwavedatabase/1106/reference/versjonshistorikk-----id-lock_1.5.7.pdf)
|
||||
* [Firmware Release Notes 2020](https://opensmarthouse.org/zwavedatabase/1106/reference/versjonshistorikk-----id-lock_1.5.7_1.pdf)
|
||||
* [Z-wave module (FW 1.6) user manual](https://opensmarthouse.org/zwavedatabase/1106/reference/User-manual-Z-Wave-modul_EN_1.1.pdf)
|
||||
* [Firmware Release Notes 2020 (delete the other ones with same name)](https://opensmarthouse.org/zwavedatabase/1106/reference/versjonshistorikk-----id-lock_1.5.7_2.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -0,0 +1,398 @@
|
|||
---
|
||||
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_lzw31_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.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## 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 19 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 |
|
||||
| 21 | AC Power Type | Neutral or no neutral |
|
||||
| 22 | Switch Type | Single Pole or Multi Pole |
|
||||
|
||||
### 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```.
|
||||
|
||||
|
||||
### Parameter 21: AC Power Type
|
||||
|
||||
Neutral or no neutral
|
||||
Select whether you are wiring your switch with or without a neutral wire
|
||||
|
||||
0 = No-Neutral, 1 = Neutral
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Switch Type
|
||||
|
||||
Single Pole or Multi Pole
|
||||
Select what type of installation you have
|
||||
|
||||
0 = Single-Pole (ie: one switch), 1 = Multi-Switch (Dumb Switch), 2 = Multi-Switch (Auxillary Switch)
|
||||
Values in the range 0 to 2 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_22_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| Linked to BASIC|
|
||||
| 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://opensmarthouse.org/zwavedatabase/1171/reference/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](https://opensmarthouse.org/zwavedatabase/1171).
|
|
@ -0,0 +1,307 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: plug - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# plug Inteset Power Plug
|
||||
This describes the Z-Wave device *plug*, manufactured by *[Inteset Technologies,](https://intesettech.com/)* with the thing type UID of ```inteset_plug_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 plug 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
|
||||
|
||||
Z-Wave Plug - Single Outlet (w/ wattage meter)
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Touch the code button on plug 3 times rapidly. LED will flash yellow/green 5 times.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Touch the code button on plug 3 times rapidly. LED will flash pink/blue 5 times.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the plug -:
|
||||
|
||||
| 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 (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | 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 (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 (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 (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 following table provides a summary of the 12 configuration parameters available in the plug.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Send Meter Report Enable | Defines disable/enable meter report measure data to gateway |
|
||||
| 2 | Meter Report Interval | Defines interval time (in seconds) that the meter report data will be sent to the z-wave gateway |
|
||||
| 3 | Maximum Over-Load Current | Defines maximum current which power plug can provide for household load that is connected to the plug. |
|
||||
| 4 | Maximum Alarm Current | Defines maximum current. If load is greater than this parameter, the LED light will flash yellow. |
|
||||
| 5 | LED Display | Defines LED funtion (on/off) |
|
||||
| 6 | Configure Power Report | Defines how much power variation rate should reach to make the power plug report to the gateway. |
|
||||
| 7 | Remember Relay Status | Defines the relay status to be remembered or not. If remembered, plug would keep the relay status to be the same as the status before disconnection. |
|
||||
| 8 | Plug Time Switch Function | Defines the timer function enable/disable. Time period defined in parameter 9. |
|
||||
| 9 | Time Switch Period | Defines the time period that the plug will be switched off automatically. |
|
||||
| 10 | Button On/Off Enable | Enable/Disable the on/off function of the button on the device |
|
||||
| 11 | Clear Accumulated Energy | Clears accumulated energy saved in the plug |
|
||||
| 12 | Meter Enable | Enable/Disable the meter function |
|
||||
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
|
||||
|
||||
### Parameter 1: Send Meter Report Enable
|
||||
|
||||
Defines disable/enable meter report measure data to gateway
|
||||
|
||||
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```.
|
||||
|
||||
|
||||
### Parameter 2: Meter Report Interval
|
||||
|
||||
Defines interval time (in seconds) that the meter report data will be sent to the z-wave gateway
|
||||
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```300```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Maximum Over-Load Current
|
||||
|
||||
Defines maximum current which power plug can provide for household load that is connected to the plug.
|
||||
|
||||
Values in the range 1 to 16 may be set.
|
||||
|
||||
The manufacturer defined default value is ```13```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Maximum Alarm Current
|
||||
|
||||
Defines maximum current. If load is greater than this parameter, the LED light will flash yellow.
|
||||
|
||||
Values in the range 1 to 16 may be set.
|
||||
|
||||
The manufacturer defined default value is ```13```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: LED Display
|
||||
|
||||
Defines LED funtion (on/off)
|
||||
|
||||
Values in the range 0 to 0 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: Configure Power Report
|
||||
|
||||
Defines how much power variation rate should reach to make the power plug report to the gateway.
|
||||
|
||||
Values in the range 1 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Remember Relay Status
|
||||
|
||||
Defines the relay status to be remembered or not. If remembered, plug would keep the relay status to be the same as the status before disconnection.
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Plug Time Switch Function
|
||||
|
||||
Defines the timer function enable/disable. Time period defined in parameter 9.
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Time Switch Period
|
||||
|
||||
Defines the time period that the plug will be switched off automatically.
|
||||
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```150```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Button On/Off Enable
|
||||
|
||||
Enable/Disable the on/off function of the button on the device
|
||||
|
||||
Values in the range 0 to 1 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: Clear Accumulated Energy
|
||||
|
||||
Clears accumulated energy saved in the plug
|
||||
|
||||
Values in the range 0 to 255 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: Meter Enable
|
||||
|
||||
Enable/Disable the meter function
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_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 plug 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 5 nodes.
|
||||
|
||||
### Group 2: Group 2
|
||||
|
||||
Sends control commands to associated devices
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Group 3
|
||||
|
||||
Sends notifications to associtaed devices in this group.
|
||||
|
||||
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| |
|
||||
| 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| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Inteset-PowerPlug-UserManual](https://opensmarthouse.org/zwavedatabase/1321/reference/Inteset-PowerPlug-UserManual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1321).
|
|
@ -0,0 +1,139 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZW15R - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZW15R Tamper-Resistant Z-Wave Outlet - Model ZW15R
|
||||
This describes the Z-Wave device *ZW15R*, manufactured by *Leviton* with the thing type UID of ```leviton_zw15rz_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 ZW15R 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 Decora Smart branded Z-Wave enabled outlet is designed for use with modern Z-Wave hubs.
|
||||
|
||||
This product can be operated in any Z-Wave network with other Z-Wave certified devices from other manufacturers. Your outlet will act as a repeater in the network to increase the reliability of the network.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. To enter programming mode, hold the button for 7seconds. The status light will turn amber. Release and the status light will blink.
|
||||
2. Follow the Z-Wave controller instructions to enter inclusion mode.
|
||||
3. Tap the button one time. The status light will quickly flash green.
|
||||
4. The Z-Wave controller will confirm successful inclusion to the network.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. To enter programming mode, hold the button for 7seconds. The status light will turn amber. Release and the status light will blink.
|
||||
2. Follow Z-Wave controller directions to enter exclusion mode.
|
||||
3. Tap the the top of the paddle 1 time. The status light will quickly flash green.
|
||||
4. The Z-Wave controller will remove the device from the network.
|
||||
|
||||
|
||||
|
||||
|
||||
When removing a device from a network it is best practice to use the exclusion process. In situations where a device needs to be returned to factory default follow the following steps. A reset should only be used when a controller is inoperable or missing.
|
||||
|
||||
1. After holding the button for 7 seconds, the status light will turn amber. Continue holding the button for another 7 seconds (total of 14 seconds). Light will quickly flash red/amber.
|
||||
2. Release the button and the device will reset.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZW15R -:
|
||||
|
||||
| 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 following table provides a summary of the 1 configuration parameters available in the ZW15R.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 7 | Status LED Configuration | Allow turning the status LED to various modes (off, status, locator) |
|
||||
|
||||
### Parameter 7: Status LED Configuration
|
||||
|
||||
Allow turning the status LED to various modes (off, status, locator)
|
||||
0 = LED Off
|
||||
|
||||
254 = Status Mode
|
||||
|
||||
255 = Locater Mode
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```255```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_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 ZW15R supports 1 association group.
|
||||
|
||||
### Group 1: Controller
|
||||
|
||||
Lifeline
|
||||
Command Class: 0x5A01, 0x2503 and Ox8703
|
||||
|
||||
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_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_INDICATOR_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Product Data Sheet](https://opensmarthouse.org/zwavedatabase/1319/reference/20_RSN_GRE_0-31_Zwave_Rec_spec_sheet_v1p5.pdf)
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/1319/reference/DG-000-ZW15R-02A.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1319).
|
|
@ -0,0 +1,116 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: GD00Z-8-GC - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# GD00Z-8-GC Garage Door Opener
|
||||
This describes the Z-Wave device *GD00Z-8-GC*, manufactured by *Linear Corp* with the thing type UID of ```linear_gd00z8gc_00_000```.
|
||||
|
||||
The device is in the category of *Garage Door*, defining Garage Door.
|
||||
|
||||

|
||||
|
||||
|
||||
The GD00Z-8-GC 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
|
||||
|
||||
A garage door remote command transceiver with built-in Z-Wave technology
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press and release the link button
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press and release the link button
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Press the LINK button 5 times to reset the unit.
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the GD00Z-8-GC -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Alarm (burglar) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
|
||||
### 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 (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 |
|
||||
|
||||
|
||||
|
||||
## 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 GD00Z-8-GC 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_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_BARRIER_OPERATOR_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| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1323/reference/GoControl_GD00Z-8-GC_Manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1323).
|
|
@ -39,6 +39,10 @@ MATRIX’ remove function is initiated by pressing once on the centre switch (I
|
|||
|
||||
MATRIX can be factory reset by holding the centre switch (I) under the pushbutton cover, for at least 10 seconds. By following this procedure, all configuration parameters and the device network address will be reset back to the values they had when the device was manufactured.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Note that by default, polling of the binary switch returns the state of the the LED, and not the state of the switch. To change this, you must change parameters 19, 27, 35 and 43 to the value 2 (“As if pushbutton activated”).
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZDB5100 -:
|
||||
|
|
|
@ -8,6 +8,9 @@ title: MH-S411 - ZWave
|
|||
# MH-S411 Touch Panel Switch (Single)
|
||||
This describes the Z-Wave device *MH-S411*, manufactured by *[McoHome Technology Co., Ltd](http://www.mcohome.com/)* with the thing type UID of ```mcohome_mhs411_00_000```.
|
||||
|
||||

|
||||
|
||||
|
||||
The MH-S411 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
|
||||
|
|
|
@ -7,7 +7,6 @@ title: TPS411 - ZWave
|
|||
|
||||
# TPS411 Touch Panel Switch 1 Button
|
||||
This describes the Z-Wave device *TPS411*, manufactured by *[McoHome Technology Co., Ltd](http://www.mcohome.com/)* with the thing type UID of ```mcohome_tps411_00_000```.
|
||||
This version of the device is limited to firmware versions below 5.5
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -0,0 +1,132 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: IBT4 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# IBT4 BusT4-Z-Wave interface
|
||||
This describes the Z-Wave device *IBT4*, manufactured by *Nice* with the thing type UID of ```nice_ibt4_00_000```.
|
||||
|
||||
The device is in the category of *Garage Door*, defining Garage Door.
|
||||
|
||||

|
||||
|
||||
|
||||
The IBT4 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 BiDi-ZWave accessory is a device that – by means of Z-Wave™ communication – allows for controlling the
|
||||
|
||||
movement and status of Gate&Door-type Nice automations compatible with the BUS T4 (Opera) protocol.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press and release the S1 button 3 times
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press and release the S1 button 3 times
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the IBT4 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | 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.
|
||||
|
||||
### 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 |
|
||||
|
||||
### 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 |
|
||||
|
||||
|
||||
|
||||
## 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 IBT4 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_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_PROTECTION_V2| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_INDICATOR_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1320/reference/IBT4ZWAVE-EN.pdf)
|
||||
* [Tech Manual](https://opensmarthouse.org/zwavedatabase/1320/reference/IBT4ZWAVE-T-v0.7.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1320).
|
|
@ -7,7 +7,7 @@ title: ZMNHCD - ZWave
|
|||
|
||||
# ZMNHCD Flush Shutter
|
||||
This describes the Z-Wave device *ZMNHCD*, manufactured by *[Goap](http://www.qubino.com/)* with the thing type UID of ```qubino_zmnhcd_00_000```.
|
||||
This version of the device is limited to firmware versions below 4.0
|
||||
This version of the device is limited to firmware versions below 4.1
|
||||
|
||||
The device is in the category of *Blinds*, defining Roller shutters, window blinds, etc..
|
||||
|
||||
|
@ -41,6 +41,10 @@ To enable endpoint 2 (lamella tilt for venetian blinds), follow the procedure:
|
|||
* press push button I1 five times within 3s (5 times change switch state within 3 seconds) in the first 60 seconds after the module is connected to the power supply or
|
||||
* press service button S (only applicable for 24 V SELV supply voltage) for more than 6 second.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZMNHCD -:
|
||||
|
|
|
@ -0,0 +1,699 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: RE.GUARD - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# RE.GUARD Water leakage detector and meter
|
||||
This describes the Z-Wave device *RE.GUARD*, manufactured by *REHAU AG + Co* with the thing type UID of ```rehau_reguard_00_000```.
|
||||
|
||||
The device is in the category of *Valve*, defining Valves used to control water or gas. e.g. a flow stop valve..
|
||||
|
||||

|
||||
|
||||
|
||||
The RE.GUARD 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 Rehau RE.GUARD is a water manager which protects your home against water leakages and measures your consumption of water.
|
||||
|
||||
It has a highly sophisticated water meter and pressure meter built inside. Its algorithms are able to detect very small microleakages as well as larger leakages like e.g. pipe bursts. The sensibility can be adapted to your needs.
|
||||
Furthermore statistics of your water consumption can be created to help you save water.
|
||||
|
||||
This product is available at your professional plumber.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press Z-wave button for 3 seconds
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press Z-wave button 3 times in 3 seconds
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the RE.GUARD -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Open/Close | switch_binary | switch_binary | Switch | Switch |
|
||||
| Sensor (water_flow) | sensor_waterflow | sensor_waterflow | | |
|
||||
| Sensor (water_temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (water_pressure) | sensor_waterpressure | sensor_waterpressure | | |
|
||||
| water meter (m³) | meter_water_cubic_meters | meter_water_cubic_meters | Water | Number |
|
||||
| Alarm (flood) | alarm_flood | alarm_flood | Water | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (water_valve) | alarm_system | alarm_system | | 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 | Time | Number |
|
||||
|
||||
### Open/Close
|
||||
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 (water_flow)
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### Sensor (water_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 (water_pressure)
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
### water meter (m³)
|
||||
Indicates the instantaneous water consumption.
|
||||
|
||||
The ```meter_water_cubic_meters``` channel is of type ```meter_water_cubic_meters``` and supports the ```Number``` item and is in the ```Water``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (flood)
|
||||
Indicates if the flood alarm is triggered.
|
||||
|
||||
The ```alarm_flood``` channel is of type ```alarm_flood``` and supports the ```Switch``` item and is in the ```Water``` 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 |
|
||||
|
||||
### Alarm (water_valve)
|
||||
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 |
|
||||
|
||||
### 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 ```Time``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 40 configuration parameters available in the RE.GUARD.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | operation mode | 0 valve always off; 1 user absent/holiday; 2 user present; 3 valve always on |
|
||||
| 4 | fixed schedule time - hours | fixed schedule time hour for microleakage test |
|
||||
| 5 | fixed schedule time - minutes | fixed schedule time minute for microleakage test |
|
||||
| 6 | fixed schedule day | fixed day in bin 1111111, Su=1, Sa=2, Fr=4, Th=8, We=16, Tu=32, Mo=64, 0= auto |
|
||||
| 7 | automatic schedule time interval | automatic schedule time interval between microlekage tests, if not fixed |
|
||||
| 8 | micro leakage mesuring time | micro leakage mesuring time, time of closed valve |
|
||||
| 9 | micro leakage pressure drop | pressure drop for microleakage detection recognition |
|
||||
| 10 | micro leakage pressure drop abort | pressure drop in kPa |
|
||||
| 11 | number of measurements | how many in one time period |
|
||||
| 12 | wait time until next measurement | waiting time in minutes between two meassurements |
|
||||
| 13 | reaction to micro leakage | 0=disable detection, 1=blink LED, 2= blink LED andshut off valve |
|
||||
| 14 | macro leakage detected | 0 = no leackage 1 = leakage |
|
||||
| 15 | max flow rate if operation mode is 2 | max flow rate if operation mode is 2 |
|
||||
| 16 | max pressure drop if operation mode is 2 | max pressure drop if operation mode is 2 |
|
||||
| 17 | max liters if operation mode is 2 | max liters single water abstraction if operation mode is 2 |
|
||||
| 18 | max continuous liter if operation mode is 2 | max liter continuous water abstraction if operation mode is 2 |
|
||||
| 19 | max time if operation mode is 2 | max time of single water abstraction if operation mode is 2 |
|
||||
| 20 | max continious time if operation mode is 2 | max time of continous water abstraction if operation mode is 2 |
|
||||
| 21 | max flow rate if operation mode is 1 | max flow rate if operation mode is 1 |
|
||||
| 22 | max pressure drop if operation mode is 1 | max pressure drop if operation mode is 1 |
|
||||
| 23 | max liters if operation mode is 1 | max liters non continous water abstraction if operation mode is 1 |
|
||||
| 24 | max continuous liter if operation mode is 1 | max liters continuous water abstraction if operation mode is 2 |
|
||||
| 25 | max time if operation mode is 1 | max time of single water abstraction if operation mode is 1 |
|
||||
| 26 | max continuous time if operation mode is 1 | max time of continous water abstraction if operation mode is 1 |
|
||||
| 27 | macro leakage deactivation time | temporary macro leakage deactivation (e.g. filling pool) |
|
||||
| 28 | reaction to macro leakage | 0=disable detection, 1=blink LED, 2= blink LED and shut off valve |
|
||||
| 29 | flooding sensor detected a leak | 0-no leakage, 1- flooding sensor detected leakage |
|
||||
| 30 | reaction to flooding sensor | 0=disable detection, 1=blink LED, 2= blink LED and shut off valve |
|
||||
| 31 | backup battery nominal voltage | Nominal voltage of backup battery |
|
||||
| 32 | backup battery nominal capacity | Nominal capacity of backup battery |
|
||||
| 37 | time set correctly | 1 = time is set correctly, 0 = time is not set correctly |
|
||||
| 38 | total operating time | Counting total operation time internally |
|
||||
| 39 | operating time since last power on | operating time since last power on |
|
||||
| 49 | auto absent | 0 = disable, 1-168h time after no use, operation mode is changed to 1 (absent) |
|
||||
| 50 | water temperature high threshold | water temperature high threshold for warning of sanitary problems |
|
||||
| 51 | water temperature low threshold | water temperature low threshold for warning of risk of frost |
|
||||
| 52 | water pressure high threshold | water pressure high threshold for warning of values above valid operating cond. |
|
||||
| 53 | water pressure low threshold | water pressure high threshold for warning of values below valid operating cond. |
|
||||
| 54 | error code | error code to identify the reason of a warning or fault |
|
||||
| 56 | autolearning | automatic adaption of limits, set ids 15-26 to learned values |
|
||||
|
||||
### Parameter 1: operation mode
|
||||
|
||||
0 valve always off; 1 user absent/holiday; 2 user present; 3 valve always on
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | valve always off |
|
||||
| 1 | user absent/holiday |
|
||||
| 2 | user present |
|
||||
|
||||
The manufacturer defined default value is ```2``` (user present).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: fixed schedule time - hours
|
||||
|
||||
fixed schedule time hour for microleakage test
|
||||
|
||||
Values in the range 0 to 23 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 5: fixed schedule time - minutes
|
||||
|
||||
fixed schedule time minute for microleakage test
|
||||
|
||||
Values in the range 0 to 59 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: fixed schedule day
|
||||
|
||||
fixed day in bin 1111111, Su=1, Sa=2, Fr=4, Th=8, We=16, Tu=32, Mo=64, 0= auto
|
||||
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```127```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: automatic schedule time interval
|
||||
|
||||
automatic schedule time interval between microlekage tests, if not fixed
|
||||
|
||||
Values in the range 0 to 168 may be set.
|
||||
|
||||
The manufacturer defined default value is ```24```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: micro leakage mesuring time
|
||||
|
||||
micro leakage mesuring time, time of closed valve
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: micro leakage pressure drop
|
||||
|
||||
pressure drop for microleakage detection recognition
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: micro leakage pressure drop abort
|
||||
|
||||
pressure drop in kPa
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: number of measurements
|
||||
|
||||
how many in one time period
|
||||
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: wait time until next measurement
|
||||
|
||||
waiting time in minutes between two meassurements
|
||||
|
||||
Values in the range 0 to 60 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: reaction to micro leakage
|
||||
|
||||
0=disable detection, 1=blink LED, 2= blink LED andshut off valve
|
||||
|
||||
Values in the range 0 to 2 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: macro leakage detected
|
||||
|
||||
0 = no leackage 1 = leakage
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 15: max flow rate if operation mode is 2
|
||||
|
||||
max flow rate if operation mode is 2
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: max pressure drop if operation mode is 2
|
||||
|
||||
max pressure drop if operation mode is 2
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1000```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: max liters if operation mode is 2
|
||||
|
||||
max liters single water abstraction if operation mode is 2
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```400```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: max continuous liter if operation mode is 2
|
||||
|
||||
max liter continuous water abstraction if operation mode is 2
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```400```.
|
||||
|
||||
This parameter has the configuration ID ```config_18_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 19: max time if operation mode is 2
|
||||
|
||||
max time of single water abstraction if operation mode is 2
|
||||
|
||||
Values in the range 0 to 1440 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_19_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: max continious time if operation mode is 2
|
||||
|
||||
max time of continous water abstraction if operation mode is 2
|
||||
|
||||
Values in the range 0 to 1440 may be set.
|
||||
|
||||
The manufacturer defined default value is ```60```.
|
||||
|
||||
This parameter has the configuration ID ```config_20_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: max flow rate if operation mode is 1
|
||||
|
||||
max flow rate if operation mode is 1
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3680```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: max pressure drop if operation mode is 1
|
||||
|
||||
max pressure drop if operation mode is 1
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1000```.
|
||||
|
||||
This parameter has the configuration ID ```config_22_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: max liters if operation mode is 1
|
||||
|
||||
max liters non continous water abstraction if operation mode is 1
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_23_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 24: max continuous liter if operation mode is 1
|
||||
|
||||
max liters continuous water abstraction if operation mode is 2
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_24_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 25: max time if operation mode is 1
|
||||
|
||||
max time of single water abstraction if operation mode is 1
|
||||
|
||||
Values in the range 0 to 1440 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_25_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 26: max continuous time if operation mode is 1
|
||||
|
||||
max time of continous water abstraction if operation mode is 1
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_26_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 27: macro leakage deactivation time
|
||||
|
||||
temporary macro leakage deactivation (e.g. filling pool)
|
||||
|
||||
Values in the range 1 to 168 may be set.
|
||||
|
||||
The manufacturer defined default value is ```2```.
|
||||
|
||||
This parameter has the configuration ID ```config_27_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 28: reaction to macro leakage
|
||||
|
||||
0=disable detection, 1=blink LED, 2= blink LED and shut off valve
|
||||
|
||||
Values in the range 0 to 2 may be set.
|
||||
|
||||
The manufacturer defined default value is ```2```.
|
||||
|
||||
This parameter has the configuration ID ```config_28_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 29: flooding sensor detected a leak
|
||||
|
||||
0-no leakage, 1- flooding sensor detected leakage
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_29_1_wo``` and is of type ```INTEGER```.
|
||||
This is a write only parameter.
|
||||
|
||||
|
||||
### Parameter 30: reaction to flooding sensor
|
||||
|
||||
0=disable detection, 1=blink LED, 2= blink LED and shut off valve
|
||||
|
||||
Values in the range 0 to 2 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_30_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: backup battery nominal voltage
|
||||
|
||||
Nominal voltage of backup battery
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```6000```.
|
||||
|
||||
This parameter has the configuration ID ```config_31_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 32: backup battery nominal capacity
|
||||
|
||||
Nominal capacity of backup battery
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3000```.
|
||||
|
||||
This parameter has the configuration ID ```config_32_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 37: time set correctly
|
||||
|
||||
1 = time is set correctly, 0 = time is not set correctly
|
||||
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_37_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 38: total operating time
|
||||
|
||||
Counting total operation time internally
|
||||
|
||||
Values in the range 0 to 2147483647 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_38_4``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 39: operating time since last power on
|
||||
|
||||
operating time since last power on
|
||||
|
||||
Values in the range 0 to 2147483647 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_39_4``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 49: auto absent
|
||||
|
||||
0 = disable, 1-168h time after no use, operation mode is changed to 1 (absent)
|
||||
|
||||
Values in the range 0 to 168 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_49_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 50: water temperature high threshold
|
||||
|
||||
water temperature high threshold for warning of sanitary problems
|
||||
|
||||
Values in the range -1000 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```250```.
|
||||
|
||||
This parameter has the configuration ID ```config_50_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 51: water temperature low threshold
|
||||
|
||||
water temperature low threshold for warning of risk of frost
|
||||
|
||||
Values in the range -1000 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_51_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 52: water pressure high threshold
|
||||
|
||||
water pressure high threshold for warning of values above valid operating cond.
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1000```.
|
||||
|
||||
This parameter has the configuration ID ```config_52_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 53: water pressure low threshold
|
||||
|
||||
water pressure high threshold for warning of values below valid operating cond.
|
||||
|
||||
Values in the range 0 to 32000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_53_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 54: error code
|
||||
|
||||
error code to identify the reason of a warning or fault
|
||||
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_54_2``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 56: autolearning
|
||||
|
||||
automatic adaption of limits, set ids 15-26 to learned values
|
||||
automatic adaption of limits set ids 15-26 to learned values (only if the last 40 days are ok - no leakage)
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_56_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 RE.GUARD 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.
|
||||
Connection to Gateway
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Valve Status
|
||||
|
||||
Sends status of valve
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Leakage alarm
|
||||
|
||||
Sends notification in case of leackage
|
||||
|
||||
|
||||
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_SENSOR_MULTILEVEL_V9| |
|
||||
| COMMAND_CLASS_METER_V4| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V2| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V2| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V4| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_CLOCK_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [User Guide](https://opensmarthouse.org/zwavedatabase/1233/reference/multi-language-small.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1233).
|
|
@ -53,12 +53,12 @@ The following table summarises the channels available for the RS LED D2 Z-Wave -
|
|||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Sensor (luminance) | sensor_luminance | sensor_luminance | | Number |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (burglar) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Switch 1 | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Scene Number 1 | scene_number1 | scene_number | | Number |
|
||||
| Alarm (burglar) 2 | alarm_burglar2 | alarm_burglar | Door | Switch |
|
||||
| Sensor (luminance) | sensor_luminance3 | sensor_luminance | | Number |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
@ -82,11 +82,6 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| 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 (system)
|
||||
Indicates if a system alarm is triggered.
|
||||
|
||||
|
@ -133,6 +128,11 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Sensor (luminance)
|
||||
Indicates the current light reading.
|
||||
|
||||
The ```sensor_luminance3``` 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.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
|
|
@ -0,0 +1,227 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Heatit Z-Push Button 8 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Heatit Z-Push Button 8 Wall Mounted Switch
|
||||
This describes the Z-Wave device *Heatit Z-Push Button 8*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_4512581_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 Heatit Z-Push Button 8 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 Heatit Z-Push Button 8 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
|
||||
|
||||
Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.
|
||||
|
||||
Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.
|
||||
|
||||
**Functions:**
|
||||
|
||||
* Battery operated wall switch
|
||||
* Fits Gira System 55, Elko RS-16 and Schneider Exxact
|
||||
* Controls 4 separate groups and up to 20 units
|
||||
* Controls up to 16 scenarios via your gateway
|
||||
* LED-diode
|
||||
* Easy to install with screws or double-sided tape
|
||||
* Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
**Step 1.** Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.
|
||||
|
||||
**Step 2.** Set primary controller/gateway into adding mode.
|
||||
|
||||
**Step 3.** Press and hold down both buttons **I** and **O** of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
There are two removing methods.
|
||||
|
||||
**Method 1:** Removing from the primary controller/gateway as follows:
|
||||
|
||||
1. Set the primary controller/gateway into removing mode.
|
||||
2. Press and hold down both buttons **I** and **O** of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.
|
||||
|
||||
**Method 2:** Factory reset the remote control will force the remote control to be removed from a network.
|
||||
|
||||
A factory reset is done by press and holding down buttons **I** and **O** of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.
|
||||
|
||||
_Note:_ Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The Heatit Z-Push Button 8 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.
|
||||
|
||||
|
||||
The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down **I** and **O** buttons of the Group 2 together over 1 second to activate the remote control for 7s.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Heatit Z-Push Button 8 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:
|
||||
|
||||
| Event ID | Event Description |
|
||||
|----------|--------------------|
|
||||
| 0 | Single key press |
|
||||
| 1 | Key released |
|
||||
| 2 | Key held down |
|
||||
| 3 | Double keypress |
|
||||
| 4 | Tripple keypress |
|
||||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
||||
The ```system.battery-level``` channel is of type ```system.battery-level``` and supports the ```Number``` item and is in the ```Battery``` category.
|
||||
This channel provides the battery level as a percentage and also reflects the low battery warning state. If the battery state is in low battery warning state, this will read 0%.
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 1 configuration parameters available in the Heatit Z-Push Button 8.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | factory reset | factory reset |
|
||||
| | 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: factory reset
|
||||
|
||||
factory reset
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | normal operation |
|
||||
| 21930 | factory reset |
|
||||
|
||||
The manufacturer defined default value is ```0``` (normal operation).
|
||||
|
||||
This parameter has the configuration ID ```config_1_2``` and is of type ```INTEGER```.
|
||||
|
||||
### Wakeup Interval
|
||||
|
||||
The wakeup interval sets the period at which the device will listen for messages from the controller. This is required for battery devices that sleep most of the time in order to conserve battery life. The device will wake up at this interval and send a message to the controller to tell it that it can accept messages - after a few seconds, it will go back to sleep if there is no further communications.
|
||||
|
||||
This setting is defined in *seconds*. It is advisable not to set this interval too short or it could impact battery life. A period of 1 hour (3600 seconds) is suitable in most instances.
|
||||
|
||||
Note that this setting does not affect the devices ability to send sensor data, or notification events.
|
||||
|
||||
This parameter has the configuration ID ```wakeup_interval``` and is of type ```INTEGER```.
|
||||
|
||||
### Wakeup Node
|
||||
|
||||
When sleeping devices wake up, they send a notification to a listening device. Normally, this device is the network controller, and normally the controller will set this automatically to its own address.
|
||||
In the event that the network contains multiple controllers, it may be necessary to configure this to a node that is not the main controller. This is an advanced setting and should not be changed without a full understanding of the impact.
|
||||
|
||||
This parameter has the configuration ID ```wakeup_node``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The Heatit Z-Push Button 8 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.
|
||||
1. Send Command Class "Device Reset Locally Notification V1" to associated devices of the 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 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 **I/O** button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button 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.
|
||||
|
||||
### Group 3: Launch 2
|
||||
|
||||
Short press **I/O** button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Launch 3
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Launch 4
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 5 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_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| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Product sheet](https://opensmarthouse.org/zwavedatabase/1077/reference/Heatit-Z-Push-Button-8.pdf)
|
||||
* [Norweian Installers Manual - Z-Push Button 8](https://opensmarthouse.org/zwavedatabase/1077/reference/anual-heatit-z-push-button-8-fw-1-25-ver2018-a.pdf)
|
||||
* [English Installers Manual - Z-Push Button 8](https://opensmarthouse.org/zwavedatabase/1077/reference/a4-manual-heatit-z-push-button-8-fw-1-25-ver2018-b.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1077).
|
|
@ -0,0 +1,428 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: 9040 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# 9040 In Wall Dimmer module
|
||||
This describes the Z-Wave device *9040*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_9040_00_000```.
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
The 9040 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
|
||||
|
||||
Z-Wave Built-in receiver with dimmer function. Control input, AC 230V / DC 12V, for Pushdim. Max 400 W resistive load, 200 W LED. Front edge / Rear dimmer, adjustable lowest level. Compatible with Nexa Bridge and other Z-Wave controllers.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press the "Reset" button 3 times within 3 seconds or
|
||||
|
||||
press 3 times on connected switch within 3 seconds
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Set the Z-Wave controller in the exclusion mode (see controller's manual)
|
||||
|
||||
Press the "Reset" button 3 times within 3 seconds
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 9040 -:
|
||||
|
||||
| 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 (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 |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | 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 (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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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 |
|
||||
|
||||
### 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 17 configuration parameters available in the 9040.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | State after Power Failure | State after Power Failure |
|
||||
| 3 | Basic Report on Load Change | Basic Report on Load Change |
|
||||
| 4 | Default Fade Time | Default Fade Time in Seconds |
|
||||
| 5 | Minimum Brightness Value | Minimum Brightness Value |
|
||||
| 6 | Maximum Brightness Value | Maximum Brightness Value |
|
||||
| 7 | MOSFET driving type | MOSFET driving type |
|
||||
| 8 | External Switch Type | External Switch Type |
|
||||
| 9 | External Switch network management | External Switch network management |
|
||||
| 10 | Detect Load after Power On | Detect Load after Power On |
|
||||
| 11 | Wiring Type | Wiring Type |
|
||||
| 12 | Load Type | Load Type |
|
||||
| 13 | Over Current Protection | Over Current Protection |
|
||||
| 15 | Power Report Percent Threshold | Power Report Percent Threshold |
|
||||
| 21 | Power Metering Cycle | Power Metering Cycle |
|
||||
| 22 | Energy Metering Cycle | Energy Metering Cycle |
|
||||
| 23 | Voltage Metering Cycle | Voltage Metering Cycle |
|
||||
| 24 | Current Metering Cycle | Current Metering Cycle |
|
||||
|
||||
### Parameter 2: State after Power Failure
|
||||
|
||||
State after Power Failure
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Power Off |
|
||||
| 1 | Power On |
|
||||
| 2 | Restore Previous State |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Restore Previous State).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Basic Report on Load Change
|
||||
|
||||
Basic Report on Load Change
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Default Fade Time
|
||||
|
||||
Default Fade Time in Seconds
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 127 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Instantly |
|
||||
|
||||
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 Value
|
||||
|
||||
Minimum Brightness Value
|
||||
Higher number is higher minimum brightness
|
||||
Values in the range 0 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Maximum Brightness Value
|
||||
|
||||
Maximum Brightness Value
|
||||
Higher is brighter
|
||||
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
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| 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: External Switch Type
|
||||
|
||||
External Switch Type
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Push Button |
|
||||
| 1 | Normal on/off |
|
||||
| 2 | 3-way |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Push Button).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: External Switch network management
|
||||
|
||||
External Switch network management
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable).
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Detect Load after Power On
|
||||
|
||||
Detect Load after Power On
|
||||
detect load type, minimum brightness, maximum brightness
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable every time |
|
||||
| 2 | Enable only 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```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 11: Wiring Type
|
||||
|
||||
Wiring Type
|
||||
|
||||
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
|
||||
|
||||
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: Over Current Protection
|
||||
|
||||
Over Current Protection
|
||||
Over 1.5A for 20 seconds continuously
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disabled |
|
||||
| 1 | Enabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Power Report Percent Threshold
|
||||
|
||||
Power Report Percent Threshold
|
||||
|
||||
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 Metering Cycle
|
||||
|
||||
Power Metering Cycle
|
||||
Default 600 is 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_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Energy Metering Cycle
|
||||
|
||||
Energy Metering Cycle
|
||||
Default 1800 is 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 Metering Cycle
|
||||
|
||||
Voltage Metering Cycle
|
||||
|
||||
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 Metering Cycle
|
||||
|
||||
Current Metering Cycle
|
||||
|
||||
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```.
|
||||
|
||||
|
||||
## 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 9040 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 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_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [manual.pdf](https://opensmarthouse.org/zwavedatabase/1315/reference/SR-ZV9040A-A_Micro_Smart_Dimmer.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1315).
|
|
@ -0,0 +1,246 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: Heatit Z Push Button 8 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Heatit Z Push Button 8 Wall Mounted Switch
|
||||
This describes the Z-Wave device *Heatit Z Push Button 8*, manufactured by *ThermoFloor* with the thing type UID of ```thermofloor_4512581_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 Heatit Z Push Button 8 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 Heatit Z Push Button 8 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
|
||||
|
||||
Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.
|
||||
|
||||
Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.
|
||||
|
||||
**Functions:**
|
||||
|
||||
* Battery operated wall switch
|
||||
* Fits Gira System 55, Elko RS-16 and Schneider Exxact
|
||||
* Controls 4 separate groups and up to 20 units
|
||||
* Controls up to 16 scenarios via your gateway
|
||||
* LED-diode
|
||||
* Easy to install with screws or double-sided tape
|
||||
* Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
**Step 1.** Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.
|
||||
|
||||
**Step 2.** Set primary controller/gateway into adding mode.
|
||||
|
||||
**Step 3.** Press and hold down both buttons **I** and **O** of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
There are two removing methods.
|
||||
|
||||
**Method 1:** Removing from the primary controller/gateway as follows:
|
||||
|
||||
1. Set the primary controller/gateway into removing mode.
|
||||
2. Press and hold down both buttons **I** and **O** of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.
|
||||
|
||||
**Method 2:** Factory reset the remote control will force the remote control to be removed from a network.
|
||||
|
||||
A factory reset is done by press and holding down buttons **I** and **O** of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.
|
||||
|
||||
_Note:_ Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.
|
||||
|
||||
### Wakeup Information
|
||||
|
||||
The Heatit Z Push Button 8 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.
|
||||
|
||||
|
||||
The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down **I** and **O** buttons of the Group 2 together over 1 second to activate the remote control for 7s.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the Heatit Z Push Button 8 -:
|
||||
|
||||
| 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 |
|
||||
| Switch | switch_binary1 | switch_binary | Switch | Switch |
|
||||
| Dimmer | switch_dimmer1 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer2 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer3 | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Dimmer | switch_dimmer4 | switch_dimmer | DimmableLight | Dimmer |
|
||||
|
||||
### 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%.
|
||||
### Switch
|
||||
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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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_dimmer3``` 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_dimmer4``` 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 Heatit Z Push Button 8 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.
|
||||
1. Send Command Class "Device Reset Locally Notification V1" to associated devices of the 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 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 **I/O** button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button 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.
|
||||
|
||||
### Group 3: Launch 2
|
||||
|
||||
Short press **I/O** button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
### Group 4: Launch 3
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 4 supports 5 nodes.
|
||||
|
||||
### Group 5: Launch 4
|
||||
|
||||
Short press **I/O** button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".
|
||||
|
||||
Press and hold down **I/O** button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"
|
||||
|
||||
Association group 5 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_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| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V2| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| Linked to BASIC|
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V2| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| Linked to BASIC|
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V2| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| Linked to BASIC|
|
||||
#### Endpoint 4
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V2| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| Linked to BASIC|
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Product sheet](https://opensmarthouse.org/zwavedatabase/997/reference/Heatit-Z-Push-Button-8.pdf)
|
||||
* [Norwegian Installers Manual](https://opensmarthouse.org/zwavedatabase/997/reference/anual-heatit-z-push-button-2-fw-1-25-ver2018-a.pdf)
|
||||
* [Norweian Installers Manual - Z-Push Button 8](https://opensmarthouse.org/zwavedatabase/997/reference/anual-heatit-z-push-button-8-fw-1-25-ver2018-a.pdf)
|
||||
* [English Manual](https://opensmarthouse.org/zwavedatabase/997/reference/Heat-it-Z-Push-button-8-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/997).
|
|
@ -108,7 +108,7 @@ Detailed information on each parameter can be found in the sections below.
|
|||
|
||||
The thermostat will recover the operating mode after a power failure.
|
||||
|
||||
The following option values may be configured -:
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -124,7 +124,13 @@ This parameter has the configuration ID ```config_4_1``` and is of type ```INTEG
|
|||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The TZ10 supports 1 association group.
|
||||
The TZ10 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: State control
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ Edge or Pulse mode or EdgeToggle mode
|
|||
Edge mode: this mode is suitable for the bi stable wall switch that has indicator point on the switch, and the same position correspond to same state of relay1.
|
||||
Pulse mode: this mode is suitable for the toggle type wall switch to swap the state of Relay1.
|
||||
Edge-Toggle mode: this mode is suitable for the normal bi-stable switch, every time when change the state of the wall switch will also swap the state of Relay1.
|
||||
The following option values may be configured -:
|
||||
The following option values may be configured, in addition to values in the range 1 to 3 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -127,7 +127,7 @@ This parameter has the configuration ID ```switchall_mode``` and is of type ```I
|
|||
|
||||
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 TZ78 supports 1 association group.
|
||||
The TZ78 supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
|
@ -135,6 +135,11 @@ The Lifeline association group reports device status to a hub and is not designe
|
|||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: On/Off
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
|
|
@ -7,6 +7,7 @@ title: GR-105 - ZWave
|
|||
|
||||
# GR-105 Water Shutoff Valve
|
||||
This describes the Z-Wave device *GR-105*, manufactured by *UFairy G.R. Tech* with the thing type UID of ```ufairy_gr105_00_000```.
|
||||
This version of the device is limited to firmware versions below 10.0
|
||||
|
||||
The device is in the category of *Valve*, defining Valves used to control water or gas. e.g. a flow stop valve..
|
||||
|
||||
|
@ -31,6 +32,10 @@ With controller in exclusion mode, triple-press valve button within 1 second t
|
|||
|
||||
Holding the valve button for more than 10 seconds resets to factory default settings.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the GR-105 -:
|
||||
|
@ -84,7 +89,7 @@ Association group 1 supports 5 nodes.
|
|||
|
||||
### Documentation Links
|
||||
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/438/GR-105-EU-B.pdf)
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/438/reference/GR-105-EU-B.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ This valve clamps onto your existing valve, allowing you to open/close the valve
|
|||
Add/Delete button: the red button on the upper-front side.
|
||||
|
||||
|
||||
Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the rang for inclusion or exclusion.
|
||||
Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the range for inclusion or exclusion.
|
||||
|
||||
|
||||
Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.
|
||||
|
@ -37,7 +37,7 @@ Notice: it is recommended to keep the device within 1 meter to the controller du
|
|||
Add/Delete button: the red button on the upper-front side.
|
||||
|
||||
|
||||
Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the rang for inclusion or exclusion.
|
||||
Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the range for inclusion or exclusion.
|
||||
|
||||
|
||||
Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.
|
||||
|
@ -47,7 +47,7 @@ Notice: it is recommended to keep the device within 1 meter to the controller du
|
|||
|
||||
Reset to default:
|
||||
|
||||
Press and hold the button 10 seconds and release the button. The device will send the reset notication to the list node in the group 1 and erases the device memory, when the light ash it is resetting success.
|
||||
Press and hold the button 10 seconds and release the button. The device will send the reset notification to the list node in the group 1 and erases the device memory, when the light flash it is resetting success.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ title: ZEN16 - ZWave
|
|||
|
||||
# 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```.
|
||||
This version of the device is limited to firmware versions below 1.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.
|
||||
|
||||
|
@ -138,7 +139,6 @@ The following option values may be configured -:
|
|||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
| 3 | garage door |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
|
@ -156,7 +156,6 @@ The following option values may be configured -:
|
|||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
| 3 | garage door |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
|
@ -174,7 +173,6 @@ The following option values may be configured -:
|
|||
| 0 | Momentary switch |
|
||||
| 1 | Normal |
|
||||
| 2 | Toggle switch (default) |
|
||||
| 3 | garage door |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Toggle switch (default)).
|
||||
|
||||
|
@ -426,7 +424,6 @@ Association group 4 supports 5 nodes.
|
|||
### Documentation Links
|
||||
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1176/reference/zooz-s2-multirelay-zen16-ver1-0-manual-online.pdf)
|
||||
* [manual for firmware 1.0.2](https://opensmarthouse.org/zwavedatabase/1176/reference/zooz-s2-multirelay-zen16-ver1-02-manual-1.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -0,0 +1,682 @@
|
|||
---
|
||||
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_01_010```.
|
||||
This version of the device is limited to firmware versions 1.10 to 1.30
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
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. 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.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
**Manual Control From The Z-Wave Button**
|
||||
|
||||
|
||||
* 3 x tap: enter inclusion (pairing) mode
|
||||
* 5 x tap: change LED indicator mode (see parameter 5)
|
||||
|
||||
## 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 |
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (kVAh) | meter_kvah | meter_kvah | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
| 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.
|
||||
|
||||
### 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.
|
||||
|
||||
### 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 |
|
||||
|
||||
### 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 (kVAh)
|
||||
Indicates the energy consumption (kVAh).
|
||||
|
||||
The ```meter_kvah``` channel is of type ```meter_kvah``` 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.
|
||||
|
||||
### 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%.
|
||||
### 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 24 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 |
|
||||
| 15 | Auto Timer-Off Timer Unit for Relay 1 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 1 |
|
||||
| 16 | Auto Timer-On Timer Unit for Relay 1 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 1 |
|
||||
| 17 | Auto Timer-Off Timer Unit for Relay 2 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 2 |
|
||||
| 18 | Auto Timer-On Unit for Relay 2 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 2 |
|
||||
| 19 | Auto Timer-Off Timer Unit for Relay 3 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 3 |
|
||||
| 20 | Auto Timer-On Timer Unit for Relay 3 | Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 3 |
|
||||
| 21 | Relay 1 - Default Relay State | Decide whether you'd like Relay 1 to be normally open (NO) or normally closed (NC) |
|
||||
| 22 | Relay 2 - Default Relay State | Decide whether you'd like Relay 2 to be normally open (NO) or normally closed (NC) |
|
||||
| 23 | Relay 3 - Default Relay State | Decide whether you'd like Relay 3 to be normally open (NO) or normally closed (NC) |
|
||||
| 24 | DC Motor Mode | Sync Relay 1 and Relay 2 together to prevent them from being activated at the same time |
|
||||
|
||||
### 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) |
|
||||
| 3 | Garage door switch |
|
||||
|
||||
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) |
|
||||
| 3 | Garage door switch |
|
||||
|
||||
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) |
|
||||
| 3 | Garage door switch |
|
||||
|
||||
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```.
|
||||
|
||||
|
||||
### Parameter 15: Auto Timer-Off Timer Unit for Relay 1
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 1
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Auto Timer-On Timer Unit for Relay 1
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 1
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_16_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Auto Timer-Off Timer Unit for Relay 2
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 2
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: Auto Timer-On Unit for Relay 2
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 2
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_18_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 19: Auto Timer-Off Timer Unit for Relay 3
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 3
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_19_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: Auto Timer-On Timer Unit for Relay 3
|
||||
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 3
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Minutes (default) |
|
||||
| 1 | Seconds |
|
||||
| 2 | Hours |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Minutes (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_20_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Relay 1 - Default Relay State
|
||||
|
||||
Decide whether you'd like Relay 1 to be normally open (NO) or normally closed (NC)
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Normally open (relay reports off when it's open / switch is off and on |
|
||||
| 1 | Normally closed (relay reports off when it's open / switch is on and o |
|
||||
| 2 | Normally closed (relay reports off when it's closed / switch is off an |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Normally open (relay reports off when it's open / switch is off and on).
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Relay 2 - Default Relay State
|
||||
|
||||
Decide whether you'd like Relay 2 to be normally open (NO) or normally closed (NC)
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Normally open (relay reports off when it's open / switch is off and on |
|
||||
| 1 | Normally closed (relay reports off when it's open / switch is on and o |
|
||||
| 2 | Normally closed (relay reports off when it's closed / switch is off an |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Normally open (relay reports off when it's open / switch is off and on).
|
||||
|
||||
This parameter has the configuration ID ```config_22_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: Relay 3 - Default Relay State
|
||||
|
||||
Decide whether you'd like Relay 3 to be normally open (NO) or normally closed (NC)
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 2 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Normally open (relay reports off when it's open / switch is off and on |
|
||||
| 1 | Normally closed (relay reports off when it's open / switch is on and o |
|
||||
| 2 | Normally closed (relay reports off when it's closed / switch is off an |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Normally open (relay reports off when it's open / switch is off and on).
|
||||
|
||||
This parameter has the configuration ID ```config_23_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 24: DC Motor Mode
|
||||
|
||||
Sync Relay 1 and Relay 2 together to prevent them from being activated at the same time
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | DC motor mode disabled (relays will always turn on whenever activated) |
|
||||
| 1 | DC motor mode enabled (relay checks the status of the other relay afte |
|
||||
|
||||
The manufacturer defined default value is ```0``` (DC motor mode disabled (relays will always turn on whenever activated)).
|
||||
|
||||
This parameter has the configuration ID ```config_24_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_APPLICATION_STATUS_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
| COMMAND_CLASS_CHIMNEY_FAN_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_CONTROLLER_CONF_V1| |
|
||||
| COMMAND_CLASS_SENSOR_BINARY_V1| |
|
||||
| COMMAND_CLASS_METER_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_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_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_BATTERY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
#### Endpoint 1
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V1| |
|
||||
#### Endpoint 2
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V1| |
|
||||
#### Endpoint 3
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [manual](https://opensmarthouse.org/zwavedatabase/1326/reference/zooz-s2-multirelay-zen16-ver1.02-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](https://opensmarthouse.org/zwavedatabase/1326).
|
|
@ -5,7 +5,7 @@ title: ZEN24 - ZWave
|
|||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN24 Toggle Dimmer v2
|
||||
# ZEN24 Toggle Dimmer v1
|
||||
This describes the Z-Wave device *ZEN24*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen24_01_000```.
|
||||
This version of the device is limited to firmware versions 1.0 to 1.255
|
||||
|
||||
|
@ -54,6 +54,10 @@ If you are unable to include the Z-Wave switch to your controller, please try on
|
|||
|
||||
Please repeat the process following all steps carefully if the first attempt is unsuccessful.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN24 -:
|
||||
|
|
|
@ -0,0 +1,351 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN24 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN24 Toggle Dimmer V4
|
||||
This describes the Z-Wave device *ZEN24*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen24_04_000```.
|
||||
This version of the device is limited to firmware versions above 4.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 ZEN24 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 up 5 or 6 times very quickly when adding it.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## 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 |
|
||||
| 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 ZEN24.
|
||||
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 ZEN24 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_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [ZEN24 Version2.0 manual](https://opensmarthouse.org/zwavedatabase/1318/reference/zooz-z-wave-plus-toggle-dimmer-ZEN24-ver-2-manual.pdf)
|
||||
* [ZEN24 Version2.0 manual](https://opensmarthouse.org/zwavedatabase/1318/reference/ZEN24_Toggle_Dimmer_VER._4.01_Advanced_Settings.pdf)
|
||||
* [ZEN24 Version4.01 advanced settings](https://opensmarthouse.org/zwavedatabase/1318/reference/ZEN24_Toggle_Dimmer_VER._4.01_Advanced_Settings_1.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1318).
|
|
@ -0,0 +1,628 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZEN27 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZEN27 Paddle Switch v3
|
||||
This describes the Z-Wave device *ZEN27*, manufactured by *[Zooz](http://www.getzooz.com/)* with the thing type UID of ```zooz_zen27_03_000```.
|
||||
This version of the device is limited to firmware versions above 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 ZEN27 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
|
||||
* 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 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
|
||||
* Customizable LED indicator and air-gap switch for added safety
|
||||
|
||||
### 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. 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.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZEN27 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene | 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
|
||||
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 21 configuration parameters available in the ZEN27.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Paddle Orientation | Choose Paddle Functionality |
|
||||
| 2 | LED Indicator Control | Change behavior of the LED indicator |
|
||||
| 3 | Auto Turn-Off Timer | enable the Auto Turn-Off Timer |
|
||||
| 4 | Auto Turn-Off Timer Duration | set Auto Turn-Off Timer Duration |
|
||||
| 5 | Auto Turn-On Timer | enable the Auto Turn-On Timer |
|
||||
| 6 | Auto Turn-On Timer Duration | set Auto Turn-On Timer Duration |
|
||||
| 7 | Association Reports | Association Reports |
|
||||
| 8 | On Off Status After Power Failure | Set the on off status for the switch after power failure. |
|
||||
| 9 | Ramp Rate Control | Adjust the ramp rate for your dimmer |
|
||||
| 10 | Minimum Brightness | Set the minimum brightness level % |
|
||||
| 11 | Maximum Brightness | Set the maximum brightness level % |
|
||||
| 12 | Double Tap Function | brightness level after you double-tap upper paddle |
|
||||
| 13 | Scene enable/disable | Enable or disable scene control functionality for quick double tap triggers. |
|
||||
| 14 | Enable/Disable double tap | Move double tap functionality to single tap |
|
||||
| 15 | Local on/off control | Enable or disable local on/off control |
|
||||
| 16 | Physical dimming speed | Physical dimming speed |
|
||||
| 17 | Z-Wave ramp rate | Z-Wave ramp rate |
|
||||
| 18 | Custom brightness level | Custom brightness level |
|
||||
| 20 | Brightness reporting | Brightness reporting |
|
||||
| 21 | Reporting behavior for disabled physical control. | Reporting behavior for disabled physical control. |
|
||||
| 22 | Night Light Mode | Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second. |
|
||||
|
||||
### Parameter 1: Paddle Orientation
|
||||
|
||||
Choose Paddle Functionality
|
||||
Paddle Control
|
||||
|
||||
Parameter 1: Choose if you want the upper paddle to turn the light on or turn the light off when tapped
|
||||
|
||||
Values:
|
||||
|
||||
0 – Upper paddle turns the light on, lower paddle turns the light off (default);
|
||||
|
||||
1 – Upper paddle turns the light off, lower paddle turns the light on
|
||||
|
||||
Size: 1 byte dec.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Upper light on, lower light off |
|
||||
| 1 | Upper light off, lower light on |
|
||||
| 2 | Both toggle |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Upper light on, lower light 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
|
||||
LED Indicator Control
|
||||
|
||||
Parameter 2: 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
|
||||
|
||||
Values:
|
||||
|
||||
0 – LED indicator is on when switch is off, LED indicator is off when switch is on (default);
|
||||
|
||||
1 – LED indicator is on when switch is on, LED indicator is off when switch is off;
|
||||
|
||||
2 – LED indicator is always OFF
|
||||
|
||||
3 – LED indicator is always ON
|
||||
|
||||
Size: 1 byte dec.
|
||||
|
||||
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, LED off when switch on |
|
||||
| 1 | LED on when switch on, LED off when switch off |
|
||||
| 2 | LED indicator is always OFF |
|
||||
| 3 | LED indicator is always ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED on when switch off, LED off when switch on).
|
||||
|
||||
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
|
||||
Auto Turn-Off Timer
|
||||
|
||||
Parameter 3: Use this parameter to enable or disable the auto turn-off timer function
|
||||
|
||||
Values:
|
||||
|
||||
0 – timer disabled (default);
|
||||
|
||||
1 – timer enabled.
|
||||
|
||||
Size: 1 byte dec.
|
||||
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 Duration
|
||||
|
||||
set Auto Turn-Off Timer Duration
|
||||
Parameter 4: Use this parameter to set the time a?er 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 minutes.
|
||||
|
||||
Values: 1 – 65535 (minutes). 60 –default.
|
||||
|
||||
Size: 4 byte dec.
|
||||
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 the Auto Turn-On Timer
|
||||
Auto Turn-On Timer
|
||||
|
||||
Parameter 5: Use this parameter to enable or disable the auto turn-on timer function
|
||||
|
||||
Values:
|
||||
|
||||
0 – timer disabled (default);
|
||||
|
||||
1 – timer enabled.
|
||||
|
||||
Size: 1 byte dec.
|
||||
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 Duration
|
||||
|
||||
set Auto Turn-On Timer Duration
|
||||
Parameter 6: Use this parameter to set the time a?er which you want the switch to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.
|
||||
|
||||
Values: 1 – 65535 (minutes). Default
|
||||
|
||||
set to 60.
|
||||
|
||||
Size: 4 byte dec.
|
||||
Values in the range 1 to 65535 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Association Reports
|
||||
|
||||
Association Reports
|
||||
Choose which physical and Z-Wave triggers should prompt the dimmer to send a status change report to associated devices.
|
||||
|
||||
0 – none;
|
||||
|
||||
1 – physical tap on ZEN27 only;
|
||||
|
||||
2 – physical tap on connected 3-way switch only;
|
||||
|
||||
3 – physical tap on ZEN27 or connected 3-way switch;
|
||||
|
||||
4 – Z-Wave command from hub;
|
||||
|
||||
5 – physical tap on ZEN27 or Z-Wave command from hub;
|
||||
|
||||
6 – physical tap on connected 3-way switch or Z-Wave command from hub;
|
||||
|
||||
7 – physical tap on ZEN27 / connected 3-way switch or Z-Wave command from hub;
|
||||
|
||||
8 – timer only;
|
||||
|
||||
9 – physical tap on ZEN27 or timer;
|
||||
|
||||
10 – physical tap on connected 3-way switch or timer;
|
||||
|
||||
11 – physical tap on ZEN27 / connected 3-way switch or timer;
|
||||
|
||||
12 – Z-Wave command from hub or timer;
|
||||
|
||||
13 – physical tap on ZEN27, Z-Wave command from hub, or timer;
|
||||
|
||||
14 – physical tap on ZEN27 / connected 3-way switch, Z-Wave command from hub, or timer;
|
||||
|
||||
15 – all of the above (Default)
|
||||
Values in the range 0 to 15 may be set.
|
||||
|
||||
The manufacturer defined default value is ```15```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: On Off Status After Power Failure
|
||||
|
||||
Set the on off status for the switch after power failure.
|
||||
On Off Status After Power Failure
|
||||
|
||||
Parameter 8: Set the on off status for the switch after power failure.
|
||||
|
||||
Values:
|
||||
|
||||
0 – forced to OFF (regardless of state prior to power outage);
|
||||
|
||||
1 – forced to ON (regardless of state prior to power outage);
|
||||
|
||||
2 – remembers and restores on/off status a?er power failure (default)
|
||||
|
||||
Size: 1 byte dec.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | forced to OFF |
|
||||
| 1 | forced to ON |
|
||||
| 2 | remembers on/off status |
|
||||
|
||||
The manufacturer defined default value is ```2``` (remembers on/off status).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Ramp Rate Control
|
||||
|
||||
Adjust the ramp rate for your dimmer
|
||||
Adjust the ramp rate for your 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.
|
||||
|
||||
Values: 0 – 99 (seconds). Default set to 1.
|
||||
|
||||
Size: 1 byte dec.
|
||||
Values in the range 0 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
|
||||
|
||||
Set the minimum brightness level %
|
||||
Minimum and Maximum Brightness
|
||||
|
||||
Parameter 10: Set the minimum brightness level (in %) for your dimmer. You won’t be able to dim the light below the set value.
|
||||
|
||||
Values: 1 – 99 (%). Default set to 1.
|
||||
|
||||
Size: 1 byte dec.
|
||||
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
|
||||
|
||||
Set the maximum brightness level %
|
||||
Minimum and Maximum Brightness
|
||||
|
||||
Parameter 11: Set the maximum brightness level (in %) for your dimmer. You won’t be able to add brightness to the light beyond the set value. Note: if Parameter 12 is set to value 0, Parameter 11 is automatically disabled.
|
||||
|
||||
Values: 1 – 99 (%). Default set to 99.
|
||||
|
||||
Size: 1 byte dec.
|
||||
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
|
||||
|
||||
brightness level after you double-tap upper paddle
|
||||
Double Tap Function
|
||||
|
||||
Parameter 12: Choose if you want the dimmer to turn on to full brightness or custom brightness level after you double-tap the upper paddle.
|
||||
|
||||
Values:
|
||||
|
||||
0 – the light will turn on to full brightness with double tap (default).
|
||||
|
||||
1 – the light will turn on to the maximum brightness level set in Parameter 11 with double tap.
|
||||
|
||||
Size: 1 byte dec.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | full brightness |
|
||||
| 1 | maximum brightness level set |
|
||||
|
||||
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 enable/disable
|
||||
|
||||
Enable or disable scene control functionality for quick double tap triggers.
|
||||
Enable or disable scene control functionality for quick double tap triggers.
|
||||
|
||||
0 – scene control disabled (default). 1 – scene control enabled.
|
||||
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: Enable/Disable double tap
|
||||
|
||||
Move double tap functionality to single tap
|
||||
Enable or disable the double tap function and assign brightness level to single tap.
|
||||
|
||||
0 – double tap to full / maximum brightness level enabled (default).
|
||||
|
||||
1 – double tap to full / maximum brightness level disabled, single tap turns light on to last brightness level.
|
||||
|
||||
2 – double tap to full / maximum brightness level disabled, single tap turns light on to full / maximum brightness level.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | double tap max |
|
||||
| 1 | single tap last |
|
||||
| 2 | single tap max |
|
||||
|
||||
The manufacturer defined default value is ```0``` (double tap max).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Local on/off control
|
||||
|
||||
Enable or disable local on/off control
|
||||
Enable or disable local on/off control. If enabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.
|
||||
|
||||
0 – physical paddle control disabled.
|
||||
|
||||
1 – physical paddle control enabled (default).
|
||||
|
||||
2 – physical paddle and Z-Wave control disabled.
|
||||
|
||||
**NOTE:** tap the upper paddle 10 times quickly to change this mode.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | physical paddle control disabled |
|
||||
| 1 | physical paddle control enabled |
|
||||
| 2 | physical paddle and Z-Wave control disabled |
|
||||
|
||||
The manufacturer defined default value is ```1``` (physical paddle control enabled).
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Physical dimming speed
|
||||
|
||||
Physical dimming speed
|
||||
Set the time it takes to get from 0% to 100% brightness when pressing and holding the paddle (physical dimming). The number entered as value corresponds to the number of seconds.
|
||||
|
||||
1 – 99 (seconds). Default: 4
|
||||
Values in the range 1 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```4```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Z-Wave ramp rate
|
||||
|
||||
Z-Wave ramp rate
|
||||
Choose if you want to set the Z-Wave ramp rate independently of the physical ramp rate (using an appropriate command in your hub) or if you want them to match.
|
||||
|
||||
0 – Z-Wave ramp rate matches the physical ramp rate set in parameter 9;
|
||||
|
||||
1 – Z-Wave ramp rate is set independently using appropriate Z-Wave commands (default).
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Match physical ramp rate |
|
||||
| 1 | Independent ramp rate |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Independent ramp rate).
|
||||
|
||||
This parameter has the configuration ID ```config_17_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: Custom brightness level
|
||||
|
||||
Custom brightness level
|
||||
Set the custom brightness level (instead of the last set brightness level) you want the dimmer to come on to when you single tap the upper paddle.
|
||||
|
||||
0 – last brightness level (default);
|
||||
|
||||
1 – 99 (%) for custom brightness level.
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_18_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 20: Brightness reporting
|
||||
|
||||
Brightness reporting
|
||||
Choose how you'd like the dimmer to report when paddles are tapped and held and physical / Z-Wave control is enabled or disabled.
|
||||
|
||||
0 – report each brightness level to hub when physical / Z-Wave control is disabled for physical dimming (final level only reported if physical / Z-Wave control is enabled).
|
||||
|
||||
1 – report final brightness level only for physical dimming, regardless of the physical / Z-Wave control mode
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Report each level if control is diabled |
|
||||
| 1 | Only report final brightness level always |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Report each level if control is diabled).
|
||||
|
||||
This parameter has the configuration ID ```config_20_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Reporting behavior for disabled physical control.
|
||||
|
||||
Reporting behavior for disabled physical control.
|
||||
0 – switch reports on/off status and changes LED indicator state even if physical and Z-Wave control is disabled (default). 1 – switch doesn't report on/off status or change LED indicator state when physical (and Z-Wave) control is disabled.
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Night Light Mode
|
||||
|
||||
Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.
|
||||
Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_22_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 ZEN27 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.
|
||||
BASIC REPORT gets sent to this group
|
||||
This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Status
|
||||
|
||||
BASIC SET gets sent to this group
|
||||
This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Status #2
|
||||
|
||||
BASIC SET gets sent to this group
|
||||
This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.
|
||||
|
||||
Association group 3 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| Linked to BASIC|
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V2| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [User manual](https://opensmarthouse.org/zwavedatabase/1292/reference/zooz-s2-dimmer-zen27-manual.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
You can [contribute to the database here](https://opensmarthouse.org/zwavedatabase/1292).
|
|
@ -64,9 +64,9 @@ Upper Paddle
|
|||
|
||||
Lower Paddle
|
||||
|
||||
**TAP** x 1 for Scene 2, pressed (or OFF basic for associations)
|
||||
**TAP x 1** for Scene 2, pressed (or OFF basic for associations)
|
||||
|
||||
**TAP** x 2, 3, 4, or 5 for Scene 2 multi-tap
|
||||
**TAP x 2, 3, 4, or 5** for Scene 2 multi-tap
|
||||
|
||||
**HOLD** for Scene 2, held (or multilevel start level change, dim the light)
|
||||
|
||||
|
@ -78,16 +78,9 @@ The following table summarises the channels available for the ZEN34 -:
|
|||
|
||||
| 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.
|
||||
|
||||
|
|
|
@ -227,6 +227,7 @@ Association group 1 supports 5 nodes.
|
|||
### Group 2: BASIC SET
|
||||
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
|
|
@ -11,7 +11,7 @@ The skill currently supportes the English (U.S.) and English (U.K.) languages bu
|
|||
### Requirements
|
||||
|
||||
- A running [instance of Mycroft](https://mycroft.ai/get-mycroft/) (Mark 1, picroft, ...)
|
||||
- A running instance of openHAB (version 1.x or v2.x)
|
||||
- A running instance of openHAB
|
||||
- openHAB must be reacheable from the Mycroft instance
|
||||
|
||||
### Skill Installation
|
||||
|
|
|
@ -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 openHAB 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: 3x
|
||||
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 openHAB 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:
|
||||
|
@ -22,7 +22,7 @@ It consists in:
|
|||
- a machine-learning natural language processor based on [Apache OpenNLP](https://opennlp.apache.org) for intent classification and entity extraction (thanks to [nlp-intent-toolkit](https://github.com/mlehman/nlp-intent-toolkit));
|
||||
- a modular intent-based skill system with learning data provisioning (basic skills to retrieve item statuses, historical data and send basic commands are built-in, but more can be injected by other OSGi dependency injection);
|
||||
- a fully-featured responsive card-based user interface built with the [Quasar Framework](http://quasar-framework.org) and its companion REST API to interact with the bot;
|
||||
- an Eclipse SmartHome [Human Language Interpreter](http://docs.openhab.org/configuration/multimedia.html#human-language-interpreter) - this means once the natural language answers expand to more than "here's what I found" and "there you go", you will eventually be able to ask HABot questions and give it orders without a visual UI when coupled with speech-to-text and text-to-speech engines in ESH, for instance to build privacy-focused specialized voice assistant.
|
||||
- an openHAB [Human Language Interpreter](http://docs.openhab.org/configuration/multimedia.html#human-language-interpreter) - this means once the natural language answers expand to more than "here's what I found" and "there you go", you will eventually be able to ask HABot questions and give it orders without a visual UI when coupled with speech-to-text and text-to-speech engines in openHAB, for instance to build privacy-focused specialized voice assistant.
|
||||
|
||||
It is another step to have a full, open source, privacy-focused, integrated natural language processing toolchain for your openHAB smart home.
|
||||
|
||||
|
|
|
@ -25,6 +25,12 @@
|
|||
<description>The timeout in ms for each request</description>
|
||||
<default>3000</default>
|
||||
</parameter>
|
||||
<parameter name="bufferSize" type="integer" min="0">
|
||||
<label>Buffer Size</label>
|
||||
<description>Size of the response buffer (default 2048 kB)</description>
|
||||
<default>2048</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="username" type="text">
|
||||
<label>Username</label>
|
||||
<description>Basic Authentication username</description>
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="payloadAvailable" type="text">
|
||||
<label>Payload available</label>
|
||||
<label>Device Available Payload</label>
|
||||
<description>Payload of the 'Availability Topic', when the device is available. Default: 'ON'</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="payloadNotAvailable" type="text">
|
||||
<label>Payload not availabe</label>
|
||||
<label>Device Unavailable Payload</label>
|
||||
<description>Payload of the 'Availability Topic', when the device is *not* available. Default: 'OFF'</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
|
|
@ -104,12 +104,6 @@ Smart Strip<br /><h1>Overview</h1><p>Aeotec by Aeon Labs Smart Strip is a power
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:4;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary5" typeId="switch_binary">
|
||||
<label>Switch 5</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:5,COMMAND_CLASS_BASIC:5</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh5" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh) 5</label>
|
||||
<properties>
|
||||
|
@ -122,12 +116,6 @@ Smart Strip<br /><h1>Overview</h1><p>Aeotec by Aeon Labs Smart Strip is a power
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:5;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary6" typeId="switch_binary">
|
||||
<label>Switch 6</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:6,COMMAND_CLASS_BASIC:6</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh6" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh) 6</label>
|
||||
<properties>
|
||||
|
|
|
@ -59,7 +59,7 @@ Micro Smart Energy Switch G2<br /><h1>Overview</h1><p>The Aeotec Micro Smart Ene
|
|||
<property name="manufacturerId">0086</property>
|
||||
<property name="manufacturerRef">0003:0012</property>
|
||||
<property name="dbReference">278</property>
|
||||
<property name="defaultAssociations">1,2</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
|
@ -194,6 +194,9 @@ Micro Smart Energy Switch G2<br /><h1>Overview</h1><p>The Aeotec Micro Smart Ene
|
|||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Target for automatic reports</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="aeotec_zw187_00_000" listed="false">
|
||||
<label>ZW187 Recessed Door Sensor 7</label>
|
||||
<description><![CDATA[
|
||||
Recessed Door Sensor 7<br /><h1>Overview</h1><p>Aeotec Recessed Door Sensor (Gen 7) installs within a door's frame detecting the status of a door. </p> <br /><h2>Inclusion Information</h2><p><strong>Add Recessed Door Sensor to your Z-Wave network.</strong></p> <p>Getting your Recessed Door Sensor Gen7 up and running is as simple as powering it up, and adding it to your Z-Wave network. There are 2 methods to pairing your sensor depending on the capabilities of your Z-Wave gateway/controller/hub.</p> <p><strong>SmartStart Inclusion.</strong></p> <p>You can use this method of inclusion only if your Z-Wave gateway/controller/hub supports SmartStart.</p> <ol><li>Open up your Z-Wave gateway/controller/hub app over your Smartphone.</li> <li>Select SmartStart inclusion.</li> <li>Scan the QR code located on Recessed Door Sensor Gen7.</li> <li>Once scanned, Recessed Door Sensor 7 will join your Z-Wave network automatically within 10 minutes from when it is powered up.</li> </ol><p><strong>Classic Inclusion.</strong></p> 1. Decide on where you want your Recessed Door Sensor 7 to be placed. <p>2.Set your Z-Wave Controller into pairing mode.</p> <p>3. Press the Z-Wave Button on your Recessed Door Sensor 7 and quickly release the button (should only be a quick tap action on the button).<br /><br />Recessed Door Sensor 7 will quickly flash its red LED up to 30 seconds or until it is paired successfully. If successfully paired, the red LED will become solid for 10 seconds.</p> <p>If your Recessed Door Sensor failed to pair, the LED will return to slow breathing LED. If it is this case, please return to step 2.</p> <p>4. If you pairing with S2 encryption/security, enter the first 5 digits of the DSK into your controller/gateway/hub interface when requested.</p> <p>When Recessed Door Sensor 7 successfully joins your Z-Wave network its LED will turn solid red for 10 seconds. If LED</p> <p>becomes slow fade-in fade-out Red color before turning off, it means the device is still unable to join your Z-Wave</p> <p>network; repeat the above steps and please contact us for further support if needed.</p> <p>Manual: https://aeotec.com/hidden-z-wave-door-sensor/</p> <br /><h2>Exclusion Information</h2><p><strong>Remove your sensor from your Z-Wave network (Software reset).</strong></p> <p>Your Recessed Door Sensor can be removed from your Z-Wave network at any time. You'll need to use your Z-Wave network's main controller to do this. </p> <ol><li>Set your Z-Wave Controller into its ‘Remove Device‘ mode in order to remove the product from your Z-Wave system Refer to the Controller's manual if you are unsure of how to perform this step.</li> <li>Make sure the product is powered.</li> <li>Click Action Button once; LED will become flash Red color for 5 seconds.</li> <li>If Removing fails, it will extinguish, without slow fade-in fade-out Red color.</li> <li>If Removing succeeds, it will become slow fade-in fade-out Red color for 10 seconds, and then extinguish. Now, it is Roved from Z-Wave network successfully.</li> </ol><p><b>Manually Factory Reset your sensor.</b></p> <p>If the primary controller is missing or inoperable, you may need to reset the device to factory settings. Make sure the product is powered. To complete the reset process manually, </p> <ul><li>Press and hold the Action Button for at least 20 seconds. <ul><li><strong>@2 seconds</strong>, LED will shows a slow pulsing LED</li> <li><strong>@5 seconds</strong>, LED will pulse faster</li> <li><strong>@10 seconds</strong>, LED will flash even faster.</li> <li><strong>@20 seconds</strong>, LED will become solid for 2 seconds to indicate it factory reset. <ul><li>You can release the action button here.</li> </ul></li> <li><strong>@22 seconds</strong>. LED will breathe slowly to indicate it is factory reset.</li> </ul></li> <li>Release the Action Button when LED becomes slow fade-in fade-out red color.</li> </ul><p><strong>Note:</strong></p> <p>1. This procedure should only be used when the primary controller is missing or inoperable.</p> <p>2. Factory Reset will:</p> <p>(a) Remove the product from Z-Wave network;</p> <p>(b) Delete the Association setting;</p> <p>(c) Restore the configuration settings to the default.</p> <p>Manual: https://aeotec.com/hidden-z-wave-door-sensor/</p> <br /><h2>Wakeup Information</h2><p><b>Wakeup your Recessed Door Sensor for configuration.</b></p> <p>You can wakeup Recessed Door Sensor 7 to communicate with your Z-Wave gateway or push configuration settings to your sensor.</p> <p>To wake up your sensor, follow these steps:</p> <ul><li>Press and hold the Action Button for at least 2 seconds, but before 5 seconds. <ul><li><strong>@2 seconds</strong>, LED will shows a slow pulsing LED <ul><li>Release action button here to toggle 10 minute wakeup.</li> <li>If successful, LED will remain solid until sensor goes back to sleep.</li> </ul></li> </ul></li> </ul><p>Manual: https://aeotec.com/hidden-z-wave-door-sensor/</p>
|
||||
Recessed Door Sensor 7<br /> <h1>Overview</h1><p>Aeotec Recessed Door Sensor (Gen 7) installs within a door's frame detecting the status of a door. </p> <br /> <h2>Inclusion Information</h2><p><strong>Add Recessed Door Sensor to your Z-Wave network.</strong></p> <p>Getting your Recessed Door Sensor Gen7 up and running is as simple as powering it up, and adding it to your Z-Wave network. There are 2 methods to pairing your sensor depending on the capabilities of your Z-Wave gateway/controller/hub.</p> <p><strong>SmartStart Inclusion.</strong></p> <p>You can use this method of inclusion only if your Z-Wave gateway/controller/hub supports SmartStart.</p> <ol><li>Open up your Z-Wave gateway/controller/hub app over your Smartphone.</li> <li>Select SmartStart inclusion.</li> <li>Scan the QR code located on Recessed Door Sensor Gen7.</li> <li>Once scanned, Recessed Door Sensor 7 will join your Z-Wave network automatically within 10 minutes from when it is powered up.</li> </ol> <p><strong>Classic Inclusion.</strong></p><ol><li>Decide on where you want your Recessed Door Sensor 7 to be placed.</li><li>Set your Z-Wave Controller into pairing mode.</li><li>Press the Z-Wave Button on your Recessed Door Sensor 7 and quickly release the button (should only be a quick tap action on the button).</li></ol><p><br />Recessed Door Sensor 7 will quickly flash its red LED up to 30 seconds or until it is paired successfully. If successfully paired, the red LED will become solid for 10 seconds.</p> <p>If your Recessed Door Sensor failed to pair, the LED will return to slow breathing LED. If it is this case, please return to step 2.</p> <ol><li>If you pairing with S2 encryption/security, enter the first 5 digits of the DSK into your controller/gateway/hub interface when requested.</li></ol> <p>When Recessed Door Sensor 7 successfully joins your Z-Wave network its LED will turn solid red for 10 seconds. If LED</p> <p>becomes slow fade-in fade-out Red color before turning off, it means the device is still unable to join your Z-Wave</p> <p>network; repeat the above steps and please contact us for further support if needed.</p> <p>Manual: https://aeotec.com/hidden-z-wave-door-sensor/</p> <br /> <h2>Exclusion Information</h2><p><strong>Remove your sensor from your Z-Wave network (Software reset).</strong></p> <p>Your Recessed Door Sensor can be removed from your Z-Wave network at any time. You'll need to use your Z-Wave network's main controller to do this. </p> <ol><li>Set your Z-Wave Controller into its ‘Remove Device‘ mode in order to remove the product from your Z-Wave system Refer to the Controller's manual if you are unsure of how to perform this step.</li> <li>Make sure the product is powered.</li> <li>Click Action Button once; LED will become flash Red color for 5 seconds.</li> <li>If Removing fails, it will extinguish, without slow fade-in fade-out Red color.</li> <li>If Removing succeeds, it will become slow fade-in fade-out Red color for 10 seconds, and then extinguish. Now, it is Roved from Z-Wave network successfully.</li> </ol> <p><b>Manually Factory Reset your sensor.</b></p> <p>If the primary controller is missing or inoperable, you may need to reset the device to factory settings. Make sure the product is powered. To complete the reset process manually, </p> <ul><li>Press and hold the Action Button for at least 20 seconds. <ul><li><strong>@2 seconds</strong>, LED will shows a slow pulsing LED</li> <li><strong>@5 seconds</strong>, LED will pulse faster</li> <li><strong>@10 seconds</strong>, LED will flash even faster.</li> <li><strong>@20 seconds</strong>, LED will become solid for 2 seconds to indicate it factory reset. <ul><li>You can release the action button here.</li> </ul></li> <li><strong>@22 seconds</strong>. LED will breathe slowly to indicate it is factory reset.</li> </ul></li> <li>Release the Action Button when LED becomes slow fade-in fade-out red color.</li> </ul> <p><strong>Note:</strong></p> <ol><li>1. This procedure should only be used when the primary controller is missing or inoperable.</li><li>Factory Reset will:</li></ol> <ul><li>Remove the product from Z-Wave network;</li><li>Delete the Association setting;</li><li>Restore the configuration settings to the default.</li></ul> <p>Manual: https://aeotec.com/hidden-z-wave-door-sensor/</p> <br /> <h2>Wakeup Information</h2><p><b>Wakeup your Recessed Door Sensor for configuration.</b></p> <p>You can wakeup Recessed Door Sensor 7 to communicate with your Z-Wave gateway or push configuration settings to your sensor.</p> <p>To wake up your sensor, follow these steps:</p> <ul><li>Press and hold the Action Button for at least 2 seconds, but before 5 seconds. <ul><li><strong>@2 seconds</strong>, LED will shows a slow pulsing LED <ul><li>Release action button here to toggle 10 minute wakeup.</li> <li>If successful, LED will remain solid until sensor goes back to sleep.</li></ul></li></ul></li></ul>
|
||||
]]></description>
|
||||
<category>Sensor</category>
|
||||
|
||||
|
@ -32,7 +32,7 @@ Recessed Door Sensor 7<br /><h1>Overview</h1><p>Aeotec Recessed Door Sensor (Gen
|
|||
<property name="vendor">Aeotec Limited</property>
|
||||
<property name="modelId">ZW187</property>
|
||||
<property name="manufacturerId">0371</property>
|
||||
<property name="manufacturerRef">0102:00BB</property>
|
||||
<property name="manufacturerRef">0002:00BB,0102:00BB</property>
|
||||
<property name="dbReference">1226</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
|
|
@ -32,6 +32,12 @@ August Smart Lock Pro 3rd Gen<br /><h1>Overview</h1><p>Give your customer total
|
|||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_raw" typeId="alarm_raw">
|
||||
<label>Alarm (raw)</label>
|
||||
<properties>
|
||||
<property name="binding:*:StringType">COMMAND_CLASS_ALARM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@ Room Thermostat<br /><h1>Overview</h1><p>The Danfoss Link™ RS (Room Sensor) ha
|
|||
<property name="vendor">Danfoss</property>
|
||||
<property name="modelId">014G0160</property>
|
||||
<property name="manufacturerId">0002</property>
|
||||
<property name="manufacturerRef">0003:8010</property>
|
||||
<property name="manufacturerRef">0003:8010,8003:8001</property>
|
||||
<property name="dbReference">359</property>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -0,0 +1,476 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="devolo_flushdimmer_00_000" listed="false">
|
||||
<label>Flush Dimmer Flush Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Flush Dimmer<br /> <h1>Overview</h1><p>This Z-Wave module is used for dimming the bulb or to manage the speed of a fan. The module can be controlled either through a Z-Wave network or through the wall switch. The module is designed to be mounted inside a "flush mounting box", hidden behind a traditional wall switch. Module measures power consumption of bulb or fan and supports connection of digital temperature sensor. It is designed to act as repeater in order to improve range and stability of Z-wave network.</p> <br /> <h2>Inclusion Information</h2><p>WARNING: Service button S <strong>must NOT be used</strong> when module is connected to 110-230V power supply.</p> <ul><li>Connect module to power supply (with temperature sensor connected - if purchased),</li> <li>Enable add/remove mode on main controller</li> <li>Auto-inclusion (works for about 2 minutesafter connected to power supply) or</li> <li><strong>110V-230V power supply: </strong>Press push button I1 three times within 3 seconds (3 times change switch state within 3 seconds)</li> <li><strong>24V SELV: </strong>Press service button <strong>S</strong> for more than 2 seconds.</li> </ul><p><strong>NOTE1:</strong> For auto-inclusion procedure, first set main controller into inclusion mode and then connect module to power supply.</p> <p><strong>NOTE2:</strong> When connecting temperature sensor to module that has already been included, you have to exclude module first. Switch off power supply,connect the sensor and re-include the module.</p> <br /> <h2>Exclusion Information</h2><p>WARNING: Service button S <strong>must NOT be used</strong> when module is connected to 110-230V power supply.</p> <ul><li>Connect module to power supply (with temperature sensor connected - if purchased),</li> <li>Enable add/remove mode on main controller</li> <li>Auto-inclusion (works for about 2 minutesafter connected to power supply) or</li> <li><strong>110V-230V power supply: </strong>Press push button I1 three times within 3 seconds (3 times change switch state within 3 seconds)</li> <li><strong>24V SELV: </strong>Press service button <strong>S</strong> for more than 2 seconds.</li> </ul><p><strong>NOTE1:</strong> For auto-inclusion procedure, first set main controller into inclusion mode and then connect module to power supply.</p> <p><strong>NOTE2:</strong> When connecting temperature sensor to module that has already been included, you have to exclude module first. Switch off power supply,connect the sensor and re-include the module.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_binary" typeId="sensor_binary">
|
||||
<label>Binary Sensor</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary1" typeId="switch_binary">
|
||||
<label>Switch 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer1" typeId="switch_dimmer">
|
||||
<label>Dimmer 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts1" typeId="meter_watts">
|
||||
<label>Electric meter (watts) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:1;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh1" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER:1;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power1" typeId="alarm_power">
|
||||
<label>Alarm (power) 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:1;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_binary2" typeId="sensor_binary">
|
||||
<label>Binary Sensor 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_burglar2" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar) 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:2;type=BURGLAR</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_binary3" typeId="sensor_binary">
|
||||
<label>Binary Sensor 3</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_burglar3" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar) 3</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:3;type=BURGLAR</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Devolo</property>
|
||||
<property name="modelId">Flush Dimmer</property>
|
||||
<property name="manufacturerId">0175</property>
|
||||
<property name="manufacturerRef">0001:0051</property>
|
||||
<property name="dbReference">1314</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: Input 1 switch type</label>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Mono-stable switch type (push button)</option>
|
||||
<option value="1">Bi-stable switch type</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Input 2 switch type</label>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Mono-stable switch type (push button)</option>
|
||||
<option value="1">Bi-stable switch type</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Input 2 contact type</label>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">NO (normally open) input type</option>
|
||||
<option value="1">NC (normally closed) input type</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Input 3 contact type</label>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">NO (normally open) input type</option>
|
||||
<option value="1">NC (normally closed) input type</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_2" type="integer" groupName="configuration">
|
||||
<label>10: Activate / deactivate functions ALL ON / ALL OFF</label>
|
||||
<description><![CDATA[
|
||||
Flush dimmer module responds to commands ALL ON / ALL OFF<br /> <h1>Overview</h1><p>Flush dimmer module responds to commands ALL ON / ALL OFF that may be sent by the main controller or by other controller belonging to the system.</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<options>
|
||||
<option value="0">ALL ON is not active, ALL OFF is not active</option>
|
||||
<option value="1">ALL ON is not active, ALL OFF active</option>
|
||||
<option value="2">ALL ON active, ALL OFF is not active</option>
|
||||
<option value="255">ALL ON active, ALL OFF active</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_2" type="integer" groupName="configuration"
|
||||
min="0" max="32536">
|
||||
<label>11: Automatic turning off output after set time</label>
|
||||
<description><![CDATA[
|
||||
Auto OFF enabled with defined time, step is 1 second.<br /> <h1>Overview</h1><ul><li>0 - Auto OFF disabled</li> <li>1 – 32536 = 1 second – 32536 seconds</li> </ul>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_2" type="integer" groupName="configuration"
|
||||
min="0" max="32536">
|
||||
<label>12: Automatic turning on output after set time</label>
|
||||
<description><![CDATA[
|
||||
Auto ON enabled with defined time, step is 1 second.<br /> <h1>Overview</h1><ul><li>0 - Auto ON disabled</li> <li>1 – 32536 = 1 second – 32536 seconds</li> </ul>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: Enable / Disable 3-way switch</label>
|
||||
<description><![CDATA[
|
||||
Dimming is done by push button or switch connected to I1.<br /> <h1>Overview</h1><p>Dimming is done by push button or switch connected to I1 (by default).</p> <p>Enabling 3way switch, dimming can be controlled by push button or switch connected to I1 and I2.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">single push button (connected to I1)</option>
|
||||
<option value="1">3-way switch (connected to I1 and I2)</option>
|
||||
<option value="2">Additional switch connected to I2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration">
|
||||
<label>21: Enable / Disable Double click function</label>
|
||||
<description><![CDATA[
|
||||
A fast double click on the push button will set dimming power at maximum.<br /> <h1>Overview</h1><p>If Double click function is enabled, a fast double click on the push button will set dimming power at maximum dimming value.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">double click disabled</option>
|
||||
<option value="1">double click enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_30_1" type="integer" groupName="configuration">
|
||||
<label>30: Saving the state after a power failure</label>
|
||||
<description><![CDATA[
|
||||
Saving the state after a power failure<br /> <h1>Overview</h1><p>If state saving is enabled, flush dimmer module saves its state before power failure (it returns to the last position saved before a power failure).</p> <p>If state saving is disabled, flush dimmer module does not save the state after a power failure.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Save state enabled</option>
|
||||
<option value="1">Save state disabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_40_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>40: Power reporting in watts on power change</label>
|
||||
<description><![CDATA[
|
||||
Set value is percentage, set value from 0 - 100 = 0% - 100%.<br /> <h1>Overview</h1><p>Set value means percentage, set value from 0 - 100 = 0% - 100%. Default value is 5.</p> <ul><li>0 – Reporting Disabled</li> <li>1 – 100 = 1% - 100% Reporting enabled.</li> </ul><p>Power report is send (push) only when actual power in Watts in real time changes for more than set percentage comparing to previous actual power in Watts, step is 1%.</p> <p>NOTE: if power changed is less than 1W, the report is not send (pushed), independent of percentage set.</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_42_2" type="integer" groupName="configuration"
|
||||
min="0" max="32767">
|
||||
<label>42: Power reporting in Watts by time interval</label>
|
||||
<description><![CDATA[
|
||||
Set value means time interval (0 – 32767) in seconds.<br /> <h1>Overview</h1><p>Set value means time interval (0 – 32767) in seconds, when power report is sent.</p> <ul><li>0 – reporting disabled</li> <li>1 – 32767 = 1 second – 32767 seconds. Reporting enabled.</li> </ul><p>Power report is send with time interval set by entered value.</p>
|
||||
]]></description>
|
||||
<default>300</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_60_1" type="integer" groupName="configuration"
|
||||
min="1" max="98">
|
||||
<label>60: Minimum dimming value</label>
|
||||
<description><![CDATA[
|
||||
Minimum dimming value is set by entered value.<br /> <h1>Overview</h1><ul><li>1-98 = 1% – 98%, step is 1%. Minimum dimming value is set by entered value.</li> </ul><p>NOTE: The minimum level may not be higher than the maximum level! 1% min. dimming value is defined by Z- Wave multilevel device class.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_61_1" type="integer" groupName="configuration"
|
||||
min="2" max="99">
|
||||
<label>61: Maximum dimming value</label>
|
||||
<description><![CDATA[
|
||||
Maximum dimming value is set by entered value.<br /> <h1>Overview</h1><ul><li>2-99 = 2% – 99%, step is 1%. Maximum dimming value is set by entered value.</li> </ul><p>NOTE: The maximum level may not be lower than the minimum level! 99% max. dimming value is defined by Z- Wave multilevel device class.</p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_65_2" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>65: Dimming time (soft on/off)</label>
|
||||
<description><![CDATA[
|
||||
Set value means time of moving the Dimmer between min. and max. dimming values<br /> <h1>Overview</h1><p>Set value means time of moving the Dimmer between min. and max. dimming values by short press of push button I1 or controlled through UI (BasicSet).</p> <ul><li>default value 100 = 1s</li> <li>1 - 255 = 100 mseconds – 25500 mseconds, step is 10 mseconds</li> </ul>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_66_2" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>66: Dimming time when key pressed</label>
|
||||
<description><![CDATA[
|
||||
Time of moving the Dimmer between min. and max dimming values<br /> <h1>Overview</h1><p>Time of moving the Dimmer between min. and max dimming values by continuous hold of push button I1 or associated device.</p> <ul><li>default value 3 = 3s</li> <li>1- 255 = 1 second – 255 seconds.</li> </ul>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_67_1" type="integer" groupName="configuration">
|
||||
<label>67: Ignore start level</label>
|
||||
<description><![CDATA[
|
||||
This parameter is used with association group 3<br /> <h1>Overview</h1><p>This parameter is used with association group 3. A receiving device SHOULD respect the start level if the Ignore Start Level bit is 0. A receiving device MUST ignore the start level if the Ignore Start Level bit is 1.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">respect start level</option>
|
||||
<option value="1">ignore start level</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_68_1" type="integer" groupName="configuration"
|
||||
min="0" max="127">
|
||||
<label>68: Dimming duration</label>
|
||||
<description><![CDATA[
|
||||
This parameter is used with association group 3<br /> <h1>Overview</h1><p>This parameter is used with association group 3. The Duration field MUST specify the time that the transition should take from the current value to the new target value. A supporting device SHOULD respect the specified Duration value.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_100_1" type="integer" groupName="configuration">
|
||||
<label>100: Enable / Disable Endpoints I2</label>
|
||||
<description><![CDATA[
|
||||
Enabling I2 means that Endpoint (I2) will be present on UI.<br /> <h1>Overview</h1><p>Enabling I2 means that Endpoint (I2) will be present on UI. Disabling it will result in hiding the endpoint according to the parameter set value. Additionally, a Notification Type and Event can be selected for the endpoint.</p> <p>NOTE1: After parameter change, first exclude module (without setting parameters to default value) then wait at least 30s and then re include the module!</p> <p>NOTE 2: When the parameter is set to value 9 the notifications are send for Home Security.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Home Security</option>
|
||||
<option value="2">Carbon Monoxide</option>
|
||||
<option value="3">Carbon Dioxide</option>
|
||||
<option value="4">Water Alarm</option>
|
||||
<option value="5">Heat Alarm</option>
|
||||
<option value="6">Smoke Alarm</option>
|
||||
<option value="9">Sensor binary</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_101_1" type="integer" groupName="configuration">
|
||||
<label>101: Enable / Disable Endpoints I3</label>
|
||||
<description><![CDATA[
|
||||
Enabling I3 means that Endpoint (I3) will be present on UI.<br /> <h1>Overview</h1><p>Enabling I3 means that Endpoint (I3) will be present on UI. Disabling it will result in hiding the endpoint according to the parameter set value. Additionally, a Notification Type and Event can be selected for the endpoint.</p> <p>NOTE1: After parameter change, first exclude module (without setting parameters to default value) then wait at least 30s and then re include the module!</p> <p>NOTE 2: When the parameter is set to value 9 the notifications are send for Home Security.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Home Security</option>
|
||||
<option value="2">Carbon Monoxide</option>
|
||||
<option value="3">Carbon Dioxide</option>
|
||||
<option value="4">Water Alarm</option>
|
||||
<option value="5">Heat Alarm</option>
|
||||
<option value="6">Smoke Alarm</option>
|
||||
<option value="9">Sensor binary</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_110_2" type="integer" groupName="configuration"
|
||||
min="1" max="32536">
|
||||
<label>110: Temperature sensor offset settings</label>
|
||||
<description><![CDATA[
|
||||
Offset to actual measured value<br /> <h1>Overview</h1><p>Set value is added or subtracted to actual measured value by sensor. Available configuration parameters:</p> <ul><li>default value 32536</li> <li>32536 – offset is 0.0C</li> <li>From 1 to 100 – value from 0.1 °C to 10.0 °C is added to actual measured temperature.</li> <li>From 1001 to 1100 -value from -0.1 °C to -10.0 °C is subtracted to actual measured temperature.</li> </ul>
|
||||
]]></description>
|
||||
<default>32536</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_120_1" type="integer" groupName="configuration"
|
||||
min="0" max="127">
|
||||
<label>120: Digital temperature sensor reporting</label>
|
||||
<description><![CDATA[
|
||||
Module reports measured temperature on defined temperature change<br /> <h1>Overview</h1><p>If digital temperature sensor is connected, module reports measured temperature on temperature change defined by this parameter. Available configuration parameters:</p> <ul><li>default value 5 = 0.5°C</li> <li>0 – Reporting disabled</li> </ul>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_250_1" type="integer" groupName="configuration">
|
||||
<label>250: Unsecure / Secure Inclusion</label>
|
||||
<description><![CDATA[
|
||||
Unsecure / Secure Inclusion<br /> <h1>Overview</h1><p>The Flush dimmer supports both, the secure and unsecure inclusion. Even if the controller does not support security command classes, a dimmer could be included as unsecure and keep all the functionality</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unsecure Inclusion</option>
|
||||
<option value="1">Secure Inclusion</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Controller Updates</label>
|
||||
<description>Lifeline group</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: I1 basic on/off</label>
|
||||
<description>Triggered at change of the input I1 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: I1 start/stop level change</label>
|
||||
<description>Triggered at change of the input I1 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Multilevel</label>
|
||||
<description>Triggered at changes of state/value of the Flush Dimmer</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: I2 basic on/off</label>
|
||||
<description>Triggered at change of the input I2 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_6" type="text" groupName="association" multiple="true">
|
||||
<label>6: I2 notification report</label>
|
||||
<description>Triggered at change of the input I2 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_7" type="text" groupName="association" multiple="true">
|
||||
<label>7: I2 binary sensor</label>
|
||||
<description>Triggered at change of the input I2 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: I3 basic on/off</label>
|
||||
<description>Triggered at change of the input I3 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_9" type="text" groupName="association" multiple="true">
|
||||
<label>9: I3 notification report</label>
|
||||
<description>Triggered at change of the input I3 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_10" type="text" groupName="association" multiple="true">
|
||||
<label>10: I3 binary sensor</label>
|
||||
<description>Triggered at change of the input I3 state and reflecting its state</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_11" type="text" groupName="association" multiple="true">
|
||||
<label>11: Multilevel sensor</label>
|
||||
<description>Triggered at change of temperature sensor</description>
|
||||
<multipleLimit>16</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -14,12 +14,6 @@ Door/Window Contact<br /><h1>Overview</h1><p>The Door/Window Contact and the Mot
|
|||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_door" typeId="sensor_door">
|
||||
<label>Door / Window Status</label>
|
||||
<properties>
|
||||
<property name="binding:*:OpenClosedType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (temperature)</label>
|
||||
<properties>
|
||||
|
@ -32,12 +26,18 @@ Door/Window Contact<br /><h1>Overview</h1><p>The Door/Window Contact and the Mot
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=LUMINANCE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_general" typeId="alarm_general">
|
||||
<label>Alarm</label>
|
||||
<channel id="alarm_tamper" typeId="alarm_tamper">
|
||||
<label>Tamper Alarm</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_door" typeId="sensor_door">
|
||||
<label></label>
|
||||
<properties>
|
||||
<property name="binding:*:OpenClosedType">COMMAND_CLASS_ALARM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
|
|
|
@ -52,7 +52,7 @@ Dome Z-Wave Plus Motion Detector with Light Sensor and Flexible Magnetic Mount<b
|
|||
<property name="manufacturerId">021F</property>
|
||||
<property name="manufacturerRef">0003:0083</property>
|
||||
<property name="dbReference">797</property>
|
||||
<property name="defaultAssociations">1,2</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
|
|
|
@ -0,0 +1,88 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="enerwave_mp36737_00_000" listed="false">
|
||||
<label>Monoprice Z-Wave Plus On/Off Switch Monoprice in wall on/off switch model number 36737</label>
|
||||
<description><![CDATA[
|
||||
Monoprice in wall on/off switch model number 36737<br /> <h1>Overview</h1><p>Perfect Replacement for regular wall switch, 120VAC, 15Amp</p><p>Wireless Z-Wave technology creates a mesh network for command and Manual and Remote ON/OFF control of any connected lighting and interoperability with other Z-Wave compliant controller and devices</p><p>Manual and Remote ON/OFF control of any connected lighting and other electrical load </p><p>Can be used for signal pole or 3- Way (Multi-location) with ZW3K Auxiliary Air-Gap Switch</p><p>Air-Gap Switch feature meets UL requirement and disconnect power from load locally</p><p>A blue LED illuminates when the load is off</p> <br /> <h2>Inclusion Information</h2><p>Once switch paddle (top/button) is pressed, the device will enter into learn mode to accomplish inclusion or exclusion by controller. <br /></p> <br /> <h2>Exclusion Information</h2><p>Once switch paddle (top/button) is pressed, the device will enter into learn mode to accomplish inclusion or exclusion by controller. <br /></p> <br /> <h2>Wakeup Information</h2><p>N/A</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Wenzhou MTLC Electric Appliances Co.,Ltd.</property>
|
||||
<property name="modelId">Monoprice Z-Wave Plus On/Off Switch</property>
|
||||
<property name="manufacturerId">011A</property>
|
||||
<property name="manufacturerRef">0101:0101</property>
|
||||
<property name="dbReference">1317</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>1: LED State</label>
|
||||
<description>LED State</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Group 1</label>
|
||||
<description><![CDATA[
|
||||
Lifeline: Send device reset locally notification<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description>StatusReport: Send basic report</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Group 3</label>
|
||||
<description>AssGroupSet: Send Basic set command</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -127,7 +127,9 @@ Thermostatic Valve<br /><h1>Overview</h1><p>Spirit Z-Wave Plus is a Z-Wave radio
|
|||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: LCD Invert</label>
|
||||
<description>LCD Invert</description>
|
||||
<description><![CDATA[
|
||||
LCD Invert<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">LCD-content normal</option>
|
||||
|
@ -148,15 +150,17 @@ LCD Timeout<br /><h1>Overview</h1><p>0: No Timeout LCD always on</p> <p>5-30: LC
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>3: Backlight</label>
|
||||
<description>Backlight</description>
|
||||
<description><![CDATA[
|
||||
Backlight<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Backlight disabled</option>
|
||||
<option value="1">Backlight enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
|
|
|
@ -0,0 +1,100 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="futurehome_4512581_00_000" listed="false">
|
||||
<label>Z Push Button 8 Wall Mounted Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Mounted Switch<br /> <h1>Overview</h1><p>Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.</p> <p>Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.</p> <p><strong>Functions:</strong></p> <ul><li>Battery operated wall switch</li> <li>Fits Gira System 55, Elko RS-16 and Schneider Exxact</li> <li>Controls 4 separate groups and up to 20 units</li> <li>Controls up to 16 scenarios via your gateway</li> <li>LED-diode</li> <li>Easy to install with screws or double-sided tape</li> <li>Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class</li> </ul> <br /> <h2>Inclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /> <h2>Exclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /> <h2>Wakeup Information</h2><p>The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down <strong>I</strong> and <strong>O</strong> buttons of the Group 2 together over 1 second to activate the remote control for 7s.</p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Future Home AS</property>
|
||||
<property name="modelId">Z Push Button 8</property>
|
||||
<property name="manufacturerId">0305</property>
|
||||
<property name="manufacturerRef">0300:A305</property>
|
||||
<property name="dbReference">1324</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><ol> <li>Send Command Class "Device Reset Locally Notification V1" to associated devices of the group to report factory reset information when factory reset the remote control.</li> <li>When remote control battery power value changes, send Command Class "Battery Report V1" to associated devices of this group to report power value information.</li> <li>Short press or press and hold any button to send scene activation command to the associated devices of this group using Command Class "Central Scene Notification V3".</li> </ol>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Launch 1</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 2 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Launch 2</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Launch 3</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Launch 4</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="ge_34127zw5304_00_000" listed="false">
|
||||
<label>34127/ZW5304 Solo Scene Remote</label>
|
||||
<description><![CDATA[
|
||||
Solo Scene Remote<br /> <h1>Overview</h1><p>No Hub Necessary – The remote allows you to create one scene to control smart devices with or without a Z-Wave hub. It is able to directly pair with Z-Wave switches, dimmers, fan controls and more simple-setup home automation. Dual- and quad-scene models – 34174 and 34176 – are also available for even more varied automation.</p><p>Scalable Automation – One-to-many or many-to-one configurations accommodate any need. Create a scene for up to 20 devices with one remote or use several remotes to control a single fixture. Universal compatibility allows the remote to pair with Z-Wave Plus and all previous Z-Wave generations.</p><p>Ideal Applications – Trigger actions of several devices to enjoy the comfort of knowing all of your lights are turned off when you leave the house or illuminate your whole home as soon as you arrive. Connecting multiple remotes to one fixture, lamp or fan instantly creates a multi-switch network for control from various locations.</p><p>Versatile Placement– Compact construction and two provided CR2032 batteries offer comfortable handheld operation for easy portability. The included unique magnetic adapter and rocker-style wallplate support wall-mount options. The remote can also be incorporated into existing switchboxes and multi-gang setups or replace blanks. Tabletop placement with an available cradle – model 39943 – allows convenient accessibility anywhere.</p><p>Full-Range Dimmability – When connected to a Z-Wave dimmer, adjust brightness levels of dimmable lights from 0-100 percent. Dimming lights reduces energy costs and improves bulb life.</p> <br /> <h2>Inclusion Information</h2><p>1. Press and hold the Up and Down buttons for 5 seconds. The LED will slowly flash.</p><p>2. Press and hold the Up button 3 seconds. The LED will rapidly flash.</p><p>3. Press the Down button to set the device as a receiver. The LED will flash every</p><p>second. If network transfer was successful, the LED will turn on for two seconds</p> <br /> <h2>Exclusion Information</h2><p>1. Press and hold the Up and Down buttons for 3 seconds. The LED will slowly flash.<br /></p><p>2. Press and hold the Up and Down buttons for 3 seconds. The LED will quickly flash for 20 seconds.</p><p>3. Press the manual/program button on the Z-Wave module/switch to remove it from the network. The LED will turn on for two seconds.</p> <br /> <h2>Wakeup Information</h2><p>1. Press and hold the Up and Down buttons for 3 seconds. The LED will slowly flash.<br /></p><p>2. Press and hold the Down button for 2 seconds. The LED will quickly flash.</p><p>3. Press the Up button. The LED will turn on for two seconds. If the setup is successful, the keypad will stay awake for 30 seconds. During awake mode, the controller will sleep again within two seconds after any button is pressed</p>
|
||||
]]></description>
|
||||
<category>RemoteControl</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Jasco Products</property>
|
||||
<property name="modelId">34127/ZW5304</property>
|
||||
<property name="manufacturerId">0063</property>
|
||||
<property name="manufacturerRef">4843:3031</property>
|
||||
<property name="dbReference">1313</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,97 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="ge_ultrapro39348_00_000" listed="false">
|
||||
<label>UltraPro 39348/ZW4008 UltraPro 39348/ZW4008 In Wall Switch</label>
|
||||
<description><![CDATA[
|
||||
UltraPro 39348/ZW4008 In Wall Switch<br /> <h1>Overview</h1><p>UltraPro Z-Wave Plus Smart Light Switch, In-Wall White & Almond Paddles | Built-In Repeater & Range Extender | Model 39348 ZW4008<br /></p> <br /> <h2>Inclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.</li><li>Once the controller is ready to add your device, press and release the top or bottom of the wireless smart switch (rocker).</li></ol><p>Now you have complete control to turn your fixture ON/OFF according to groups, scenes, schedules and interactive automations programmed by your controller. If your Z-Wave certified controller features remote access, you can control your fixture from your mobile devices.</p> <br /> <h2>Exclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.</li><li>Once the controller is ready to remove your device, press and release the top or bottom of the wireless smart switch (rocker).</li></ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Jasco Products</property>
|
||||
<property name="modelId">UltraPro 39348/ZW4008</property>
|
||||
<property name="manufacturerId">0063</property>
|
||||
<property name="manufacturerRef">4952:3237</property>
|
||||
<property name="dbReference">1322</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>3: Blue LED Night Light</label>
|
||||
<description><![CDATA[
|
||||
Blue LED Night Light<br /> <h1>Overview</h1><p>This configuration parameter defines the behavior of the blue LED "night light". The default behavior is "ON_WHEN_OFF" - the LED is on when the switch is set to off. The other two options are "ON_WHEN_ON" - the LED is on when the switch is set to on, and "ALWAYS_OFF" - the LED is always off.<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description>Association Group 1 supports Lifeline, Binary Switch Report</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Single Press</label>
|
||||
<description><![CDATA[
|
||||
Association Group 2 supports Basic Set and is controlled by pressing the ON or OFF button with the local load<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Double Press</label>
|
||||
<description>Association Group 3 supports Basic Set and is controlled by double pressing the ON or OFF button</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,136 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="habhome_iblindsib30_00_000" listed="false">
|
||||
<label>IB3.0 Window Blind Controller</label>
|
||||
<description><![CDATA[
|
||||
Window Blind Controller<br /> <h1>Overview</h1><p>An intelligent Z-Wave blind motor that installs out of sight in existing Horizontal (2" and 2 1/2" slatted-style) blind headrails. Use iBlinds to tilt the slats open, closed or use the value slider for precise positioning of the slat tilt angle.<br /></p> <br /> <h2>Inclusion Information</h2><p>Follow the directions for your Z-Wave hub/controller to place it in the add for inclusion mode.</p><p>Press the inclusion button (IN/EX) once and wait for the device to be discovered and joined to the Z-Wave network. Follow the directions of your Z-Wave controller to uniquely identify your iblinds device. (Ex: Bedroom iblinds).</p><p>Note: If the device is not joined to the network. Press the CLBR button, wait 1 second and repeat steps 1 and 2 again. If you continue to have trouble joining the iblinds motor to the Z-Wave network, follow the Z-Wave network exclusion process.</p> <br /> <h2>Exclusion Information</h2><p>Follow the directions for your Z-Wave hub/controller to place it in the exclusion mode.</p><p>Press the exclude button (IN/EX) once and wait for the iblinds device to be removed from the Z-Wave network.</p><p>If you are having issues with exclusion, please check our troubleshooting page here.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Blinds</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="blinds_control" typeId="blinds_control">
|
||||
<label>Blinds Control</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:StopMoveType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:UpDownType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">HAB Home Intelligence, LLC</property>
|
||||
<property name="modelId">IB3.0</property>
|
||||
<property name="manufacturerId">0287</property>
|
||||
<property name="manufacturerRef">0004:0071</property>
|
||||
<property name="dbReference">1325</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="15" max="30">
|
||||
<label>1: Close Interval</label>
|
||||
<description><![CDATA[
|
||||
Close Interval<br /> <h1>Overview</h1><p>Used for large blind auto calibration endpoint detection. A smaller value will make the blinds close tighter<br /></p>
|
||||
]]></description>
|
||||
<default>22</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>2: Reverse Direction</label>
|
||||
<description><![CDATA[
|
||||
Reverse Direction<br /> <h1>Overview</h1><p>Used to reverse the direction of the blinds<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Forwards</option>
|
||||
<option value="1">Reverse</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>3: Disable Report</label>
|
||||
<description><![CDATA[
|
||||
Disable Report<br /> <h1>Overview</h1><p>Used to disable Z-Wave Report. This is useful for systems that poll iBlinds immediately after sending a position command. Disable if an immediate Z-Wave GET command is causing iBlinds motor to function improperly<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">False</option>
|
||||
<option value="1">True</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>4: Default ON Value</label>
|
||||
<description><![CDATA[
|
||||
Default ON Value<br /> <h1>Overview</h1><p>Used to set the default ON level. Default value for ON=50% (0x32). Change this value if you wish to change the Charge Adapter push button ON or the Z-Wave Binary Switch ON default value<br /></p>
|
||||
]]></description>
|
||||
<default>50</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>6: Speed</label>
|
||||
<description><![CDATA[
|
||||
Speed<br /> <h1>Overview</h1><p>Used to set the default blind speed. 0 = No Delay. The larger the value the slower the speed. Note: A Z-Wave MultiLevel Switch command sent with a Duration value greater than 0 will always override the speed parameter<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description>Z-Wave Plus Lifeline</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -75,7 +75,7 @@ Number of levels (1-99) to change dimming each step when controlled remotely<br
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
<parameter name="config_8_2" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>8: Remote Dimming Step Duration</label>
|
||||
<description><![CDATA[
|
||||
|
|
|
@ -1,147 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="honeywell_39339_00_000" listed="false">
|
||||
<label>39339 (ZW3107) Z-Wave Plug-in Smart Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Z-Wave Plug-in Smart Dimmer<br /><h1>Overview</h1><p>Stay connected to your home with a Honeywell Z-Wave Smart Dimmer. Compatible with all Z‑Wave certified gateways, the smart dimmer gives you wireless control of your dimmable lights from any mobile device, computer or Z-Wave enabled remote. Setup is easy – simply plug the dimmer into any in-wall outlet, then connect your light to one of the two dual smart outlets located on either side of the dimmer. Whether you’re at home or away, access the dimmer to turn your lights on and off, or to adjust the brightness levels of the room.</p> <p>The smart dimmer incorporates reliable, dynamic illumination to your home, giving you a fully lit workspace or letting you settle down for the evening with effective, stylish accent lighting. Not only does the smart dimmer help cut energy costs, but it boosts the safety of your home by keeping rooms looking bright and lived‑in. Give your space the perfect amount of light with a Honeywell Z-Wave Smart Dimmer.</p> <h4>Features</h4> <ul><li>ALEXA COMPATIBLE (HUB REQUIRED) - Requires an Alexa supported hub for voice control with Amazon Echo Products (Alexa device and hub are sold separately).Cannot connect directly with ECHO PLUS (Only ZigBee products can connect directly to Echo Plus)</li> <li>REQUIRES A Z-WAVE CERTIFIED HUB - Compatible with the following Z-Wave Hubs: Honeywell, SmartThings, Pulse, Trane, Wink, Nexia, Honeywell, HomeSeer, Smart Security, Harmony Home Hub Extender, Vera, and Fibaro</li> <li>WIRELESSLY CONTROL & SCHEDULE LIGHTS - Schedule timed events for connected lighting. Customize scenes for day or night, home or away. Wirelessly control from anywhere through your smartphone, tablet, PC or Z-Wave remote</li> <li>FULL RANGE DIMMING – Give your space the perfect amount of light with the ability to customize the brightness levels from 0 to 100%. Works ONLY with dimmable bulbs and lamps</li> <li>2 SIMULTANEOUSLY CONTROLLED POLARIZED OUTLET - features 2 polarized outlets that can be controlled at the same time (NOT SEPERATLEY) and a manual ON/OFF, dim & program physical button. To setup simply plug the module into any in-wall outlet, then connect</li> </ul><br /><h2>Inclusion Information</h2><p>Press and release the manual/program button. (Tested to work with Network Wide Inclusion.)</p> <br /><h2>Exclusion Information</h2><p>Press and release the manual/program button.</p>
|
||||
]]></description>
|
||||
<category>PowerOutlet</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL,COMMAND_CLASS_BASIC</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Honeywell</property>
|
||||
<property name="modelId">39339 (ZW3107)</property>
|
||||
<property name="manufacturerId">0039</property>
|
||||
<property name="manufacturerRef">5044:3033</property>
|
||||
<property name="dbReference">976</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: LED Light</label>
|
||||
<description><![CDATA[
|
||||
LED Light Control<br /><h1>Overview</h1><p>When shipped from the factory, the LED is set to turn ON when the connected light is turned On. This is the default setting and can be changed if your primary controller supports the node configuration function or by a manual method. To make the LED turn ON when the light is turned ON, change parameter 3s value to 1. To turn the LED OFF at all times, change parameter 3s value to 2.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Set parameter to factory default</option>
|
||||
<option value="1">LED On when light is turned On</option>
|
||||
<option value="2">LED always Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>7: Dim Rate Adjustments (Z-Wave Controller)</label>
|
||||
<description>Number of steps or levels</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_2" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>8: Dim Rate Adjustments (Z-Wave Controller, Timing)</label>
|
||||
<description>Timing of steps</description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>9: Dim Rate Adjustments (manually controlled)</label>
|
||||
<description>Number of steps or levels</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_2" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>10: Dim Rate Adjustments (manually controlled, timing)</label>
|
||||
<description>Timing of steps</description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>11: Dim Rate Adjustments (All-On/Off Commands)</label>
|
||||
<description>Number of steps or levels</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_2" type="integer" groupName="configuration"
|
||||
min="1" max="255">
|
||||
<label>12: Dim Rate Adjustments (All-On/Off Command, Timing)</label>
|
||||
<description>Timing of steps</description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description>Basic Set local load</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Group 3</label>
|
||||
<description>Basic Set double click</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -26,20 +26,20 @@ Z wave module for ID Lock 150 and 101<br /><h1>Overview</h1><p>The ID Lock Z-wav
|
|||
<property name="binding:*:OpenClosedType">COMMAND_CLASS_DOOR_LOCK</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_access" typeId="alarm_access">
|
||||
<label>Alarm (access)</label>
|
||||
<channel id="notification_access_control" typeId="notification_access_control">
|
||||
<label>Access control</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_emergency" typeId="alarm_emergency">
|
||||
<label>Alarm (emergency) [Deprecated]</label>
|
||||
<label>Emergency (Contact Fire Service) [Deprecated]</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=EMERGENCY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_burglar" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar)</label>
|
||||
<label>Burglar alarm (tampering)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=BURGLAR</property>
|
||||
</properties>
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="inovelli_lzw31dimmer_00_000" listed="false">
|
||||
<thing-type id="inovelli_lzw31_00_000" listed="false">
|
||||
<label>LZW31 Black Series Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Black Series Dimmer<br /><h1>Overview</h1><p>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).</p> <p>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.</p> <br /><h2>Inclusion Information</h2><p>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.</p> <br /><h2>Exclusion Information</h2><p>Put your HUB in Exclusion mode and press the Config Button (A) 3x until your HUB says the device is excluded.</p>
|
||||
Black Series Dimmer<br /> <h1>Overview</h1><p>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).</p> <p>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.</p> <br /> <h2>Inclusion Information</h2><p>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.</p> <br /> <h2>Exclusion Information</h2><p>Put your HUB in Exclusion mode and press the Config Button (A) 3x until your HUB says the device is excluded.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
@ -218,6 +218,26 @@ Timeout for LED notifications<br /><h1>Overview</h1><p>Changes the amount of tim
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>21: AC Power Type</label>
|
||||
<description><![CDATA[
|
||||
Neutral or no neutral<br /> <h1>Overview</h1><p>Select whether you are wiring your switch with or without a neutral wire</p><p>0 = No-Neutral, 1 = Neutral</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>22: Switch Type</label>
|
||||
<description><![CDATA[
|
||||
Single Pole or Multi Pole<br /> <h1>Overview</h1><p>Select what type of installation you have</p><p>0 = Single-Pole (ie: one switch), 1 = Multi-Switch (Dumb Switch), 2 = Multi-Switch (Auxillary Switch)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
|
@ -0,0 +1,202 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="inteset_plug_00_000" listed="false">
|
||||
<label>plug Inteset Power Plug</label>
|
||||
<description><![CDATA[
|
||||
Inteset Power Plug<br /> <h1>Overview</h1><p>Z-Wave Plug - Single Outlet (w/ wattage meter)<br /></p> <br /> <h2>Inclusion Information</h2><p>Touch the code button on plug 3 times rapidly. LED will flash yellow/green 5 times.<br /></p> <br /> <h2>Exclusion Information</h2><p>Touch the code button on plug 3 times rapidly. LED will flash pink/blue 5 times.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>PowerOutlet</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_current" typeId="meter_current">
|
||||
<label>Electric meter (amps)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_A</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_voltage" typeId="meter_voltage">
|
||||
<label>Electric meter (volts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_V</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Inteset Technologies,</property>
|
||||
<property name="modelId">plug</property>
|
||||
<property name="manufacturerId">039A</property>
|
||||
<property name="manufacturerRef">0003:0087</property>
|
||||
<property name="dbReference">1321</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>1: Send Meter Report Enable</label>
|
||||
<description>Defines disable/enable meter report measure data to gateway</description>
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>2: Meter Report Interval</label>
|
||||
<description>Defines interval time (in seconds) that the meter report data will be sent to the z-wave gateway</description>
|
||||
<default>300</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="1" max="16">
|
||||
<label>3: Maximum Over-Load Current</label>
|
||||
<description>Defines maximum current which power plug can provide for household load that is connected to the plug.</description>
|
||||
<default>13</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="1" max="16">
|
||||
<label>4: Maximum Alarm Current</label>
|
||||
<description>Defines maximum current. If load is greater than this parameter, the LED light will flash yellow.</description>
|
||||
<default>13</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>5: LED Display</label>
|
||||
<description>Defines LED funtion (on/off)</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="1" max="100">
|
||||
<label>6: Configure Power Report</label>
|
||||
<description>Defines how much power variation rate should reach to make the power plug report to the gateway.</description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>7: Remember Relay Status</label>
|
||||
<description>Defines the relay status to be remembered or not. If remembered, plug would keep the relay status to be the same as the status before disconnection.</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>8: Plug Time Switch Function</label>
|
||||
<description>Defines the timer function enable/disable. Time period defined in parameter 9.</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>9: Time Switch Period</label>
|
||||
<description>Defines the time period that the plug will be switched off automatically.</description>
|
||||
<default>150</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>10: Button On/Off Enable</label>
|
||||
<description>Enable/Disable the on/off function of the button on the device</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>11: Clear Accumulated Energy</label>
|
||||
<description>Clears accumulated energy saved in the plug</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>12: Meter Enable</label>
|
||||
<description>Enable/Disable the meter function</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description>Sends control commands to associated devices</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Group 3</label>
|
||||
<description>Sends notifications to associtaed devices in this group.</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,79 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="leviton_zw15rz_00_000" listed="false">
|
||||
<label>ZW15R Tamper-Resistant Z-Wave Outlet - Model ZW15R</label>
|
||||
<description><![CDATA[
|
||||
Tamper-Resistant Z-Wave Outlet - Model ZW15R<br /> <h1>Overview</h1><p>The Decora Smart branded Z-Wave enabled outlet is designed for use with modern Z-Wave hubs.</p><p>This product can be operated in any Z-Wave network with other Z-Wave certified devices from other manufacturers. Your outlet will act as a repeater in the network to increase the reliability of the network.</p> <br /> <h2>Inclusion Information</h2><ol><li>To enter programming mode, hold the button for 7seconds. The status light will turn amber. Release and the status light will blink.</li><li>Follow the Z-Wave controller instructions to enter inclusion mode.</li><li>Tap the button one time. The status light will quickly flash green.</li><li>The Z-Wave controller will confirm successful inclusion to the network.</li></ol> <br /> <h2>Exclusion Information</h2><ol><li>To enter programming mode, hold the button for 7seconds. The status light will turn amber. Release and the status light will blink.</li><li>Follow Z-Wave controller directions to enter exclusion mode.</li><li>Tap the the top of the paddle 1 time. The status light will quickly flash green.</li><li>The Z-Wave controller will remove the device from the network.</li></ol><p><br /></p><p>When removing a device from a network it is best practice to use the exclusion process. In situations where a device needs to be returned to factory default follow the following steps. A reset should only be used when a controller is inoperable or missing.</p><ol><li>After holding the button for 7 seconds, the status light will turn amber. Continue holding the button for another 7 seconds (total of 14 seconds). Light will quickly flash red/amber.</li><li>Release the button and the device will reset.</li></ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>PowerOutlet</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Leviton</property>
|
||||
<property name="modelId">ZW15R</property>
|
||||
<property name="manufacturerId">001D</property>
|
||||
<property name="manufacturerRef">0037:0002</property>
|
||||
<property name="dbReference">1319</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>7: Status LED Configuration</label>
|
||||
<description><![CDATA[
|
||||
Allow turning the status LED to various modes (off, status, locator)<br /> <h1>Overview</h1><p>0 = LED Off</p><p>254 = Status Mode</p><p>255 = Locater Mode</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Controller</label>
|
||||
<description><![CDATA[
|
||||
Lifeline<br /> <h1>Overview</h1><p>Command Class: 0x5A01, 0x2503 and Ox8703<br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="linear_gd00z8gc_00_000" listed="false">
|
||||
<label>GD00Z-8-GC Garage Door Opener</label>
|
||||
<description><![CDATA[
|
||||
Garage Door Opener<br /> <h1>Overview</h1><p>A garage door remote command transceiver with built-in Z-Wave technology</p> <br /> <h2>Inclusion Information</h2><p>Press and release the link button</p> <br /> <h2>Exclusion Information</h2><p>Press and release the link button<br /></p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>GarageDoor</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="alarm_burglar" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=BURGLAR</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_access" typeId="alarm_access">
|
||||
<label>Alarm (access)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Linear Corp</property>
|
||||
<property name="modelId">GD00Z-8-GC</property>
|
||||
<property name="manufacturerId">014F</property>
|
||||
<property name="manufacturerRef">4744:3531</property>
|
||||
<property name="dbReference">1323</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="logic_zdb5100_00_000" listed="false">
|
||||
<label>ZDB5100 MATRIX Switch with Dimmer and Backlight</label>
|
||||
<description><![CDATA[
|
||||
MATRIX Switch with Dimmer and Backlight<br /><h1>Overview</h1><p>MATRIX type ZDB5100 is a multifunction switch that can be mounted in a modular wall-box, with built-in light dimmer and four configurable pushbuttons with RGB indicators.</p> <p>The built-in light dimmer is per default attached to pushbutton 1. This attachment can be configured, thus it can be configured to not be controlled by any the four pushbuttons, so it can be independent of the local operation and thereby only be controllable from the Z-Wave network.</p> <p>Furthermore, the pushbuttons can be configured to work together in pairs; thereby it can be possible to have one pushbutton to dim the light up, and another pushbutton to dim the light down.</p> <p>The four RGB indicators, one for each pushbutton, can be used for different purposes, for example as orientation light, status light, different kind of indications, etc. The colour of the light and the control of it is fully controllable from the Z-Wave network.</p> <p>MATRIX is also working as a repeater for the Z-Wave network and therefore expands the Z-Wave network coverage.</p> <br /><h2>Inclusion Information</h2><p>MATRIX’ add function is initiated by pressing once on the centre switch (I) (under the pushbutton cover). The LED’s in pushbutton 1 will start blinking. If MATRIX already belongs to a Z-Wave network, the remove process must be performed before adding it into a new network. Otherwise, the adding of the device will fail.</p> <br /><h2>Exclusion Information</h2><p>MATRIX’ remove function is initiated by pressing once on the centre switch (I) (under the pushbutton cover). The LED’s in pushbutton 1 will start blinking.</p> <p><strong>Factory Reset</strong></p> <p>MATRIX can be factory reset by holding the centre switch (I) under the pushbutton cover, for at least 10 seconds. By following this procedure, all configuration parameters and the device network address will be reset back to the values they had when the device was manufactured.</p>
|
||||
MATRIX Switch with Dimmer and Backlight<br /> <h1>Overview</h1><p>MATRIX type ZDB5100 is a multifunction switch that can be mounted in a modular wall-box, with built-in light dimmer and four configurable pushbuttons with RGB indicators.</p> <p>The built-in light dimmer is per default attached to pushbutton 1. This attachment can be configured, thus it can be configured to not be controlled by any the four pushbuttons, so it can be independent of the local operation and thereby only be controllable from the Z-Wave network.</p> <p>Furthermore, the pushbuttons can be configured to work together in pairs; thereby it can be possible to have one pushbutton to dim the light up, and another pushbutton to dim the light down.</p> <p>The four RGB indicators, one for each pushbutton, can be used for different purposes, for example as orientation light, status light, different kind of indications, etc. The colour of the light and the control of it is fully controllable from the Z-Wave network.</p> <p>MATRIX is also working as a repeater for the Z-Wave network and therefore expands the Z-Wave network coverage.</p> <br /> <h2>Inclusion Information</h2><p>MATRIX’ add function is initiated by pressing once on the centre switch (I) (under the pushbutton cover). The LED’s in pushbutton 1 will start blinking. If MATRIX already belongs to a Z-Wave network, the remove process must be performed before adding it into a new network. Otherwise, the adding of the device will fail.</p> <br /> <h2>Exclusion Information</h2><p>MATRIX’ remove function is initiated by pressing once on the centre switch (I) (under the pushbutton cover). The LED’s in pushbutton 1 will start blinking.</p> <p><strong>Factory Reset</strong></p> <p>MATRIX can be factory reset by holding the centre switch (I) under the pushbutton cover, for at least 10 seconds. By following this procedure, all configuration parameters and the device network address will be reset back to the values they had when the device was manufactured.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
|
|
@ -1,493 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="mcohome_mhs513_05_000" listed="false">
|
||||
<label>MH-S513 Touch Panel Switch 3-Way</label>
|
||||
<description><![CDATA[
|
||||
Touch Panel Switch 3-Way<br /><h1>Overview</h1><p>Touch Panel Switch is a wall panel built-in with Z-Wave Plus module. With its stylish design and stable performance, the panel can be used to control house-hold electrical appliances like lamp, motor, coffee machine, TV set etc. It supports basic command class, multi channel command class and multi channel association command class, also works as a repeater in a Z-Wave network.</p><p>This product can be included and operated in any Z-Wave network with other Z-Wave certified devices from any other manufacturers.<br /></p><p>Touch Panel Switch is a wall panel built-in with Z-Wave Plus module. With its stylish design and stable performance, the panel can be used to control house-hold electrical appliances like lamp, motor, coffee machine, TV set etc. It supports basic command class, multi channel command class and multi channel association command class, also works as a repeater in a Z-Wave network.</p><p>This product can be included and operated in any Z-Wave network with other Z-Wave certified devices from any other manufacturers.</p> <br /><h2>Inclusion Information</h2><p>ADD the device into Z-Wave network:</p><p> Set controller into ADD mode. Follow instructions provided by controller manufacturer.</p><p> Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</p><p>Note: If the ADD is successful, all INDICATION LEDs on the panel will flash 4 times.<br /></p><p>ADD the device into Z-Wave network:</p> <ol><li>Set controller into ADD mode. Follow instructions provided by controller manufacturer.</li> <li>Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</li> </ol><p>Note: If the ADD is successful, all INDICATION LEDs on the panel will flash 4 times.</p> <br /><h2>Exclusion Information</h2><p>REMOVE the device from Z-Wave network:</p><p> Set controller into REMOVE mode. Follow instructions provided by controller manufacturer.</p><p> Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</p><p>Note: If the REMOVE is successful, all INDICATION LEDs on the panel will flash 4 times. The REMOVE will delete all association data.<br /></p><p>ADD the device into Z-Wave network:</p> <ol><li>Set controller into ADD mode. Follow instructions provided by controller manufacturer.</li> <li>Press and hold any key on the panel for 8 seconds or 3 clicks in quick succession.</li> </ol><p>Note: If the ADD is successful, all INDICATION LEDs on the panel will flash 4 times.</p> <br /><h2>Wakeup Information</h2><p><br /></p><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary1" typeId="switch_binary">
|
||||
<label>Switch 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary2" typeId="switch_binary">
|
||||
<label>Switch 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">McoHome Technology Co., Ltd</property>
|
||||
<property name="modelId">MH-S513</property>
|
||||
<property name="manufacturerId">015F</property>
|
||||
<property name="manufacturerRef">5131:5103</property>
|
||||
<property name="versionMin">5.0</property>
|
||||
<property name="dbReference">1307</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Save switch state on power failure</label>
|
||||
<description><![CDATA[
|
||||
Save switch state on power failure<br /><h1>Overview</h1><p>0: Switch state not saved, switch will be off when power is restored.<br />1: Switch state is saved, switch will be back to the same state when power is restored.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Switch state not saved</option>
|
||||
<option value="1">Switch state is saved</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: ALL ON / ALL OFF</label>
|
||||
<description><![CDATA[
|
||||
Allow all on/off control<br /><h1>Overview</h1><p>0: forbid ALL ON, forbid ALL OFF<br />1: forbid ALL ON, allow ALL OFF<br />2: allow ALL ON, forbid ALL OFF<br />255: allow ALL ON, allow ALL OFF</p>
|
||||
]]></description>
|
||||
<default>255</default>
|
||||
<options>
|
||||
<option value="0">Forbid All ON/OFF</option>
|
||||
<option value="1">Forbid All ON. Allow ALL OFF</option>
|
||||
<option value="2">Allow ALL ON. Forbid ALL OFF</option>
|
||||
<option value="255">Allow ALL ON. Allow ALL OFF</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="10">
|
||||
<label>4: LED backlight brightness level</label>
|
||||
<description><![CDATA[
|
||||
LED backlight brightness level<br /><h1>Overview</h1><p>0: LED lighting disabled<br />1 ~ 10: Minimum to Maximum brightness<br />11 ~ 255: Same as 10 (Maximum)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Switch 0 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 0 Key Mode<br /><h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_2" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>6: Key timer duration</label>
|
||||
<description><![CDATA[
|
||||
Key timer duration<br /><h1>Overview</h1><p>0: infinite (always on, or always off, when pressed)<br />1 ~ 65535: time in seconds until returning to the default state as per Parameter 5</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: External Switch Type</label>
|
||||
<description><![CDATA[
|
||||
External Switch Type<br /><h1>Overview</h1><p>0: Button (Momentary buttons)<br />1: Toggle (2-state switches)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Button (Momentary buttons)</option>
|
||||
<option value="1">Toggle (2-state switches)</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: Basic CC integration setting</label>
|
||||
<description><![CDATA[
|
||||
Basic CC integration setting<br /><h1>Overview</h1><p>0: "Basic Set" received, key 1 responds; "Basic Get" received, key 1 sends "Basic Report"; key 1 will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />1: "Basic Set" received, key 1 responds; "Basic Get" received,key 1 sends "Basic Report"; key 1 will send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />2: "Basic Set" received, all keys respond; "Basic Get" received, not reply "Basic Report"; All keys will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association<br />3: "Basic Set" received, all keys respond; "Basic Get" received, key 1 sends "Basic Report"; All keys will not send unsolicited "Basic Report"(No Endpoint)to LifeLine Association</p> <p>This parameter works for integration with different gateways/systems. If do not know how to use, please keep as default.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Key 1 No report</option>
|
||||
<option value="1">Key 1 report</option>
|
||||
<option value="2">All Keys no reply</option>
|
||||
<option value="3">Key 1 report only</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration">
|
||||
<label>9: External switch to control specific load</label>
|
||||
<description><![CDATA[
|
||||
External switch to control specific load<br /><h1>Overview</h1><p>0: Disabled<br />1: Load 1<br />2: Load 2<br />3: Load 1 and Load 2</p> <p>Optional for MH-S511 and MH-S512</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Load 1</option>
|
||||
<option value="2">Load 2</option>
|
||||
<option value="3">Load 1 and Load 2</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration">
|
||||
<label>10: Switch 1 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 1 Key Mode<br /><h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration">
|
||||
<label>11: Switch 2 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 2 Key Mode<br /><h1>Overview</h1><p>0: single click to switch on/off status<br />1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6<br />2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br />3: hold >3s then key is on, and off once released<br />4: single click to switch on/off status + hold >3s then key is on, and off once released<br />5: Hold continuously then key is on, and off once released<br />6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will stay on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Switch 3 Key Mode</label>
|
||||
<description><![CDATA[
|
||||
Switch 3 Key Mode<br /><h1>Overview</h1><p>0: single click to switch on/off status</p><p>1: Key default as off state. When it is turned on, then it will be turned off automatically after a time period, which can be set in Parameter 6</p><p>2: Key default as on state. When it is turned off, then it will be turned on automatically after a time period, which can be set in Parameter 6<br /></p><p>3: hold >3s then key is on, and off once released</p><p>4: single click to switch on/off status + hold >3s then key is on, and off once released</p><p>5: Hold continuously then key is on, and off once released</p><p>6: When key is on, hold >3s then key is off and will keep off status after released; When key is off, hold >3s then key is on and will on status after released.</p> <p><strong>IMPORTANT NOTE: </strong>When key mode is 0x03 or 0x04, pressing for 8 seconds will NOT ADD/REMOVE from the network. You must use 3 clicks in quick succession, or change to another option if possible before removing.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">On/Off function</option>
|
||||
<option value="1">Off Timer mode</option>
|
||||
<option value="2">On Timer mode</option>
|
||||
<option value="3">Delayed On momentary</option>
|
||||
<option value="4">On/Off and Delayed On momentary</option>
|
||||
<option value="5">Hold On momentary</option>
|
||||
<option value="6">Delayed On/Off</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>14: Key lock local</label>
|
||||
<description><![CDATA[
|
||||
Key lock function (Manually)<br /><h1>Overview</h1><p>This prevents or allows the local touch buttons to work.</p> <p>0: All keys unlocked<br />1: Key 1 locked<br />2: Key 2 locked<br />3: Keys 1 & 2 locked<br />4: Key 3 locked - N/A<br />5: Keys 1 & 3 locked - N/A<br />6: Keys 2 & 3 locked - N/A<br />7: Keys 1 & 2 & 3 locked - N/A</p> <p><strong>Binary bit locations determine which keys are locked.</strong><br />BIT0: =1 Key 1 locked, operation disabled; =0 Key 1 not locked;<br />BIT1: =1 Key 2 locked, operation disabled; =0 Key 2 not locked;<br />BIT2: =1 Key 3 locked, operation disabled; =0 Key 3 not locked;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are locked.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>15: Key lock remote</label>
|
||||
<description><![CDATA[
|
||||
Key lock function (Wirelessly)<br /><h1>Overview</h1><p>This prevents or allows the local touch buttons to work.</p> <p>0: All keys unlocked<br />1: Key 1 locked<br />2: Key 2 locked<br />3: Keys 1 & 2 locked<br />4: Key 3 locked - N/A<br />5: Keys 1 & 3 locked - N/A<br />6: Keys 2 & 3 locked - N/A<br />7: Keys 1 & 2 & 3 locked - N/A</p> <p><strong>Binary bit locations determine which keys are locked.</strong><br />BIT0: =1 Key 1 locked, operation disabled; =0 Key 1 not locked;<br />BIT1: =1 Key 2 locked, operation disabled; =0 Key 2 not locked;<br />BIT2: =1 Key 3 locked, operation disabled; =0 Key 3 not locked;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are locked.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>16: Scene respond</label>
|
||||
<description><![CDATA[
|
||||
Scene respond<br /><h1>Overview</h1><p>0: Scene respond disabled<br />1: Key 1 respond<br />2: Key 2 respond<br />3: Keys 1 & 2 respond<br />4: Key 3 respond - N/A<br />5: Keys 1 & 3 respond - N/A<br />6: Keys 2 & 3 respond - N/A<br />7: Keys 1 & 2 & 3 respond - N/A</p> <p><strong>Binary bit locations determine which keys will respond.</strong><br />Bit0: =1 Key1 respond scene =0 Key1 not respond scene<br />Bit1: =1 Key2 respond scene =0 Key2 not respond scene<br />Bit2: =1 Key3 respond scene =0 Key3 not respond scene<br />Bit7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 will respond.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_1" type="integer" groupName="configuration">
|
||||
<label>17: Key 1 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Scene Activate Mode Setting<br /><h1>Overview</h1><p>0: Scene activate function disabled<br />1: One click key1, always activate scene ID1 no matter what the status of key1 is<br />2: One click key1, only activate scene ID1 when key1's relay output is open<br />3: One click key1, only activate scene ID1 when key1's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>18: Key 1 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Activate Scene ID<br /><h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br />1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_19_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>19: Key 1 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 1 Activate Scene Duration<br /><h1>Overview</h1><p>0: Instantly<br />1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: Key 2 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Scene Mode<br /><h1>Overview</h1><p>0: Scene activate function disabled<br />1: One click key2, always activate scene ID1 no matter what the status of key2 is<br />2: One click key2, only activate scene ID1 when key2's relay output is open<br />3: One click key2, only activate scene ID1 when key2's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>21: Key 2 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Activate Scene ID<br /><h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br />1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>22: Key 2 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 2 Activate Scene Duration<br /><h1>Overview</h1><p>0: Instantly<br />1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration">
|
||||
<label>23: Key 3 Scene Mode</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Scene Mode<br /><h1>Overview</h1><p>0: Scene activate function disabled<br /></p><p>1: One click key3, always activate scene ID1 no matter what the status of key3 is<br />2: One click key3, only activate scene ID1 when key3's relay output is open<br />3: One click key3, only activate scene ID1 when key3's relay output is closed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene activate function disabled</option>
|
||||
<option value="1">Always Activate Scene</option>
|
||||
<option value="2">Activate only when off</option>
|
||||
<option value="3">Activate only when on</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>24: Key 3 Activate Scene ID</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Activate Scene ID<br /><h1>Overview</h1><p>0: Scene ID is invalid and will not send scene activate command (scene disabled)<br /></p><p>1 ~ 255: Scene ID</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_25_1" type="integer" groupName="configuration"
|
||||
min="0" max="254">
|
||||
<label>25: Key 3 Activate Scene Duration</label>
|
||||
<description><![CDATA[
|
||||
Key 3 Activate Scene Duration<br /><h1>Overview</h1><p>0: Instantly<br /></p><p>1 ~ 127: Specify dimming duration from 1 second (0x01) to 127 seconds (0x7F) in 1-second resolution<br />128 ~ 254: Specify dimming duration from 1 minute (0x80(128)) to 127 minutes (0xFE(254)) in 1-minute resolution</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>31: Central scene settings</label>
|
||||
<description><![CDATA[
|
||||
Central scene settings<br /><h1>Overview</h1><p>This enables the central scene function for each button.</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_32_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>32: Scene respond ID 1-50</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 1-50<br /><h1>Overview</h1><p>This enables the scene function for each button. Scene ID 1 - 50</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_33_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>33: Scene respond ID 51-100</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 51-100<br /><h1>Overview</h1><p>This enables the scene function for each button. Scene ID 51 - 100</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_34_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>34: Scene respond ID 101-150</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 101-150<br /><h1>Overview</h1><p>This enables the scene function for each button. Scene ID 51 - 100</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_35_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>35: Scene respond ID 151-200</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 151-200<br /><h1>Overview</h1><p>This enables the scene function for each button. Scene ID 151 - 200</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_36_1_wo" type="integer" groupName="configuration">
|
||||
<label>36: Scene respond ID 201-250</label>
|
||||
<description><![CDATA[
|
||||
Scene respond ID 201-250<br /><h1>Overview</h1><p>This enables the scene function for each button. Scene ID 201 - 250</p> <p>0: All keys disabled<br />1: Key 1 enabled<br />2: Key 2 enabled<br />3: Keys 1 & 2 enabled<br />4: Key 3 enabled - N/A<br />5: Keys 1 & 3 enabled - N/A<br />6: Keys 2 & 3 enabled - N/A<br />7: Keys 1 & 2 & 3 enabled - N/A</p> <p><strong>Binary bit locations determine which keys are enabled.</strong><br />BIT0: =1 Key 1 disabled; =0 Key 1 enabled;<br />BIT1: =1 Key 2 disabled; =0 Key 2 enabled;<br />BIT2: =1 Key 3 disabled; =0 Key 3 enabled;<br />BIT7: Reserved</p> <p>E.g. 0x05 (00000101) From right to left Bit 0 and 2 are on so Key 1 and 3 are enabled.</p> <p><strong>NOTE:</strong> Key 3 only on MH-S513.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_255_1_wo" type="integer" groupName="configuration">
|
||||
<label>255: Factory Setting</label>
|
||||
<description><![CDATA[
|
||||
restore factory defaults<br /><h1>Overview</h1><p><strong>Factory Reset.</strong></p> <p>255: Factory reset switch.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Normal</option>
|
||||
<option value="255">Factory Reset</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Associate with Key 1</label>
|
||||
<description><![CDATA[
|
||||
Associate with Key 1<br /><h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Associate with Key 2 if any</label>
|
||||
<description>Associate with Key 2 if any</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_8" type="text" groupName="association" multiple="true">
|
||||
<label>8: Associate with Key 3 if any</label>
|
||||
<description>Associate with Key 3 if any</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="mcohome_tps411_00_000" listed="false">
|
||||
<label>TPS411 Touch Panel Switch 1 Button</label>
|
||||
<description><![CDATA[
|
||||
Touch Panel Switch 1 Button<br /><h1>Overview</h1><p><strong>Touch Panel Switch</strong> 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. This product can be included and operated in any Z-Wave network with other Z-Wave certified devices from any other manufacturers</p> <br /><h2>Inclusion Information</h2><p>On factory default the device does not belong to any Z-Wave network. The device needs to be <b>added to an existing wireless network</b> to communicate with the devices of this network. This process is called <b>Inclusion</b>.</p> <p>To include the device you only need to press and hold any key for 8 seconds.</p> <br /><h2>Exclusion Information</h2><p>Devices can also be removed from a network. This process is called <b>Exclusion</b>. 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.</p> <p>To exclude the device you only need to press and hold any key for 3 seconds.</p>
|
||||
Touch Panel Switch 1 Button<br /> <h1>Overview</h1><p><strong>Touch Panel Switch</strong> 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. This product can be included and operated in any Z-Wave network with other Z-Wave certified devices from any other manufacturers</p> <br /> <h2>Inclusion Information</h2><p>On factory default the device does not belong to any Z-Wave network. The device needs to be <b>added to an existing wireless network</b> to communicate with the devices of this network. This process is called <b>Inclusion</b>.</p> <p>To include the device you only need to press and hold any key for 8 seconds.</p> <br /> <h2>Exclusion Information</h2><p>Devices can also be removed from a network. This process is called <b>Exclusion</b>. 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.</p> <p>To exclude the device you only need to press and hold any key for 3 seconds.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
@ -34,7 +34,6 @@ Touch Panel Switch 1 Button<br /><h1>Overview</h1><p><strong>Touch Panel Switch<
|
|||
<property name="modelId">TPS411</property>
|
||||
<property name="manufacturerId">015F</property>
|
||||
<property name="manufacturerRef">4111:1302,4111:5102</property>
|
||||
<property name="versionMax">5.5</property>
|
||||
<property name="dbReference">526</property>
|
||||
<property name="defaultAssociations">2</property>
|
||||
</properties>
|
||||
|
|
|
@ -54,7 +54,7 @@ LED Dimmer<br /><h1>Overview</h1><p>This is a switch multilevel device based on
|
|||
<property name="manufacturerId">0438</property>
|
||||
<property name="manufacturerRef">0202:0002</property>
|
||||
<property name="dbReference">1251</property>
|
||||
<property name="defaultAssociations">1,2,3</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
|
|
|
@ -0,0 +1,72 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="nice_ibt4_00_000" listed="false">
|
||||
<label>IBT4 BusT4-Z-Wave interface</label>
|
||||
<description><![CDATA[
|
||||
BusT4-Z-Wave interface<br /> <h1>Overview</h1><p>The BiDi-ZWave accessory is a device that – by means of Z-Wave™ communication – allows for controlling the</p><p>movement and status of Gate&Door-type Nice automations compatible with the BUS T4 (Opera) protocol.</p> <br /> <h2>Inclusion Information</h2><p>Press and release the S1 button 3 times<br /></p> <br /> <h2>Exclusion Information</h2><p>Press and release the S1 button 3 times<br /></p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>GarageDoor</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_access" typeId="alarm_access">
|
||||
<label>Alarm (access)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Nice</property>
|
||||
<property name="modelId">IBT4</property>
|
||||
<property name="manufacturerId">0441</property>
|
||||
<property name="manufacturerRef">2400:1000</property>
|
||||
<property name="dbReference">1320</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -1,137 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="nietech_minoston_00_000" listed="false">
|
||||
<label>Minoston Toggle Dimmer Switch</label>
|
||||
<description><![CDATA[
|
||||
Toggle Dimmer Switch<br /><h1>Overview</h1><p>Transform any home into a smart home with the Z-Wave Smart Switch. The switch enables you to wirelessly control to turn lights on and off, schedule a timed event or create a custom scene from anywhere in the world, at any time of the day. Take control of your home lighting with Z-Wave Smart Lighting Controls</p> <br /><h2>Inclusion Information</h2><p>Make your controller/hub into the "inclusion" mode, triple press the Up/Down push button quickly to include it in the network.</p> <br /><h2>Exclusion Information</h2><p>Make your controller/hub into the "exclusion" mode, triple press the Up/Down push button quickly to exclude it from the network.</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL,COMMAND_CLASS_BASIC</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">NIE Technology</property>
|
||||
<property name="modelId">Minoston</property>
|
||||
<property name="manufacturerId">0312</property>
|
||||
<property name="manufacturerRef">FF00:FF02</property>
|
||||
<property name="dbReference">1229</property>
|
||||
<property name="defaultAssociations">1,2</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>1: Locally Button Function</label>
|
||||
<description><![CDATA[
|
||||
LED flashes 2 times when the configuration parameter changed.<br /><h1>Overview</h1><p>Locally Button function(quickly press 7x)</p> <p>Value=0 Up Button: On/Down Button: Off(Default)<br />Value=1 Up Button: Off/Down Button: On<br />Value=2 Up Button: On/Off/Down Button: On/Off</p> <p>---Parameter 1: Choose if you want the upper paddle to turn the light on or turn the light off when tapped, or if you'd like any paddle to change the state of the light.</p> <p>Values: 0 – Upper paddle turns the light on, lower paddle turns the light off (default);</p> <p>Values: 1 – Upper paddle turns the light off, lower paddle turns the light on;</p> <p>Values: 2 – any paddle changes the state of the light.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>2: LED Indicator</label>
|
||||
<description><![CDATA[
|
||||
LED flashes 2 times<br /><h1>Overview</h1><p>LED Indicator(quickly press 6x)</p> <p>Value=0 On when output Off and Off when output On (default)</p> <p>Value=1 On when output On and Off when output Off</p> <p>Value=2 Always Off</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>4: Auto Turn-Off Timer</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer<br /><h1>Overview</h1><p>Values: 0 – 65535 (minutes); 0 (minutes) – default setting</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>6: Auto Turn-On Timer</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer<br /><h1>Overview</h1><p>Values: 0 – 65535 (minutes); 0 (minutes) – default setting</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="15">
|
||||
<label>7: Association Setting Parameter</label>
|
||||
<description><![CDATA[
|
||||
Association Setting Parameter<br /><h1>Overview</h1><ul><li>Value=00 – none</li> <li>Value=01 - local</li> <li>Value=02 - 3way</li> <li>Value=03 - 3way & local</li> <li>Value=04 - z-wave hub</li> <li>Value= Value=05 - z-wave hub & local</li> <li>Value=06 - z-wave hub & 3-way</li> <li>Value=07 - z-wave hub & local & 3way</li> <li>Value=08 - timer</li> <li>Value=09 - timer & local</li> <li>Value=10 - timer & 3-way</li> <li>Value=11 - timer & 3-way & local</li> <li>Value=12 - timer & z-wave hub</li> <li>Value=13 - timer & z-wave hub & local</li> <li>Value=14 - timer & z-wave hub & 3-way</li> <li>Value=15 - all</li> </ul>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>8: Restores state after power failure</label>
|
||||
<description><![CDATA[
|
||||
Restores state after power failure<br /><h1>Overview</h1><p>Value=0 output off<br />Value=1 output on<br />Value=2 output the state after power</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Send Basic Set ON / Off</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -82,7 +82,7 @@ Flush Shutter<br /><h1>Overview</h1><p>ZMNHCD version S1 for version up to 4.0
|
|||
<property name="modelId">ZMNHCD</property>
|
||||
<property name="manufacturerId">0159</property>
|
||||
<property name="manufacturerRef">0003:0052</property>
|
||||
<property name="versionMax">4.0</property>
|
||||
<property name="versionMax">4.1</property>
|
||||
<property name="dbReference">614</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
|
|
@ -0,0 +1,470 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="rehau_reguard_00_000" listed="false">
|
||||
<label>RE.GUARD Water leakage detector and meter</label>
|
||||
<description><![CDATA[
|
||||
Water leakage detector and meter<br /> <h1>Overview</h1><p>The Rehau RE.GUARD is a water manager which protects your home against water leakages and measures your consumption of water.</p><p>It has a highly sophisticated water meter and pressure meter built inside. Its algorithms are able to detect very small microleakages as well as larger leakages like e.g. pipe bursts. The sensibility can be adapted to your needs.<br />Furthermore statistics of your water consumption can be created to help you save water.</p><p>This product is available at your professional plumber.<br /></p> <br /> <h2>Inclusion Information</h2><p>Press Z-wave button for 3 seconds </p> <br /> <h2>Exclusion Information</h2><p>Press Z-wave button 3 times in 3 seconds</p> <br /> <h2>Wakeup Information</h2><p>Always awake; not battery powered</p>
|
||||
]]></description>
|
||||
<category>Valve</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Open/Close</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY,COMMAND_CLASS_BASIC</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_waterflow" typeId="sensor_waterflow">
|
||||
<label>Sensor (water_flow)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=water_flow</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (water_temperature)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=water_temperature</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_waterpressure" typeId="sensor_waterpressure">
|
||||
<label>Sensor (water_pressure)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=water_pressure</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_water_cubic_meters" typeId="meter_water_cubic_meters">
|
||||
<label>water meter (m³)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=w_cubic_meters</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_flood" typeId="alarm_flood">
|
||||
<label>Alarm (flood)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=FLOOD</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (water_valve)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=water_valve</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="time_offset" typeId="time_offset">
|
||||
<label>Clock Time Offset</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CLOCK</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">REHAU AG + Co</property>
|
||||
<property name="modelId">RE.GUARD</property>
|
||||
<property name="manufacturerId">0413</property>
|
||||
<property name="manufacturerRef">0001:0001</property>
|
||||
<property name="dbReference">1233</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: operation mode</label>
|
||||
<description><![CDATA[
|
||||
0 valve always off; 1 user absent/holiday; 2 user present; 3 valve always on<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">valve always off</option>
|
||||
<option value="1">user absent/holiday</option>
|
||||
<option value="2">user present</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="23">
|
||||
<label>4: fixed schedule time - hours</label>
|
||||
<description>fixed schedule time hour for microleakage test</description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="59">
|
||||
<label>5: fixed schedule time - minutes</label>
|
||||
<description>fixed schedule time minute for microleakage test</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="0" max="127">
|
||||
<label>6: fixed schedule day</label>
|
||||
<description>fixed day in bin 1111111, Su=1, Sa=2, Fr=4, Th=8, We=16, Tu=32, Mo=64, 0= auto</description>
|
||||
<default>127</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_2" type="integer" groupName="configuration"
|
||||
min="0" max="168">
|
||||
<label>7: automatic schedule time interval</label>
|
||||
<description>automatic schedule time interval between microlekage tests, if not fixed</description>
|
||||
<default>24</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>8: micro leakage mesuring time</label>
|
||||
<description>micro leakage mesuring time, time of closed valve</description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>9: micro leakage pressure drop</label>
|
||||
<description>pressure drop for microleakage detection recognition</description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>10: micro leakage pressure drop abort</label>
|
||||
<description>pressure drop in kPa</description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>11: number of measurements</label>
|
||||
<description>how many in one time period</description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration"
|
||||
min="0" max="60">
|
||||
<label>12: wait time until next measurement</label>
|
||||
<description>waiting time in minutes between two meassurements</description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>13: reaction to micro leakage</label>
|
||||
<description>0=disable detection, 1=blink LED, 2= blink LED andshut off valve</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="1">
|
||||
<label>14: macro leakage detected</label>
|
||||
<description>0 = no leackage 1 = leakage</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>15: max flow rate if operation mode is 2</label>
|
||||
<description>max flow rate if operation mode is 2</description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>16: max pressure drop if operation mode is 2</label>
|
||||
<description>max pressure drop if operation mode is 2</description>
|
||||
<default>1000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>17: max liters if operation mode is 2</label>
|
||||
<description>max liters single water abstraction if operation mode is 2</description>
|
||||
<default>400</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>18: max continuous liter if operation mode is 2</label>
|
||||
<description>max liter continuous water abstraction if operation mode is 2</description>
|
||||
<default>400</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_19_2" type="integer" groupName="configuration"
|
||||
min="0" max="1440">
|
||||
<label>19: max time if operation mode is 2</label>
|
||||
<description>max time of single water abstraction if operation mode is 2</description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_2" type="integer" groupName="configuration"
|
||||
min="0" max="1440">
|
||||
<label>20: max continious time if operation mode is 2</label>
|
||||
<description>max time of continous water abstraction if operation mode is 2</description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>21: max flow rate if operation mode is 1</label>
|
||||
<description>max flow rate if operation mode is 1</description>
|
||||
<default>3680</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>22: max pressure drop if operation mode is 1</label>
|
||||
<description>max pressure drop if operation mode is 1</description>
|
||||
<default>1000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>23: max liters if operation mode is 1</label>
|
||||
<description>max liters non continous water abstraction if operation mode is 1</description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>24: max continuous liter if operation mode is 1</label>
|
||||
<description>max liters continuous water abstraction if operation mode is 2</description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_25_2" type="integer" groupName="configuration"
|
||||
min="0" max="1440">
|
||||
<label>25: max time if operation mode is 1</label>
|
||||
<description>max time of single water abstraction if operation mode is 1</description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_26_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>26: max continuous time if operation mode is 1</label>
|
||||
<description>max time of continous water abstraction if operation mode is 1</description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_27_2" type="integer" groupName="configuration"
|
||||
min="1" max="168">
|
||||
<label>27: macro leakage deactivation time</label>
|
||||
<description>temporary macro leakage deactivation (e.g. filling pool)</description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_28_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>28: reaction to macro leakage</label>
|
||||
<description>0=disable detection, 1=blink LED, 2= blink LED and shut off valve</description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_29_1_wo" type="integer" groupName="configuration">
|
||||
<label>29: flooding sensor detected a leak</label>
|
||||
<description>0-no leakage, 1- flooding sensor detected leakage</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_30_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>30: reaction to flooding sensor</label>
|
||||
<description>0=disable detection, 1=blink LED, 2= blink LED and shut off valve</description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>31: backup battery nominal voltage</label>
|
||||
<description>Nominal voltage of backup battery</description>
|
||||
<default>6000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_32_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>32: backup battery nominal capacity</label>
|
||||
<description>Nominal capacity of backup battery</description>
|
||||
<default>3000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_37_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>37: time set correctly</label>
|
||||
<description>1 = time is set correctly, 0 = time is not set correctly</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_38_4" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="2147483647">
|
||||
<label>38: total operating time</label>
|
||||
<description>Counting total operation time internally</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_39_4" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="2147483647">
|
||||
<label>39: operating time since last power on</label>
|
||||
<description>operating time since last power on</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_49_2" type="integer" groupName="configuration"
|
||||
min="0" max="168">
|
||||
<label>49: auto absent</label>
|
||||
<description>0 = disable, 1-168h time after no use, operation mode is changed to 1 (absent)</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_50_2" type="integer" groupName="configuration"
|
||||
min="-1000" max="1000">
|
||||
<label>50: water temperature high threshold</label>
|
||||
<description>water temperature high threshold for warning of sanitary problems</description>
|
||||
<default>250</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_51_2" type="integer" groupName="configuration"
|
||||
min="-1000" max="1000">
|
||||
<label>51: water temperature low threshold</label>
|
||||
<description>water temperature low threshold for warning of risk of frost</description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_52_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>52: water pressure high threshold</label>
|
||||
<description>water pressure high threshold for warning of values above valid operating cond.</description>
|
||||
<default>1000</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_53_2" type="integer" groupName="configuration"
|
||||
min="0" max="32000">
|
||||
<label>53: water pressure low threshold</label>
|
||||
<description>water pressure high threshold for warning of values below valid operating cond.</description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_54_2" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="255">
|
||||
<label>54: error code</label>
|
||||
<description>error code to identify the reason of a warning or fault</description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_56_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>56: autolearning</label>
|
||||
<description><![CDATA[
|
||||
automatic adaption of limits, set ids 15-26 to learned values<br /> <h1>Overview</h1><p>automatic adaption of limits set ids 15-26 to learned values (only if the last 40 days are ok - no leakage) </p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
Connection to Gateway<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Valve Status</label>
|
||||
<description><![CDATA[
|
||||
Sends status of valve<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Leakage alarm</label>
|
||||
<description><![CDATA[
|
||||
Sends notification in case of leackage<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -32,12 +32,6 @@ Indoor LED-light with motion sensor<br /><h1>Overview</h1><ul><li>The sensor-swi
|
|||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_luminance" typeId="sensor_luminance">
|
||||
<label>Sensor (luminance)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=LUMINANCE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
|
@ -68,6 +62,12 @@ Indoor LED-light with motion sensor<br /><h1>Overview</h1><ul><li>The sensor-swi
|
|||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:2,COMMAND_CLASS_BASIC:2;type=BURGLAR</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_luminance3" typeId="sensor_luminance">
|
||||
<label>Sensor (luminance)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL:3,COMMAND_CLASS_BASIC:3;type=LUMINANCE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
|
|
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="sunricher_4512581_00_000" listed="false">
|
||||
<label>Heatit Z-Push Button 8 Wall Mounted Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Mounted Switch<br /> <h1>Overview</h1><p>Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.</p> <p>Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.</p> <p><strong>Functions:</strong></p> <ul><li>Battery operated wall switch</li> <li>Fits Gira System 55, Elko RS-16 and Schneider Exxact</li> <li>Controls 4 separate groups and up to 20 units</li> <li>Controls up to 16 scenarios via your gateway</li> <li>LED-diode</li> <li>Easy to install with screws or double-sided tape</li> <li>Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class</li> </ul> <br /> <h2>Inclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /> <h2>Exclusion Information</h2><p>There are two removing methods.</p> <p><strong>Method 1:</strong> Removing from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into removing mode.</li> <li>Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.</li> </ol><p><strong>Method 2:</strong> Factory reset the remote control will force the remote control to be removed from a network.</p> <p>A factory reset is done by press and holding down buttons <strong>I</strong> and <strong>O</strong> of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.</p> <p><em>Note:</em> Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.</p> <br /> <h2>Wakeup Information</h2><p>The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down <strong>I</strong> and <strong>O</strong> buttons of the Group 2 together over 1 second to activate the remote control for 7s.</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Sunricher</property>
|
||||
<property name="modelId">Heatit Z-Push Button 8</property>
|
||||
<property name="manufacturerId">0330</property>
|
||||
<property name="manufacturerRef">0300:A305</property>
|
||||
<property name="dbReference">1077</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_2" type="integer" groupName="configuration">
|
||||
<label>1: factory reset</label>
|
||||
<description>factory reset</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">normal operation</option>
|
||||
<option value="21930">factory reset</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><ol> <li>Send Command Class "Device Reset Locally Notification V1" to associated devices of the group to report factory reset information when factory reset the remote control.</li> <li>When remote control battery power value changes, send Command Class "Battery Report V1" to associated devices of this group to report power value information.</li> <li>Short press or press and hold any button to send scene activation command to the associated devices of this group using Command Class "Central Scene Notification V3".</li> </ol>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Launch 1</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 2 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Launch 2</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Launch 3</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Launch 4</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,296 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="sunricher_9040_00_000" listed="false">
|
||||
<label>9040 In Wall Dimmer module</label>
|
||||
<description><![CDATA[
|
||||
In Wall Dimmer module<br /> <h1>Overview</h1><p>Z-Wave Built-in receiver with dimmer function. Control input, AC 230V / DC 12V, for Pushdim. Max 400 W resistive load, 200 W LED. Front edge / Rear dimmer, adjustable lowest level. Compatible with Nexa Bridge and other Z-Wave controllers.</p> <br /> <h2>Inclusion Information</h2><p>Press the "Reset" button 3 times within 3 seconds or</p><p>press 3 times on connected switch within 3 seconds</p> <br /> <h2>Exclusion Information</h2><p>Set the Z-Wave controller in the exclusion mode (see controller's manual)</p><p>Press the "Reset" button 3 times within 3 seconds</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_current" typeId="meter_current">
|
||||
<label>Electric meter (amps)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_A</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_voltage" typeId="meter_voltage">
|
||||
<label>Electric meter (volts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_V</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Sunricher</property>
|
||||
<property name="modelId">9040</property>
|
||||
<property name="manufacturerId">0330</property>
|
||||
<property name="manufacturerRef">0200:D00C</property>
|
||||
<property name="dbReference">1315</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>2: State after Power Failure</label>
|
||||
<description>State after Power Failure</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Power Off</option>
|
||||
<option value="1">Power On</option>
|
||||
<option value="2">Restore Previous State</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>3: Basic Report on Load Change</label>
|
||||
<description>Basic Report on Load Change</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="127">
|
||||
<label>4: Default Fade Time</label>
|
||||
<description>Default Fade Time in Seconds</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Instantly</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="50">
|
||||
<label>5: Minimum Brightness Value</label>
|
||||
<description><![CDATA[
|
||||
Minimum Brightness Value<br /> <h1>Overview</h1><p>Higher number is higher minimum brightness</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>6: Maximum Brightness Value</label>
|
||||
<description><![CDATA[
|
||||
Maximum Brightness Value<br /> <h1>Overview</h1><p>Higher is brighter</p>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>7: MOSFET driving type</label>
|
||||
<description>MOSFET driving type</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">trailing edge</option>
|
||||
<option value="1">leading edge</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>8: External Switch Type</label>
|
||||
<description>External Switch Type</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Push Button</option>
|
||||
<option value="1">Normal on/off</option>
|
||||
<option value="2">3-way</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>9: External Switch network management</label>
|
||||
<description>External Switch network management</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration" readOnly="true"
|
||||
min="0" max="2">
|
||||
<label>10: Detect Load after Power On</label>
|
||||
<description><![CDATA[
|
||||
Detect Load after Power On<br /> <h1>Overview</h1><p>detect load type, minimum brightness, maximum brightness</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable every time</option>
|
||||
<option value="2">Enable only after first power on</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>11: Wiring Type</label>
|
||||
<description><![CDATA[
|
||||
Wiring Type<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unknown</option>
|
||||
<option value="1">2 Wire with no Neutral</option>
|
||||
<option value="2">3 Wire with Neutral</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>12: Load Type</label>
|
||||
<description><![CDATA[
|
||||
Load Type<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unknown</option>
|
||||
<option value="1">Resistive</option>
|
||||
<option value="2">Inductive</option>
|
||||
<option value="3">Capacitive</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>13: Over Current Protection</label>
|
||||
<description><![CDATA[
|
||||
Over Current Protection<br /> <h1>Overview</h1><p>Over 1.5A for 20 seconds continuously</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Enabled</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>15: Power Report Percent Threshold</label>
|
||||
<description>Power Report Percent Threshold</description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>21: Power Metering Cycle</label>
|
||||
<description><![CDATA[
|
||||
Power Metering Cycle<br /> <h1>Overview</h1><p>Default 600 is 10 minutes</p>
|
||||
]]></description>
|
||||
<default>600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>22: Energy Metering Cycle</label>
|
||||
<description><![CDATA[
|
||||
Energy Metering Cycle<br /> <h1>Overview</h1><p>Default 1800 is 30 minutes</p>
|
||||
]]></description>
|
||||
<default>1800</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>23: Voltage Metering Cycle</label>
|
||||
<description>Voltage Metering Cycle</description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>24: Current Metering Cycle</label>
|
||||
<description>Current Metering Cycle</description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -1,117 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="sunricher_heatit_00_000" listed="false">
|
||||
<label>Heatit Z-Push Button 8 Wall Mounted Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Mounted Switch<br /><h1>Overview</h1><p>Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.</p> <p>Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.</p> <p><strong>Functions:</strong></p> <ul><li>Battery operated wall switch</li> <li>Fits Gira System 55, Elko RS-16 and Schneider Exxact</li> <li>Controls 4 separate groups and up to 20 units</li> <li>Controls up to 16 scenarios via your gateway</li> <li>LED-diode</li> <li>Easy to install with screws or double-sided tape</li> <li>Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class</li> </ul><br /><h2>Inclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /><h2>Exclusion Information</h2><p>There are two removing methods.</p> <p><strong>Method 1:</strong> Removing from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into removing mode.</li> <li>Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.</li> </ol><p><strong>Method 2:</strong> Factory reset the remote control will force the remote control to be removed from a network.</p> <p>A factory reset is done by press and holding down buttons <strong>I</strong> and <strong>O</strong> of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.</p> <p><em>Note:</em> Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.</p> <br /><h2>Wakeup Information</h2><p>The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down <strong>I</strong> and <strong>O</strong> buttons of the Group 2 together over 1 second to activate the remote control for 7s.</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Sunricher</property>
|
||||
<property name="modelId">Heatit Z-Push Button 8</property>
|
||||
<property name="manufacturerId">0330</property>
|
||||
<property name="manufacturerRef">0300:A305</property>
|
||||
<property name="dbReference">1077</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_2" type="integer" groupName="configuration">
|
||||
<label>1: factory reset</label>
|
||||
<description>factory reset</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">normal operation</option>
|
||||
<option value="21930">factory reset</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><ol><li>Send Command Class "Device Reset Locally Notification V1" to associated devices of the group to report factory reset information when factory reset the remote control.</li> <li>When remote control battery power value changes, send Command Class "Battery Report V1" to associated devices of this group to report power value information.</li> <li>Short press or press and hold any button to send scene activation command to the associated devices of this group using Command Class "Central Scene Notification V3".</li> </ol>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Launch 1</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 2 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Launch 2</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Launch 3</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Launch 4</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="thermofloor_4512581_00_000" listed="false">
|
||||
<label>Heatit Z Push Button 8 Wall Mounted Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Mounted Switch<br /> <h1>Overview</h1><p>Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.</p> <p>Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.</p> <p><strong>Functions:</strong></p> <ul><li>Battery operated wall switch</li> <li>Fits Gira System 55, Elko RS-16 and Schneider Exxact</li> <li>Controls 4 separate groups and up to 20 units</li> <li>Controls up to 16 scenarios via your gateway</li> <li>LED-diode</li> <li>Easy to install with screws or double-sided tape</li> <li>Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class</li> </ul> <br /> <h2>Inclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /> <h2>Exclusion Information</h2><p>There are two removing methods.</p> <p><strong>Method 1:</strong> Removing from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into removing mode.</li> <li>Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.</li> </ol><p><strong>Method 2:</strong> Factory reset the remote control will force the remote control to be removed from a network.</p> <p>A factory reset is done by press and holding down buttons <strong>I</strong> and <strong>O</strong> of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.</p> <p><em>Note:</em> Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.</p> <br /> <h2>Wakeup Information</h2><p>The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down <strong>I</strong> and <strong>O</strong> buttons of the Group 2 together over 1 second to activate the remote control for 7s.</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="basic_switch_binary1" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_BASIC:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer1" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1,COMMAND_CLASS_BASIC:1</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer2" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:2,COMMAND_CLASS_BASIC:2</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer3" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:3,COMMAND_CLASS_BASIC:3</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer4" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:4,COMMAND_CLASS_BASIC:4</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">ThermoFloor</property>
|
||||
<property name="modelId">Heatit Z Push Button 8</property>
|
||||
<property name="manufacturerId">019B</property>
|
||||
<property name="manufacturerRef">0300:A305</property>
|
||||
<property name="dbReference">997</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><ol> <li>Send Command Class "Device Reset Locally Notification V1" to associated devices of the group to report factory reset information when factory reset the remote control.</li> <li>When remote control battery power value changes, send Command Class "Battery Report V1" to associated devices of this group to report power value information.</li> <li>Short press or press and hold any button to send scene activation command to the associated devices of this group using Command Class "Central Scene Notification V3".</li> </ol>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Launch 1</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 2 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Launch 2</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Launch 3</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Launch 4</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -1,134 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="thermofloor_heatit4512581_00_000" listed="false">
|
||||
<label>Heatit Z Push Button 8 Wall Mounted Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Mounted Switch<br /><h1>Overview</h1><p>Heatit Z-Push Button 8 is a battery operated wall switch with 8 push buttons. The switch enables you to control the Z-Wave- products in your smart home system. Managing your Z-Wave products becomes easy and practical. The switch can be set up to control scenarios or work in associations with other Z-Wave products.</p> <p>Heatit Z-Push Button 8 can control up to 4 seperate association groups with up to 20 products or up to 16 scenarios through your gateway.</p> <p><strong>Functions:</strong></p> <ul><li>Battery operated wall switch</li> <li>Fits Gira System 55, Elko RS-16 and Schneider Exxact</li> <li>Controls 4 separate groups and up to 20 units</li> <li>Controls up to 16 scenarios via your gateway</li> <li>LED-diode</li> <li>Easy to install with screws or double-sided tape</li> <li>Supports encryption modes S0, S2 Authenticated Class, S2 Unauthenticated Class</li> </ul><br /><h2>Inclusion Information</h2><p><strong>Step 1.</strong> Make sure the remote control does not belong to any Z-Wave network, short press on any button, if LED indicator does not turn on, the remote control does not belong to any network, then continue to step 2, if LED indicator turns on, it means the remote control has already been added to a network, please first set the remote control to removing mode (see exclusion information), then continue to step 2.</p> <p><strong>Step 2.</strong> Set primary controller/gateway into adding mode.</p> <p><strong>Step 3.</strong> Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 our 3 seconds, LED indicator, the remote control will be set to adding mode, and waiting to be added, after 10s LED indicator blinks 6 times quickly to indicate successful adding.</p> <br /><h2>Exclusion Information</h2><p>There are two removing methods.</p> <p><strong>Method 1:</strong> Removing from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into removing mode.</li> <li>Press and hold down both buttons <strong>I</strong> and <strong>O</strong> of Group 2 over 3 seconds, LED indicator turns on, the remote control will be set to removing mode, and waiting to be removed, after 7s LED indicator blinks 4 times quickly to indicate successful removing.</li> </ol><p><strong>Method 2:</strong> Factory reset the remote control will force the remote control to be removed from a network.</p> <p>A factory reset is done by press and holding down buttons <strong>I</strong> and <strong>O</strong> of Group 2 together for over 10 seconds, LED indicator turns on and then blinks 4 times quickly to indicate successful factory reset.</p> <p><em>Note:</em> Factory reset is not recommended for removing, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.</p> <br /><h2>Wakeup Information</h2><p>The remote control is under sleepy mode for most of the time to save battery power. It can not receive wireless commands under sleepy mode. Before the gateway interacts data with the remote, the remote control shall be activated manually first. Short press any button to activate the remote control for 3s, and press and hold down <strong>I</strong> and <strong>O</strong> buttons of the Group 2 together over 1 second to activate the remote control for 7s.</p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="basic_switch_binary1" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_BASIC:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer1" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1,COMMAND_CLASS_BASIC:1</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer2" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:2,COMMAND_CLASS_BASIC:2</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer3" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:3,COMMAND_CLASS_BASIC:3</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer4" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:4,COMMAND_CLASS_BASIC:4</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">ThermoFloor</property>
|
||||
<property name="modelId">Heatit Z Push Button 8</property>
|
||||
<property name="manufacturerId">019B</property>
|
||||
<property name="manufacturerRef">0300:A305</property>
|
||||
<property name="dbReference">997</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><ol><li>Send Command Class "Device Reset Locally Notification V1" to associated devices of the group to report factory reset information when factory reset the remote control.</li> <li>When remote control battery power value changes, send Command Class "Battery Report V1" to associated devices of this group to report power value information.</li> <li>Short press or press and hold any button to send scene activation command to the associated devices of this group using Command Class "Central Scene Notification V3".</li> </ol>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Launch 1</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 2 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 2 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Launch 2</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 3 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 3 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Launch 3</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_5" type="text" groupName="association" multiple="true">
|
||||
<label>5: Launch 4</label>
|
||||
<description><![CDATA[
|
||||
<br /><h1>Overview</h1><p>Short press <strong>I/O</strong> button of Group 4 to send ON/OFF command to associated devices of the group using Command Class "Basic Set V2".</p> <p>Press and hold down <strong>I/O</strong> button Group 4 to send light intensity increase/decrease command to associated devices of this group using Command Class "Multilevel V4"</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -53,6 +53,7 @@ Thermostat with LCD Screen<br /><h1>Overview</h1><p>Heating thermostat with LCD
|
|||
<property name="manufacturerId">0118</property>
|
||||
<property name="manufacturerRef">0201:0501</property>
|
||||
<property name="dbReference">794</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
|
@ -70,18 +71,24 @@ Thermostat with LCD Screen<br /><h1>Overview</h1><p>Heating thermostat with LCD
|
|||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>4: Memory function</label>
|
||||
<description>The thermostat will recover the operating mode after a power failure.</description>
|
||||
<description><![CDATA[
|
||||
The thermostat will recover the operating mode after a power failure.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: State control</label>
|
||||
<multipleLimit>2</multipleLimit>
|
||||
|
|
|
@ -69,7 +69,8 @@ In Wall Micro Switch<br /><h1>Overview</h1><p>This insert switch module in a tra
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="1" max="3">
|
||||
<label>3: Switch Mode</label>
|
||||
<description><![CDATA[
|
||||
Edge or Pulse mode or EdgeToggle mode<br /> <h1>Overview</h1><p>Edge mode: this mode is suitable for the bi stable wall switch that has indicator point on the switch, and the same position correspond to same state of relay1.<br />Pulse mode: this mode is suitable for the toggle type wall switch to swap the state of Relay1.<br />Edge-Toggle mode: this mode is suitable for the normal bi-stable switch, every time when change the state of the wall switch will also swap the state of Relay1.<br /><br /></p>
|
||||
|
@ -80,7 +81,6 @@ Edge or Pulse mode or EdgeToggle mode<br /><h1>Overview</h1><p>Edge mode: this m
|
|||
<option value="2">Pulse mode</option>
|
||||
<option value="3">Edge-Toggle mode</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
|
@ -89,6 +89,11 @@ Edge or Pulse mode or EdgeToggle mode<br /><h1>Overview</h1><p>Edge mode: this m
|
|||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: On/Off</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
|
|
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="ufairy_gr105_00_000" listed="false">
|
||||
<label>GR-105 Water Shutoff Valve</label>
|
||||
<description><![CDATA[
|
||||
Water Shutoff Valve<br /> <h1>Overview</h1><p>Heavy-duty automated Valve Controller, that can fit variety of fluid management purposes.</p> <p>This valve clamps onto your existing valve, allowing you to open/close the valve via Z-Wave as soon as you notice a problem.</p> <br /> <h2>Inclusion Information</h2><p>With controller in inclusion mode, triple-press valve button within 1 second to include.</p> <br /> <h2>Exclusion Information</h2><p>With controller in exclusion mode, triple-press valve button within 1 second to exclude.</p> <p>Holding the valve button for more than 10 seconds resets to factory default settings.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Valve</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY,COMMAND_CLASS_BASIC</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">UFairy G.R. Tech</property>
|
||||
<property name="modelId">GR-105</property>
|
||||
<property name="manufacturerId">0152</property>
|
||||
<property name="manufacturerRef">0003:0512,0005:0003</property>
|
||||
<property name="versionMax">10.0</property>
|
||||
<property name="dbReference">438</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="ufairy_gr105_10_000" listed="false">
|
||||
<label>GR-105 Water Shutoff Valve</label>
|
||||
<description><![CDATA[
|
||||
Water Shutoff Valve<br /><h1>Overview</h1><p>Heavy-duty automated Valve Controller, that can fit variety of fluid management purposes.</p><p>This valve clamps onto your existing valve, allowing you to open/close the valve via Z-Wave as soon as you notice a problem.</p> <br /><h2>Inclusion Information</h2><p>Add/Delete button: the red button on the upper-front side. <br /></p><p>Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the rang for inclusion or exclusion. <br /></p><p>Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.</p> <br /><h2>Exclusion Information</h2><p>Add/Delete button: the red button on the upper-front side. <br /></p><p>Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the rang for inclusion or exclusion. <br /></p><p>Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.</p><p><br /></p><p>Reset to default:</p><p>Press and hold the button 10 seconds and release the button. The device will send the reset notication to the list node in the group 1 and erases the device memory, when the light ash it is resetting success.</p> <br /><h2>Wakeup Information</h2><p><br /></p>
|
||||
Water Shutoff Valve<br /> <h1>Overview</h1><p>Heavy-duty automated Valve Controller, that can fit variety of fluid management purposes.</p><p>This valve clamps onto your existing valve, allowing you to open/close the valve via Z-Wave as soon as you notice a problem.</p> <br /> <h2>Inclusion Information</h2><p>Add/Delete button: the red button on the upper-front side. <br /></p><p>Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the range for inclusion or exclusion. <br /></p><p>Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.</p> <br /> <h2>Exclusion Information</h2><p>Add/Delete button: the red button on the upper-front side. <br /></p><p>Press hold 1 second and release it is sending NIF signal, make sure the Z-Wave controller in the range for inclusion or exclusion. <br /></p><p>Notice: it is recommended to keep the device within 1 meter to the controller during Add/Delete operation. If the controller has not received the signal, please repeat again.</p><p><br /></p><p>Reset to default:</p><p>Press and hold the button 10 seconds and release the button. The device will send the reset notification to the list node in the group 1 and erases the device memory, when the light flash it is resetting success.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Valve</category>
|
||||
|
||||
|
@ -27,7 +27,7 @@ Water Shutoff Valve<br /><h1>Overview</h1><p>Heavy-duty automated Valve Controll
|
|||
<property name="vendor">UFairy G.R. Tech</property>
|
||||
<property name="modelId">GR-105</property>
|
||||
<property name="manufacturerId">0152</property>
|
||||
<property name="manufacturerRef">0004:0002</property>
|
||||
<property name="manufacturerRef">0004:0003</property>
|
||||
<property name="versionMin">10.0</property>
|
||||
<property name="dbReference">1291</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="zooz_zen16_00_000" listed="false">
|
||||
<label>ZEN16 Multirelay</label>
|
||||
<description><![CDATA[
|
||||
Multirelay<br /><h1>Overview</h1><p><strong>Features</strong></p> <ul><li>Powerful dry contact relays to control loads up to 15 A and 20 A</li> <li>Perfect for outdoor lighting, pool pumps, garage door, or gas fireplace</li> <li>Control up to 3 connected loads independently or together</li> <li>Z-Wave or optional wall switch control (toggle or momentary type)</li> <li>Built-in timers for each relay to simplify automation</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>Powered by 12-24 V DC/AC or USB C port for easy set-up</li> <li>Wall mounting and minimal design for clean installation</li> <li>S2 security protocol and the latest 500 Z-Wave chip</li> </ul><p><strong>Specifications</strong></p> <ul><li>Model Number: ZEN16</li> <li>Z-Wave Signal Frequency: 908.42 MHz</li> <li>Power: 12-24 V DC/AC or USB C</li> <li>Maximum Load: Relay 1: 15A (HP), R2: 15A (HP), R3: 20A (HP)</li> <li>Range: Up to 100 feet line of sight</li> <li>Operating Temperature: 32-104° F (0-40° C)</li> <li>Installation and Use: Indoor only</li> </ul><br /><h2>Inclusion Information</h2><ol><li>Start Z-Wave inclusion.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol><p>The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.</p> <br /><h2>Exclusion Information</h2><ol><li>Bring the Multirelay close to the Z-Wave controller and then supply power to it.</li> <li>Put the Z-Wave binding into exclusion mode.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol>
|
||||
Multirelay<br /> <h1>Overview</h1><p><strong>Features</strong></p> <ul><li>Powerful dry contact relays to control loads up to 15 A and 20 A</li> <li>Perfect for outdoor lighting, pool pumps, garage door, or gas fireplace</li> <li>Control up to 3 connected loads independently or together</li> <li>Z-Wave or optional wall switch control (toggle or momentary type)</li> <li>Built-in timers for each relay to simplify automation</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>Powered by 12-24 V DC/AC or USB C port for easy set-up</li> <li>Wall mounting and minimal design for clean installation</li> <li>S2 security protocol and the latest 500 Z-Wave chip</li> </ul><p><strong>Specifications</strong></p> <ul><li>Model Number: ZEN16</li> <li>Z-Wave Signal Frequency: 908.42 MHz</li> <li>Power: 12-24 V DC/AC or USB C</li> <li>Maximum Load: Relay 1: 15A (HP), R2: 15A (HP), R3: 20A (HP)</li> <li>Range: Up to 100 feet line of sight</li> <li>Operating Temperature: 32-104° F (0-40° C)</li> <li>Installation and Use: Indoor only</li> </ul> <br /> <h2>Inclusion Information</h2><ol><li>Start Z-Wave inclusion.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol><p>The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.</p> <br /> <h2>Exclusion Information</h2><ol><li>Bring the Multirelay close to the Z-Wave controller and then supply power to it.</li> <li>Put the Z-Wave binding into exclusion mode.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>PowerOutlet</category>
|
||||
|
||||
|
@ -40,6 +40,7 @@ Multirelay<br /><h1>Overview</h1><p><strong>Features</strong></p> <ul><li>Powerf
|
|||
<property name="modelId">ZEN16</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">A000:A00A</property>
|
||||
<property name="versionMax">1.0</property>
|
||||
<property name="dbReference">1176</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
@ -83,7 +84,6 @@ Choose the wall switch type you want to connect to the Sw1 terminal<br /><h1>Ove
|
|||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">garage door</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
@ -98,7 +98,6 @@ Choose the wall switch type you want to connect to the Sw2 terminal<br /><h1>Ove
|
|||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">garage door</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
@ -113,7 +112,6 @@ Choose the wall switch type you want to connect to the Sw3 terminal.<br /><h1>Ov
|
|||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">garage door</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
|
|
@ -0,0 +1,451 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="zooz_zen16_01_010" listed="false">
|
||||
<label>ZEN16 Multirelay</label>
|
||||
<description><![CDATA[
|
||||
Multirelay<br /> <h1>Overview</h1><p><strong>Features</strong></p> <ul><li>Powerful dry contact relays to control loads up to 15 A and 20 A</li> <li>Perfect for outdoor lighting, pool pumps, garage door, or gas fireplace</li> <li>Control up to 3 connected loads independently or together</li> <li>Z-Wave or optional wall switch control (toggle or momentary type)</li> <li>Built-in timers for each relay to simplify automation</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>Powered by 12-24 V DC/AC or USB C port for easy set-up</li> <li>Wall mounting and minimal design for clean installation</li> <li>S2 security protocol and the latest 500 Z-Wave chip</li> </ul><p><strong>Specifications</strong></p> <ul><li>Model Number: ZEN16</li> <li>Z-Wave Signal Frequency: 908.42 MHz</li> <li>Power: 12-24 V DC/AC or USB C</li> <li>Maximum Load: Relay 1: 15A (HP), R2: 15A (HP), R3: 20A (HP)</li> <li>Range: Up to 100 feet line of sight</li> <li>Operating Temperature: 32-104° F (0-40° C)</li> <li>Installation and Use: Indoor only</li> </ul> <br /> <h2>Inclusion Information</h2><ol><li>Start Z-Wave inclusion.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol><p>The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.</p> <br /> <h2>Exclusion Information</h2><ol><li>Start Z-Wave inclusion.</li> <li>Quickly press the Z-Wave button 3 times.</li> </ol><p>The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_binary" typeId="sensor_binary">
|
||||
<label>Binary Sensor</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kvah" typeId="meter_kvah">
|
||||
<label>Electric meter (kVAh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KVAh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary1" typeId="switch_binary">
|
||||
<label>Switch 1</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary2" typeId="switch_binary">
|
||||
<label>Switch 2</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:2</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="switch_binary3" typeId="switch_binary">
|
||||
<label>Switch 3</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Zooz</property>
|
||||
<property name="modelId">ZEN16</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">A000:A055</property>
|
||||
<property name="versionMin">1.10</property>
|
||||
<property name="versionMax">1.30</property>
|
||||
<property name="dbReference">1326</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: On Off Status After Power Failure</label>
|
||||
<description>Set the on off status for the relays after power failure</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">ALL relays forced to OFF</option>
|
||||
<option value="1">ALL relays restore on/off status (default)</option>
|
||||
<option value="2">ALL relays forced to ON</option>
|
||||
<option value="3">Relay 1 and 2 restore on/off status, Relay 3 OFF</option>
|
||||
<option value="4">Relay 1 and 2 restore on/off status, Relay 3 ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Switch Type for Relay 1 (Sw1)</label>
|
||||
<description><![CDATA[
|
||||
Choose the wall switch type you want to connect to the Sw1 terminal<br /> <h1>Overview</h1><p>Press and hold the Z-Wave button for 5 seconds to change mode manually</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">Garage door switch</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Switch Type for Relay 2 (Sw2)</label>
|
||||
<description><![CDATA[
|
||||
Choose the wall switch type you want to connect to the Sw2 terminal<br /> <h1>Overview</h1><p>Click-click’n’hold the Z-Wave button for 5 seconds to change mode manually.</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">Garage door switch</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Switch Type for Relay 3 (Sw3)</label>
|
||||
<description><![CDATA[
|
||||
Choose the wall switch type you want to connect to the Sw3 terminal.<br /> <h1>Overview</h1><p>Click-click-click’n’hold the Z-Wave button for 5 seconds to change mode manually</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Momentary switch</option>
|
||||
<option value="1">Normal</option>
|
||||
<option value="2">Toggle switch (default)</option>
|
||||
<option value="3">Garage door switch</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: LED Indicator Control</label>
|
||||
<description><![CDATA[
|
||||
LED Indicator Control<br /> <h1>Overview</h1><p>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.</p> <p>Click the Z-Wave button 5 times quickly to change mode manually</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">ON when all relays OFF (default)</option>
|
||||
<option value="1">ON when any relay ON</option>
|
||||
<option value="2">LED indicator is always OFF</option>
|
||||
<option value="3">LED indicator is always ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>6: Auto Turn-Off Timer for Relay 1</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer for Relay 1<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>7: Auto Turn-On Timer for Relay 1</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer for Relay 1<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>8: Auto Turn-Off Timer for Relay 2</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer for Relay 2<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>9: Auto Turn-On Timer for Relay 2</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer for Relay 2<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>10: Auto Turn-Off Timer for Relay 3</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer for Relay 3<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_4" type="integer" groupName="configuration"
|
||||
min="0" max="65535">
|
||||
<label>11: Auto Turn-On Timer for Relay 3</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer for Relay 3<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer disabled (default)</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Enable/Disable Manual Control for Sw1</label>
|
||||
<description><![CDATA[
|
||||
Enable/Disable Manual Control for Sw1<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable (default)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Enable/Disable Manual Control for Sw2</label>
|
||||
<description><![CDATA[
|
||||
Enable/Disable Manual Control for Sw2<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable (default)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration">
|
||||
<label>14: Enable/Disable Manual Control for Sw3</label>
|
||||
<description><![CDATA[
|
||||
Enable/Disable Manual Control for Sw3<br /> <h1>Overview</h1><p>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.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable (default)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>15: Auto Timer-Off Timer Unit for Relay 1</label>
|
||||
<description><![CDATA[
|
||||
Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 1<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>16: Auto Timer-On Timer Unit for Relay 1</label>
|
||||
<description>Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 1</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>17: Auto Timer-Off Timer Unit for Relay 2</label>
|
||||
<description>Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 2</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_1" type="integer" groupName="configuration">
|
||||
<label>18: Auto Timer-On Unit for Relay 2</label>
|
||||
<description>Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 2</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_19_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>19: Auto Timer-Off Timer Unit for Relay 3</label>
|
||||
<description>Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-off unit for Relay 3</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>20: Auto Timer-On Timer Unit for Relay 3</label>
|
||||
<description>Use this parameter to choose between seconds, minutes, or hours to be used as the auto timer-on unit for Relay 3</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Minutes (default)</option>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="2">Hours</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>21: Relay 1 - Default Relay State</label>
|
||||
<description>Decide whether you'd like Relay 1 to be normally open (NO) or normally closed (NC)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Normally open (relay reports off when it's open / switch is off and on</option>
|
||||
<option value="1">Normally closed (relay reports off when it's open / switch is on and o</option>
|
||||
<option value="2">Normally closed (relay reports off when it's closed / switch is off an</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>22: Relay 2 - Default Relay State</label>
|
||||
<description>Decide whether you'd like Relay 2 to be normally open (NO) or normally closed (NC)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Normally open (relay reports off when it's open / switch is off and on</option>
|
||||
<option value="1">Normally closed (relay reports off when it's open / switch is on and o</option>
|
||||
<option value="2">Normally closed (relay reports off when it's closed / switch is off an</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration"
|
||||
min="0" max="2">
|
||||
<label>23: Relay 3 - Default Relay State</label>
|
||||
<description>Decide whether you'd like Relay 3 to be normally open (NO) or normally closed (NC)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Normally open (relay reports off when it's open / switch is off and on</option>
|
||||
<option value="1">Normally closed (relay reports off when it's open / switch is on and o</option>
|
||||
<option value="2">Normally closed (relay reports off when it's closed / switch is off an</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>24: DC Motor Mode</label>
|
||||
<description>Sync Relay 1 and Relay 2 together to prevent them from being activated at the same time</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">DC motor mode disabled (relays will always turn on whenever activated)</option>
|
||||
<option value="1">DC motor mode enabled (relay checks the status of the other relay afte</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Relay 1</label>
|
||||
<description>Send BASIC_SET reports when operated manually</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Relay 2</label>
|
||||
<description>Send BASIC_SET reports when operated manually</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_4" type="text" groupName="association" multiple="true">
|
||||
<label>4: Relay 3</label>
|
||||
<description>Send BASIC_SET reports when operated manually</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -6,9 +6,9 @@
|
|||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="zooz_zen24_01_000" listed="false">
|
||||
<label>ZEN24 Toggle Dimmer v2</label>
|
||||
<label>ZEN24 Toggle Dimmer v1</label>
|
||||
<description><![CDATA[
|
||||
Toggle Dimmer v2<br /><h1>Overview</h1><ul><li>Manual or remote on/off and dimming control from your mobile device or computer (when included to a Z-Wave gateway controller)</li> <li>Universal 3-way capability – works with existing 3-way switches as long as neutral is present</li> <li>Z-Wave Plus with improved 500 chip for faster and safer wireless communication</li> <li>Works with LED, CFL, and incandescent bulbs</li> <li>Remembers and restores on/off / brightness status after power failure</li> <li>Based on universal multilevel switch command class - supported by most Z-Wave controllers</li> <li>May be associated and grouped with other Z-Wave devices for advanced home automation</li> <li>Air-gap switch for added safety</li> <li>Classic toggle design</li> <li>Built-in Z-Wave signal repeater for a stronger, more reliable network</li> <li>Configurable Ramp-Rate (Two options)</li> </ul><br /><h2>Inclusion Information</h2><ol><li>Bring your Z-Wave gateway hub or controller as close to the switch as possible</li> <li>Put your Z-Wave controller into inclusion mode</li> <li>Toggle the switch UP 3 times very quickly to finalize the inclusion process</li> <li>A new dimming device will appear on your controller's device list</li> </ol><p><strong>TROUBLESHOOTING TIPS: </strong></p> <p>If you are unable to include the Z-Wave switch to your controller, please try one of the following:</p> <ul><li>Bring the controller closer to your ZWave switch or use a hand-held secondary controller for inclusion</li> <li>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</li> <li>Put your controller into EXCLUSION mode and toggle the switch DOWN 3 times quickly, then try adding it to your network again</li> </ul><br /><h2>Exclusion Information</h2><ol><li>Bring your Z-Wave gateway hub or controller as close to the switch as possible</li> <li>Put your Z-Wave controller into exclusion mode 3. Toggle the switch DOWN</li> <li>times very quickly to complete the exclusion process</li> <li>The device will disappear from your controller's device list</li> </ol><p>Please repeat the process following all steps carefully if the first attempt is unsuccessful.</p>
|
||||
Toggle Dimmer v1<br /> <h1>Overview</h1><ul><li>Manual or remote on/off and dimming control from your mobile device or computer (when included to a Z-Wave gateway controller)</li> <li>Universal 3-way capability – works with existing 3-way switches as long as neutral is present</li> <li>Z-Wave Plus with improved 500 chip for faster and safer wireless communication</li> <li>Works with LED, CFL, and incandescent bulbs</li> <li>Remembers and restores on/off / brightness status after power failure</li> <li>Based on universal multilevel switch command class - supported by most Z-Wave controllers</li> <li>May be associated and grouped with other Z-Wave devices for advanced home automation</li> <li>Air-gap switch for added safety</li> <li>Classic toggle design</li> <li>Built-in Z-Wave signal repeater for a stronger, more reliable network</li> <li>Configurable Ramp-Rate (Two options)</li> </ul> <br /> <h2>Inclusion Information</h2><ol><li>Bring your Z-Wave gateway hub or controller as close to the switch as possible</li> <li>Put your Z-Wave controller into inclusion mode</li> <li>Toggle the switch UP 3 times very quickly to finalize the inclusion process</li> <li>A new dimming device will appear on your controller's device list</li> </ol><p><strong>TROUBLESHOOTING TIPS: </strong></p> <p>If you are unable to include the Z-Wave switch to your controller, please try one of the following:</p> <ul><li>Bring the controller closer to your ZWave switch or use a hand-held secondary controller for inclusion</li> <li>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</li> <li>Put your controller into EXCLUSION mode and toggle the switch DOWN 3 times quickly, then try adding it to your network again</li> </ul> <br /> <h2>Exclusion Information</h2><ol><li>Bring your Z-Wave gateway hub or controller as close to the switch as possible</li> <li>Put your Z-Wave controller into exclusion mode 3. Toggle the switch DOWN</li> <li>times very quickly to complete the exclusion process</li> <li>The device will disappear from your controller's device list</li> </ol><p>Please repeat the process following all steps carefully if the first attempt is unsuccessful.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
|
|
@ -0,0 +1,231 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="zooz_zen24_04_000" listed="false">
|
||||
<label>ZEN24 Toggle Dimmer V4</label>
|
||||
<description><![CDATA[
|
||||
Toggle Dimmer V4<br /> <h1>Overview</h1><p><br /></p><ul><li>Manual or Z-Wave on/off and brightness control</li> <li><strong>Direct 3-way:</strong> worke with regular on/off switches in a 3-way (neutral wire required)</li> <li>Fully adjustable ramp rate for just the right on/off speed</li> <li>Double tap to full brightness feature</li> <li><strong>NEW:</strong> optional scene control</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>Works with LED and incandescent bulbs (don't use with fans or tubes)</li> </ul> <br /> <h2>Inclusion Information</h2><p><br /></p><p>Toggle the switch up 5 or 6 times very quickly when adding it.</p> <br /> <h2>Exclusion Information</h2><p><br /></p><p>Toggle the switch up 5 or 6 times very quickly when adding it.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Zooz</property>
|
||||
<property name="modelId">ZEN24</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">B112:261C</property>
|
||||
<property name="versionMin">4.0</property>
|
||||
<property name="dbReference">1318</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: Toggle Control</label>
|
||||
<description><![CDATA[
|
||||
Controls behavior of the toggle switch<br /> <h1>Overview</h1><p>Choose if you want the to turn the light on by clicking the toggle up or down.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">UP turns light ON</option>
|
||||
<option value="1">DOWN turns light ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Auto Turn-Off Timer Enable</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer Enable<br /> <h1>Overview</h1><p>Enable or disable the auto turn-off timer function.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer Disabled</option>
|
||||
<option value="1">Timer Enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_4" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>4: Auto Turn-Off Timer Time</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer Time<br /> <h1>Overview</h1><p>The number is in minutes.</p> <p>Default: 60 minutes</p>
|
||||
]]></description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Auto Turn-On Timer Enable</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer Enable<br /> <h1>Overview</h1><p>enable or disable the auto turn-on timer function.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Timer Disabled</option>
|
||||
<option value="1">Timer Enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>6: Auto Turn-On Timer Time</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer Time<br /> <h1>Overview</h1><p>number is in minutes</p> <p>Default: 60 minutes</p>
|
||||
]]></description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: Status after Power Failure</label>
|
||||
<description>Status after Power Failure</description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">On</option>
|
||||
<option value="2">Restore Previous Status</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>9: Ramp Rate Control</label>
|
||||
<description><![CDATA[
|
||||
Ramp Rate Control<br /> <h1>Overview</h1><p>Number of seconds for the dimmer to reach full brightness or turn off when operated manually.</p> <p>Default: 1 second</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>10: Minimum Brightness</label>
|
||||
<description><![CDATA[
|
||||
Minimum Brightness<br /> <h1>Overview</h1><p>Minimum brightness level (in %) for your dimmer.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>11: Maximum Brightness</label>
|
||||
<description><![CDATA[
|
||||
Maximum Brightness<br /> <h1>Overview</h1><p>Maximum brightness level (in %) for your dimmer.</p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Double Tap Function</label>
|
||||
<description>Double Tap Function</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Full Brightness</option>
|
||||
<option value="1">Maximum Brightness Level (Parameter 11)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Scene Control Enable</label>
|
||||
<description><![CDATA[
|
||||
Scene Control Enable<br /> <h1>Overview</h1><p>Enable or disable scene control for quick double tap triggers.</p> <p>Find out how to make scene control work at www.support.getzooz.com</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene Control Disabled</option>
|
||||
<option value="1">Scene Control Enabled</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration">
|
||||
<label>14: Double & Single Tap Enable</label>
|
||||
<description><![CDATA[
|
||||
Double & Single Tap Enable<br /> <h1>Overview</h1><p>Enable or disable the double-tap function and assign brightness level to single tap.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Double Tap Enabled</option>
|
||||
<option value="1">DT Disabled, Single Tap last brightness</option>
|
||||
<option value="2">DT Disabled, Single Tap to Full / Max Bruightness</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration">
|
||||
<label>15: Local Toggle Control</label>
|
||||
<description>Local Toggle Control</description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Local control DISABLED</option>
|
||||
<option value="1">Local control ENABLED</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Group 2</label>
|
||||
<description>sends BASIC SET</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,339 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="zooz_zen27_03_000" listed="false">
|
||||
<label>ZEN27 Paddle Switch v3</label>
|
||||
<description><![CDATA[
|
||||
Paddle Switch v3<br /> <h1>Overview</h1><p><br /></p><ul><li>Manual or Z-Wave on/off and brightness control</li> <li>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)</li> <li>Fully adjustable ramp rate for just the right on/off speed</li> <li>Double tap to full brightness feature</li> <li>Remembers and restores on/off status after power failure</li> <li>Built-in Z-Wave Plus signal repeater to extend network range</li> <li>Extended compatibility with LED bulbs, no more flickering!</li> <li>S2 security protocol and the latest 500 Z-Wave chip</li> <li>Customizable LED indicator and air-gap switch for added safety</li> </ul> <br /> <h2>Inclusion Information</h2><p><br /></p><ol><li>Initiate inclusion (pairing) in the app (or web interface).</li> <li>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.</li> </ol> <br /> <h2>Exclusion Information</h2><p><br /></p><ol><li>Initiate inclusion (pairing) in the app (or web interface).</li> <li>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.</li> </ol> <br /> <h2>Wakeup Information</h2><p><br /></p><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL,COMMAND_CLASS_BASIC</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Zooz</property>
|
||||
<property name="modelId">ZEN27</property>
|
||||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">A000:A002</property>
|
||||
<property name="versionMin">3.0</property>
|
||||
<property name="dbReference">1292</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: Paddle Orientation</label>
|
||||
<description><![CDATA[
|
||||
Choose Paddle Functionality<br /> <h1>Overview</h1><p>Paddle Control</p> <p>Parameter 1: Choose if you want the upper paddle to turn the light on or turn the light off when tapped</p> <p>Values:</p> <p>0 – Upper paddle turns the light on, lower paddle turns the light off (default);</p> <p>1 – Upper paddle turns the light off, lower paddle turns the light on</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Upper light on, lower light off</option>
|
||||
<option value="1">Upper light off, lower light on</option>
|
||||
<option value="2">Both toggle</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: LED Indicator Control</label>
|
||||
<description><![CDATA[
|
||||
Change behavior of the LED indicator<br /> <h1>Overview</h1><p>LED Indicator Control</p> <p>Parameter 2: 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</p> <p>Values:</p> <p>0 – LED indicator is on when switch is off, LED indicator is off when switch is on (default);</p> <p>1 – LED indicator is on when switch is on, LED indicator is off when switch is off;</p> <p>2 – LED indicator is always OFF</p> <p>3 – LED indicator is always ON</p> <p>Size: 1 byte dec.</p> <p>OR</p> <p>6 x TAP PADDLE to change the LED indicator mode</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">LED on when switch off, LED off when switch on</option>
|
||||
<option value="1">LED on when switch on, LED off when switch off</option>
|
||||
<option value="2">LED indicator is always OFF</option>
|
||||
<option value="3">LED indicator is always ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Auto Turn-Off Timer</label>
|
||||
<description><![CDATA[
|
||||
enable the Auto Turn-Off Timer<br /> <h1>Overview</h1><p>Auto Turn-Off Timer</p> <p>Parameter 3: Use this parameter to enable or disable the auto turn-off timer function</p> <p>Values:</p> <p>0 – timer disabled (default);</p> <p>1 – timer enabled.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">timer disabled</option>
|
||||
<option value="1">timer enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_4" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>4: Auto Turn-Off Timer Duration</label>
|
||||
<description><![CDATA[
|
||||
set Auto Turn-Off Timer Duration<br /> <h1>Overview</h1><p>Parameter 4: Use this parameter to set the time a?er 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 minutes.</p> <p>Values: 1 – 65535 (minutes). 60 –default.</p> <p>Size: 4 byte dec.</p>
|
||||
]]></description>
|
||||
<default>60</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Auto Turn-On Timer</label>
|
||||
<description><![CDATA[
|
||||
enable the Auto Turn-On Timer<br /> <h1>Overview</h1><p>Auto Turn-On Timer</p> <p>Parameter 5: Use this parameter to enable or disable the auto turn-on timer function</p> <p>Values:</p> <p>0 – timer disabled (default);</p> <p>1 – timer enabled.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">timer disabled</option>
|
||||
<option value="1">timer enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration"
|
||||
min="1" max="65535">
|
||||
<label>6: Auto Turn-On Timer Duration</label>
|
||||
<description><![CDATA[
|
||||
set Auto Turn-On Timer Duration<br /> <h1>Overview</h1><p>Parameter 6: Use this parameter to set the time a?er which you want the switch to automatically turn on once it has been turned off. The number entered as value corresponds to the number of minutes.</p> <p>Values: 1 – 65535 (minutes). Default</p> <p>set to 60.</p> <p>Size: 4 byte dec.</p>
|
||||
]]></description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="15">
|
||||
<label>7: Association Reports</label>
|
||||
<description><![CDATA[
|
||||
Association Reports<br /> <h1>Overview</h1><p>Choose which physical and Z-Wave triggers should prompt the dimmer to send a status change report to associated devices.</p> <p>0 – none;</p> <p>1 – physical tap on ZEN27 only;</p> <p>2 – physical tap on connected 3-way switch only;</p> <p>3 – physical tap on ZEN27 or connected 3-way switch;</p> <p>4 – Z-Wave command from hub;</p> <p>5 – physical tap on ZEN27 or Z-Wave command from hub;</p> <p>6 – physical tap on connected 3-way switch or Z-Wave command from hub;</p> <p>7 – physical tap on ZEN27 / connected 3-way switch or Z-Wave command from hub;</p> <p>8 – timer only;</p> <p>9 – physical tap on ZEN27 or timer;</p> <p>10 – physical tap on connected 3-way switch or timer;</p> <p>11 – physical tap on ZEN27 / connected 3-way switch or timer;</p> <p>12 – Z-Wave command from hub or timer;</p> <p>13 – physical tap on ZEN27, Z-Wave command from hub, or timer;</p> <p>14 – physical tap on ZEN27 / connected 3-way switch, Z-Wave command from hub, or timer;</p> <p>15 – all of the above (Default)</p>
|
||||
]]></description>
|
||||
<default>15</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: On Off Status After Power Failure</label>
|
||||
<description><![CDATA[
|
||||
Set the on off status for the switch after power failure.<br /> <h1>Overview</h1><p>On Off Status After Power Failure</p> <p>Parameter 8: Set the on off status for the switch after power failure.</p> <p>Values:</p> <p>0 – forced to OFF (regardless of state prior to power outage);</p> <p>1 – forced to ON (regardless of state prior to power outage);</p> <p>2 – remembers and restores on/off status a?er power failure (default)</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">forced to OFF</option>
|
||||
<option value="1">forced to ON</option>
|
||||
<option value="2">remembers on/off status</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<label>9: Ramp Rate Control</label>
|
||||
<description><![CDATA[
|
||||
Adjust the ramp rate for your dimmer<br /> <h1>Overview</h1><p>Adjust the ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds</p> <p>it takes for the dimmer to reach full brightness or turn off when operated manually.</p> <p>Values: 0 – 99 (seconds). Default set to 1.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>10: Minimum Brightness</label>
|
||||
<description><![CDATA[
|
||||
Set the minimum brightness level %<br /> <h1>Overview</h1><p>Minimum and Maximum Brightness</p> <p>Parameter 10: Set the minimum brightness level (in %) for your dimmer. You won’t be able to dim the light below the set value.</p> <p>Values: 1 – 99 (%). Default set to 1.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>11: Maximum Brightness</label>
|
||||
<description><![CDATA[
|
||||
Set the maximum brightness level %<br /> <h1>Overview</h1><p>Minimum and Maximum Brightness</p> <p>Parameter 11: Set the maximum brightness level (in %) for your dimmer. You won’t be able to add brightness to the light beyond the set value. Note: if Parameter 12 is set to value 0, Parameter 11 is automatically disabled.</p> <p>Values: 1 – 99 (%). Default set to 99.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>12: Double Tap Function</label>
|
||||
<description><![CDATA[
|
||||
brightness level after you double-tap upper paddle<br /> <h1>Overview</h1><p>Double Tap Function</p> <p>Parameter 12: Choose if you want the dimmer to turn on to full brightness or custom brightness level after you double-tap the upper paddle.</p> <p>Values:</p> <p>0 – the light will turn on to full brightness with double tap (default).</p> <p>1 – the light will turn on to the maximum brightness level set in Parameter 11 with double tap.</p> <p>Size: 1 byte dec.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">full brightness</option>
|
||||
<option value="1">maximum brightness level set</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Scene enable/disable</label>
|
||||
<description><![CDATA[
|
||||
Enable or disable scene control functionality for quick double tap triggers.<br /> <h1>Overview</h1><p>Enable or disable scene control functionality for quick double tap triggers.</p> <p>0 – scene control disabled (default). 1 – scene control enabled.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Scene control disabled</option>
|
||||
<option value="1">Scene control enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration">
|
||||
<label>14: Enable/Disable double tap</label>
|
||||
<description><![CDATA[
|
||||
Move double tap functionality to single tap<br /> <h1>Overview</h1><p>Enable or disable the double tap function and assign brightness level to single tap.</p> <p>0 – double tap to full / maximum brightness level enabled (default).</p> <p>1 – double tap to full / maximum brightness level disabled, single tap turns light on to last brightness level.</p> <p>2 – double tap to full / maximum brightness level disabled, single tap turns light on to full / maximum brightness level.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">double tap max</option>
|
||||
<option value="1">single tap last</option>
|
||||
<option value="2">single tap max</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration">
|
||||
<label>15: Local on/off control</label>
|
||||
<description><![CDATA[
|
||||
Enable or disable local on/off control<br /> <h1>Overview</h1><p>Enable or disable local on/off control. If enabled, you’ll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.</p> <p>0 – physical paddle control disabled.</p> <p>1 – physical paddle control enabled (default).</p> <p>2 – physical paddle and Z-Wave control disabled.</p> <p><strong>NOTE:</strong> tap the upper paddle 10 times quickly to change this mode.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">physical paddle control disabled</option>
|
||||
<option value="1">physical paddle control enabled</option>
|
||||
<option value="2">physical paddle and Z-Wave control disabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_1" type="integer" groupName="configuration"
|
||||
min="1" max="99">
|
||||
<label>16: Physical dimming speed</label>
|
||||
<description><![CDATA[
|
||||
Physical dimming speed<br /> <h1>Overview</h1><p>Set the time it takes to get from 0% to 100% brightness when pressing and holding the paddle (physical dimming). The number entered as value corresponds to the number of seconds.</p> <p>1 – 99 (seconds). Default: 4</p>
|
||||
]]></description>
|
||||
<default>4</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_1" type="integer" groupName="configuration">
|
||||
<label>17: Z-Wave ramp rate</label>
|
||||
<description><![CDATA[
|
||||
Z-Wave ramp rate<br /> <h1>Overview</h1><p>Choose if you want to set the Z-Wave ramp rate independently of the physical ramp rate (using an appropriate command in your hub) or if you want them to match.</p> <p>0 – Z-Wave ramp rate matches the physical ramp rate set in parameter 9;</p> <p>1 – Z-Wave ramp rate is set independently using appropriate Z-Wave commands (default).</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Match physical ramp rate</option>
|
||||
<option value="1">Independent ramp rate</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_18_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<label>18: Custom brightness level</label>
|
||||
<description><![CDATA[
|
||||
Custom brightness level<br /> <h1>Overview</h1><p>Set the custom brightness level (instead of the last set brightness level) you want the dimmer to come on to when you single tap the upper paddle.</p> <p>0 – last brightness level (default);</p> <p>1 – 99 (%) for custom brightness level.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_20_1" type="integer" groupName="configuration">
|
||||
<label>20: Brightness reporting</label>
|
||||
<description><![CDATA[
|
||||
Brightness reporting<br /> <h1>Overview</h1><p>Choose how you'd like the dimmer to report when paddles are tapped and held and physical / Z-Wave control is enabled or disabled.</p> <p>0 – report each brightness level to hub when physical / Z-Wave control is disabled for physical dimming (final level only reported if physical / Z-Wave control is enabled).</p> <p>1 – report final brightness level only for physical dimming, regardless of the physical / Z-Wave control mode</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Report each level if control is diabled</option>
|
||||
<option value="1">Only report final brightness level always</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>21: Reporting behavior for disabled physical control.</label>
|
||||
<description><![CDATA[
|
||||
Reporting behavior for disabled physical control.<br /> <h1>Overview</h1><p>0 – switch reports on/off status and changes LED indicator state even if physical and Z-Wave control is disabled (default). 1 – switch doesn't report on/off status or change LED indicator state when physical (and Z-Wave) control is disabled.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<label>22: Night Light Mode</label>
|
||||
<description><![CDATA[
|
||||
Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.<br /> <h1>Overview</h1><p>Set the brightness level the dimmer will turn on to when off and when lower paddle is held DOWN for a second.</p>
|
||||
]]></description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
BASIC REPORT gets sent to this group<br /> <h1>Overview</h1><p>This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.</p>
|
||||
]]></description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Status</label>
|
||||
<description><![CDATA[
|
||||
BASIC SET gets sent to this group<br /> <h1>Overview</h1><p>This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Status #2</label>
|
||||
<description><![CDATA[
|
||||
BASIC SET gets sent to this group<br /> <h1>Overview</h1><p>This dimmer switch supports Group 1 with up to 1 devices for lifeline communication and Group 2 and 3 with up to 5 devices. This device will send BASIC REPORT to Group 1 and BASIC SET to group 2 and 3 when operated manually.</p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -14,13 +14,6 @@ Remote switch<br /><h1>Overview</h1><p>* Control other Z-Wave devices and enable
|
|||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
|
|
|
@ -40,7 +40,7 @@ Motion & Vibration Sensor<br /><h1>Overview</h1><p>Motion detection, built-i
|
|||
<property name="manufacturerId">027A</property>
|
||||
<property name="manufacturerRef">0301:0012</property>
|
||||
<property name="dbReference">869</property>
|
||||
<property name="defaultAssociations">1,2</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
|
@ -134,6 +134,9 @@ percent battery left<br /><h1>Overview</h1><p>battery level for low battery repo
|
|||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: BASIC SET</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
|
|
|
@ -27,24 +27,23 @@ To that end, the project provides two things:
|
|||
{:toc}
|
||||
|
||||
## Features
|
||||
The following features are provided by the openHABian image out of the box:
|
||||
|
||||
The following features are provided by the openHABian images out of the box:
|
||||
|
||||
- Hassle-free setup without a display or keyboard, connected via [Ethernet or Wi-Fi](#wifi-setup)
|
||||
- openHAB 2 in the latest stable version
|
||||
- Zulu Embedded OpenJDK Java 11 ([newest revision](http://zulu.org/zulu-community/zulurelnotes))
|
||||
- [openHABian Configuration Tool](#openhabian-config) including updater functionality
|
||||
- openHAB Log Viewer (based on [frontail](https://github.com/mthenw/frontail))
|
||||
- Samba file sharing with [pre-configured to use shares](https://www.openhab.org/docs/installation/linux.html#mounting-locally)
|
||||
- Hassle-free setup without a display or keyboard, connected via Ethernet or [WiFi](#wifi-based-setup-notes)
|
||||
- the latest stable version of openHAB 2
|
||||
- Zulu Embedded OpenJDK Java 8, 11 or AdoptOpenJDK
|
||||
- [openHABian Configuration Tool](#openhabian-configuration-tool) including updater functionality
|
||||
- web based openHAB Log Viewer (based on [frontail](https://github.com/mthenw/frontail))
|
||||
- Samba file sharing [pre-configured to use shares](https://www.openhab.org/docs/installation/linux.html#mounting-locally)
|
||||
- Useful Linux packages pre-installed, including `vim, mc, screen, htop, ...`
|
||||
- Login information screen, powered by [FireMotD](https://github.com/OutsideIT/FireMotD)
|
||||
- Customized Bash shell experience
|
||||
- Customized vim settings, including [openHAB syntax highlighting](https://github.com/cyberkov/openhab-vim)
|
||||
- Customized nano settings, including [openHAB syntax highlighting](https://github.com/airix1/openhabnano)
|
||||
- Version control for `/etc` by the help of [etckeeper](http://etckeeper.branchable.com) (git)
|
||||
- [Raspberry Pi specific](rasppi.html): Extend to the whole SD card, 16MB GPU memory split
|
||||
- Customized Bash shell experience, settings and openHAB syntax highlighting for [vim](https://github.com/cyberkov/openhab-vim) and [nano](https://github.com/airix1/openhabnano)
|
||||
- [Mosquitto](https://mosquitto.org) MQTT broker
|
||||
- the [InfluxDB](https://www.influxdata.com/) database to store home automation data and [Grafana](https://grafana.com/) to visualize it
|
||||
- FIND, the [Framework for Internal Navigation and Discovery](https://www.internalpositioning.com/)
|
||||
- [Tailscale](https://tailscale.com/blog/how-tailscale-works/) VPN and [WireGuard](https://www.wireguard.com/) for remote VPN access
|
||||
|
||||
Additionally the **openHABian Configuration Tool** [`openhabian-config`](#openhabian-config) is included and provides the following optional settings and components:
|
||||
The included **openHABian Configuration Tool** [`openhabian-config`](#openhabian-configuration-tool) provides the following optional settings and components:
|
||||
|
||||

|
||||
|
||||
|
@ -78,13 +77,13 @@ openHABian is designed as a headless system, you will not need a display or a ke
|
|||
- [Download the latest "openHABian" SD card image file](https://github.com/openhab/openhabian/releases) (Note: the file is *xz* compressed)
|
||||
- Write the image to your SD card (e.g. with [Etcher](https://www.balena.io/etcher/), able to directly work with *xz* files)
|
||||
- Insert the SD card into your Raspberry Pi, connect Ethernet ([WiFi also supported](#wifi-based-setup-notes)) and power on.
|
||||
- Wait approximately **15-45 minutes** for openHABian to do its magic. <br>(You can check the progress in your web-browser [here](http://openhab).)
|
||||
- Wait approximately **15-45 minutes** for openHABian to do its magic. <br>(You can check the progress in your web-browser [here](http://openhabiandevice).)
|
||||
- Enjoy!
|
||||
|
||||
- The device will be available under its IP or via the local DNS name `openhab`
|
||||
- [Connect to the openHAB 2 dashboard](https://www.openhab.org/docs/configuration/packages.html): [http://openhab:8080](http://openhab:8080)
|
||||
- The device will be accessible by its IP or via the local DNS name `openhabiandevice` (or whatever you changed 'hostname' in `openhabian.conf` to)
|
||||
- [Connect to the openHAB 2 dashboard](https://www.openhab.org/docs/configuration/packages.html): [http://openhabiandevice:8080](http://openhabiandevice:8080)
|
||||
- [Connect to the Samba network shares](https://www.openhab.org/docs/installation/linux.html#mounting-locally) with username `openhabian` and password `openhabian`
|
||||
- Connect to the openHAB Log Viewer (frontail): [http://openhab:9001](http://openhab:9001)
|
||||
- Connect to the openHAB Log Viewer (frontail): [http://openhabiandevice:9001](http://openhabiandevice:9001)
|
||||
- If you encounter any setup problem, [please continue here](#successful)
|
||||
|
||||
You can stop reading now, openHABian has installed and configured your openHAB system and you can start to use it right away.
|
||||
|
@ -140,8 +139,8 @@ openhabian-config unattended
|
|||
|
||||
to get the automated openHABian installation going.
|
||||
|
||||
Please note that we cannot test HW/OS combos upfront so there is no support / no guarantee for this work as explained in the [README](https://github.com/openhab/openhabian/blob/master/README.md).
|
||||
Don't be too disappointed if you run into errors. Drop us a note on Github.
|
||||
Please note that we cannot test HW/OS combos beyond RPis upfront so there is no support / no promise for this work as explained in the [README](https://github.com/openhab/openhabian/blob/master/README.md).
|
||||
Drop us a note on Github.
|
||||
|
||||
## openHABian Configuration Tool
|
||||
The following instructions target a Raspberry Pi openHABian setup but should be applicable to all openHABian environments.
|
||||
|
@ -259,10 +258,10 @@ You can also make use of this if you don't use the image but unattended installa
|
|||
Make the `adminkeyurl` point to an URL to contain a public SSH key. This will be included with your administration
|
||||
user's `.ssh/authorized_keys` and the openHAB Karaf console so the admin user (yourself, usually) can login after installation.
|
||||
|
||||
#### WiFi based Setup Notes
|
||||
#### WiFi based setup notes
|
||||
If you own a RPi3, RPi3+, RPi4, a RPi0W or any other model with a compatible WiFi dongle you can set up and use openHABian via WiFi only.
|
||||
For the WiFi based setup to work, you'll need to make your SSID and password known to the system before the first boot.
|
||||
So in addition to the setup instructions given above, uncomment and complete the lines reading `wifi_ssid="My WiFi SSID"` and `wifi_psk="password123"` in `openhabian.conf`.
|
||||
So in addition to the setup instructions given above, uncomment and complete the lines reading `wifi_ssid=""` and `wifi_psk=""` in `openhabian.conf`.
|
||||
|
||||
#### WiFi Hotspot
|
||||
Whenever the WiFi interface wlan0 exists but does not have connectivity, openHABian will launch a **Hotspot**.
|
||||
|
@ -270,7 +269,7 @@ When you use your mobile phone to scan for WiFi networks, you should be seeing a
|
|||
Connecting will work without a password. Once connected, open your browser and point it at `http://raspberrypi.local` or `http://comitup-<n>`.
|
||||
This may or may not work for your mobile browser as it requires Bonjour/ZeroConf abilities. If you cannot connect to this address, go to `http://10.42.0.1`.
|
||||
On that page you can select the SSID of the network you want to connect your system to. Provide the password and press the button.
|
||||
Note that as soon as you do, the wlan0 IP address changes so your mobile browser will not receive/priovide you any more feedback.
|
||||
Note that as soon as you do, the wlan0 IP address changes so your mobile browser will not be able to provide you any feedback if that worked out.
|
||||
Try to ping the new system's hostname (default is `openHABianDevice`) or check DHCP on your router if your openHABian system appeared there.
|
||||
For more information on this feature see [comitup-cli](https://davesteele.github.io/comitup/).
|
||||
You can use `sudo comitup-cli` inside openHABian to change networks and eventually remove network credentials.
|
||||
|
|
Loading…
Reference in New Issue