Updated external content (Jenkins build 1425)
parent
73ff849194
commit
c8019daf83
File diff suppressed because one or more lines are too long
|
@ -154,7 +154,7 @@ The sensor devices support some of the following channels:
|
|||
| dark | Switch | R | Light level is below the darkness threshold | lightsensor, sometimes for presencesensor |
|
||||
| daylight | Switch | R | Light level is above the daylight threshold | lightsensor |
|
||||
| enabled | Switch | R/W | This channel activates or deactivates the sensor | presencesensor |
|
||||
| externalwindowopen | Contact | R/W | forward a status to a thermostat (some devices) | thermostat |
|
||||
| externalwindowopen | Contact | R/W | Forward a status to a thermostat (some devices) | thermostat |
|
||||
| fire | Switch | R | Status of a fire: `ON` = fire was detected; `OFF` = no fire detected | firesensor |
|
||||
| gesture | Number | R | A gesture that was performed with the switch | switch |
|
||||
| humidity | Number:Dimensionless | R | Humidity in % | humiditysensor |
|
||||
|
@ -163,9 +163,9 @@ The sensor devices support some of the following channels:
|
|||
| light | String | R | Light level: `Daylight`; `Sunset`; `Dark` | daylightsensor |
|
||||
| lightlux | Number:Illuminance | R | Light illuminance in Lux | lightsensor |
|
||||
| light_level | Number | R | Light level | lightsensor |
|
||||
| locked | Switch | R/W | reports/sets the child lock on some thermostats | thermostat |
|
||||
| locked | Switch | R/W | Reports/sets the child lock on some thermostats | thermostat |
|
||||
| moisture | Number:Dimensionless | R | Moisture | moisturesensor |
|
||||
| on | Switch | R | some thermostats report their output state as switch | thermostat |
|
||||
| on | Switch | R | Some thermostats report their output state as switch | thermostat |
|
||||
| open | Contact | R | Status of contacts: `OPEN`; `CLOSED` | openclosesensor |
|
||||
| orientation_x, _y, _z | Number | R | Orientation of vibration sensor | vibrationsensor |
|
||||
| power | Number:Power | R | Power usage in Watts | powersensor, sometimes for consumptionsensor |
|
||||
|
@ -272,27 +272,41 @@ Bridge deconz:deconz:homeserver [ host="192.168.0.10", apikey="ABCDEFGHIJ" ] {
|
|||
switch livingroom-hue-tap "Livingroom Hue Tap" [ id="6" ]
|
||||
waterleakagesensor basement-water-leakage "Basement Water Leakage" [ id="7" ]
|
||||
alarmsensor basement-alarm "Basement Alarm Sensor" [ id="8", lastSeenPolling=5 ]
|
||||
moisturesensor livingroom-chili "Livingroom Chili Plant" [ id="9" ]
|
||||
firesensor livingroom-fire "Livingroom Fire" [ id="10" ]
|
||||
thermostat livingroom-thermostat "Livingroom Thermostat" [ id="11" ]
|
||||
dimmablelight livingroom-ceiling "Livingroom Ceiling" [ id="1" ]
|
||||
lightgroup livingroom "Livingroom" [ id="1" ]
|
||||
doorlock entrance-door "Door Lock" [ id="20" ]
|
||||
warningdevice entrance-siren "Entrance Siren" [ id="21" ]
|
||||
}
|
||||
```
|
||||
|
||||
### Items file
|
||||
|
||||
```java
|
||||
Switch Livingroom_Presence "Presence Livingroom [%s]" <motion> { channel="deconz:presencesensor:homeserver:livingroom-presence:presence" }
|
||||
Number:Temperature Livingroom_Temperature "Temperature Livingroom [%.1f °C]" <temperature> { channel="deconz:temperaturesensor:homeserver:livingroom-temperature:temperature" }
|
||||
Number:Dimensionless Livingroom_Humidity "Humidity Livingroom [%.1f %%]" <humidity> { channel="deconz:humiditysensor:homeserver:livingroom-humidity:humidity" }
|
||||
String Livingroom_voc_label "Air quality Livingroom [%s]" { channel="deconz:airqualitysensor:homeserver:livingroom-voc:airquality" }
|
||||
Number:Dimensionless Livingroom_voc "Air quality [%d ppb]" { channel="deconz:airqualitysensor:homeserver:livingroom-voc:airqualityppb" }
|
||||
Number:Pressure Livingroom_Pressure "Pressure Livingroom [%.1f hPa]" <pressure> { channel="deconz:pressuresensor:homeserver:livingroom-pressure:pressure" }
|
||||
Contact Livingroom_Window "Window Livingroom [%s]" <door> { channel="deconz:openclosesensor:homeserver:livingroom-window:open" }
|
||||
Switch Basement_Water_Leakage "Basement Water Leakage [%s]" { channel="deconz:waterleakagesensor:homeserver:basement-water-leakage:waterleakage" }
|
||||
Switch Basement_Alarm "Basement Alarm Triggered [%s]" { channel="deconz:alarmsensor:homeserver:basement-alarm:alarm" }
|
||||
Dimmer Livingroom_Ceiling "Livingroom Ceiling [%d]" <light> { channel="deconz:dimmablelight:homeserver:livingroom-ceiling:brightness" }
|
||||
Color Livingroom "Livingroom Light Control" { channel="deconz:lightgroup:homeserver:livingroom:color" }
|
||||
Switch Entrance_Door "Doorlock" { channel="deconz:doorlock:homeserver:entrance-door:lock" }
|
||||
Switch Livingroom_Presence "Presence Livingroom [%s]" <motion> { channel="deconz:presencesensor:homeserver:livingroom-presence:presence" }
|
||||
Number:Temperature Livingroom_Temperature "Temperature Livingroom [%.1f °C]" <temperature> { channel="deconz:temperaturesensor:homeserver:livingroom-temperature:temperature" }
|
||||
Number:Dimensionless Livingroom_Humidity "Humidity Livingroom [%.1f %%]" <humidity> { channel="deconz:humiditysensor:homeserver:livingroom-humidity:humidity" }
|
||||
String Livingroom_voc_label "Air quality Livingroom [%s]" { channel="deconz:airqualitysensor:homeserver:livingroom-voc:airquality" }
|
||||
Number:Dimensionless Livingroom_voc "Air quality [%d ppb]" { channel="deconz:airqualitysensor:homeserver:livingroom-voc:airqualityppb" }
|
||||
Number:Pressure Livingroom_Pressure "Pressure Livingroom [%.1f hPa]" <pressure> { channel="deconz:pressuresensor:homeserver:livingroom-pressure:pressure" }
|
||||
Contact Livingroom_Window "Window Livingroom [%s]" <door> { channel="deconz:openclosesensor:homeserver:livingroom-window:open" }
|
||||
Switch Basement_Water_Leakage "Basement Water Leakage [%s]" { channel="deconz:waterleakagesensor:homeserver:basement-water-leakage:waterleakage" }
|
||||
Switch Basement_Alarm "Basement Alarm Triggered [%s]" { channel="deconz:alarmsensor:homeserver:basement-alarm:alarm" }
|
||||
Number:Dimensionless Livingroom_Chili_Moisture "Chili Plant Moisture [%.1f %%]" { channel="deconz:moisturesensor:homeserver:livingroom-chili:moisture" }
|
||||
Switch Livingroom_Fire "Fire [%s]" <smoke> { channel="deconz:firesensor:homeserver:livingroom-fire:fire" }
|
||||
Number:Temperature Livingroom_Thermostat_CurrentTemperature "Thermostat Temperature [%.1f °C]" <temperature> { channel="deconz:thermostat:homeserver:livingroom-thermostat:temperature" }
|
||||
Number:Temperature Livingroom_Thermostat_TargetTemperature "Thermostat Setpoint [%.1f °C]" <temperature> { channel="deconz:thermostat:homeserver:livingroom-thermostat:heatsetpoint" }
|
||||
Number:Temperature Livingroom_Thermostat_Offset "Thermostat Offset [%.1f °C]" <temperature> { channel="deconz:thermostat:homeserver:livingroom-thermostat:offset" }
|
||||
Number:Dimensionless Livingroom_Thermostat_ValvePosition "Thermostat Valve Position [%.1f %%]" { channel="deconz:thermostat:homeserver:livingroom-thermostat:valve" }
|
||||
Contact Livingroom_Thermostat_WindowOpen "Thermostat Window Open [%s]" { channel="deconz:thermostat:homeserver:livingroom-thermostat:windowopen" }
|
||||
Switch Livingroom_Thermostat_Locked "Thermostat Locked [%s]" { channel="deconz:thermostat:homeserver:livingroom-thermostat:locked" }
|
||||
String Livingroom_Thermostat_Mode "Thermostat Mode [%s]" { channel="deconz:thermostat:homeserver:livingroom-thermostat:mode" }
|
||||
Dimmer Livingroom_Ceiling "Livingroom Ceiling [%d]" <light> { channel="deconz:dimmablelight:homeserver:livingroom-ceiling:brightness" }
|
||||
Color Livingroom "Livingroom Light Control" { channel="deconz:lightgroup:homeserver:livingroom:color" }
|
||||
Switch Entrance_Door "Doorlock" { channel="deconz:doorlock:homeserver:entrance-door:lock" }
|
||||
String Entrance_Siren "Siren [%s]" <alarm> { channel="deconz:warningdevice:homeserver:entrance-siren:alert" }
|
||||
```
|
||||
|
||||
### Events
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Ecovacs - Bindings
|
|||
type: binding
|
||||
description: "This binding provides integration for vacuum cleaning / mopping robots made by Ecovacs (<https://www.ecovacs.com/>)."
|
||||
since: 3x
|
||||
logo: images/addons/ecovacs.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
|
|
|
@ -459,11 +459,31 @@ All these channels except setpoint and setpoint-mode are read only.
|
|||
| battery | low-battery | Switch | Low battery |
|
||||
| battery | status | String | Description of the battery status (*) |
|
||||
|
||||
### Welcome Home
|
||||
### Home
|
||||
|
||||
All these channels are read only.
|
||||
A Home is the Thing holding various modules and devices. They can hold two areas of equipments : Security and Energy.
|
||||
Depending on the way it is configured the behaviour will be adapted and available channels can vary.
|
||||
|
||||
**Supported channels for the Home thing:**
|
||||
**Home Configuration**
|
||||
|
||||
The Home thing has the following configuration elements:
|
||||
|
||||
| Parameter | Type | Required | Description |
|
||||
| ---------- | ------ | -------- | ----------------------------------------------------------------------------------- |
|
||||
| id (1) | String | No | If you have a single type of equipment, this id is to be used for the home |
|
||||
| energyId | String | No | Id of a home holding energy control devices |
|
||||
| securityId | String | No | Id of a home holding security monitoring devices |
|
||||
|
||||
At least one of these parameter must be filled - at most two :
|
||||
* id or securityId
|
||||
* id or energyId
|
||||
* securityId and energyId
|
||||
|
||||
(1) this parameter is only kept for backward compatibility.
|
||||
|
||||
All channels are read only.
|
||||
|
||||
**Supported channels for the Security Home thing:**
|
||||
|
||||
| Channel Group | Channel Id | Item Type | Description |
|
||||
| ------------- | ---------------------- | --------- | ------------------------------------------------ |
|
||||
|
@ -471,9 +491,7 @@ All these channels are read only.
|
|||
| security | unknown-person-count | Number | Total number of unknown persons that are at home |
|
||||
| security | unknown-person-picture | Image | Snapshot of unknown person that is at home |
|
||||
|
||||
All these channels are read only.
|
||||
|
||||
**Supported trigger channels for the Home thing:**
|
||||
**Supported trigger channels for the Security Home thing:**
|
||||
|
||||
| Channel Type ID | Options | Description |
|
||||
| ---------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|
@ -508,7 +526,7 @@ All these channels are read only.
|
|||
Warnings:
|
||||
|
||||
- The URL of the live snapshot is a fixed URL so the value of the channel cameraLivePictureUrl / welcomeCameraLivePictureUrl will never be updated once first set by the binding. So to get a refreshed picture, you need to use the refresh parameter in your sitemap image element.
|
||||
- Some features like the video surveillance are accessed via the local network, so it may be helpful to set a static IP address for the camera within your local network.
|
||||
- Some features like the video monitoring are accessed via the local network, so it may be helpful to set a static IP address for the camera within your local network.
|
||||
|
||||
**Supported channels for the Welcome Camera thing:**
|
||||
|
||||
|
|
|
@ -208,11 +208,13 @@ This parameter has the configuration ID ```config_6_1``` and is of type ```INTEG
|
|||
|
||||
Sets the offset to the Measured Temperature
|
||||
0x9C - 0x64 (offset range : -10.0°C ~ +10.0°C)
|
||||
Values in the range 100 to 156 may be set.
|
||||
|
||||
Device accepts 0 to 100 and 156 to 255. Values of 101 to 155 are not allowed
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_0``` and is of type ```INTEGER```.
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: PIR Sensitivity Level
|
||||
|
|
|
@ -0,0 +1,361 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: IR Thermostat IR2900 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# IR Thermostat IR2900 IR Thermostat
|
||||
This describes the Z-Wave device *IR Thermostat IR2900*, manufactured by *[McoHome Technology Co., Ltd](http://www.mcohome.com/)* with the thing type UID of ```mcohome_mhir2900_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 IR Thermostat IR2900 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is unable to participate in the routing of data from other devices.
|
||||
|
||||
## Overview
|
||||
|
||||
The MCO Home IR Thermostat IR2900 is a Z-Wave enabled device that allows you to control your air conditioning or heating system through infrared signals. It features a built-in temperature sensor and an LCD display that shows the current temperature and humidity levels. The device can be used as a thermostat to regulate the temperature of your home, and it can also be used to set schedules for your air conditioning or heating system.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. In the home page, long press UP and DOWN synchronously for 3 sec to enter into Z-Wave interface, Product ID will be displayed on the interface.
|
||||
2. If Product ID is 0, press POWER to include the device into Z-Wave network, if the inclusion is successful, it will not show 000 on the interface.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. In the home page, long press UP and DOWN synchronously for 3 sec to enter into Z-Wave interface, Product ID will be displayed on the interface.
|
||||
2. If Product ID is not 0, press to exclude the device from Z-Wave network POWER, if the Exclusion is successful, it will show 000 on the interface.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the IR Thermostat IR2900 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (relative humidity) | sensor_relhumidity | sensor_relhumidity | Humidity | Number |
|
||||
| Thermostat mode | thermostat_mode | thermostat_mode | Temperature | Number |
|
||||
| Operating State | thermostat_state | thermostat_state | Temperature | Number |
|
||||
| Setpoint (heating) | thermostat_setpoint | thermostat_setpoint | Heating | Number:Temperature |
|
||||
| Setpoint (cooling) | thermostat_setpoint | thermostat_setpoint | Heating | Number:Temperature |
|
||||
| Thermostat fan mode | thermostat_fanmode | thermostat_fanmode | | |
|
||||
|
||||
### Sensor (temperature)
|
||||
Indicates the current temperature.
|
||||
|
||||
The ```sensor_temperature``` channel is of type ```sensor_temperature``` and supports the ```Number:Temperature``` item and is in the ```Temperature``` category.
|
||||
|
||||
### Sensor (relative humidity)
|
||||
Indicates the current relative humidity.
|
||||
|
||||
The ```sensor_relhumidity``` channel is of type ```sensor_relhumidity``` and supports the ```Number``` item and is in the ```Humidity``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Thermostat mode
|
||||
Sets the thermostat.
|
||||
|
||||
The ```thermostat_mode``` channel is of type ```thermostat_mode``` and supports the ```Number``` item and is in the ```Temperature``` category.
|
||||
The following state translation is provided for this channel to the ```Number``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| 0 | Off |
|
||||
| 1 | Heat |
|
||||
| 2 | Cool |
|
||||
| 3 | Auto |
|
||||
| 4 | Aux Heat |
|
||||
| 5 | Resume |
|
||||
| 6 | Fan Only |
|
||||
| 7 | Furnace |
|
||||
| 8 | Dry Air |
|
||||
| 9 | Moist Air |
|
||||
| 10 | Auto Changeover |
|
||||
| 11 | Heat Economy |
|
||||
| 12 | Cool Economy |
|
||||
| 13 | Away |
|
||||
|
||||
### Operating State
|
||||
Sets the thermostat operating state.
|
||||
|
||||
The ```thermostat_state``` channel is of type ```thermostat_state``` and supports the ```Number``` item and is in the ```Temperature``` category.
|
||||
The following state translation is provided for this channel to the ```Number``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| 0 | Idle |
|
||||
| 1 | Heating |
|
||||
| 2 | Cooling |
|
||||
| 3 | Fan Only |
|
||||
| 4 | Pending Heat |
|
||||
| 5 | Pending Cool |
|
||||
| 6 | Vent / Economiser |
|
||||
|
||||
### Setpoint (heating)
|
||||
Sets the thermostat setpoint.
|
||||
|
||||
The ```thermostat_setpoint``` channel is of type ```thermostat_setpoint``` and supports the ```Number:Temperature``` item and is in the ```Heating``` category.
|
||||
|
||||
### Setpoint (cooling)
|
||||
Sets the thermostat setpoint.
|
||||
|
||||
The ```thermostat_setpoint``` channel is of type ```thermostat_setpoint``` and supports the ```Number:Temperature``` item and is in the ```Heating``` category.
|
||||
|
||||
### Thermostat fan mode
|
||||
Channel type information on this channel is not found.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 14 configuration parameters available in the IR Thermostat IR2900.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | Variation of reported temperature(C) | Automatically report to gateway when variation of temperature greater than this value |
|
||||
| 3 | Variation of reported humidity | Automatically report to gateway when variation of humidity greater than this value |
|
||||
| 4 | IR-Command heating mode | Whether to send IR command when the device is in the heating mode |
|
||||
| 5 | IR-Command cooling mode | Whether to send IR command when the device is in the cooling mode |
|
||||
| 6 | Send repetition to Association group 2 | The number of times to verify and resend after sending a command to the device of association group 2 |
|
||||
| 7 | Send repetition to Association group 3 | The number of times to verify and resend aller sending a command to the device of association group 3 |
|
||||
| 10 | Lock key | OFF--key works; ON --keys of up and down not works (this function is invalid for menu interface |
|
||||
| 11 | Sound On/Off | |
|
||||
| 12 | Temperature deadband setting | The device will follow thermostat‘s internal control logic to control AC‘s setting temperature, in order that the indoor temperature ranches the setting temperature of the device. (In this case, it is normal that the setting temperature of the device diff |
|
||||
| 13 | Temperature calibration | |
|
||||
| 14 | Screen On | |
|
||||
| 15 | LED Brightness | |
|
||||
| 16 | Controlled by association group | Temperature deadband when the device is controlled by association group. |
|
||||
| 255 | Factory reset | |
|
||||
|
||||
### Parameter 2: Variation of reported temperature(C)
|
||||
|
||||
Automatically report to gateway when variation of temperature greater than this value
|
||||
0: not report to gateway when temperature varies
|
||||
|
||||
3 - 255: n *0.1 C
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_2_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Variation of reported humidity
|
||||
|
||||
Automatically report to gateway when variation of humidity greater than this value
|
||||
0: not report to gateway when humidity varies
|
||||
|
||||
1-99: Automatically report
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```6```.
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: IR-Command heating mode
|
||||
|
||||
Whether to send IR command when the device is in the heating mode
|
||||
0: disabled
|
||||
|
||||
1: enabled
|
||||
Values in the range 0 to 1 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: IR-Command cooling mode
|
||||
|
||||
Whether to send IR command when the device is in the cooling mode
|
||||
0: disabled
|
||||
|
||||
1: enabled
|
||||
Values in the range 0 to 1 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: Send repetition to Association group 2
|
||||
|
||||
The number of times to verify and resend after sending a command to the device of association group 2
|
||||
0: not verify
|
||||
|
||||
1 - 9: the number of times to resend if verification failure
|
||||
|
||||
10: always verify till success
|
||||
Values in the range 0 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Send repetition to Association group 3
|
||||
|
||||
The number of times to verify and resend aller sending a command to the device of association group 3
|
||||
0: not verify
|
||||
|
||||
1 - 9: the number of times to resend if verification failure
|
||||
Values in the range 1 to 9 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Lock key
|
||||
|
||||
OFF--key works; ON --keys of up and down not works (this function is invalid for menu interface
|
||||
0: OFF
|
||||
|
||||
1: ON
|
||||
Values in the range 0 to 1 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: Sound On/Off
|
||||
|
||||
|
||||
0: OFF
|
||||
|
||||
1: ON
|
||||
Values in the range 0 to 1 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: Temperature deadband setting
|
||||
|
||||
The device will follow thermostat‘s internal control logic to control AC‘s setting temperature, in order that the indoor temperature ranches the setting temperature of the device. (In this case, it is normal that the setting temperature of the device diff
|
||||
0: Local setting temperature is same as setting temperature of air conditioner.
|
||||
|
||||
1 - 3: Value of temperature deadband (n*1°C)
|
||||
Values in the range 0 to 3 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Temperature calibration
|
||||
|
||||
|
||||
-100 - 100: Value of temperature calibration (n*0,1 °C)
|
||||
Values in the range -100 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Screen On
|
||||
|
||||
|
||||
0: always on
|
||||
|
||||
1-60: time of screen on in minutes
|
||||
Values in the range 0 to 60 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: LED Brightness
|
||||
|
||||
|
||||
0: OFF
|
||||
|
||||
1-8: Level
|
||||
Values in the range 0 to 8 may be set.
|
||||
|
||||
The manufacturer defined default value is ```8```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 16: Controlled by association group
|
||||
|
||||
Temperature deadband when the device is controlled by association group.
|
||||
5-30: Value of temperature deadband (n* 0.1 C)
|
||||
Values in the range 5 to 30 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 255: Factory reset
|
||||
|
||||
|
||||
85: Factory restore
|
||||
Values in the range 0 to 85 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_255_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 IR Thermostat IR2900 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: Basic Set Commands Sw1
|
||||
|
||||
Basic Set: Variation of working status of the device in the heating mode
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
### Group 3: Basic Set Commands Sw2
|
||||
|
||||
Basic Set: Variation of working status of the device in the cooling mode
|
||||
|
||||
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_SENSOR_MULTILEVEL_V5| |
|
||||
| COMMAND_CLASS_THERMOSTAT_MODE_V1| |
|
||||
| COMMAND_CLASS_THERMOSTAT_OPERATING_STATE_V1| |
|
||||
| COMMAND_CLASS_THERMOSTAT_SETPOINT_V1| |
|
||||
| COMMAND_CLASS_THERMOSTAT_FAN_MODE_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [McoHome IR2900 IR Thermostat - Manual](https://opensmarthouse.org/zwavedatabase/1552/reference/MCO_Home_IR_Thermostat_IR2900_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/1552).
|
|
@ -0,0 +1,298 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: 10002081-13X - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# 10002081-13X S100 iO Master Roller Blind
|
||||
This describes the Z-Wave device *10002081-13X*, manufactured by *SimonTech S.L.U* with the thing type UID of ```simontech_1000208113x_00_000```.
|
||||
|
||||
The device is in the category of *Controller*, defining Central control interface.
|
||||
|
||||

|
||||
|
||||
|
||||
The 10002081-13X 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
|
||||
|
||||
Master Roller Blind IO is ready to operate with Z-Wave controllers and configured to be managed by Simon100 IO APP using the HUB plug IO for getting a better user experience. Sending the Blind controller by other window covering devices Up/Down/Stop.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
When the pushbutton is released after a press of (10sec<T<30sec) the device will Set it into Manual Association Mode.
|
||||
|
||||
Central LED will blink slow during Association mode time.
|
||||
|
||||
Association mode allows add devices to Device Group 2.
|
||||
|
||||
If associated devices are Simon Devices, Master will turn on Central LED to inform the user about which devices are in.
|
||||
|
||||
Once association is finished, Master will turn off the Central LED to allow the normal use of the devices.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
When the pushbutton is released after a press of (10sec<T<30sec) the device will Set it into Manual Association Mode.
|
||||
|
||||
Central LED will blink slow during Association mode time.
|
||||
|
||||
Association mode allows add devices to Device Group 2.
|
||||
|
||||
If associated devices are Simon Devices, Master will turn on Central LED to inform the user about which devices are in.
|
||||
|
||||
Once association is finished, Master will turn off the Central LED to allow the normal use of the devices.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the 10002081-13X -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Blinds Control | blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
|
||||
### 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.
|
||||
|
||||
### Blinds Control
|
||||
Provides start / stop control of blinds.
|
||||
|
||||
The ```blinds_control``` channel is of type ```blinds_control``` and supports the ```Rollershutter``` item and is in the ```Blinds``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 9 configuration parameters available in the 10002081-13X.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | Association LED | Activates the Central LED. |
|
||||
| 4 | UP time | UP time |
|
||||
| 5 | Down Time | Down Time |
|
||||
| 9 | Calibration | Calibration |
|
||||
| 12 | Behavior of LED in Repose | Configuration of Main LED as identification at 20%. |
|
||||
| 13 | Lock Input | Unlock/lock the direct control of load. |
|
||||
| 21 | Load State | Load State (Read Only) |
|
||||
| 23 | Calibration Required | Calibration Required (Read Only) |
|
||||
| 27 | Lock long press | 7 Lock long press |
|
||||
|
||||
### Parameter 1: Association LED
|
||||
|
||||
Activates the Central LED.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Turns the LED OFF (default) |
|
||||
| 255 | Turns the LED ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Turns the LED OFF (default)).
|
||||
|
||||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: UP time
|
||||
|
||||
UP time
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | Sets the UP time in seconds |
|
||||
| 60 | Default |
|
||||
|
||||
The manufacturer defined default value is ```60``` (Default).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 5: Down Time
|
||||
|
||||
Down Time
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | Sets the DOWN time in seconds |
|
||||
| 60 | Default |
|
||||
|
||||
The manufacturer defined default value is ```60``` (Default).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Calibration
|
||||
|
||||
Calibration
|
||||
255 - The device will perform a calibration process in order to Set the UP and DOWN times automatically
|
||||
Values in the range 255 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```255```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1_wo``` and is of type ```INTEGER```.
|
||||
This is a write only parameter.
|
||||
|
||||
|
||||
### Parameter 12: Behavior of LED in Repose
|
||||
|
||||
Configuration of Main LED as identification at 20%.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED OFF |
|
||||
| 255 | LED ON at 20% of maximum level |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED OFF).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Lock Input
|
||||
|
||||
Unlock/lock the direct control of load.
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Unlock the direct control of load. |
|
||||
| 255 | Lock the direct control of load. |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unlock the direct control of load.).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Load State
|
||||
|
||||
Load State (Read Only)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Bit 0: Load is OFF |
|
||||
| 0 | Bit 1: Sunblind position 0% |
|
||||
| 1 | Bit 0: Load is going UP/DOWN |
|
||||
| 99 | Bit 1: Sunblind position 99% |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Bit 1: Sunblind position 0%).
|
||||
|
||||
This parameter has the configuration ID ```config_21_2``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 23: Calibration Required
|
||||
|
||||
Calibration Required (Read Only)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Calibration is not required. |
|
||||
| 255 | It is necessary to calibrate the device. |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Calibration is not required.).
|
||||
|
||||
This parameter has the configuration ID ```config_23_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 27: Lock long press
|
||||
|
||||
7 Lock long press
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Long press works as default. |
|
||||
| 255 | Long press works as overview. |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Long press works as default.).
|
||||
|
||||
This parameter has the configuration ID ```config_27_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 10002081-13X 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.
|
||||
Lifeline
|
||||
Change on Sunblind position:
|
||||
|
||||
On -> CC Basic, Basic Report.
|
||||
|
||||
Value 0x01 - 0x63 Report sunblind position
|
||||
|
||||
Calibration requirement change. (If device needs to be calibrated and is Added into a ZWave network, it will report after receive an Association Set of life line).
|
||||
|
||||
Calibration required -> CC Configuration, Configuration Report, Param 23, Value 0xF
|
||||
|
||||
Calibration not required -> CC Configuration, Configuration Report, Param 23, Value 0x00
|
||||
|
||||
Association group 1 supports 3 nodes.
|
||||
|
||||
### Group 2: ctrl
|
||||
|
||||
Control
|
||||
Change on Sunblind position:
|
||||
|
||||
CC Basic, Basic Report.
|
||||
|
||||
Value 0x00 - 0x63 Report sunblind position
|
||||
|
||||
Association group 2 supports 20 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_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/1556/reference/S100_iO_MasterRollerBlind_991030_990916.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/1556).
|
|
@ -1,151 +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="eurotronic_cometzwave_00_000" listed="false">
|
||||
<label>Comet Z-Wave Radator thermostat 700226</label>
|
||||
<description><![CDATA[
|
||||
Radator thermostat 700226<br /> <h1>Overview</h1><p>Comet Z-Wave is an energy-saving radiator controller compatible with the Z-Wave wireless standard.</p><p>FLiRS (Frequently Listening Receiver Slave): </p><p>Comet Z-Wave uses the Z-Wave function FLiRS as a radiator thermostat. As a FLiRS device, the radiator thermostat reacts to incoming commands such as temperature changes with a particularly short latency period</p> <br /> <h2>Inclusion Information</h2><p>Put your primary Z-Wave controller in inclusion mode and press v or ^button to activate add mode. If Comet Z-Wave was added successfully, the LED display will show the receivedNode ID<br /></p> <br /> <h2>Exclusion Information</h2><p>Please put your Z-Wave controller into the exclusion mode. Then press and hold the button in the battery compartment for 5 seconds until “LE” appears in the display</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>RadiatorControl</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="basic_basic_number" typeId="basic_number">
|
||||
<label>Basic</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_BASIC</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="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (temperature)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TEMPERATURE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_mode" typeId="eurotronic_cometzwave_00_000_thermostat_mode">
|
||||
<label>Thermostat mode</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_THERMOSTAT_MODE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Eurotronics</property>
|
||||
<property name="modelId">Comet Z-Wave</property>
|
||||
<property name="manufacturerId">0148</property>
|
||||
<property name="manufacturerRef">0004:0003</property>
|
||||
<property name="dbReference">1549</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: LCD invert</label>
|
||||
<description><![CDATA[
|
||||
LCD invert<br /> <h1>Overview</h1><p>0x00 LCD content normal</p><p>0x01 LCD mirrored content </p><p>default: 0x00 </p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">normal</option>
|
||||
<option value="1">inverted</option>
|
||||
</options>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: LCD Timeout</label>
|
||||
<description><![CDATA[
|
||||
0x05-0x1E Timeout after 5 seconds - 30 seconds default: 0x05<br /> <h1>Overview</h1><p>0x05-0x1E Timeout after 5 seconds - 30 seconds</p><p>default: 0x05</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Battery status update</label>
|
||||
<description><![CDATA[
|
||||
Battery status update frequence<br /> <h1>Overview</h1><p>0x00 Batteriestatus Send only event-controlled as system warning </p><p>0x01 Batteriestatus send 1x a day </p><p>default: 0x00</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Actual temperature update</label>
|
||||
<description><![CDATA[
|
||||
Temperature upddate policy<br /> <h1>Overview</h1><p>0x00 Send Actual-Temperature not automatically </p><p>0x01-0x32 0x32 With temperature difference of 0.1°C - 5.0°C </p><p>transfer actual temperature </p><p>default: 0x05 (When Delta = 0,5°C report</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: Window open detection</label>
|
||||
<description><![CDATA[
|
||||
Window-open detection sensitivity<br /> <h1>Overview</h1><p>0x00 Deactivated</p><p>0x01 low sensitivity</p><p>0x02 medium sensitivity </p><p>0x03 high sensivity </p><p>default: 0x01 low sinsitive</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><![CDATA[
|
||||
Lifeline<br /> <h1>Overview</h1><p>Should be set to your controller.</p>
|
||||
]]></description>
|
||||
<multipleLimit>1</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
<channel-type id="eurotronic_cometzwave_00_000_thermostat_mode">
|
||||
<item-type>Number</item-type>
|
||||
<label>Thermostat Mode</label>
|
||||
<description>Sets the thermostat mode</description>
|
||||
<category>Temperature</category>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Heat</option>
|
||||
<option value="11">Economy Heat</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -125,10 +125,10 @@ Enable/Disables floodlight is controlled by LUX Level and PIR trigger or LUX lev
|
|||
<default>0</default>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_0" type="integer" groupName="configuration">
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: Measured Temperature Offset</label>
|
||||
<description><![CDATA[
|
||||
Sets the offset to the Measured Temperature<br /> <h1>Overview</h1><p>0x9C - 0x64 (offset range : -10.0°C ~ +10.0°C)</p>
|
||||
Sets the offset to the Measured Temperature<br /> <h1>Overview</h1><p>0x9C - 0x64 (offset range : -10.0°C ~ +10.0°C)</p><p>Device accepts 0 to 100 and 156 to 255. Values of 101 to 155 are not allowed</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
|
|
|
@ -0,0 +1,271 @@
|
|||
<?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_mhir2900_00_000" listed="false">
|
||||
<label>IR Thermostat IR2900 IR Thermostat</label>
|
||||
<description><![CDATA[
|
||||
IR Thermostat<br /> <h1>Overview</h1><p>The MCO Home IR Thermostat IR2900 is a Z-Wave enabled device that allows you to control your air conditioning or heating system through infrared signals. It features a built-in temperature sensor and an LCD display that shows the current temperature and humidity levels. The device can be used as a thermostat to regulate the temperature of your home, and it can also be used to set schedules for your air conditioning or heating system.<br /></p> <br /> <h2>Inclusion Information</h2><ol><li>In the home page, long press UP and DOWN synchronously for 3 sec to enter into Z-Wave interface, Product ID will be displayed on the interface.</li><li>If Product ID is 0, press POWER to include the device into Z-Wave network, if the inclusion is successful, it will not show 000 on the interface.</li></ol> <br /> <h2>Exclusion Information</h2><ol><li>In the home page, long press UP and DOWN synchronously for 3 sec to enter into Z-Wave interface, Product ID will be displayed on the interface.</li><li>If Product ID is not 0, press to exclude the device from Z-Wave network POWER, if the Exclusion is successful, it will show 000 on the interface.</li></ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>RemoteControl</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_temperature" typeId="sensor_temperature">
|
||||
<label>Sensor (temperature)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=TEMPERATURE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="sensor_relhumidity" typeId="sensor_relhumidity">
|
||||
<label>Sensor (relative humidity)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SENSOR_MULTILEVEL;type=RELATIVE_HUMIDITY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_mode" typeId="mcohome_mhir2900_00_000_thermostat_mode">
|
||||
<label>Thermostat mode</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_THERMOSTAT_MODE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_state" typeId="thermostat_state">
|
||||
<label>Thermostat Operating State</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_THERMOSTAT_OPERATING_STATE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_setpoint_heating" typeId="thermostat_setpoint">
|
||||
<label>Setpoint (heating)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_THERMOSTAT_SETPOINT;type=HEATING</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_setpoint_cooling" typeId="thermostat_setpoint">
|
||||
<label>Setpoint (cooling)</label>
|
||||
<properties>
|
||||
<property name="binding:*:QuantityType">COMMAND_CLASS_THERMOSTAT_SETPOINT;type=COOLING</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="thermostat_fanmode" typeId="mcohome_mhir2900_00_000_thermostat_fanmode">
|
||||
<label>Thermostat fan mode</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_THERMOSTAT_FAN_MODE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">McoHome Technology Co., Ltd</property>
|
||||
<property name="modelId">IR Thermostat IR2900</property>
|
||||
<property name="manufacturerId">015F</property>
|
||||
<property name="manufacturerRef">2900:7102</property>
|
||||
<property name="dbReference">1552</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_2" type="integer" groupName="configuration">
|
||||
<label>2: Variation of reported temperature(C)</label>
|
||||
<description><![CDATA[
|
||||
Automatically report to gateway when variation of temperature greater than this value<br /> <h1>Overview</h1><p>0: not report to gateway when temperature varies</p><p>3 - 255: n *0.1 C</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Variation of reported humidity</label>
|
||||
<description><![CDATA[
|
||||
Automatically report to gateway when variation of humidity greater than this value<br /> <h1>Overview</h1><p>0: not report to gateway when humidity varies</p><p>1-99: Automatically report</p>
|
||||
]]></description>
|
||||
<default>6</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: IR-Command heating mode</label>
|
||||
<description><![CDATA[
|
||||
Whether to send IR command when the device is in the heating mode<br /> <h1>Overview</h1><p>0: disabled</p><p>1: enabled</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: IR-Command cooling mode</label>
|
||||
<description><![CDATA[
|
||||
Whether to send IR command when the device is in the cooling mode<br /> <h1>Overview</h1><p>0: disabled</p><p>1: enabled</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration">
|
||||
<label>6: Send repetition to Association group 2</label>
|
||||
<description><![CDATA[
|
||||
The number of times to verify and resend after sending a command to the device of association group 2<br /> <h1>Overview</h1><p>0: not verify</p><p>1 - 9: the number of times to resend if verification failure</p><p>10: always verify till success</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: Send repetition to Association group 3</label>
|
||||
<description><![CDATA[
|
||||
The number of times to verify and resend aller sending a command to the device of association group 3<br /> <h1>Overview</h1><p>0: not verify</p><p>1 - 9: the number of times to resend if verification failure</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration">
|
||||
<label>10: Lock key</label>
|
||||
<description><![CDATA[
|
||||
OFF--key works; ON --keys of up and down not works (this function is invalid for menu interface<br /> <h1>Overview</h1><p>0: OFF</p><p>1: ON</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration">
|
||||
<label>11: Sound On/Off</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>0: OFF</p><p>1: ON<br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Temperature deadband setting</label>
|
||||
<description><![CDATA[
|
||||
The device will follow thermostat‘s internal control logic to control AC‘s setting temperature, in order that the indoor temperature ranches the setting temperature of the device. (In this case, it is normal that the setting temperature of the device diff<br /> <h1>Overview</h1><p>0: Local setting temperature is same as setting temperature of air conditioner. </p><p>1 - 3: Value of temperature deadband (n*1°C)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Temperature calibration</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>-100 - 100: Value of temperature calibration (n*0,1 °C)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration">
|
||||
<label>14: Screen On</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>0: always on</p><p>1-60: time of screen on in minutes</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration">
|
||||
<label>15: LED Brightness</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>0: OFF </p><p>1-8: Level</p>
|
||||
]]></description>
|
||||
<default>8</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_1" type="integer" groupName="configuration">
|
||||
<label>16: Controlled by association group</label>
|
||||
<description><![CDATA[
|
||||
Temperature deadband when the device is controlled by association group.<br /> <h1>Overview</h1><p>5-30: Value of temperature deadband (n* 0.1 C)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_255_1" type="integer" groupName="configuration">
|
||||
<label>255: Factory reset</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>85: Factory restore</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>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Basic Set Commands Sw1</label>
|
||||
<description>Basic Set: Variation of working status of the device in the heating mode</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_3" type="text" groupName="association" multiple="true">
|
||||
<label>3: Basic Set Commands Sw2</label>
|
||||
<description>Basic Set: Variation of working status of the device in the cooling mode</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
<channel-type id="mcohome_mhir2900_00_000_thermostat_mode">
|
||||
<item-type>Number</item-type>
|
||||
<label>Thermostat Mode</label>
|
||||
<description>Sets the thermostat mode</description>
|
||||
<category>Temperature</category>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Heat</option>
|
||||
<option value="10">Auto Changeover</option>
|
||||
<option value="2">Cool</option>
|
||||
<option value="6">Fan Only</option>
|
||||
<option value="8">Dry Air</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="mcohome_mhir2900_00_000_thermostat_fanmode">
|
||||
<item-type>Number</item-type>
|
||||
<label>Thermostat Fan Mode</label>
|
||||
<description>Sets the thermostat fan mode</description>
|
||||
<category>Temperature</category>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Auto (Low)</option>
|
||||
<option value="1">On (Low)</option>
|
||||
<option value="3">On (high)</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,185 @@
|
|||
<?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="simontech_1000208113x_00_000" listed="false">
|
||||
<label>10002081-13X S100 iO Master Roller Blind</label>
|
||||
<description><![CDATA[
|
||||
S100 iO Master Roller Blind<br /> <h1>Overview</h1><p>Master Roller Blind IO is ready to operate with Z-Wave controllers and configured to be managed by Simon100 IO APP using the HUB plug IO for getting a better user experience. Sending the Blind controller by other window covering devices Up/Down/Stop.</p> <br /> <h2>Inclusion Information</h2><p>When the pushbutton is released after a press of (10sec<T<30sec) the device will Set it into Manual Association Mode. </p><p>Central LED will blink slow during Association mode time.</p><p>Association mode allows add devices to Device Group 2.</p><p>If associated devices are Simon Devices, Master will turn on Central LED to inform the user about which devices are in.</p><p>Once association is finished, Master will turn off the Central LED to allow the normal use of the devices. </p> <br /> <h2>Exclusion Information</h2><p>When the pushbutton is released after a press of (10sec<T<30sec) the device will Set it into Manual Association Mode. </p><p>Central LED will blink slow during Association mode time.</p><p>Association mode allows add devices to Device Group 2.</p><p>If associated devices are Simon Devices, Master will turn on Central LED to inform the user about which devices are in.</p><p>Once association is finished, Master will turn off the Central LED to allow the normal use of the devices. </p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Controller</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="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>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">SimonTech S.L.U</property>
|
||||
<property name="modelId">10002081-13X</property>
|
||||
<property name="manufacturerId">0267</property>
|
||||
<property name="manufacturerRef">0106:0000</property>
|
||||
<property name="dbReference">1556</property>
|
||||
<property name="defaultAssociations">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">
|
||||
<label>1: Association LED</label>
|
||||
<description>Activates the Central LED.</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Turns the LED OFF (default)</option>
|
||||
<option value="255">Turns the LED ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>4: UP time</label>
|
||||
<description>UP time</description>
|
||||
<default>60</default>
|
||||
<options>
|
||||
<option value="1">Sets the UP time in seconds</option>
|
||||
<option value="60">Default</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Down Time</label>
|
||||
<description>Down Time</description>
|
||||
<default>60</default>
|
||||
<options>
|
||||
<option value="1">Sets the DOWN time in seconds</option>
|
||||
<option value="60">Default</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1_wo" type="integer" groupName="configuration">
|
||||
<label>9: Calibration</label>
|
||||
<description><![CDATA[
|
||||
Calibration<br /> <h1>Overview</h1><p>255 - The device will perform a calibration process in order to Set the UP and DOWN times automatically<br /></p>
|
||||
]]></description>
|
||||
<default>-1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Behavior of LED in Repose</label>
|
||||
<description>Configuration of Main LED as identification at 20%.</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">LED OFF</option>
|
||||
<option value="255">LED ON at 20% of maximum level</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Lock Input</label>
|
||||
<description>Unlock/lock the direct control of load.</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unlock the direct control of load.</option>
|
||||
<option value="255">Lock the direct control of load.</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_2" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>21: Load State</label>
|
||||
<description>Load State (Read Only)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Bit 0: Load is OFF</option>
|
||||
<option value="0">Bit 1: Sunblind position 0%</option>
|
||||
<option value="1">Bit 0: Load is going UP/DOWN</option>
|
||||
<option value="99">Bit 1: Sunblind position 99%</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>23: Calibration Required</label>
|
||||
<description>Calibration Required (Read Only)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Calibration is not required.</option>
|
||||
<option value="255">It is necessary to calibrate the device.</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_27_1" type="integer" groupName="configuration">
|
||||
<label>27: Lock long press</label>
|
||||
<description>7 Lock long press</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Long press works as default.</option>
|
||||
<option value="255">Long press works as overview.</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
Lifeline<br /> <h1>Overview</h1><p>Change on Sunblind position:</p><p>On -> CC Basic, Basic Report.</p><p>Value 0x01 - 0x63 Report sunblind position</p><p>Calibration requirement change. (If device needs to be calibrated and is Added into a ZWave network, it will report after receive an Association Set of life line).</p><p>Calibration required -> CC Configuration, Configuration Report, Param 23, Value 0xF</p><p>Calibration not required -> CC Configuration, Configuration Report, Param 23, Value 0x00</p>
|
||||
]]></description>
|
||||
<multipleLimit>3</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: ctrl</label>
|
||||
<description><![CDATA[
|
||||
Control<br /> <h1>Overview</h1><p>Change on Sunblind position:</p><p>CC Basic, Basic Report.</p><p>Value 0x00 - 0x63 Report sunblind position</p>
|
||||
]]></description>
|
||||
<multipleLimit>20</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
Loading…
Reference in New Issue