Updated external content (Jenkins build 1086)

pull/1969/head
openHAB Build Server 2022-08-15 04:58:38 +00:00
parent e62a9ad290
commit f7f4b9bc3d
7 changed files with 440 additions and 45 deletions

File diff suppressed because one or more lines are too long

View File

@ -40,13 +40,15 @@ Select the Item you like to control in the "Item Action" and leave the command e
### Trigger
| Name | Type | Description | Required |
|-----------------|---------|----------------------------------------------------------------------------------------------|----------|
| `dutycycleItem` | Item | The Item (PercentType) to read the duty cycle from | Yes |
| `interval` | Decimal | The constant interval in which the output is switch ON and OFF again in sec. | Yes |
| `minDutyCycle` | Decimal | Any duty cycle below this value will be increased to this value | No |
| `maxDutycycle` | Decimal | Any duty cycle above this value will be decreased to this value | No |
| `deadManSwitch` | Decimal | The output will be switched off, when the duty cycle is not updated within this time (in ms) | No |
| Name | Type | Description | Required |
|----------------------|---------|----------------------------------------------------------------------------------------------|----------|
| `dutycycleItem` | Item | The Item (PercentType) to read the duty cycle from | Yes |
| `interval` | Decimal | The constant interval in which the output is switch ON and OFF again in sec. | Yes |
| `minDutyCycle` | Decimal | Any duty cycle below this value will be increased to this value | No |
| `equateMinToZero` | Boolean | True if the duty cycle below `minDutycycle` should be set to 0 (defaults to false) | No |
| `maxDutycycle` | Decimal | Any duty cycle above this value will be increased to 100 | No |
| `equateMaxToHundred` | Boolean | True if the duty cycle above `maxDutyCycle` should be set to 100 (defaults to true) | No |
| `deadManSwitch` | Decimal | The output will be switched off, when the duty cycle is not updated within this time (in ms) | No |
The duty cycle can be limited via the parameters `minDutycycle` and `maxDutyCycle`.
This is helpful if you need to maintain a minimum time between the switching of the output.

View File

@ -273,6 +273,7 @@ Currently the miio binding supports more than 330 different models.
| HUIZUO ZIWEI Ceiling Lamp | miio:basic | [huayi.light.zw131](#huayi-light-zw131) | Experimental | Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
| MiJia Rice Cooker | miio:unsupported | hunmi.cooker.normal3 | No | |
| Jinxing Smart Air Conditioner | miio:unsupported | idelan.aircondition.v1 | No | |
| Xiaomi Robot Vacuum-Mop 2S | miio:basic | [ijai.vacuum.v19](#ijai-vacuum-v19) | Yes | |
| IKEA E27 white spectrum opal | miio:lumi | [ikea.light.led1545g12](#ikea-light-led1545g12) | Experimental | Needs to have the Xiaomi gateway configured in the binding as bridge.<br />Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
| IKEA E27 white spectrum clear | miio:lumi | [ikea.light.led1546g12](#ikea-light-led1546g12) | Experimental | Needs to have the Xiaomi gateway configured in the binding as bridge.<br />Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
| IKEA E14 white spectrum | miio:lumi | [ikea.light.led1536g5](#ikea-light-led1536g5) | Experimental | Needs to have the Xiaomi gateway configured in the binding as bridge.<br />Experimental support. Please report back if all channels are functional. Preferably share the debug log of property refresh and command responses |
@ -1661,6 +1662,79 @@ Note, not all the values need to be in the json file, e.g. a subset of the param
| brightness | Dimmer | Light - Brightness | |
| color-temperature | Number:Temperature | Light - Color Temperature | |
### Xiaomi Robot Vacuum-Mop 2S (<a name="ijai-vacuum-v19">ijai.vacuum.v19</a>) Channels
| Channel | Type | Description | Comment |
|----------------------|----------------------|------------------------------------------|------------|
| actions | String | Robot Cleaner - Actions | |
| advanced_actions | String | Robot Cleaner - Advanced Actions | |
| status | Number | Robot Cleaner - Status | Value mapping `["0"="Sleep","1"="Idle","2"="Paused","3"="Go Charging","4"="Charging","5"="Sweeping","6"="Sweeping and Mopping","7"="Mopping","8"="Upgrading"]` |
| fault | Number | Robot Cleaner - Device Fault | |
| mode | Number | Robot Cleaner - Mode | Value mapping `["0"="Sweep","1"="Sweep And Mop","2"="Mop"]` |
| sweep_type | Number | Robot Cleaner - Sweep Type | Value mapping `["0"="Global","1"="Mop","2"="Edge","3"="Area","4"="Point","5"="Remote","6"="Explore","7"="Room","8"="Floor"]` |
| on | String | Robot Cleaner - Switch Status | |
| battery_level | Number:Dimensionless | Robot Cleaner - Battery Level | |
| alarm | Switch | Robot Cleaner - Locate | |
| volume | Number:Dimensionless | Robot Cleaner - Locate Volume | |
| repeat_state | Switch | Sweep - Repeat State | |
| door_state | Number | Sweep - Door State | Value mapping `["0"="None","1"="DustBox","2"="WaterBox","3"="TwoInOne"]` |
| cloth_state | Contact | Sweep - Cloth State | |
| suction_state | Number | Robot Cleaner - Power | Value mapping `["0"="Slient","1"="Standard","2"="Medium","3"="Turbo"]` |
| water_state | Number | Sweep - Water State | Value mapping `["0"="Low","1"="Mid","2"="High"]` |
| mop_route | Number | Sweep - Mop Route | Value mapping `["0"="S","1"="Y"]` |
| side_brush_life | Number:Dimensionless | Sweep - Side Brush Life | |
| side_brush_hours | Number:Time | Sweep - Side Brush Hours | |
| main_brush_life | Number:Dimensionless | Sweep - Main Brush Life | |
| main_brush_hours | Number:Time | Sweep - Main Brush Hours | |
| hypa_life | Number:Dimensionless | Sweep - Hypa Life | |
| hypa_hours | Number:Time | Sweep - Hypa Hours | |
| mop_life | Number:Dimensionless | Sweep - Mop Life | |
| mop_hours | Number:Time | Sweep - Mop Hours | |
| direction | Number | Sweep - Direction | Value mapping `["1"="Forward","2"="Left","3"="Right","4"="Back","5"="Stop","10"="Exit"]` |
| time_zone | Number | Sweep - Time Zone | |
| cur_lang | String | Sweep - Cur Lang | |
| cleaning_time | Number:Time | Sweep - Cleaning Time | |
| cleaning_area | Number | Sweep - Cleaning Area | |
| dirt_recognize | Switch | Sweep - Dirt Recognize | |
| pet_recognize | Switch | Sweep - Pet Recognize | |
| ai_recognize | Switch | Sweep - Ai Recognize | |
| carpet_booster | Switch | Sweep - Carpet Booster | |
| multi_prop_vacuum | String | Sweep - Multi Prop Vacuum | |
| carpet_avoid | Switch | Sweep - Carpet Avoid | |
| tank_shake | Switch | Sweep - Tank Shake | |
| shake_shift | Number | Sweep - Shake Shift | Value mapping `["1"="Low","2"="Mid","3"="High"]` |
| map_encrypt | Contact | Sweep - Map Encrypt | |
| order_id | Number | Order - Order Id | |
| enable | Switch | Order - Enable | |
| day | Number:Time | Order - Day | |
| hour | Number:Time | Order - Hour | |
| minute | Number:Time | Order - Minute | |
| repeat | Switch | Order - Repeat | |
| clean_way | Number | Order - Clean Way | Value mapping `["0"="Sweep","1"="Sweep Mop","2"="Mop"]` |
| suction | Number | Order - Suction | Value mapping `["0"="Slient","1"="Normal","2"="Medium","3"="Turbo"]` |
| water | Number | Order - Water | Value mapping `["0"="Low","1"="Mid","2"="High"]` |
| twice_clean | Switch | Order - Twice Clean | |
| mapid | Number | Order - Mapid | |
| room_count | Number | Order - Room Count | |
| room_data | String | Order - Room Data | |
| time_zone1 | Number | Order - Time Zone | |
| all_enable_count | String | Order - All Enable Count | |
| zone_points | String | Point Zone - Zone Points | |
| restrict_points | String | Point Zone - Restrict Points | |
| target_point | String | Point Zone - Target Point | |
| remember_state | Switch | Map - Remember State | |
| cur_map_id | Number | Map - Cur Map Id | |
| map_num | Number | Map - Map Num | |
| cur_cleaning_path | String | Map - Cur Cleaning Path | |
| build_map | Number | Map - Build Map | Value mapping `["0"="None","1"="Build","2"="Clean"]` |
| has_new_map | Contact | Map - Has New Map | |
| dnd_enable | Contact | Disturb - Dnd Enable | |
| dnd_start_hour | Number:Time | Disturb - Dnd Start Hour | |
| dnd_start_minute | Number:Time | Disturb - Dnd Start Minute | |
| dnd_end_hour | Number:Time | Disturb - Dnd End Hour | |
| dnd_end_minute | Number:Time | Disturb - Dnd End Minute | |
| multi_prop_dnd | String | Disturb - Multi Prop Dnd | |
### IKEA E27 white spectrum opal (<a name="ikea-light-led1545g12">ikea.light.led1545g12</a>) Channels
| Channel | Type | Description | Comment |
@ -7003,6 +7077,82 @@ Dimmer brightness "Light - Brightness" (G_light) {channel="miio:basic:light:brig
Number:Temperature color_temperature "Light - Color Temperature" (G_light) {channel="miio:basic:light:color-temperature"}
```
### Xiaomi Robot Vacuum-Mop 2S (ijai.vacuum.v19) item file lines
note: Autogenerated example. Replace the id (vacuum) in the channel with your own. Replace `basic` with `generic` in the thing UID depending on how your thing was discovered.
```
Group G_vacuum "Xiaomi Robot Vacuum-Mop 2S" <status>
String actions "Robot Cleaner - Actions" (G_vacuum) {channel="miio:basic:vacuum:actions"}
String advanced_actions "Robot Cleaner - Advanced Actions" (G_vacuum) {channel="miio:basic:vacuum:advanced_actions"}
Number status "Robot Cleaner - Status" (G_vacuum) {channel="miio:basic:vacuum:status"}
Number fault "Robot Cleaner - Device Fault" (G_vacuum) {channel="miio:basic:vacuum:fault"}
Number mode "Robot Cleaner - Mode" (G_vacuum) {channel="miio:basic:vacuum:mode"}
Number sweep_type "Robot Cleaner - Sweep Type" (G_vacuum) {channel="miio:basic:vacuum:sweep_type"}
String on "Robot Cleaner - Switch Status" (G_vacuum) {channel="miio:basic:vacuum:on"}
Number:Dimensionless battery_level "Robot Cleaner - Battery Level" (G_vacuum) {channel="miio:basic:vacuum:battery_level"}
Switch alarm "Robot Cleaner - Locate" (G_vacuum) {channel="miio:basic:vacuum:alarm"}
Number:Dimensionless volume "Robot Cleaner - Locate Volume" (G_vacuum) {channel="miio:basic:vacuum:volume"}
Switch repeat_state "Sweep - Repeat State" (G_vacuum) {channel="miio:basic:vacuum:repeat_state"}
Number door_state "Sweep - Door State" (G_vacuum) {channel="miio:basic:vacuum:door_state"}
Contact cloth_state "Sweep - Cloth State" (G_vacuum) {channel="miio:basic:vacuum:cloth_state"}
Number suction_state "Robot Cleaner - Power" (G_vacuum) {channel="miio:basic:vacuum:suction_state"}
Number water_state "Sweep - Water State" (G_vacuum) {channel="miio:basic:vacuum:water_state"}
Number mop_route "Sweep - Mop Route" (G_vacuum) {channel="miio:basic:vacuum:mop_route"}
Number:Dimensionless side_brush_life "Sweep - Side Brush Life" (G_vacuum) {channel="miio:basic:vacuum:side_brush_life"}
Number:Time side_brush_hours "Sweep - Side Brush Hours" (G_vacuum) {channel="miio:basic:vacuum:side_brush_hours"}
Number:Dimensionless main_brush_life "Sweep - Main Brush Life" (G_vacuum) {channel="miio:basic:vacuum:main_brush_life"}
Number:Time main_brush_hours "Sweep - Main Brush Hours" (G_vacuum) {channel="miio:basic:vacuum:main_brush_hours"}
Number:Dimensionless hypa_life "Sweep - Hypa Life" (G_vacuum) {channel="miio:basic:vacuum:hypa_life"}
Number:Time hypa_hours "Sweep - Hypa Hours" (G_vacuum) {channel="miio:basic:vacuum:hypa_hours"}
Number:Dimensionless mop_life "Sweep - Mop Life" (G_vacuum) {channel="miio:basic:vacuum:mop_life"}
Number:Time mop_hours "Sweep - Mop Hours" (G_vacuum) {channel="miio:basic:vacuum:mop_hours"}
Number direction "Sweep - Direction" (G_vacuum) {channel="miio:basic:vacuum:direction"}
Number time_zone "Sweep - Time Zone" (G_vacuum) {channel="miio:basic:vacuum:time_zone"}
String cur_lang "Sweep - Cur Lang" (G_vacuum) {channel="miio:basic:vacuum:cur_lang"}
Number:Time cleaning_time "Sweep - Cleaning Time" (G_vacuum) {channel="miio:basic:vacuum:cleaning_time"}
Number cleaning_area "Sweep - Cleaning Area" (G_vacuum) {channel="miio:basic:vacuum:cleaning_area"}
Switch dirt_recognize "Sweep - Dirt Recognize" (G_vacuum) {channel="miio:basic:vacuum:dirt_recognize"}
Switch pet_recognize "Sweep - Pet Recognize" (G_vacuum) {channel="miio:basic:vacuum:pet_recognize"}
Switch ai_recognize "Sweep - Ai Recognize" (G_vacuum) {channel="miio:basic:vacuum:ai_recognize"}
Switch carpet_booster "Sweep - Carpet Booster" (G_vacuum) {channel="miio:basic:vacuum:carpet_booster"}
String multi_prop_vacuum "Sweep - Multi Prop Vacuum" (G_vacuum) {channel="miio:basic:vacuum:multi_prop_vacuum"}
Switch carpet_avoid "Sweep - Carpet Avoid" (G_vacuum) {channel="miio:basic:vacuum:carpet_avoid"}
Switch tank_shake "Sweep - Tank Shake" (G_vacuum) {channel="miio:basic:vacuum:tank_shake"}
Number shake_shift "Sweep - Shake Shift" (G_vacuum) {channel="miio:basic:vacuum:shake_shift"}
Contact map_encrypt "Sweep - Map Encrypt" (G_vacuum) {channel="miio:basic:vacuum:map_encrypt"}
Number order_id "Order - Order Id" (G_vacuum) {channel="miio:basic:vacuum:order_id"}
Switch enable "Order - Enable" (G_vacuum) {channel="miio:basic:vacuum:enable"}
Number:Time day "Order - Day" (G_vacuum) {channel="miio:basic:vacuum:day"}
Number:Time hour "Order - Hour" (G_vacuum) {channel="miio:basic:vacuum:hour"}
Number:Time minute "Order - Minute" (G_vacuum) {channel="miio:basic:vacuum:minute"}
Switch repeat "Order - Repeat" (G_vacuum) {channel="miio:basic:vacuum:repeat"}
Number clean_way "Order - Clean Way" (G_vacuum) {channel="miio:basic:vacuum:clean_way"}
Number suction "Order - Suction" (G_vacuum) {channel="miio:basic:vacuum:suction"}
Number water "Order - Water" (G_vacuum) {channel="miio:basic:vacuum:water"}
Switch twice_clean "Order - Twice Clean" (G_vacuum) {channel="miio:basic:vacuum:twice_clean"}
Number mapid "Order - Mapid" (G_vacuum) {channel="miio:basic:vacuum:mapid"}
Number room_count "Order - Room Count" (G_vacuum) {channel="miio:basic:vacuum:room_count"}
String room_data "Order - Room Data" (G_vacuum) {channel="miio:basic:vacuum:room_data"}
Number time_zone1 "Order - Time Zone" (G_vacuum) {channel="miio:basic:vacuum:time_zone1"}
String all_enable_count "Order - All Enable Count" (G_vacuum) {channel="miio:basic:vacuum:all_enable_count"}
String zone_points "Point Zone - Zone Points" (G_vacuum) {channel="miio:basic:vacuum:zone_points"}
String restrict_points "Point Zone - Restrict Points" (G_vacuum) {channel="miio:basic:vacuum:restrict_points"}
String target_point "Point Zone - Target Point" (G_vacuum) {channel="miio:basic:vacuum:target_point"}
Switch remember_state "Map - Remember State" (G_vacuum) {channel="miio:basic:vacuum:remember_state"}
Number cur_map_id "Map - Cur Map Id" (G_vacuum) {channel="miio:basic:vacuum:cur_map_id"}
Number map_num "Map - Map Num" (G_vacuum) {channel="miio:basic:vacuum:map_num"}
String cur_cleaning_path "Map - Cur Cleaning Path" (G_vacuum) {channel="miio:basic:vacuum:cur_cleaning_path"}
Number build_map "Map - Build Map" (G_vacuum) {channel="miio:basic:vacuum:build_map"}
Contact has_new_map "Map - Has New Map" (G_vacuum) {channel="miio:basic:vacuum:has_new_map"}
Contact dnd_enable "Disturb - Dnd Enable" (G_vacuum) {channel="miio:basic:vacuum:dnd_enable"}
Number:Time dnd_start_hour "Disturb - Dnd Start Hour" (G_vacuum) {channel="miio:basic:vacuum:dnd_start_hour"}
Number:Time dnd_start_minute "Disturb - Dnd Start Minute" (G_vacuum) {channel="miio:basic:vacuum:dnd_start_minute"}
Number:Time dnd_end_hour "Disturb - Dnd End Hour" (G_vacuum) {channel="miio:basic:vacuum:dnd_end_hour"}
Number:Time dnd_end_minute "Disturb - Dnd End Minute" (G_vacuum) {channel="miio:basic:vacuum:dnd_end_minute"}
String multi_prop_dnd "Disturb - Multi Prop Dnd" (G_vacuum) {channel="miio:basic:vacuum:multi_prop_dnd"}
```
### IKEA E27 white spectrum opal (ikea.light.led1545g12) item file lines
note: Autogenerated example. Replace the id (light) in the channel with your own. Replace `basic` with `generic` in the thing UID depending on how your thing was discovered.

View File

@ -113,6 +113,7 @@ The following table summarises the channels available for the FGKF601 -:
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|--------------|------------|--------------|----------|-----------|
| Scene Number | scene_number | scene_number | | Number |
| Enable Local Protection | protection_local | protection_local | | Number |
| Battery Level | battery-level | system.battery_level | Battery | Number |
### Scene Number
@ -131,6 +132,20 @@ This channel provides the scene, and the event as a decimal value in the form ``
| 5 | 4 x keypress |
| 6 | 5 x keypress |
### Enable Local Protection
To set PROTECTION Command Class to Local Protection by Sequence
Sets the local protection mode.
The ```protection_local``` channel is of type ```protection_local``` and supports the ```Number``` item.
The following state translation is provided for this channel to the ```Number``` item type -:
| Value | Label |
|-------|-----------|
| 0 | Unprotected |
| 1 | Protection by sequence |
| 2 | No operation possible |
### 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.

View File

@ -0,0 +1,229 @@
---
layout: documentation
title: 28170 (ZW3105) - ZWave
---
{% include base.html %}
# 28170 (ZW3105) Plug-in Smart Dimmer
This describes the Z-Wave device *28170 (ZW3105) *, manufactured by *Jasco Products* with the thing type UID of ```ge_28170_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.
![28170 (ZW3105) product image](https://opensmarthouse.org/zwavedatabase/1516/image/)
The 28170 (ZW3105) 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
Jasco Z-Wave Plug-In Smart Dimmer. The Smart Dimmer enables wireless control of on/off and dim functions for standard incandescent table and floor lamps, as well as dimmable fluorescent, LED and CFL fixtures and more! Use the dimmer control to customize the lighting output and create the perfect ambiance for any room. The space-saving horizontal module plugs into a standard wall receptacle without blocking the second outlet or obstructing placement of furniture. The Dimmer provides one Z-Wave enabled outlet for the lamp you would like to control. Take control of your home lighting with Jasco Z-Wave Smart Lighting Controls!
### Inclusion Information
Once the controller is ready to add your smart dimmer, singlepress and release the manual/program button on the smartdimmer to add it in the network.Please reference the controller/gateways manual for instructions.
### Exclusion Information
Once the controller is ready to remove your device, press andrelease the manual/program button on the smart dimmer toremove it from the network.
### General Usage Information
## Channels
The following table summarises the channels available for the 28170 (ZW3105) -:
| 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.
## Device Configuration
The following table provides a summary of the 7 configuration parameters available in the 28170 (ZW3105) .
Detailed information on each parameter can be found in the sections below.
| Param | Name | Description |
|-------|-------|-------------|
| 3 | LED Light | Adjust LED light settings |
| 7 | Dim Rate Adjustments (From Z-Wave Controller) | Number of steps or levels |
| 8 | Dim Rate Adjustments (From Z-Wave Controller) | Timing of steps |
| 9 | Dim Rate Adjustments (When Manually Controlled) | Number of steps or levels |
| 10 | Dim Rate Adjustments (When Manually Controlled) | Timing of steps |
| 11 | Dim Rate Adjustments (When Receiving All-On/Off Commands) | Number of steps or levels |
| 12 | Dim Rate Adjustments (When Receiving All-On/Off Command | Timing of steps |
| | Switch All Mode | Set the mode for the switch when receiving SWITCH ALL commands |
### Parameter 3: LED Light
Adjust LED light settings
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.
The following option values may be configured -:
| Value | Description |
|--------|-------------|
| 0 | default |
| 1 | LED On when light is turned On |
| 2 | LED always Off |
The manufacturer defined default value is ```0``` (default).
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
### Parameter 7: Dim Rate Adjustments (From Z-Wave Controller)
Number of steps or levels
Values in the range 1 to 99 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: Dim Rate Adjustments (From Z-Wave Controller)
Timing of steps
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_2``` and is of type ```INTEGER```.
### Parameter 9: Dim Rate Adjustments (When Manually Controlled)
Number of steps or levels
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: Dim Rate Adjustments (When Manually Controlled)
Timing of steps
Values in the range 1 to 255 may be set.
The manufacturer defined default value is ```3```.
This parameter has the configuration ID ```config_10_2``` and is of type ```INTEGER```.
### Parameter 11: Dim Rate Adjustments (When Receiving All-On/Off Commands)
Number of steps or levels
Values in the range 1 to 99 may be set.
The manufacturer defined default value is ```1```.
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
### Parameter 12: Dim Rate Adjustments (When Receiving All-On/Off Command
Timing of steps
Values in the range 1 to 255 may be set.
The manufacturer defined default value is ```3```.
This parameter has the configuration ID ```config_12_2``` 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 28170 (ZW3105) supports 3 association groups.
### Group 1: Lifeline
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
Z-Wave Plus Lifeline
Association group 1 supports 5 nodes.
### Group 2: Association Group 2
Supports Basic Set and is controlled with the local load
Association group 2 supports 5 nodes.
### Group 3: Association Group 3
Supports Basic Set and is controlled by double pressing the 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_SWITCH_MULTILEVEL_V2| |
| COMMAND_CLASS_SWITCH_ALL_V1| |
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
| COMMAND_CLASS_CRC_16_ENCAP_V1| |
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
| COMMAND_CLASS_CONFIGURATION_V1| |
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
| COMMAND_CLASS_POWERLEVEL_V1| |
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
| COMMAND_CLASS_ASSOCIATION_V2| |
| COMMAND_CLASS_VERSION_V2| |
### Documentation Links
* [Manual](https://opensmarthouse.org/zwavedatabase/1516/reference/JASCO_Plug-in_Smart_Dimmer_ZW3105-28170_Manual.pdf)
* [Overview](https://opensmarthouse.org/zwavedatabase/1516/reference/JASCO_Plug-in_Smart_Dimmer_ZW3105-28170_Product_Overview.pdf)
* [Overview](https://opensmarthouse.org/zwavedatabase/1516/reference/JASCO_Plug-in_Smart_Dimmer_ZW3105-28170_Product_Overview_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/1516).

View File

@ -20,6 +20,12 @@ Keyfob<br /> <h1>Overview</h1><p>FIBARO KeyFob is a Z-Wave Plus compatible, batt
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE,COMMAND_CLASS_BASIC</property>
</properties>
</channel>
<channel id="protection_local" typeId="protection_local">
<label>Enable Local Protection</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_PROTECTION</property>
</properties>
</channel>
<channel id="battery-level" typeId="system.battery-level">
<properties>
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>

View File

@ -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="ge_28167_00_000" listed="false">
<label>GE 28167 (ZW3104) Plug-In Smart Dimmer</label>
<thing-type id="ge_28170_00_000" listed="false">
<label>28170 (ZW3105) Plug-in Smart Dimmer</label>
<description><![CDATA[
Plug-In Smart Dimmer<br /> <h1>Overview</h1><p>Transform any home into a smart home with the GE Z-Wave Plug-In Smart Dimmer. The Smart Dimmer enables wireless control of on/off and dim functions for standard incandescent table and floor lamps, as well as dimmable fluorescent, LED and CFL fixtures and more! Use the dimmer control to customize the lighting output and create the perfect ambiance for any room. The space-saving horizontal module plugs into a standard wall receptacle without blocking the second outlet or obstructing placement of furniture. The Dimmer provides one Z-Wave enabled outlet for the lamp you would like to control. Take control of your home lighting with GE Z-Wave Smart Lighting Controls!</p> <br /> <h2>Inclusion Information</h2><p>Once the controller is ready to add your smart dimmer, single press and release the manual/program button on the smart dimmer to add it in the network.</p> <br /> <h2>Exclusion Information</h2><p>Once the controller is ready to remove your device, press and release the manual/program button on the smart dimmer to remove it from the network</p>
Plug-in Smart Dimmer<br /> <h1>Overview</h1><p>Jasco Z-Wave Plug-In Smart Dimmer. The Smart Dimmer enables wireless control of on/off and dim functions for standard incandescent table and floor lamps, as well as dimmable fluorescent, LED and CFL fixtures and more! Use the dimmer control to customize the lighting output and create the perfect ambiance for any room. The space-saving horizontal module plugs into a standard wall receptacle without blocking the second outlet or obstructing placement of furniture. The Dimmer provides one Z-Wave enabled outlet for the lamp you would like to control. Take control of your home lighting with Jasco Z-Wave Smart Lighting Controls!<br /></p> <br /> <h2>Inclusion Information</h2><p>Once the controller is ready to add your smart dimmer, singlepress and release the manual/program button on the smartdimmer to add it in the network.Please reference the controller/gateways manual for instructions.<br /></p> <br /> <h2>Exclusion Information</h2><p>Once the controller is ready to remove your device, press andrelease the manual/program button on the smart dimmer toremove it from the network.<br /></p> <br /> <h2>Wakeup Information</h2><p><br /></p>
]]></description>
<category>PowerOutlet</category>
@ -32,10 +32,10 @@ Plug-In Smart Dimmer<br /> <h1>Overview</h1><p>Transform any home into a smart h
<!-- DEVICE PROPERTY DEFINITIONS -->
<properties>
<property name="vendor">Jasco Products</property>
<property name="modelId">GE 28167 (ZW3104)</property>
<property name="modelId">28170 (ZW3105)</property>
<property name="manufacturerId">0063</property>
<property name="manufacturerRef">5044:3037,5044:3038</property>
<property name="dbReference">577</property>
<property name="manufacturerRef">5044:3039</property>
<property name="dbReference">1516</property>
<property name="defaultAssociations">1</property>
</properties>
@ -56,10 +56,12 @@ Plug-In Smart Dimmer<br /> <h1>Overview</h1><p>Transform any home into a smart h
<!-- PARAMETER DEFINITIONS -->
<parameter name="config_3_1" type="integer" groupName="configuration">
<label>3: LED Light</label>
<description>LED Light</description>
<description><![CDATA[
Adjust LED light settings<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.<br /></p>
]]></description>
<default>0</default>
<options>
<option value="0">LED On when light is turned Off</option>
<option value="0">default</option>
<option value="1">LED On when light is turned On</option>
<option value="2">LED always Off</option>
</options>
@ -67,74 +69,65 @@ Plug-In Smart Dimmer<br /> <h1>Overview</h1><p>Transform any home into a smart h
</parameter>
<parameter name="config_7_1" type="integer" groupName="configuration">
<label>7: Dim Steps (From Z-Wave Controller)</label>
<description><![CDATA[
Dim Rate Adjustments (From Z-Wave Controller)<br /> <h1>Overview</h1><p>Number of steps or levels</p>
]]></description>
<label>7: Dim Rate Adjustments (From 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">
<label>8: Dim Timing (From Z-Wave Controller)</label>
<description><![CDATA[
Dim Rate Adjustments (From Z-Wave Controller)<br /> <h1>Overview</h1><p>Timing of steps</p>
]]></description>
<default>1</default>
<label>8: Dim Rate Adjustments (From Z-Wave Controller)</label>
<description>Timing of steps</description>
<default>3</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_9_1" type="integer" groupName="configuration">
<label>9: Dim Steps (When Manually Controlled)</label>
<description><![CDATA[
Dim Rate Adjustments (When Manually Controlled)<br /> <h1>Overview</h1><p>Number of steps or levels</p>
]]></description>
<label>9: Dim Rate Adjustments (When 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">
<label>10: Dim Timing (When Manually Controlled)</label>
<description><![CDATA[
Dim Rate Adjustments (When Manually Controlled)<br /> <h1>Overview</h1><p>Timing of steps</p>
]]></description>
<default>1</default>
<label>10: Dim Rate Adjustments (When Manually Controlled)</label>
<description>Timing of steps</description>
<default>3</default>
<limitToOptions>false</limitToOptions>
</parameter>
<parameter name="config_11_1" type="integer" groupName="configuration">
<label>11: Dim Steps (All-On/Off Commands)</label>
<description><![CDATA[
Dim Rate Adjustments (All-On/Off Commands)<br /> <h1>Overview</h1><p>Dim Rate Adjustments (When Receiving All-On/Off Commands)</p> <p>Number of steps or levels</p>
]]></description>
<label>11: Dim Rate Adjustments (When Receiving 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">
<label>12: Dim Rate Adjustments (All-On/Off Command)</label>
<description><![CDATA[
Dim Rate Adjustments (All-On/Off Command)<br /> <h1>Overview</h1><p>Dim Rate Adjustments (When Receiving All-On/Off Command)</p> <p>Timing of steps</p>
]]></description>
<default>1</default>
<label>12: Dim Rate Adjustments (When Receiving All-On/Off Command</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>
<description><![CDATA[
Z-Wave Plus Lifeline<br /> <h1>Overview</h1><p><br /></p>
]]></description>
<multipleLimit>5</multipleLimit>
</parameter>
<parameter name="group_2" type="text" groupName="association" multiple="true">
<label>2: Association Group 2</label>
<description>supports Basic Set and is controlled with the local load</description>
<description>Supports Basic Set and is controlled with the local load</description>
<multipleLimit>5</multipleLimit>
</parameter>
<parameter name="group_3" type="text" groupName="association" multiple="true">
<label>3: Association Group 3</label>
<description>supports Basic Set and is controlled by double pressing the button</description>
<description>Supports Basic Set and is controlled by double pressing the button</description>
<multipleLimit>5</multipleLimit>
</parameter>