Updated external content (Jenkins build 603)
parent
ea7f8488e5
commit
2c7119328f
File diff suppressed because one or more lines are too long
|
@ -55,25 +55,91 @@ With the default value of 10min this would mean ~4300 requests per month per sin
|
|||
|
||||
## Channels
|
||||
|
||||
### Status Channels
|
||||
|
||||
| channel | type | access mode | description |
|
||||
|-------------------------|----------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| mower-status#mode | String | R | The current mode (MAIN_AREA, SECONDARY_AREA, HOME, DEMO, UNKNOWN) |
|
||||
| mower-status#activity | String | R | The current activity (UNKNOWN, NOT_APPLICABLE, MOWING, GOING_HOME, CHARGING, LEAVING, PARKED_IN_CS, STOPPED_IN_GARDEN) |
|
||||
| mower-status#state | String | R | The current state (UNKNOWN, NOT_APPLICABLE, PAUSED, IN_OPERATION, WAIT_UPDATING, WAIT_POWER_UP, RESTRICTED_NONE, RESTRICTED_WEEK_SCHEDULE, RESTRICTED_PARK_OVERRIDE, RESTRICTED_SENSOR, RESTRICTED_DAILY_LIMIT, OFF, STOPPED, ERROR, FATAL_ERROR, ERROR_AT_POWER_UP) |
|
||||
| mower-status#last-update | DateTime | R | The time when the automower updated its states |
|
||||
| mower-status#battery | Number | R | The battery state of charge in percent |
|
||||
| mower-status#error-code | Number | R | The current error code |
|
||||
| mower-status#error-timestamp | DateTime | R | The timestamp when the current error occurred |
|
||||
| mower-status#planner-next-start | DateTime | R | The time for the next auto start. If the mower is charging then the value is the estimated time when it will be leaving the charging station. If the mower is about to start now, the value is NULL. |
|
||||
| mower-status#planner-override-action | String | R | The action that overrides current planner operation. |
|
||||
| mower-status#calendar-tasks | String | R | The JSON with the information about Automower planner. |
|
||||
| mower#start | Number | W | Starts the automower for a duration |
|
||||
| mower#resume_schedule | Switch | W | Resumes the Automower schedule |
|
||||
| mower#pause | Switch | W | Pause the Automower |
|
||||
| mower#park | Number | W | Park the Automower for a duration |
|
||||
| mower#park_until_next_schedule | Switch | W | Park the Automower until next schedule |
|
||||
| mower#park_until_further_notice | Switch | W | Park the Automower until further notice. |
|
||||
| mode | String | R | The current mode (MAIN_AREA, SECONDARY_AREA, HOME, DEMO, UNKNOWN) |
|
||||
| activity | String | R | The current activity (UNKNOWN, NOT_APPLICABLE, MOWING, GOING_HOME, CHARGING, LEAVING, PARKED_IN_CS, STOPPED_IN_GARDEN) |
|
||||
| state | String | R | The current state (UNKNOWN, NOT_APPLICABLE, PAUSED, IN_OPERATION, WAIT_UPDATING, WAIT_POWER_UP, RESTRICTED_NONE, RESTRICTED_WEEK_SCHEDULE, RESTRICTED_PARK_OVERRIDE, RESTRICTED_SENSOR, RESTRICTED_DAILY_LIMIT, OFF, STOPPED, ERROR, FATAL_ERROR, ERROR_AT_POWER_UP) |
|
||||
| last-update | DateTime | R | The time when the automower updated its states |
|
||||
| battery | Number | R | The battery state of charge in percent |
|
||||
| error-code | Number | R | The current error code |
|
||||
| error-timestamp | DateTime | R | The timestamp when the current error occurred |
|
||||
| planner-next-start | DateTime | R | The time for the next auto start. If the mower is charging then the value is the estimated time when it will be leaving the charging station. If the mower is about to start now, the value is NULL. |
|
||||
| planner-override-action | String | R | The action that overrides current planner operation. |
|
||||
| calendar-tasks | String | R | The JSON with the information about Automower planner. |
|
||||
|
||||
### Command Channels
|
||||
|
||||
| channel | type | access mode | description |
|
||||
|-----------------------------|----------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| start | Number | W | Starts the automower for a duration |
|
||||
| resume_schedule | Switch | W | Resumes the Automower schedule |
|
||||
| pause | Switch | W | Pause the Automower |
|
||||
| park | Number | W | Park the Automower for a duration |
|
||||
| park_until_next_schedule | Switch | W | Park the Automower until next schedule |
|
||||
| park_until_further_notice | Switch | W | Park the Automower until further notice. |
|
||||
|
||||
### Position Channels
|
||||
|
||||
These channels hold the last 50 GPS positions recorded by the Automower, thus describing the path it followed.
|
||||
Position 01 is the latest recorded position, the other positions are pushed back, thus removing the previous position 50 from the list because it is replaced by the previous position 49.
|
||||
Channel `last-position` is always identical with channel `position01` and thus provides more convenient access if only the latest GPS information is required by the user.
|
||||
|
||||
| channel | type | access mode | description |
|
||||
|------------|----------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| position01 | Location | R | GPS Position 01 |
|
||||
| position02 | Location | R | GPS Position 02 |
|
||||
| position03 | Location | R | GPS Position 03 |
|
||||
| position04 | Location | R | GPS Position 04 |
|
||||
| position05 | Location | R | GPS Position 05 |
|
||||
| position06 | Location | R | GPS Position 06 |
|
||||
| position07 | Location | R | GPS Position 07 |
|
||||
| position08 | Location | R | GPS Position 08 |
|
||||
| position09 | Location | R | GPS Position 09 |
|
||||
| position10 | Location | R | GPS Position 10 |
|
||||
| position11 | Location | R | GPS Position 11 |
|
||||
| position12 | Location | R | GPS Position 12 |
|
||||
| position13 | Location | R | GPS Position 13 |
|
||||
| position14 | Location | R | GPS Position 14 |
|
||||
| position15 | Location | R | GPS Position 15 |
|
||||
| position16 | Location | R | GPS Position 16 |
|
||||
| position17 | Location | R | GPS Position 17 |
|
||||
| position18 | Location | R | GPS Position 18 |
|
||||
| position19 | Location | R | GPS Position 19 |
|
||||
| position20 | Location | R | GPS Position 20 |
|
||||
| position21 | Location | R | GPS Position 21 |
|
||||
| position22 | Location | R | GPS Position 22 |
|
||||
| position23 | Location | R | GPS Position 23 |
|
||||
| position24 | Location | R | GPS Position 24 |
|
||||
| position25 | Location | R | GPS Position 25 |
|
||||
| position26 | Location | R | GPS Position 26 |
|
||||
| position27 | Location | R | GPS Position 27 |
|
||||
| position28 | Location | R | GPS Position 28 |
|
||||
| position29 | Location | R | GPS Position 29 |
|
||||
| position30 | Location | R | GPS Position 30 |
|
||||
| position31 | Location | R | GPS Position 31 |
|
||||
| position32 | Location | R | GPS Position 32 |
|
||||
| position33 | Location | R | GPS Position 33 |
|
||||
| position34 | Location | R | GPS Position 34 |
|
||||
| position35 | Location | R | GPS Position 35 |
|
||||
| position36 | Location | R | GPS Position 36 |
|
||||
| position37 | Location | R | GPS Position 37 |
|
||||
| position38 | Location | R | GPS Position 38 |
|
||||
| position39 | Location | R | GPS Position 39 |
|
||||
| position40 | Location | R | GPS Position 40 |
|
||||
| position41 | Location | R | GPS Position 41 |
|
||||
| position42 | Location | R | GPS Position 42 |
|
||||
| position43 | Location | R | GPS Position 43 |
|
||||
| position44 | Location | R | GPS Position 44 |
|
||||
| position45 | Location | R | GPS Position 45 |
|
||||
| position46 | Location | R | GPS Position 46 |
|
||||
| position47 | Location | R | GPS Position 47 |
|
||||
| position48 | Location | R | GPS Position 48 |
|
||||
| position49 | Location | R | GPS Position 49 |
|
||||
| position50 | Location | R | GPS Position 50 |
|
||||
| last-position | Location | R | Last GPS Position (identical with positions#position01) |
|
||||
|
||||
|
||||
## Actions
|
||||
|
@ -102,23 +168,26 @@ The following actions are available for `automower`things:
|
|||
|
||||
### automower.items
|
||||
|
||||
String Automower_Mode "Mode [%s]" { channel="automower:automower:mybridge:myAutomower:mower-status#mode" }
|
||||
String Automower_Activity "Activity [%s]" { channel="automower:automower:mybridge:myAutomower:mower-status#activity" }
|
||||
String Automower_State "State [%s]" { channel="automower:automower:mybridge:myAutomower:mower-status#state" }
|
||||
DateTime Automower_Last_Update "Last Update" { channel="automower:automower:mybridge:myAutomower:mower-status#last-update" }
|
||||
Number Automower_Battery "Battery [%d %%]" { channel="automower:automower:mybridge:myAutomower:mower-status#battery" }
|
||||
Number Automower_Error_Code "Error Code [%d]" { channel="automower:automower:mybridge:myAutomower:mower-status#error-code" }
|
||||
DateTime Automower_Error_Time "Error Time" { channel="automower:automower:mybridge:myAutomower:mower-status#error-timestamp" }
|
||||
String Automower_Override_Action "Override Action [%s]" { channel="automower:automower:mybridge:myAutomower:mower-status#planner-override-action" }
|
||||
DateTime Automower_Next_Start_Time "Next Start Time" { channel="automower:automower:mybridge:myAutomower:mower-status#planner-next-start" }
|
||||
String Automower_Calendar_Tasks "Planned Tasks [%s]" { channel="automower:automower:mybridge:myAutomower:mower-status#calendar-tasks" }
|
||||
String Automower_Mode "Mode [%s]" { channel="automower:automower:mybridge:myAutomower:mode" }
|
||||
String Automower_Activity "Activity [%s]" { channel="automower:automower:mybridge:myAutomower:activity" }
|
||||
String Automower_State "State [%s]" { channel="automower:automower:mybridge:myAutomower:state" }
|
||||
DateTime Automower_Last_Update "Last Update" { channel="automower:automower:mybridge:myAutomower:last-update" }
|
||||
Number Automower_Battery "Battery [%d %%]" { channel="automower:automower:mybridge:myAutomower:battery" }
|
||||
Number Automower_Error_Code "Error Code [%d]" { channel="automower:automower:mybridge:myAutomower:error-code" }
|
||||
DateTime Automower_Error_Time "Error Time" { channel="automower:automower:mybridge:myAutomower:error-timestamp" }
|
||||
String Automower_Override_Action "Override Action [%s]" { channel="automower:automower:mybridge:myAutomower:planner-override-action" }
|
||||
DateTime Automower_Next_Start_Time "Next Start Time" { channel="automower:automower:mybridge:myAutomower:planner-next-start" }
|
||||
String Automower_Calendar_Tasks "Planned Tasks [%s]" { channel="automower:automower:mybridge:myAutomower:calendar-tasks" }
|
||||
|
||||
Number Automower_Command_Start "Start mowing for duration [%d min]" { channel="automower:automower:mybridge:myAutomower:mower#start" }
|
||||
Switch Automower_Command_Resume "Resume the schedule" { channel="automower:automower:mybridge:myAutomower:mower#resume_schedule" }
|
||||
Switch Automower_Command_Pause "Pause the automower" { channel="automower:automower:mybridge:myAutomower:mower#pause" }
|
||||
Number Automower_Command_Park "Park for duration [%d min]" { channel="automower:automower:mybridge:myAutomower:mower#park" }
|
||||
Switch Automower_Command_Park_Next_Schedule "Park until next schedule" { channel="automower:automower:mybridge:myAutomower:mower#park_until_next_schedule" }
|
||||
Switch Automower_Command_Park_Notice "Park until further notice" { channel="automower:automower:mybridge:myAutomower:mower#park_until_further_notice" }
|
||||
Number Automower_Command_Start "Start mowing for duration [%d min]" { channel="automower:automower:mybridge:myAutomower:start" }
|
||||
Switch Automower_Command_Resume "Resume the schedule" { channel="automower:automower:mybridge:myAutomower:resume_schedule" }
|
||||
Switch Automower_Command_Pause "Pause the automower" { channel="automower:automower:mybridge:myAutomower:pause" }
|
||||
Number Automower_Command_Park "Park for duration [%d min]" { channel="automower:automower:mybridge:myAutomower:park" }
|
||||
Switch Automower_Command_Park_Next_Schedule "Park until next schedule" { channel="automower:automower:mybridge:myAutomower:park_until_next_schedule" }
|
||||
Switch Automower_Command_Park_Notice "Park until further notice" { channel="automower:automower:mybridge:myAutomower:park_until_further_notice" }
|
||||
|
||||
Location Automower_Last_Position "Last Position" { channel="automower:automower:mybridge:myAutomower:last-position" }
|
||||
|
||||
|
||||
### automower.sitemap
|
||||
|
||||
|
|
|
@ -17,14 +17,16 @@ install: manual
|
|||
Binding for the Bosch Smart Home.
|
||||
|
||||
- [Bosch Smart Home Binding](#bosch-smart-home-binding)
|
||||
- [Changelog](#changelog)
|
||||
- [Supported Things](#supported-things)
|
||||
- [Bosch In-Wall switches & Bosch Smart Plugs](#bosch-in-wall-switches--bosch-smart-plugs)
|
||||
- [Bosch TwinGuard smoke detector](#bosch-twinguard-smoke-detector)
|
||||
- [Bosch Window/Door contacts](#bosch-windowdoor-contacts)
|
||||
- [Bosch Motion Detector](#bosch-motion-detector)
|
||||
- [Bosch Shutter Control in-wall](#bosch-shutter-control-in-wall)
|
||||
- [Bosch Thermostat](#bosch-thermostat)
|
||||
- [Bosch Climate Control](#bosch-climate-control)
|
||||
- [In-Wall switches & Smart Plugs](#in-wall-switches--smart-plugs)
|
||||
- [TwinGuard smoke detector](#twinguard-smoke-detector)
|
||||
- [Door/Window contact](#doorwindow-contact)
|
||||
- [Motion Detector](#motion-detector)
|
||||
- [Shutter Control](#shutter-control)
|
||||
- [Thermostat](#thermostat)
|
||||
- [Climate Control](#climate-control)
|
||||
- [Wall Thermostat](#wall-thermostat)
|
||||
- [Limitations](#limitations)
|
||||
- [Discovery](#discovery)
|
||||
- [Bridge Configuration](#bridge-configuration)
|
||||
|
@ -34,72 +36,98 @@ Binding for the Bosch Smart Home.
|
|||
|
||||
## Supported Things
|
||||
|
||||
### Bosch In-Wall switches & Bosch Smart Plugs
|
||||
### In-Wall switches & Smart Plugs
|
||||
|
||||
A simple light control.
|
||||
|
||||
**Thing Type ID**: `in-wall-switch`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|--------------------|---------------|----------------------------------------------|
|
||||
| power-switch | Switch | Current state of the switch. |
|
||||
| power-consumption | Number:Power | Current power consumption (W) of the device. |
|
||||
| energy-consumption | Number:Energy | Energy consumption of the device. |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| ------------------ | ------------- | :------: | -------------------------------------------- |
|
||||
| power-switch | Switch | ☑ | Current state of the switch. |
|
||||
| power-consumption | Number:Power | ☐ | Current power consumption (W) of the device. |
|
||||
| energy-consumption | Number:Energy | ☐ | Energy consumption of the device. |
|
||||
|
||||
### Bosch TwinGuard smoke detector
|
||||
### TwinGuard smoke detector
|
||||
|
||||
The Twinguard smoke detector warns you in case of fire and constantly monitors the air.
|
||||
|
||||
**Thing Type ID**: `twinguard`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|--------------------|----------------------|---------------------------------------------------------------------------------------------------|
|
||||
| temperature | Number:Temperature | Current measured temperature. |
|
||||
| temperature-rating | String | Rating of the currently measured temperature. |
|
||||
| humidity | Number:Dimensionless | Current measured humidity. |
|
||||
| humidity-rating | String | Rating of current measured humidity. |
|
||||
| purity | Number:Dimensionless | Purity of the air (ppm). Range from 500 to 5500 ppm. A higher value indicates a higher pollution. |
|
||||
| purity-rating | String | Rating of current measured purity. |
|
||||
| air-description | String | Overall description of the air quality. |
|
||||
| combined-rating | String | Combined rating of the air quality. |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| ------------------ | -------------------- | :------: | ------------------------------------------------------------------------------------------------- |
|
||||
| temperature | Number:Temperature | ☐ | Current measured temperature. |
|
||||
| temperature-rating | String | ☐ | Rating of the currently measured temperature. |
|
||||
| humidity | Number:Dimensionless | ☐ | Current measured humidity (0 to 100). |
|
||||
| humidity-rating | String | ☐ | Rating of current measured humidity. |
|
||||
| purity | Number:Dimensionless | ☐ | Purity of the air (ppm). Range from 500 to 5500 ppm. A higher value indicates a higher pollution. |
|
||||
| purity-rating | String | ☐ | Rating of current measured purity. |
|
||||
| air-description | String | ☐ | Overall description of the air quality. |
|
||||
| combined-rating | String | ☐ | Combined rating of the air quality. |
|
||||
|
||||
### Bosch Window/Door contacts
|
||||
### Door/Window contact
|
||||
|
||||
Detects open windows and doors.
|
||||
|
||||
**Thing Type ID**: `window-contact`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|-----------------|-----------|------------------------------|
|
||||
| contact | Contact | Contact state of the device. |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| --------------- | --------- | :------: | ---------------------------- |
|
||||
| contact | Contact | ☐ | Contact state of the device. |
|
||||
|
||||
### Bosch Motion Detector
|
||||
### Motion Detector
|
||||
|
||||
Detects every movement through an intelligent combination of passive infra-red technology and an additional temperature sensor.
|
||||
|
||||
**Thing Type ID**: `motion-detector`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|-----------------|-----------|--------------------------------|
|
||||
| latest-motion | DateTime | The date of the latest motion. |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| --------------- | --------- | :------: | ------------------------------ |
|
||||
| latest-motion | DateTime | ☐ | The date of the latest motion. |
|
||||
|
||||
### Bosch Shutter Control in-wall
|
||||
### Shutter Control
|
||||
|
||||
Control of your shutter to take any position you desire.
|
||||
|
||||
**Thing Type ID**: `shutter-control`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|-----------------|---------------|------------------------------------------|
|
||||
| level | Rollershutter | Current open ratio (0 to 100, Step 0.5). |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| --------------- | ------------- | :------: | ---------------------------------------- |
|
||||
| level | Rollershutter | ☑ | Current open ratio (0 to 100, Step 0.5). |
|
||||
|
||||
### Bosch Thermostat
|
||||
### Thermostat
|
||||
|
||||
Radiator thermostat
|
||||
|
||||
**Thing Type ID**: `thermostat`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|-----------------------|----------------------|------------------------------------------------|
|
||||
| temperature | Number:Temperature | Current measured temperature. |
|
||||
| valve-tappet-position | Number:Dimensionless | Current open ratio of valve tappet (0 to 100). |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| --------------------- | -------------------- | :------: | ---------------------------------------------- |
|
||||
| temperature | Number:Temperature | ☐ | Current measured temperature. |
|
||||
| valve-tappet-position | Number:Dimensionless | ☐ | Current open ratio of valve tappet (0 to 100). |
|
||||
| child-lock | Switch | ☑ | Indicates if child lock is active. |
|
||||
|
||||
### Bosch Climate Control
|
||||
### Climate Control
|
||||
|
||||
A virtual device which controls up to six Bosch Smart Home radiator thermostats in a room.
|
||||
|
||||
**Thing Type ID**: `climate-control`
|
||||
|
||||
| Channel Type ID | Item Type | Description |
|
||||
|----------------------|--------------------|-------------------------------|
|
||||
| temperature | Number:Temperature | Current measured temperature. |
|
||||
| setpoint-temperature | Number:Temperature | Desired temperature. |
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| -------------------- | ------------------ | :------: | ----------------------------- |
|
||||
| temperature | Number:Temperature | ☐ | Current measured temperature. |
|
||||
| setpoint-temperature | Number:Temperature | ☑ | Desired temperature. |
|
||||
|
||||
### Wall Thermostat
|
||||
|
||||
Display of the current room temperature as well as the relative humidity in the room.
|
||||
|
||||
**Thing Type ID**: `wall-thermostat`
|
||||
|
||||
| Channel Type ID | Item Type | Writable | Description |
|
||||
| --------------- | -------------------- | :------: | ------------------------------------- |
|
||||
| temperature | Number:Temperature | ☐ | Current measured temperature. |
|
||||
| humidity | Number:Dimensionless | ☐ | Current measured humidity (0 to 100). |
|
||||
|
||||
## Limitations
|
||||
|
||||
|
@ -126,9 +154,11 @@ This certificate is used for pairing between the Bridge and the Bosch Smart Home
|
|||
Bosch IDs for found devices are displayed in the openHAB log on bootup (`OPENHAB_FOLDER/userdata/logs/openhab.log`)
|
||||
|
||||
The log can also be called using the following command.
|
||||
|
||||
```
|
||||
tail -f /var/log/openhab/openhab.log /var/log/openhab/events.log
|
||||
```
|
||||
|
||||
Alternatively, the log can be viewed using the OpenHab Log Viewer (frontail) via http://openhab:9001.
|
||||
|
||||
Example:
|
||||
|
|
|
@ -3,7 +3,7 @@ id: dsmr
|
|||
label: DSMR
|
||||
title: DSMR - Bindings
|
||||
type: binding
|
||||
description: "The DSMR-binding is targeted towards Dutch, Belgium and Luxembourger users having a smart meter (Dutch: 'Slimme meter')."
|
||||
description: "The DSMR-binding is targeted towards Dutch, Belgium, Luxembourger and Austrian users having a smart meter (Dutch: 'Slimme meter')."
|
||||
since: 3x
|
||||
install: auto
|
||||
---
|
||||
|
@ -14,8 +14,8 @@ install: auto
|
|||
|
||||
# DSMR Binding
|
||||
|
||||
The DSMR-binding is targeted towards Dutch, Belgium and Luxembourger users having a smart meter (Dutch: 'Slimme meter').
|
||||
Data of Dutch/Belgium/Luxembourg smart meters can be obtained via the P1-port.
|
||||
The DSMR-binding is targeted towards Dutch, Belgium, Luxembourger and Austrian users having a smart meter (Dutch: 'Slimme meter').
|
||||
Data of Dutch/Belgium/Luxembourg/Austrian smart meters can be obtained via the P1-port.
|
||||
When connecting this port from a serial port the data can be read out.
|
||||
|
||||
This binding reads the P1-port of:
|
||||
|
@ -23,6 +23,7 @@ This binding reads the P1-port of:
|
|||
* Dutch Smart Meters that comply to NTA8130, DSMR v2.1, DSMR v2.2, DSMR v3.0, DSMR v4.0, DSMR v4.04, and DSMR 5.0.
|
||||
* Belgium Smart Meters that comply to e-MUCS v1.0.
|
||||
* Luxembourg’s electricity meter "Smarty" that comply to V1.0.
|
||||
* Austrian electricity meters.
|
||||
|
||||
Although DSMR v4.2 is not an official specification, the binding has support for this version.
|
||||
|
||||
|
@ -38,8 +39,10 @@ The P1-port is a serial port. To configure the serial port within openHAB see th
|
|||
### dsmrBridge (The Netherlands/Belgium)
|
||||
|
||||
`dsmrBridge`: This is the device that communicated between the binding (serial) and its internal meters.
|
||||
You always have to have a 'Dutch/Belgium Smart Meter'-bridge. The bridge contains the serial port configuration.
|
||||
Specific meters are bound via the bridge to the smart meter. A smart meter consists typically out of minimal 2 meters.
|
||||
You always have to have a 'Dutch/Belgium Smart Meter'-bridge.
|
||||
The bridge contains the serial port configuration.
|
||||
Specific meters are bound via the bridge to the smart meter.
|
||||
A smart meter consists typically out of minimal 2 meters.
|
||||
A generic meter and the electricity meter. Each meter is bound to the DSMR protocol the physical meter supports.
|
||||
For each meter it is possible to set a refresh rate at which the status is updated.
|
||||
The physical meter might update with a high frequency per second, while it is desired to have only values per minute.
|
||||
|
@ -48,10 +51,11 @@ The Belgium e-MUCS protocol is an extension to the DSMR standard.
|
|||
Belgium meters have `emucs` in the thing name.
|
||||
Due to it similarities the bridge for Belgium meters is also a dsmrBridge.
|
||||
|
||||
### smartyBridge (Luxembourg)
|
||||
### smartyBridge (Luxembourg, Austria)
|
||||
|
||||
`smartyBridge`: This is the device that communicated between the binding (serial) and its internal meters.
|
||||
You always have to have a 'Smarty Smart Meter'-bridge. The bridge contains the serial port configuration.
|
||||
You always have to have a 'Smarty Smart Meter'-bridge.
|
||||
The bridge contains the serial port configuration.
|
||||
|
||||
## Discovery
|
||||
|
||||
|
@ -176,134 +180,139 @@ The following channels are supported:
|
|||
- O channel is supported only if the device has this functionality
|
||||
|
||||
|
||||
| Channel Type ID | Item Type | Description | Ace4000 | DSMR V2.1 | DSMR V2.2 | DSMR V3.0 | DSMR V4.0 | DSMR V4.0.4 | DSMR V4.2 | DSMR V5 |SMARTY V1.0 | e-MUCS V1.0 |
|
||||
|--------------------------------------------------|--------------------------|------------------------------------------------------------------------|---------|-----------|-----------|-----------|-----------|-------------|-----------|---------|-------------|-------------|
|
||||
| | | **Channels for the generic device** | | | | | | | | | | |
|
||||
| `p1_text_code` | String | Text code from the device | - | Y | Y | Y | Y | Y | Y | - | - | - |
|
||||
| `p1_text_string` | String | Text string from the device | - | Y | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| `p1_version_output` | String | Version information (most times this refers to the DSMR specification) | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `p1_emucs_version_output` | String | e-MUCS version information | - | - | - | - | - | - | - | - | Y | y |
|
||||
| `p1_timestamp` | DateTime | Timestamp of the last device reading | - | - | - | - | Y | Y | Y | Y | Y | Y |
|
||||
| | | **Channels for the cooling meter** | | | | | | | | | | |
|
||||
| `cmeter_value_v2` | Number:Energy | The total amount of cooling used in the past period (GJ) | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `cmeter_value_v2_timestamp` | DateTime | Timestamp of the last meter reading | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `cmeter_equipment_identifier_v2_2` | String | Equipment identifier | - | - | Y | - | - | - | - | - | - | - |
|
||||
| | | **Channels for the main electricity meter** | | | | | | | | | | |
|
||||
| `emeter_equipment_identifier_v2_x` | String | Electricity Equipment identifier | - | Y | Y | - | - | - | - | - | Y | - |
|
||||
| `emeter_equipment_identifier` | String | Electricity Equipment identifier | - | - | - | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_delivery_tariff0` | Number:Energy | Total amount of electricity used for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_delivery_tariff1` | Number:Energy | Total amount of electricity used for tariff 1 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_delivery_tariff2` | Number:Energy | Total amount of electricity used for tariff 2 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_production_tariff0` | Number:Energy | Total amount of electricity produced for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_production_tariff1` | Number:Energy | Total amount of electricity produced for tariff 1 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_production_tariff2` | Number:Energy | Total amount of electricity produced for tariff 2 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_delivery_tariff0_antifraud` | Number:Energy | Total amount of electricity used for tariff 2 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff1_antifraud` | Number:Energy | Total amount of electricity used for tariff 1 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff2_antifraud` | Number:Energy | Total amount of electricity used for tariff 2 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_total_imported_energy_register_q` | Number:Energy | Total Imported Energy (Q+) (kvarh) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_total_exported_energy_register_q` | Number:Energy | Total Exported Energy (Q-) (kvarh) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_tariff_indicator` | String | Current tariff indicator | Y | Y | Y | Y | Y | Y | Y | Y | - | Y |
|
||||
| `emeter_treshold_a_v2_1` | Number:ElectricCurrent | Actual threshold (A) | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `emeter_treshold_a` | Number:ElectricCurrent | Actual threshold (A) | Y | - | Y | Y | - | - | - | - | - | - |
|
||||
| `emeter_fuse_threshold_a` | Number:ElectricCurrent | Active fuse threshold (A) | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `emeter_treshold_kwh` | Number:Power | Actual threshold (kW) | - | - | - | - | Y | Y | - | - | - | Y |
|
||||
| `emeter_switch_position_v2_1` | Number | Switch position | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `emeter_switch_position` | Number | Switch position | Y | - | Y | Y | Y | Y | - | - | Y | Y |
|
||||
| `emeter_active_import_power` | Number:Power | Aggregate active import power (W) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_actual_delivery` | Number:Power | Current power delivery (kW) | - | Y | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| `emeter_actual_production` | Number:Power | Current power production (kW) | - | - | - | Y | Y | Y | Y | Y | Y | Y |
|
||||
| `emeter_actual_reactive_delivery` | Number | Actual Reactive Power Delivery (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_actual_reactive_production` | Number | Actual Reactive Power Production (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_active_threshold_smax` | Number | Active threshold (SMAX) (kVA) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_power_failures` | Number | Number of power failures | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_long_power_failures` | Number | Number of long power failures | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `emeter_power_failure_log_entries` | Number | Number of entries in the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_power_failure_log_timestamp[x]` *note 2* | DateTime | Timestamp for entry [x] in the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_power_failure_log_duration[x]` *note 2* | Number:Time | Duration for entry [x] the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_voltage_sags_l1` | Number | Number of voltage sags L1 | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_voltage_sags_l2` | Number | Number of voltage sags L2 | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_voltage_sags_l3` | Number | Number of voltage sags L3 | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_voltage_swells_l1` | Number | Number of voltage swells L1 | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `emeter_voltage_swells_l2` | Number | Number of voltage swells L2 | - | - | - | - | O | O | O | O | - | - |
|
||||
| `emeter_voltage_swells_l3` | Number | Number of voltage swells L3 | - | - | - | - | O | O | O | O | - | - |
|
||||
| `emeter_instant_current_l1` | Number:ElectricCurrent | Instant Current L1 (A) | - | - | - | - | Y | Y | Y | Y | Y | Y |
|
||||
| `emeter_instant_current_l2` | Number:ElectricCurrent | Instant Current L2 (A) | - | - | - | - | O | O | O | O | O | Y |
|
||||
| `emeter_instant_current_l3` | Number:ElectricCurrent | Instant Current L3 (A) | - | - | - | - | O | O | O | O | O | Y |
|
||||
| `emeter_instant_power_delivery_l1` | Number:Power | Instant Power Delivery L1 (kW) | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_instant_power_delivery_l2` | Number:Power | Instant Power Delivery L2 (kW) | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_instant_power_delivery_l3` | Number:Power | Instant Power Delivery L3 (kW) | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_instant_power_production_l1` | Number:Power | Instant Power Production L1 (kW) | - | - | - | - | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_instant_power_production_l2` | Number:Power | Instant Power Production L2 (kW) | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_instant_power_production_l3` | Number:Power | Instant Power Production L3 (kW) | - | - | - | - | O | O | O | O | O | - |
|
||||
| `emeter_instant_reactive_power_delivery_l1` | Number:Power | Instant Reactive Power Delivery L1 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_reactive_power_delivery_l2` | Number:Power | Instant Reactive Power Delivery L2 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_reactive_power_delivery_l3` | Number:Power | Instant Reactive Power Delivery L3 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_reactive_power_production_l1` | Number:Power | Instant Reactive Power Prodcution L1 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_reactive_power_production_l2` | Number:Power | Instant Reactive Power Prodcution L2 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_reactive_power_production_l3` | Number:Power | Instant Reactive Power Prodcution L3 (kvar) | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_instant_voltage_l1` | Number:ElectricPotential | Instant Voltage L1 (V) | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_instant_voltage_l2` | Number:ElectricPotential | Instant Voltage L2 (V) | - | - | - | - | - | - | - | O | - | Y |
|
||||
| `emeter_instant_voltage_l3` | Number:ElectricPotential | Instant Voltage L3 (V) | - | - | - | - | - | - | - | O | - | Y |
|
||||
| | | **Channels for the slave electricity meter** | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Slave Electricity Meter Device Type | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `meter_equipment_identifier` | String | Slave Electricity Meter ID | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `emeter_delivery_tariff0` | Number:Energy | Total amount of slave electricity used for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff1` | Number:Energy | Total amount of slave electricity used for tariff 1 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff2` | Number:Energy | Total amount of slave electricity used for tariff 2 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff0` | Number:Energy | Total amount of slave electricity produced for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff1` | Number:Energy | Total amount of slave electricity produced for tariff 1 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff2` | Number:Energy | Total amount of slave electricity produced for tariff 2 (kWh) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_tariff_indicator` | String | Current slave tariff indicator | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_treshold_a` | Number:ElectricCurrent | Actual slave threshold (A) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `meter_switch_position` | Number | Slave electricity switch position | Y | - | - | Y | Y | Y | - | - | - | - |
|
||||
| `emeter_active_import_power` | Number:Power | Slave aggregate active import power (W) | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_value` | Number:Energy | Slave electricity usage (kWh) in the past period | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `emeter_value_timestamp` | DateTime | Timestamp of the last reading | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| | | **Channels for the gas meter** | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Gas Meter Device Type | - | - | - | Y | - | - | - | - | - | Y |
|
||||
| `meter_equipment_identifier` | String | Gas Meter ID | Y | - | - | Y | - | - | - | - | - | Y |
|
||||
| `gmeter_equipment_identifier_v2` | String | Gas Meter ID | - | Y | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_v2` | Number:Volume | Gas Delivery past 24 hours | Y | Y | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_v2_timestamp` | DateTime | Timestamp of the last reading | Y | Y | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_compensated_v2` | Number:Volume | Gas Delivery past 24 hours (compensated) | - | Y | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_compensated_v2_timestamp` | DateTime | Timestamp of the last reading | - | Y | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_value_v3` | Number:Volume | Gas Delivery past period | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `gmeter_value_v3_timestamp` | DateTime | Timestamp of the last reading | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `gmeter_last_value` | Number:Volume | Gas Delivery last reading value | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `gmeter_last_value_timestamp` | DateTime | Timesamp of last Gas Delivery reading | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `gmeter_valve_position_v2_1` | Number | Gas Valve position | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_valve_position_v2_2` | Number | Gas Valve position | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Gas Valve position | - | - | - | Y | - | - | - | - | - | Y |
|
||||
| | | **Channels for the generic meter** | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Generic Meter Device Type | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `gmeter_equipment_identifier` | String | Generic Meter ID | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `genmeter_value_v3` | Number | Delivery past period | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Generic Meter Valve/Switch position | - | - | - | Y | - | - | - | - | - | - |
|
||||
| | | **Channels for the GJ meter (Heating or Cooling)** | | | | | | | | | | - |
|
||||
| `meter_device_type` | String | GJ Meter Device Type | - | - | - | Y | Y | Y | Y | Y | - | |
|
||||
| `meter_equipment_identifier` | Number | GJ Meter ID | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `gjmeter_value_v3` | Number:Energy | GJ Delivery past period | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `gjmeter_value_v3_timestamp` | DateTime | Timestamp of the last reading | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `gjmeter_value_v4` | Number:Energy | GJ Delivery past period | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `gjmeter_value_v4_timestamp` | DateTime | Timestamp of the last reading | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| | | **Channels for the heating meter** | | | | | | | | | | |
|
||||
| `meter_valve_switch_position` | Number | GJ Meter Valve position | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `meter_equipment_identifier` | String | Heating Meter ID | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `hmeter_equipment_identifier_v2_2` | String | Heating Meter ID | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `hmeter_value_v2` | Number:Energy | Heating Delivery past period | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `hmeter_value_v2_timestamp` | DateTime | Timestamp of the last reading | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| | | m3 Meter Device Type | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `meter_equipment_identifier` | String | m3 Meter ID | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `m3meter_value` | Number:Volume | m3 Delivery past period | - | - | - | - | Y | Y | Y | Y | - | - |
|
||||
| `meter_valve_switch_position` | Number | m3 Meter Valve position | - | - | - | - | Y | Y | Y | - | - | - |
|
||||
| | | **Channels for the water meter** | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Water Meter Device Type | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `meter_equipment_identifier` | String | Water Meter ID | Y | - | - | Y | - | - | - | - | - | - |
|
||||
| `wmeter_equipment_identifier_v2_2` | String | Water Meter ID | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v2` | Number:Volume | Water Delivery past period | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v2_timestamp` | DateTime | Timestamp of the last reading | Y | - | Y | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v3` | Number:Volume | Water Delivery past period | - | - | - | Y | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Water Meter Valve position | - | - | - | Y | - | - | - | - | - | - |
|
||||
| Channel Type ID | Item Type | Description | Ace4000 | DSMR V2.1 | DSMR V2.2 | DSMR V3.0 | DSMR V4.0 | DSMR V4.0.4 | DSMR V4.2 | DSMR V5 | SMARTY V1.0 | e-MUCS V1.0 | Austian |
|
||||
|--------------------------------------------------|--------------------------|------------------------------------------------------------------------|---------|-----------|-----------|-----------|-----------|-------------|-----------|---------|-------------|-------------|---------|
|
||||
| | | **Channels for the generic device** | | | | | | | | | | | |
|
||||
| `p1_text_code` | String | Text code from the device | - | Y | Y | Y | Y | Y | Y | - | - | - | - |
|
||||
| `p1_text_string` | String | Text string from the device | - | Y | Y | Y | Y | Y | Y | Y | Y | Y | - |
|
||||
| `p1_version_output` | String | Version information (most times this refers to the DSMR specification) | - | - | - | - | Y | Y | Y | Y | Y | - | Y |
|
||||
| `p1_emucs_version_output` | String | e-MUCS version information | - | - | - | - | - | - | - | - | Y | y | - |
|
||||
| `p1_timestamp` | DateTime | Timestamp of the last device reading | - | - | - | - | Y | Y | Y | Y | Y | Y | Y |
|
||||
| | | **Channels for the cooling meter** | | | | | | | | | | | |
|
||||
| `cmeter_value_v2` | Number:Energy | The total amount of cooling used in the past period (GJ) | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `cmeter_value_v2_timestamp` | DateTime | Timestamp of the last meter reading | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `cmeter_equipment_identifier_v2_2` | String | Equipment identifier | - | - | Y | - | - | - | - | - | - | - | - |
|
||||
| | | **Channels for the main electricity meter** | | | | | | | | | | | |
|
||||
| `emeter_equipment_identifier_v2_x` | String | Electricity Equipment identifier | - | Y | Y | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_equipment_identifier` | String | Electricity Equipment identifier | - | - | - | Y | Y | Y | Y | Y | - | Y | - |
|
||||
| `emeter_delivery_tariff0` | Number:Energy | Total amount of electricity used for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_delivery_tariff1` | Number:Energy | Total amount of electricity used for tariff 1 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y | Y |
|
||||
| `emeter_delivery_tariff2` | Number:Energy | Total amount of electricity used for tariff 2 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y | Y |
|
||||
| `emeter_production_tariff0` | Number:Energy | Total amount of electricity produced for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_production_tariff1` | Number:Energy | Total amount of electricity produced for tariff 1 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y | Y |
|
||||
| `emeter_production_tariff2` | Number:Energy | Total amount of electricity produced for tariff 2 (kWh) | Y | Y | Y | Y | Y | Y | Y | Y | - | Y | Y |
|
||||
| `emeter_delivery_tariff0_antifraud` | Number:Energy | Total amount of electricity used for tariff 2 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff1_antifraud` | Number:Energy | Total amount of electricity used for tariff 1 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff2_antifraud` | Number:Energy | Total amount of electricity used for tariff 2 [antifraud] (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_total_imported_energy_register_q` | Number:Energy | Total Imported Energy (Q+) (kvarh) | - | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_total_imported_energy_register_r_rate1` | Number:Energy | Total Imported Energy Rate 1 (kvarh) | - | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `emeter_total_imported_energy_register_r_rate2` | Number:Energy | Total Imported Energy Rate 2 (kvarh) | - | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `emeter_total_exported_energy_register_q` | Number:Energy | Total Exported Energy (Q-) (kvarh) | - | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_total_exported_energy_register_r_rate1` | Number:Energy | Total Exported Energy Rate 1 (kvarh) | - | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `emeter_total_exported_energy_register_r_rate2` | Number:Energy | Total Exported Energy Rate 2 (kvarh) | - | - | - | - | - | - | - | - | - | - | Y |
|
||||
| `emeter_tariff_indicator` | String | Current tariff indicator | Y | Y | Y | Y | Y | Y | Y | Y | - | Y | - |
|
||||
| `emeter_treshold_a_v2_1` | Number:ElectricCurrent | Actual threshold (A) | - | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_treshold_a` | Number:ElectricCurrent | Actual threshold (A) | Y | - | Y | Y | - | - | - | - | - | - | - |
|
||||
| `emeter_fuse_threshold_a` | Number:ElectricCurrent | Active fuse threshold (A) | - | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `emeter_treshold_kwh` | Number:Power | Actual threshold (kW) | - | - | - | - | Y | Y | - | - | - | Y | - |
|
||||
| `emeter_switch_position_v2_1` | Number | Switch position | - | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_switch_position` | Number | Switch position | Y | - | Y | Y | Y | Y | - | - | Y | Y | - |
|
||||
| `emeter_active_import_power` | Number:Power | Aggregate active import power (W) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_actual_delivery` | Number:Power | Current power delivery (kW) | - | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| `emeter_actual_production` | Number:Power | Current power production (kW) | - | - | - | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| `emeter_actual_reactive_delivery` | Number | Actual Reactive Power Delivery (kvar) | - | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_actual_reactive_production` | Number | Actual Reactive Power Production (kvar) | - | - | - | - | - | - | - | - | Y | - | Y |
|
||||
| `emeter_active_threshold_smax` | Number | Active threshold (SMAX) (kVA) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_threshold_kw` | Number:Power | Active threshold (SMAX) (kVA) | - | - | - | Y | Y | Y | - | - | Y | Y | - |
|
||||
| `emeter_power_failures` | Number | Number of power failures | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_long_power_failures` | Number | Number of long power failures | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `emeter_power_failure_log_entries` | Number | Number of entries in the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_power_failure_log_timestamp[x]` *note 2* | DateTime | Timestamp for entry [x] in the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_power_failure_log_duration[x]` *note 2* | Number:Time | Duration for entry [x] the power failure log | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_voltage_sags_l1` | Number | Number of voltage sags L1 | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_voltage_sags_l2` | Number | Number of voltage sags L2 | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_voltage_sags_l3` | Number | Number of voltage sags L3 | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_voltage_swells_l1` | Number | Number of voltage swells L1 | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `emeter_voltage_swells_l2` | Number | Number of voltage swells L2 | - | - | - | - | O | O | O | O | - | - | - |
|
||||
| `emeter_voltage_swells_l3` | Number | Number of voltage swells L3 | - | - | - | - | O | O | O | O | - | - | - |
|
||||
| `emeter_instant_current_l1` | Number:ElectricCurrent | Instant Current L1 (A) | - | - | - | - | Y | Y | Y | Y | Y | Y | - |
|
||||
| `emeter_instant_current_l2` | Number:ElectricCurrent | Instant Current L2 (A) | - | - | - | - | O | O | O | O | O | Y | - |
|
||||
| `emeter_instant_current_l3` | Number:ElectricCurrent | Instant Current L3 (A) | - | - | - | - | O | O | O | O | O | Y | - |
|
||||
| `emeter_instant_power_delivery_l1` | Number:Power | Instant Power Delivery L1 (kW) | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_instant_power_delivery_l2` | Number:Power | Instant Power Delivery L2 (kW) | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_instant_power_delivery_l3` | Number:Power | Instant Power Delivery L3 (kW) | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_instant_power_production_l1` | Number:Power | Instant Power Production L1 (kW) | - | - | - | - | Y | Y | Y | Y | Y | - | - |
|
||||
| `emeter_instant_power_production_l2` | Number:Power | Instant Power Production L2 (kW) | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_instant_power_production_l3` | Number:Power | Instant Power Production L3 (kW) | - | - | - | - | O | O | O | O | O | - | - |
|
||||
| `emeter_instant_reactive_power_delivery_l1` | Number:Power | Instant Reactive Power Delivery L1 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_reactive_power_delivery_l2` | Number:Power | Instant Reactive Power Delivery L2 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_reactive_power_delivery_l3` | Number:Power | Instant Reactive Power Delivery L3 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_reactive_power_production_l1` | Number:Power | Instant Reactive Power Prodcution L1 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_reactive_power_production_l2` | Number:Power | Instant Reactive Power Prodcution L2 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_reactive_power_production_l3` | Number:Power | Instant Reactive Power Prodcution L3 (kvar) | - | - | - | - | - | - | - | - | Y | - | - |
|
||||
| `emeter_instant_voltage_l1` | Number:ElectricPotential | Instant Voltage L1 (V) | - | - | - | - | - | - | - | Y | - | Y | - |
|
||||
| `emeter_instant_voltage_l2` | Number:ElectricPotential | Instant Voltage L2 (V) | - | - | - | - | - | - | - | O | - | Y | - |
|
||||
| `emeter_instant_voltage_l3` | Number:ElectricPotential | Instant Voltage L3 (V) | - | - | - | - | - | - | - | O | - | Y | - |
|
||||
| | | **Channels for the slave electricity meter** | | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Slave Electricity Meter Device Type | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `meter_equipment_identifier` | String | Slave Electricity Meter ID | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `emeter_delivery_tariff0` | Number:Energy | Total amount of slave electricity used for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff1` | Number:Energy | Total amount of slave electricity used for tariff 1 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_delivery_tariff2` | Number:Energy | Total amount of slave electricity used for tariff 2 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff0` | Number:Energy | Total amount of slave electricity produced for tariff 0 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff1` | Number:Energy | Total amount of slave electricity produced for tariff 1 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_production_tariff2` | Number:Energy | Total amount of slave electricity produced for tariff 2 (kWh) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_tariff_indicator` | String | Current slave tariff indicator | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_treshold_a` | Number:ElectricCurrent | Actual slave threshold (A) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `meter_switch_position` | Number | Slave electricity switch position | Y | - | - | Y | Y | Y | - | - | - | - | - |
|
||||
| `emeter_active_import_power` | Number:Power | Slave aggregate active import power (W) | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `emeter_value` | Number:Energy | Slave electricity usage (kWh) in the past period | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `emeter_value_timestamp` | DateTime | Timestamp of the last reading | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| | | **Channels for the gas meter** | | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Gas Meter Device Type | - | - | - | Y | - | - | - | - | - | Y | - |
|
||||
| `meter_equipment_identifier` | String | Gas Meter ID | Y | - | - | Y | - | - | - | - | - | Y | - |
|
||||
| `gmeter_equipment_identifier_v2` | String | Gas Meter ID | - | Y | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_v2` | Number:Volume | Gas Delivery past 24 hours | Y | Y | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_v2_timestamp` | DateTime | Timestamp of the last reading | Y | Y | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_compensated_v2` | Number:Volume | Gas Delivery past 24 hours (compensated) | - | Y | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_24h_delivery_compensated_v2_timestamp` | DateTime | Timestamp of the last reading | - | Y | Y | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_value_v3` | Number:Volume | Gas Delivery past period | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_value_v3_timestamp` | DateTime | Timestamp of the last reading | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_last_value` | Number:Volume | Gas Delivery last reading value | - | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `gmeter_last_value_timestamp` | DateTime | Timesamp of last Gas Delivery reading | - | - | - | - | - | - | - | - | - | Y | - |
|
||||
| `gmeter_valve_position_v2_1` | Number | Gas Valve position | - | Y | - | - | - | - | - | - | - | - | - |
|
||||
| `gmeter_valve_position_v2_2` | Number | Gas Valve position | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Gas Valve position | - | - | - | Y | - | - | - | - | - | Y | - |
|
||||
| | | **Channels for the generic meter** | | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Generic Meter Device Type | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `gmeter_equipment_identifier` | String | Generic Meter ID | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `genmeter_value_v3` | Number | Delivery past period | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Generic Meter Valve/Switch position | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| | | **Channels for the GJ meter (Heating or Cooling)** | | | | | | | | | | - | - |
|
||||
| `meter_device_type` | String | GJ Meter Device Type | - | - | - | Y | Y | Y | Y | Y | - | | |
|
||||
| `meter_equipment_identifier` | Number | GJ Meter ID | - | - | - | Y | Y | Y | Y | Y | - | - | - |
|
||||
| `gjmeter_value_v3` | Number:Energy | GJ Delivery past period | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `gjmeter_value_v3_timestamp` | DateTime | Timestamp of the last reading | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `gjmeter_value_v4` | Number:Energy | GJ Delivery past period | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `gjmeter_value_v4_timestamp` | DateTime | Timestamp of the last reading | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| | | **Channels for the heating meter** | | | | | | | | | | | |
|
||||
| `meter_valve_switch_position` | Number | GJ Meter Valve position | - | - | - | Y | Y | Y | Y | - | - | - | - |
|
||||
| `meter_equipment_identifier` | String | Heating Meter ID | Y | - | - | - | - | - | - | - | - | - | - |
|
||||
| `hmeter_equipment_identifier_v2_2` | String | Heating Meter ID | - | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `hmeter_value_v2` | Number:Energy | Heating Delivery past period | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `hmeter_value_v2_timestamp` | DateTime | Timestamp of the last reading | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| | | m3 Meter Device Type | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `meter_equipment_identifier` | String | m3 Meter ID | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `m3meter_value` | Number:Volume | m3 Delivery past period | - | - | - | - | Y | Y | Y | Y | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | m3 Meter Valve position | - | - | - | - | Y | Y | Y | - | - | - | - |
|
||||
| | | **Channels for the water meter** | | | | | | | | | | | |
|
||||
| `meter_device_type` | String | Water Meter Device Type | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `meter_equipment_identifier` | String | Water Meter ID | Y | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `wmeter_equipment_identifier_v2_2` | String | Water Meter ID | - | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v2` | Number:Volume | Water Delivery past period | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v2_timestamp` | DateTime | Timestamp of the last reading | Y | - | Y | - | - | - | - | - | - | - | - |
|
||||
| `wmeter_value_v3` | Number:Volume | Water Delivery past period | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
| `meter_valve_switch_position` | Number | Water Meter Valve position | - | - | - | Y | - | - | - | - | - | - | - |
|
||||
|
||||
*note 2*. The power failure log has a dynamic number of entries starting at `0`.
|
||||
So `emeter_power_failure_log_timestamp0`, `emeter_power_failure_log_duration0` refers to the first entry,
|
||||
|
@ -325,7 +334,7 @@ ItemType <name> "<description>" (<Group>) {channel="<Channel identifier>"}
|
|||
**Examples**
|
||||
|
||||
```
|
||||
Number:Energy MeterDeliveryTariff0 "Total electricity delivered to the resident during low tariff period [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff1}
|
||||
Number:Energy MeterDeliveryTariff0 "Delivered Low Tariff [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff1}
|
||||
```
|
||||
|
||||
## Full configuration example
|
||||
|
@ -344,8 +353,8 @@ Bridge dsmr:dsmrBridge:mysmartmeter [serialPort="/dev/ttyUSB0"] {
|
|||
|
||||
```
|
||||
String P1Version "P1 Version output" {channel="dsmr:device_v5:mysmartmeter:dsmrV5Device:p1_version_output"}
|
||||
Number:Energy MeterDeliveryTariff0 "Total electricity delivered to the resident during low tariff period [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff1"}
|
||||
Number:Energy MeterDeliveryTariff1 "Total electricity delivered to the resident during high tariff period [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff2"}
|
||||
Number:Energy MeterDeliveryTariff0 "Delivered Low Tariff [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff1"}
|
||||
Number:Energy MeterDeliveryTariff1 "Delivered High Tariff [%.3f kWh]" {channel="dsmr:electricity_v5_0:mysmartmeter:electricityV5:emeter_delivery_tariff2"}
|
||||
```
|
||||
|
||||
## Determine M-Bus channel
|
||||
|
|
|
@ -77,12 +77,7 @@ For rules that need to fire if a new warning occurs, there is the trigger channe
|
|||
That trigger channel fires an event whenever a warning is sent for the first time.
|
||||
It also triggers if a warning is replaced by another.
|
||||
|
||||
More explanations about the specific values of the channels can be found in the documentation of the DWD at:
|
||||
|
||||
[CAP DWD Profile 1.2](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_dwd_profile_de_pdf_1_10.html)
|
||||
|
||||
[CAP DWD Profil zum Common Alerting Protocol v1.2 (PDF)](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_dwd_profile_de_pdf_1_10.pdf?__blob=publicationFile&v=4)
|
||||
|
||||
More explanations about the specific values of the channels can be found in the PDF documentation of the DWD at: [CAP DWD Profile 1.2](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_dwd_profile_en_pdf_1_12.html)
|
||||
|
||||
## Full Example
|
||||
|
||||
|
@ -94,7 +89,7 @@ dwdunwetter:dwdwarnings:cologne "Warnings Cologne" [ cellId="105315000", refresh
|
|||
|
||||
e.g.
|
||||
|
||||
to get two warnings like in the item example, set warningCount=2 in things file
|
||||
to get two warnings like in the item example, set `warningCount=2` in things file
|
||||
|
||||
```
|
||||
dwdunwetter:dwdwarnings:cologne "Warnings Cologne" [ cellId="105315000", refresh=15, warningCount=2
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Hayward Omnilogic - Bindings
|
|||
type: binding
|
||||
description: "The Hayward Omnilogic binding integrates the Omnilogic pool controller using the Hayward API."
|
||||
since: 3x
|
||||
logo: images/addons/haywardomnilogic.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
|
|
|
@ -450,6 +450,9 @@ Currently the miio binding supports more than 300 different models.
|
|||
| Yeelight White Bulb v2 | miio:basic | [yeelink.light.mono2](#yeelink-light-mono2) | Yes | |
|
||||
| Yeelight LED Bulb 1S(Dimmable) | miio:basic | [yeelink.light.mono4](#yeelink-light-mono4) | Yes | |
|
||||
| Yeelight LED Filament Bulb | miio:basic | [yeelink.light.mono5](#yeelink-light-mono5) | Yes | |
|
||||
| Mi Smart LED Bulb | miio:basic | [yeelink.light.mono6](#yeelink-light-mono6) | Yes | |
|
||||
| Yeelight LED smart bulb W3(dimmable) | miio:basic | [yeelink.light.monoa](#yeelink-light-monoa) | Yes | |
|
||||
| Yeelight GU10 Smart Bulb W1(dimmable) | miio:basic | [yeelink.light.monob](#yeelink-light-monob) | Yes | |
|
||||
| Yeelight Whiteglow Panel Light | miio:basic | [yeelink.light.panel1](#yeelink-light-panel1) | Yes | |
|
||||
| Yeelight Lightstrip | miio:basic | [yeelink.light.strip1](#yeelink-light-strip1) | Yes | |
|
||||
| Yeelight Lightstrip Plus | miio:basic | [yeelink.light.strip2](#yeelink-light-strip2) | Yes | |
|
||||
|
@ -979,6 +982,7 @@ Note, not all the values need to be in the json file, e.g. a subset of the param
|
|||
| vacuumaction | String | Vacuum Action | Value mapping `["vacuum"="Vacuum","stop"="Stop","sweep"="Sweep","stopsweep"="Stop Sweep","dock"="Goto Dock"]` |
|
||||
| BatteryLevel | Number | Battery-Battery Level | |
|
||||
| ChargingState | Number | Battery-Charging State | Value mapping `["1"="Charging","2"="Not Charging","4"="Charging","5"="Go Charging"]` |
|
||||
| water-mode | Number | Water Mode | Value mapping `["1"="Low","2"="Medium","4"="High"]` |
|
||||
| Fault | Number | Robot Cleaner-Device Fault | Value mapping `["0"="No faults"]` |
|
||||
| Status | Number | Robot Cleaner-Status | Value mapping `["1"="Sweeping","2"="Idle","3"="Paused","4"="Error","5"="Go Charging","6"="Charging"]` |
|
||||
| BrushLeftTime | Number:Time | Main Cleaning Brush-Brush Left Time | |
|
||||
|
@ -3672,6 +3676,39 @@ Note, not all the values need to be in the json file, e.g. a subset of the param
|
|||
| colorMode | Number | Color Mode | Note, currently only supporting switching to RGB or CT mode. Value mapping `["0"="Default","2"="CT mode","1"="RGB mode","3"="HSV mode","4"="Color Flow mode","5"="Night Light mode"]` |
|
||||
| name | String | Name | |
|
||||
|
||||
### Mi Smart LED Bulb (<a name="yeelink-light-mono6">yeelink.light.mono6</a>) Channels
|
||||
|
||||
| Channel | Type | Description | Comment |
|
||||
|----------------------|----------------------|------------------------------------------|------------|
|
||||
| power | Switch | Power | |
|
||||
| brightness | Dimmer | Brightness | |
|
||||
| delayoff | Number:Time | Shutdown Timer | |
|
||||
| colorTemperature | Number | Color Temperature | |
|
||||
| colorMode | Number | Color Mode | Note, currently only supporting switching to RGB or CT mode. Value mapping `["0"="Default","2"="CT mode","1"="RGB mode","3"="HSV mode","4"="Color Flow mode","5"="Night Light mode"]` |
|
||||
| name | String | Name | |
|
||||
|
||||
### Yeelight LED smart bulb W3(dimmable) (<a name="yeelink-light-monoa">yeelink.light.monoa</a>) Channels
|
||||
|
||||
| Channel | Type | Description | Comment |
|
||||
|----------------------|----------------------|------------------------------------------|------------|
|
||||
| power | Switch | Power | |
|
||||
| brightness | Dimmer | Brightness | |
|
||||
| delayoff | Number:Time | Shutdown Timer | |
|
||||
| colorTemperature | Number | Color Temperature | |
|
||||
| colorMode | Number | Color Mode | Note, currently only supporting switching to RGB or CT mode. Value mapping `["0"="Default","2"="CT mode","1"="RGB mode","3"="HSV mode","4"="Color Flow mode","5"="Night Light mode"]` |
|
||||
| name | String | Name | |
|
||||
|
||||
### Yeelight GU10 Smart Bulb W1(dimmable) (<a name="yeelink-light-monob">yeelink.light.monob</a>) Channels
|
||||
|
||||
| Channel | Type | Description | Comment |
|
||||
|----------------------|----------------------|------------------------------------------|------------|
|
||||
| power | Switch | Power | |
|
||||
| brightness | Dimmer | Brightness | |
|
||||
| delayoff | Number:Time | Shutdown Timer | |
|
||||
| colorTemperature | Number | Color Temperature | |
|
||||
| colorMode | Number | Color Mode | Note, currently only supporting switching to RGB or CT mode. Value mapping `["0"="Default","2"="CT mode","1"="RGB mode","3"="HSV mode","4"="Color Flow mode","5"="Night Light mode"]` |
|
||||
| name | String | Name | |
|
||||
|
||||
### Yeelight Whiteglow Panel Light (<a name="yeelink-light-panel1">yeelink.light.panel1</a>) Channels
|
||||
|
||||
| Channel | Type | Description | Comment |
|
||||
|
@ -5757,6 +5794,7 @@ Group G_vacuum "Mi Robot Vacuum Mop 1C STYTJ01ZHM" <status>
|
|||
String vacuumaction "Vacuum Action" (G_vacuum) {channel="miio:basic:vacuum:vacuumaction"}
|
||||
Number BatteryLevel "Battery-Battery Level" (G_vacuum) {channel="miio:basic:vacuum:BatteryLevel"}
|
||||
Number ChargingState "Battery-Charging State" (G_vacuum) {channel="miio:basic:vacuum:ChargingState"}
|
||||
Number water_mode "Water Mode" (G_vacuum) {channel="miio:basic:vacuum:water-mode"}
|
||||
Number Fault "Robot Cleaner-Device Fault" (G_vacuum) {channel="miio:basic:vacuum:Fault"}
|
||||
Number Status "Robot Cleaner-Status" (G_vacuum) {channel="miio:basic:vacuum:Status"}
|
||||
Number:Time BrushLeftTime "Main Cleaning Brush-Brush Left Time" (G_vacuum) {channel="miio:basic:vacuum:BrushLeftTime"}
|
||||
|
@ -8973,6 +9011,48 @@ Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
|||
String name "Name" (G_light) {channel="miio:basic:light:name"}
|
||||
```
|
||||
|
||||
### Mi Smart LED Bulb (yeelink.light.mono6) 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.
|
||||
|
||||
```
|
||||
Group G_light "Mi Smart LED Bulb" <status>
|
||||
Switch power "Power" (G_light) {channel="miio:basic:light:power"}
|
||||
Dimmer brightness "Brightness" (G_light) {channel="miio:basic:light:brightness"}
|
||||
Number:Time delayoff "Shutdown Timer" (G_light) {channel="miio:basic:light:delayoff"}
|
||||
Number colorTemperature "Color Temperature" (G_light) {channel="miio:basic:light:colorTemperature"}
|
||||
Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
||||
String name "Name" (G_light) {channel="miio:basic:light:name"}
|
||||
```
|
||||
|
||||
### Yeelight LED smart bulb W3(dimmable) (yeelink.light.monoa) 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.
|
||||
|
||||
```
|
||||
Group G_light "Yeelight LED smart bulb W3(dimmable)" <status>
|
||||
Switch power "Power" (G_light) {channel="miio:basic:light:power"}
|
||||
Dimmer brightness "Brightness" (G_light) {channel="miio:basic:light:brightness"}
|
||||
Number:Time delayoff "Shutdown Timer" (G_light) {channel="miio:basic:light:delayoff"}
|
||||
Number colorTemperature "Color Temperature" (G_light) {channel="miio:basic:light:colorTemperature"}
|
||||
Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
||||
String name "Name" (G_light) {channel="miio:basic:light:name"}
|
||||
```
|
||||
|
||||
### Yeelight GU10 Smart Bulb W1(dimmable) (yeelink.light.monob) 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.
|
||||
|
||||
```
|
||||
Group G_light "Yeelight GU10 Smart Bulb W1(dimmable)" <status>
|
||||
Switch power "Power" (G_light) {channel="miio:basic:light:power"}
|
||||
Dimmer brightness "Brightness" (G_light) {channel="miio:basic:light:brightness"}
|
||||
Number:Time delayoff "Shutdown Timer" (G_light) {channel="miio:basic:light:delayoff"}
|
||||
Number colorTemperature "Color Temperature" (G_light) {channel="miio:basic:light:colorTemperature"}
|
||||
Number colorMode "Color Mode" (G_light) {channel="miio:basic:light:colorMode"}
|
||||
String name "Name" (G_light) {channel="miio:basic:light:name"}
|
||||
```
|
||||
|
||||
### Yeelight Whiteglow Panel Light (yeelink.light.panel1) 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.
|
||||
|
|
|
@ -264,6 +264,11 @@ if (actions === null) {
|
|||
logInfo("actions", "Actions not found, check thing ID")
|
||||
return
|
||||
} else {
|
||||
actions.sendWakeOnLanPacket()
|
||||
// Send via MAC address
|
||||
actions.sendWakeOnLanPacketViaMac()
|
||||
actions.sendWakeOnLanPacket() // deprecated
|
||||
|
||||
// Send via IP address
|
||||
actions.sendWakeOnLanPacketViaIp()
|
||||
}
|
||||
```
|
||||
|
|
|
@ -59,6 +59,7 @@ The following Things and OpenWebNet `WHOs` are supported:
|
|||
| Lighting | `1` | `bus_on_off_switch`, `bus_dimmer` | BUS switches and dimmers | Successfully tested: F411/2, F411/4, F411U2, F422, F429. Some discovery issues reported with F429 (DALI Dimmers) |
|
||||
| Automation | `2` | `bus_automation` | BUS roller shutters, with position feedback and auto-calibration | Successfully tested: LN4672M2 |
|
||||
| Temperature Control | `4` | `bus_thermo_zone`, `bus_thermo_sensor` | Thermo zones management and temperature sensors (probes). NOTE Central Units (4 or 99 zones) are not fully supported yet. See [Channels - Thermo](#configuring-thermo) for more details. | Successfully tested: H/LN4691, HS4692, KG4691; thermo sensors: L/N/NT4577 + 3455 |
|
||||
| CEN & CEN+ Scenarios | `15` & `25` | `bus_cen_scenario_control`, `bus_cenplus_scenario_control` | CEN/CEN+ scenarios events and virtual activation | Successfully tested: scenario buttons: HC/HD/HS/L/N/NT4680 |
|
||||
| Energy Management | `18` | `bus_energy_meter` | Energy Management | Successfully tested: F520, F521 |
|
||||
|
||||
### For ZigBee (Radio)
|
||||
|
@ -81,6 +82,7 @@ For other gateways you can add them manually, see [Thing Configuration](#thing-c
|
|||
- Once the gateway is online, a second Inbox Scan will discover BUS devices
|
||||
- BUS/SCS Dimmers must be ON and dimmed (30%-100%) during a Scan, otherwise they will be discovered as simple On/Off switches
|
||||
- *KNOWN ISSUE*: In some cases dimmers connected to a F429 Dali-interface are not automatically discovered
|
||||
- CEN/CEN+ Scenario Control devices will be discovered by activation only. See [discovery by activation](#discovery-by-activation) for details. After confirming a discovered CEN/CEN+ device from Inbox, activate again its scenario buttons to add button channels automatically
|
||||
|
||||
#### Discovery by Activation
|
||||
|
||||
|
@ -132,13 +134,18 @@ Alternatively the ZigBee USB Gateway thing can be configured using the `.things`
|
|||
### Configuring Devices
|
||||
|
||||
Devices can be discovered automatically using an Inbox Scan after a gateway has been configured and connected.
|
||||
|
||||
For any manually added device, you must configure:
|
||||
|
||||
- the associated gateway (`Parent Bridge` menu)
|
||||
- the `where` config parameter (`OpenWebNet Device Address`):
|
||||
- example for BUS/SCS device with WHERE address Point to Point `A=2 PL=4` --> `where="24"`
|
||||
- example for BUS/SCS device with WHERE address Point to Point `A=03 PL=11` on local bus --> `where="0311#4#01"`
|
||||
- example for ZigBee devices: `where=765432101#9`. The ID of the device (ADDR part) is usually written in hexadecimal on the device itself, for example `ID 0074CBB1`: convert to decimal (`7654321`) and add `01#9` at the end to obtain `where=765432101#9`. For 2-unit switch devices (`zb_on_off_switch2u`), last part should be `00#9`.
|
||||
- example for BUS/SCS:
|
||||
- light device with WHERE address Point to Point `A=2 PL=4` --> `where="24"`
|
||||
- light device with WHERE address Point to Point `A=03 PL=11` on local bus --> `where="0311#4#01"`
|
||||
- CEN scenario with WHERE address Point to Point `A=05 PL=12` --> `where="0512"`
|
||||
- CEN+ configured scenario `5`: add a `2` before --> `where="25"`
|
||||
- example for ZigBee devices: `where=765432101#9`. The ID of the device (ADDR part) is usually written in hexadecimal on the device itself, for example `ID 0074CBB1`: convert to decimal (`7654321`) and add `01#9` at the end to obtain `where=765432101#9`. For 2-unit switch devices (`zb_on_off_switch2u`), last part should be `00#9`.
|
||||
|
||||
|
||||
#### Configuring Thermo
|
||||
|
||||
|
@ -147,14 +154,14 @@ In BTicino MyHOME Thermoregulation (WHO=4) each **zone** has associated a thermo
|
|||
Thermo zones can be configured defining a `bus_thermo_zone` Thing for each zone with the following parameters:
|
||||
|
||||
- the `where` config parameter (`OpenWebNet Device Address`):
|
||||
- example BUS/SCS Thermo zone `1` --> `where="1"`
|
||||
- example BUS/SCS Thermo zone `1` --> `where="1"`
|
||||
- the `standAlone` config parameter (`boolean`, default: `true`): identifies if the zone is managed or not by a Central Unit (4 or 99 zones). `standAlone=true` means no Central Unit is present in the system.
|
||||
|
||||
Temperature sensors can be configured defining a `bus_thermo_sensor` Thing with the following parameters:
|
||||
|
||||
- the `where` config parameter (`OpenWebNet Device Address`):
|
||||
- example sensor `5` of external zone `00` --> `where="500"`
|
||||
- example: slave sensor `3` of zone `2` --> `where="302"`
|
||||
- example sensor `5` of external zone `00` --> `where="500"`
|
||||
- example: slave sensor `3` of zone `2` --> `where="302"`
|
||||
|
||||
#### NOTE
|
||||
|
||||
|
@ -163,13 +170,14 @@ Systems with Central Units (4 or 99 zones) are not fully supported yet.
|
|||
|
||||
## Channels
|
||||
|
||||
### Lighting, Automation and Power meter channels
|
||||
### Lighting, Automation, Power meter and CEN/CEN+ Scenario Events channels
|
||||
|
||||
| Channel Type ID (channel ID) | Applies to Thing Type IDs | Item Type | Description | Read/Write |
|
||||
| ---------------------------------------- | ------------------------------------------------------------- | ------------- | ----------------------------------------------------- | :--------: |
|
||||
| `switch` or `switch_01`/`02` for ZigBee | `bus_on_off_switch`, `zb_on_off_switch`, `zb_on_off_switch2u` | Switch | To switch the device `ON` and `OFF` | R/W |
|
||||
| `brightness` | `bus_dimmer`, `zb_dimmer` | Dimmer | To adjust the brightness value (Percent, `ON`, `OFF`) | R/W |
|
||||
| `shutter` | `bus_automation` | Rollershutter | To activate roller shutters (`UP`, `DOWN`, `STOP`, Percent - [see Shutter position](#shutter-position)) | R/W |
|
||||
| `button#X` | `bus_cen_scenario_control`, `bus_cenplus_scenario_control` | String | Trigger channel for CEN/CEN+ scenario events [see possible values](#cen-cen-channels) | R (TRIGGER) |
|
||||
| `power` | `bus_energy_meter` | Number:Power | The current active power usage from Energy Meter | R |
|
||||
|
||||
### Thermo channels
|
||||
|
@ -198,6 +206,31 @@ It's possible to enter a value manually or set `shutterRun=AUTO` (default) to ca
|
|||
- if OH is restarted the binding does not know if a shutter position has changed in the meantime, so its position will be `UNDEF`. Move the shutter all `UP`/`DOWN` to synchronize again its position with the binding
|
||||
- the shutter position is estimated based on UP/DOWN timing: an error of ±2% is normal
|
||||
|
||||
#### CEN/CEN+ channels
|
||||
|
||||
CEN/CEN+ are [TRIGGER channels](https://www.openhab.org/docs/configuration/rules-dsl.html#channel-based-triggers]): they handle events and do not have a state.
|
||||
|
||||
A powerful feature is to be able to assign CEN or CEN+ commands to your physical wall switches and use the events they generate to trigger rules in openHAB: this way openHAB becomes a very powerful scenario manager activated by physical BTicino switches.
|
||||
See [openwebnet.rules](#openwebnet-rules) for an example on how to define rules that trigger on CEN/CEN+ buttons events.
|
||||
|
||||
It's also possible to send *virtual press* events on the BUS, for example to enable the activation of MH202 scenarios from openHAB.
|
||||
See [openwebnet.sitemap](#openwebnet-sitemap) & [openwebnet.rules](#openwebnet-rules) sections for an example on how to use the `virtualPress` action connected to a pushbutton on a sitemap.
|
||||
|
||||
- channels are named `button#X` where `X` is the button number on the Scenario Control device
|
||||
- in the .thing file configuration you can specify the `buttons` parameter to define a comma-separated list of buttons numbers [0-31] configured for the scenario device, example: `buttons=1,2,4`
|
||||
- possible events are:
|
||||
- for CEN:
|
||||
- `START_PRESS` - sent when you start pressing the button
|
||||
- `SHORT_PRESS` - sent if you pressed the button shorter than 0,5sec (sent at the moment when you release it)
|
||||
- `EXTENDED_PRESS` - sent if you keep the button pressed longer than 0,5sec; will be sent again every 0,5sec as long as you hold pressed (good for dimming rules)
|
||||
- `RELEASE_EXTENDED_PRESS` - sent once when you finally release the button after having it pressed longer than 0,5sec
|
||||
- for CEN+:
|
||||
- `SHORT_PRESS` - sent if you pressed the button shorter than 0,5sec (sent at the moment when you release it)
|
||||
- `START_EXTENDED_PRESS` - sent once as soon as you keep the button pressed longer than 0,5sec
|
||||
- `EXTENDED_PRESS` - sent after `START_EXTENDED_PRESS` if you keep the button pressed longer; will be sent again every 0,5sec as long as you hold pressed (good for dimming rules)
|
||||
- `RELEASE_EXTENDED_PRESS` - sent once when you finally release the button after having it pressed longer than 0,5sec
|
||||
|
||||
|
||||
## Full Example
|
||||
|
||||
### openwebnet.things:
|
||||
|
@ -206,13 +239,15 @@ BUS gateway and things configuration:
|
|||
|
||||
```
|
||||
Bridge openwebnet:bus_gateway:mybridge "MyHOMEServer1" [ host="192.168.1.35", passwd="abcde", port=20000, discoveryByActivation=false ] {
|
||||
bus_on_off_switch LR_switch "Living Room Light" [ where="51" ]
|
||||
bus_dimmer LR_dimmer "Living Room Dimmer" [ where="0311#4#01" ]
|
||||
bus_automation LR_shutter "Living Room Shutter" [ where="93", shutterRun="10050"]
|
||||
bus_energy_meter CENTRAL_Ta "Energy Meter Ta" [ where="51" ]
|
||||
bus_energy_meter CENTRAL_Tb "Energy Meter Tb" [ where="52" ]
|
||||
bus_thermo_zone LR_zone "Living Room Zone" [ where="2"]
|
||||
bus_thermo_sensor EXT_tempsensor "External Temperature" [ where="500"]
|
||||
bus_on_off_switch LR_switch "Living Room Light" [ where="51" ]
|
||||
bus_dimmer LR_dimmer "Living Room Dimmer" [ where="0311#4#01" ]
|
||||
bus_automation LR_shutter "Living Room Shutter" [ where="93", shutterRun="10050"]
|
||||
bus_energy_meter CENTRAL_Ta "Energy Meter Ta" [ where="51" ]
|
||||
bus_energy_meter CENTRAL_Tb "Energy Meter Tb" [ where="52" ]
|
||||
bus_thermo_zone LR_zone "Living Room Zone" [ where="2"]
|
||||
bus_thermo_sensor EXT_tempsensor "External Temperature" [ where="500"]
|
||||
bus_cen_scenario_control LR_CEN_scenario "Living Room CEN" [ where="51", buttons="4,3,8"]
|
||||
bus_cenplus_scenario_control LR_CENplus_scenario "Living Room CEN+" [ where="212", buttons="1,5,18" ]
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -255,6 +290,8 @@ String iLR_zone_cv "Conditioning valves" (g
|
|||
|
||||
Number:Temperature iEXT_temp "Temperature [%.1f %unit%]" (gExternal) { channel="openwebnet:bus_thermo_sensor:mybridge:EXT_tempsensor:temperature" }
|
||||
|
||||
String iCENPlusProxyItem "CEN+ Proxy Item"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@ -296,9 +333,47 @@ sitemap openwebnet label="OpenWebNet Binding Example Sitemap"
|
|||
Default item=iLR_zone_hv label="Heating valves status"
|
||||
Default item=iLR_zone_cv label="Conditioning valves status"
|
||||
}
|
||||
|
||||
Frame label="CEN+ Scenario activation"
|
||||
{
|
||||
Switch item=iCENPlusProxyItem label="My CEN+ scenario" icon="movecontrol" mappings=[ON="Activate"]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### openwebnet.rules
|
||||
|
||||
```xtend
|
||||
rule "CEN+ virtual press from OH button"
|
||||
/* This rule triggers when the proxy item iCENPlusProxyItem is activated, for example from a button on WebUI/sitemap.
|
||||
When activated it sends a "virtual short press" event (where=212, button=5) on the BUS
|
||||
*/
|
||||
when
|
||||
Item iCENPlusProxyItem received command
|
||||
then
|
||||
val actions = getActions("openwebnet","openwebnet:bus_cenplus_scenario_control:mybridge:212")
|
||||
actions.virtualPress("SHORT_PRESS", 5)
|
||||
end
|
||||
|
||||
|
||||
rule "CEN dimmer increase"
|
||||
// A "start press" event on CEN where=51, button=4 will increase dimmer%
|
||||
when
|
||||
Channel "openwebnet:bus_cen_scenario_control:mybridge:51:button#4" triggered START_PRESS
|
||||
then
|
||||
sendCommand(iLR_dimmer, INCREASE)
|
||||
end
|
||||
|
||||
|
||||
rule "CEN dimmer decrease"
|
||||
// A "release extended press" event on CEN where=51, button=4 will decrease dimmer%
|
||||
when
|
||||
Channel "openwebnet:bus_cen_scenario_control:mybridge:51:button#4" triggered RELEASE_EXTENDED_PRESS
|
||||
then
|
||||
sendCommand(iLR_dimmer, DECREASE)
|
||||
end
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The OpenWebNet protocol is maintained and Copyright by BTicino/Legrand. The documentation of the protocol if freely accessible for developers on the [Legrand developer web site](https://developer.legrand.com/documentation/open-web-net-for-myhome/)
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Souliss - Bindings
|
|||
type: binding
|
||||
description: "[Souliss](http://www.souliss.net/) is a networking framework for Arduino and compatibles boards, and is designed to let you easily build a smart home that is distributed over multiple boards via Ethernet, WiFi, wireless point-to-point and RS485 bus."
|
||||
since: 3x
|
||||
logo: images/addons/souliss.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
|
|
|
@ -147,8 +147,8 @@ The following coordinators are known to be supported.
|
|||
|
||||
| Name and Link | Coordinator | Configuration | Comment |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [Texas Instruments CC2531EMK](http://www.ti.com/tool/cc2531emk) | [CC2531](#cc2531-coordinator) | | CC2531 is not recommended for more then 15 devices due to its less powerful MCU. Also needs extra [hardware and Z-Stack Home 1.2 firmware flashed](https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html). CC2530 and CC2538 may work too with Z-Stack Home 1.2 compatible firmware. |
|
||||
| [Bitron Video ZigBee USB Funkstick](http://www.bitronvideo.eu/index.php/produkte/smart-home-produkte/zb-funkstick/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Texas Instruments CC2531EMK](http://www.ti.com/tool/cc2531emk) | [CC2531](#cc2531-coordinator) | | CC2531 is not recommended for more then 15 devices due to its less powerful MCU. Also needs extra [hardware and Z-Stack Home 1.2 firmware flashed](https://www.zigbee2mqtt.io/guide/adapters/flashing/flashing_the_cc2531.html). CC2530 and CC2538 may work too with Z-Stack Home 1.2 compatible firmware. |
|
||||
| [Bitron Video ZigBee USB Funkstick](https://bv.smabit.eu/index.php/smart-home-produkte/zb-funkstick/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Elelabs ELU013/ELR023](https://elelabs.com/shop/) | [Ember](#ember-ezsp-ncp-coordinator) | 115200bps<br>Hardware flow control<br>High RAM | Both the stick and the hat can be upgraded without additional hardware, firmware available [here](https://github.com/Elelabs/elelabs-zigbee-ezsp-utility). |
|
||||
| [Cortet EM358 USB Stick](https://www.cortet.com/iot-hardware/cortet-usb-sticks/em358-usb-stick) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Nortek Security & Control HUSBZB-1](https://nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | Stick contains both Z-Wave and ZigBee. |
|
||||
|
|
|
@ -162,8 +162,8 @@ The following coordinators are known to be supported.
|
|||
|
||||
| Name and Link | Coordinator | Configuration | Comment |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [Texas Instruments CC2531EMK](http://www.ti.com/tool/cc2531emk) | [CC2531](#cc2531-coordinator) | | CC2531 is not recommended for more then 15 devices due to its less powerful MCU. Also needs extra [hardware and Z-Stack Home 1.2 firmware flashed](https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html). CC2530 and CC2538 may work too with Z-Stack Home 1.2 compatible firmware. |
|
||||
| [Bitron Video ZigBee USB Funkstick](http://www.bitronvideo.eu/index.php/produkte/smart-home-produkte/zb-funkstick/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Texas Instruments CC2531EMK](http://www.ti.com/tool/cc2531emk) | [CC2531](#cc2531-coordinator) | | CC2531 is not recommended for more then 15 devices due to its less powerful MCU. Also needs extra [hardware and Z-Stack Home 1.2 firmware flashed](https://www.zigbee2mqtt.io/guide/adapters/flashing/flashing_the_cc2531.html). CC2530 and CC2538 may work too with Z-Stack Home 1.2 compatible firmware. |
|
||||
| [Bitron Video ZigBee USB Funkstick](https://bv.smabit.eu/index.php/smart-home-produkte/zb-funkstick/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Elelabs ELU013/ELR023](https://elelabs.com/shop/) | [Ember](#ember-ezsp-ncp-coordinator) | 115200bps<br>Hardware flow control<br>High RAM | Both the stick and the hat can be upgraded without additional hardware, firmware available [here](https://github.com/Elelabs/elelabs-zigbee-ezsp-utility). |
|
||||
| [Cortet EM358 USB Stick](https://www.cortet.com/iot-hardware/cortet-usb-sticks/em358-usb-stick) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | |
|
||||
| [Nortek Security & Control HUSBZB-1](https://nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/) | [Ember](#ember-ezsp-ncp-coordinator) | 57600bps<br>Software flow control<br>High RAM | Stick contains both Z-Wave and ZigBee. |
|
||||
|
|
|
@ -117,7 +117,7 @@ This parameter has the configuration ID ```config_1_1``` and is of type ```INTEG
|
|||
|
||||
The Detecting function can be Disabled or Enabled.
|
||||
|
||||
The following option values may be configured -:
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -168,11 +168,11 @@ This parameter has the configuration ID ```config_5_1``` and is of type ```INTEG
|
|||
|
||||
On-Off Duration
|
||||
The function of on-off duration setting will be useful if the detector is connected with a module or lighting. The duration determines how long the module/lighting should stay ON. For instance, Lamp Module turns off 100 secs after it has been turned on. This parameter can be configured with the value of 5 through 3600, where 5 means 5 second delay and 3600 means 3600 seconds of delay
|
||||
Values in the range 5 to 255 may be set.
|
||||
Values in the range 5 to 3600 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
This parameter has the configuration ID ```config_6_2``` and is of type ```INTEGER```.
|
||||
|
||||
### Wakeup Interval
|
||||
|
||||
|
|
|
@ -57,8 +57,6 @@ The following table summarises the channels available for the ST814 -:
|
|||
| Temperature trigger OFF value | config_decimal | config_decimal | | Number |
|
||||
| Humidity trigger ON value | config_decimal | config_decimal | | Number |
|
||||
| Humidity trigger OFF value | config_decimal | config_decimal | | Number |
|
||||
| Alarm (CO2) [Deprecated]| alarm_co2 | alarm_co2 | CarbonDioxide | Switch |
|
||||
| Alarm (smoke) [Deprecated]| alarm_smoke | alarm_smoke | Smoke | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
| Sensor (temperature) 1 | sensor_temperature1 | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (relative humidity) 2 | sensor_relhumidity2 | sensor_relhumidity | Humidity | Number |
|
||||
|
@ -108,34 +106,6 @@ Generic class for configuration parameter.
|
|||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Alarm (CO2) [Deprecated]
|
||||
Indicates if the carbon dioxide alarm is triggered.
|
||||
|
||||
The ```alarm_co2``` channel is of type ```alarm_co2``` and supports the ```Switch``` item and is in the ```CarbonDioxide``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
### Alarm (smoke) [Deprecated]
|
||||
Indicates if a smoke is triggered.
|
||||
|
||||
The ```alarm_smoke``` channel is of type ```alarm_smoke``` and supports the ```Switch``` item and is in the ```Smoke``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
**Note:** This channel is marked as deprecated so should not be used.
|
||||
|
||||
### Battery Level
|
||||
Represents the battery level as a percentage (0-100%). Bindings for things supporting battery level in a different format (e.g. 4 levels) should convert to a percentage to provide a consistent battery level reading.
|
||||
|
||||
|
@ -177,11 +147,12 @@ Set basic set value to be on or off
|
|||
0=Disable
|
||||
|
||||
1-99=Use Value
|
||||
The following option values may be configured, in addition to values in the range 0 to 99 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Test |
|
||||
|
||||
The manufacturer defined default value is ```99```.
|
||||
|
||||
|
@ -192,7 +163,7 @@ This parameter has the configuration ID ```config_1_1``` and is of type ```INTEG
|
|||
|
||||
Temperature level when a ON command is sent out. Set to 99 to disable.
|
||||
|
||||
The following option values may be configured, in addition to values in the range -20 to 50 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -207,7 +178,7 @@ This parameter has the configuration ID ```config_2_1``` and is of type ```INTEG
|
|||
|
||||
Temperature level when a OFF command is sent out. Set to 99 to disable.
|
||||
|
||||
The following option values may be configured, in addition to values in the range -20 to 50 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -222,7 +193,7 @@ This parameter has the configuration ID ```config_3_1``` and is of type ```INTEG
|
|||
|
||||
Humidity level when a ON command is sent out. Set to 99 to disable.
|
||||
|
||||
The following option values may be configured, in addition to values in the range 20 to 90 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -237,7 +208,7 @@ This parameter has the configuration ID ```config_4_1``` and is of type ```INTEG
|
|||
|
||||
Humidity level when a OFF command is sent out. Set to 99 to disable.
|
||||
|
||||
The following option values may be configured, in addition to values in the range 20 to 99 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -254,7 +225,7 @@ Sets the time interval when a sensor report is sent
|
|||
0 = Disable
|
||||
|
||||
1 min - 1439 min = Auto report periodically
|
||||
The following option values may be configured, in addition to values in the range 0 to 1439 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -271,7 +242,7 @@ Sets the temperature change causing a sensor report.
|
|||
0 = Disable
|
||||
|
||||
1 - 70 = Auto report on temperature change
|
||||
The following option values may be configured, in addition to values in the range 0 to 70 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
@ -288,7 +259,7 @@ Sets the humidity change causing a sensor report.
|
|||
0 = Disable
|
||||
|
||||
5 - 70 = Auto report on humidity change
|
||||
The following option values may be configured, in addition to values in the range 5 to 70 -:
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
|
|
|
@ -0,0 +1,747 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: HS-WX300 - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# HS-WX300 Wall Dimmer & Switch
|
||||
This describes the Z-Wave device *HS-WX300*, manufactured by *[HomeSeer Technologies](http://www.homeseer.com/)* with the thing type UID of ```homeseer_hs-wx300_00_000```.
|
||||
|
||||
The device is in the category of *Wall Switch*, defining Any device attached to the wall that controls a binary status of something, for ex. a light switch.
|
||||
|
||||

|
||||
|
||||
|
||||
The HS-WX300 supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is also able to participate in the routing of data between other devices in the mesh network.
|
||||
|
||||
## Overview
|
||||
|
||||
HS-WX300 is a Z-Wave in-wall light switch that may be configured to operate as either a dimmer switch or an on/off switch. It may be installed with or without a neutral wire and it works with both wired and wireless companion switches in 3-way circuit configurations.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Follow this 2-step procedure to add (or remove) your new HomeSeer switch to (or from) your Z-Wave network:
|
||||
|
||||
1. Put your Z-Wave controller into inclusion (or exclusion) mode.
|
||||
2. In rapid succession, tap the bottom paddle 2 times, then press & hold the bottom paddle for 3 seconds (tap-tap-press & hold). This will initiate the inclusion (or exclusion) process.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Same procedure as Inclusion. (Note: The switch will default to dimmer mode after Z-Wave exclusion.)
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the HS-WX300 -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Switch | switch_binary | switch_binary | Switch | Switch |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Sets switch mode of operation | config_decimal | config_decimal | | Number |
|
||||
| Normal mode LED colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 1 Colour | config_decimal | config_decimal | | Number |
|
||||
| Sets LED operation (in normal mode) | config_decimal | config_decimal | | Number |
|
||||
| Sets paddle’s load orientation | config_decimal | config_decimal | | Number |
|
||||
| Sets lowest dimming threshold | config_decimal | config_decimal | | Number |
|
||||
| Sets Enable/Disable Central Scene | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 2 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 3 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 4 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 5 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 6 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LED 7 Colour | config_decimal | config_decimal | | Number |
|
||||
| Status mode LEDs Blink frequency | config_decimal | config_decimal | | Number |
|
||||
| Status mode LEDs Blink status (Bitmask) | config_decimal | config_decimal | | Number |
|
||||
| Sets the Wire mode | config_decimal | config_decimal | | Number |
|
||||
|
||||
### Switch
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:
|
||||
|
||||
| Event ID | Event Description |
|
||||
|----------|--------------------|
|
||||
| 0 | Single key press |
|
||||
| 1 | Key released |
|
||||
| 2 | Key held down |
|
||||
| 3 | Double keypress |
|
||||
| 4 | Tripple keypress |
|
||||
| 5 | 4 x keypress |
|
||||
| 6 | 5 x keypress |
|
||||
|
||||
### Sets switch mode of operation
|
||||
0=Normal mode (load status) 1=Status mode (custom status)
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Normal mode LED colour
|
||||
Sets the Normal mode LED colour
|
||||
|
||||
Possible values: 0-6
|
||||
|
||||
0=White, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 1 Colour
|
||||
LED 1 is the Bottom LED
|
||||
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Sets LED operation (in normal mode)
|
||||
0= LED ON if load is OFF
|
||||
|
||||
1= LED OFF if load is OFF
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Sets paddle’s load orientation
|
||||
0 = Top of Paddle turns load ON
|
||||
|
||||
1 = Bottom of Paddle turns load ON
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Sets lowest dimming threshold
|
||||
Possible values: 1-14
|
||||
|
||||
3-wire mode (1=16%, 14=25%)
|
||||
|
||||
2-wire mode (1=25%, 14=30%)
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Sets Enable/Disable Central Scene
|
||||
0 = Central Scene Enabled, controls load with delay. Enables Multi-tap and press and hold
|
||||
|
||||
1 = Central Scene Disabled, controls load instantly. Disables multi-tap, central scene, press and hold
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 2 Colour
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 3 Colour
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 4 Colour
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 5 Colour
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 6 Colour
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LED 7 Colour
|
||||
LED 7 is the top LED
|
||||
|
||||
Possible values: 0-7
|
||||
|
||||
0=Off, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan, 7=White
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LEDs Blink frequency
|
||||
Sets the dimmer Blink frequency for All LEDs in Status mode
|
||||
|
||||
Possible values: 0, 1-255
|
||||
|
||||
0=No blink, 1=100ms ON then 100ms OFF
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Status mode LEDs Blink status (Bitmask)
|
||||
Bitmask defines specific LEDs to enable for blinking:
|
||||
|
||||
Note: this decimal value is derived from a hex code calculation
|
||||
|
||||
based on the following:
|
||||
|
||||
Bit 0 = led 1, Bit 1 = led 2, Bit 2 = led 3, Bit 3 = led 4, Bit 4 = led 5, Bit 5 = led 6, Bit 6 = led 7
|
||||
|
||||
IE: value of 1 = first LED, 64 = led 7
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
### Sets the Wire mode
|
||||
0 = 3 wire mode (Neutral, Line, & Load)
|
||||
|
||||
1 = 2 wire mode (Line & Load)
|
||||
|
||||
Generic class for configuration parameter.
|
||||
|
||||
The ```config_decimal``` channel is of type ```config_decimal``` and supports the ```Number``` item.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 24 configuration parameters available in the HS-WX300.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 3 | Bottom LED Operation | Sets bottom LED operation (in normal mode) |
|
||||
| 4 | Orientation | Sets paddle load orientation |
|
||||
| 5 | Dimming Threshold | Sets the lowest dimming threshold |
|
||||
| 6 | Central Scene Control | Enables/Disables Central Scene and multiple tap functions |
|
||||
| 11 | Remote Ramp Rate | Set dimmer ramp rate for remote control |
|
||||
| 12 | Local Ramp Rate | Set dimmer ramp rate for local control |
|
||||
| 13 | Status Mode | Set dimmer display mode |
|
||||
| 14 | Load Status LED Color | Set the LED color when displaying load status |
|
||||
| 21 | Status LED 1 Color | Status LED 1 Color (bottom) |
|
||||
| 22 | Status LED 2 Color | Status LED 2 Color |
|
||||
| 23 | Status LED 3 Color | Status LED 3 Color |
|
||||
| 24 | Status LED 4 Color | Status LED 4 Color |
|
||||
| 25 | Status LED 5 Color | Status LED 5 Color |
|
||||
| 26 | Status LED 6 Color | Status LED 6 Color |
|
||||
| 27 | Status LED 7 Color | Status LED 7 Color (top) |
|
||||
| 30 | Blink Frequency | Set blink frequency when displaying custom status |
|
||||
| 31 | LED 7 Blink Status | LED 7 Blink Status (top) |
|
||||
| 31 | LED 6 Blink Status | LED 6 Blink Status |
|
||||
| 31 | LED 5 Blink Status | LED 5 Blink Status |
|
||||
| 31 | LED 4 Blink Status | LED 4 Blink Status |
|
||||
| 31 | LED 3 Blink Status | LED 3 Blink Status |
|
||||
| 31 | LED 2 Blink Status | LED 2 Blink Status |
|
||||
| 31 | LED 1 Blink Status | LED 1 Blink Status (bottom) |
|
||||
| 32 | Wire mode | Sets the Wire mode / no neutral mod of the switch |
|
||||
|
||||
### Parameter 3: Bottom LED Operation
|
||||
|
||||
Sets bottom LED operation (in normal mode)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Bottom LED ON if load is OFF |
|
||||
| 1 | Bottom LED OFF if load is OFF |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Bottom LED OFF if load is OFF).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Orientation
|
||||
|
||||
Sets paddle load orientation
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Top of Paddle turns load ON |
|
||||
| 1 | Bottom of Paddle turns load ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Top of Paddle turns load ON).
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Dimming Threshold
|
||||
|
||||
Sets the lowest dimming threshold
|
||||
Possible values: 1-14
|
||||
|
||||
3-wire mode (1=16%, 14=25%)
|
||||
|
||||
2-wire mode (1=25%, 14=30%)
|
||||
Values in the range 1 to 14 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: Central Scene Control
|
||||
|
||||
Enables/Disables Central Scene and multiple tap functions
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Central Scene Enabled, controls load with delay. Enables Multi-tap and |
|
||||
| 1 | Central Scene Disabled, controls load instantly. Disables multi-tap, c |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Central Scene Enabled, controls load with delay. Enables Multi-tap and).
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Remote Ramp Rate
|
||||
|
||||
Set dimmer ramp rate for remote control
|
||||
Possible values: 0-90
|
||||
|
||||
0=No delay (instant ON), 1=1 second
|
||||
Values in the range 0 to 90 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Local Ramp Rate
|
||||
|
||||
Set dimmer ramp rate for local control
|
||||
Possible values: 0-90
|
||||
|
||||
0=No delay (instant ON), 1=1 second
|
||||
Values in the range 0 to 90 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Status Mode
|
||||
|
||||
Set dimmer display mode
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Load Status |
|
||||
| 1 | Custom Status |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Load Status).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Load Status LED Color
|
||||
|
||||
Set the LED color when displaying load status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | White |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
|
||||
The manufacturer defined default value is ```0``` (White).
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Status LED 1 Color
|
||||
|
||||
Status LED 1 Color (bottom)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Status LED 2 Color
|
||||
|
||||
Status LED 2 Color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_22_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: Status LED 3 Color
|
||||
|
||||
Status LED 3 Color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_23_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 24: Status LED 4 Color
|
||||
|
||||
Status LED 4 Color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_24_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 25: Status LED 5 Color
|
||||
|
||||
Status LED 5 Color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_25_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 26: Status LED 6 Color
|
||||
|
||||
Status LED 6 Color
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_26_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 27: Status LED 7 Color
|
||||
|
||||
Status LED 7 Color (top)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Off |
|
||||
| 1 | Red |
|
||||
| 2 | Green |
|
||||
| 3 | Blue |
|
||||
| 4 | Magenta |
|
||||
| 5 | Yellow |
|
||||
| 6 | Cyan |
|
||||
| 7 | White |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Off).
|
||||
|
||||
This parameter has the configuration ID ```config_27_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 30: Blink Frequency
|
||||
|
||||
Set blink frequency when displaying custom status
|
||||
Possible values: 0, 1-255
|
||||
|
||||
0=No blink, 1=100ms ON then 100ms OFF
|
||||
Values in the range 0 to 255 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_30_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 7 Blink Status
|
||||
|
||||
LED 7 Blink Status (top)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000003F``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 6 Blink Status
|
||||
|
||||
LED 6 Blink Status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000005F``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 5 Blink Status
|
||||
|
||||
LED 5 Blink Status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000006F``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 4 Blink Status
|
||||
|
||||
LED 4 Blink Status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_00000077``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 3 Blink Status
|
||||
|
||||
LED 3 Blink Status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000007B``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 2 Blink Status
|
||||
|
||||
LED 2 Blink Status
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000007D``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: LED 1 Blink Status
|
||||
|
||||
LED 1 Blink Status (bottom)
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Solid |
|
||||
| 1 | Blink |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Solid).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1_0000007E``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 32: Wire mode
|
||||
|
||||
Sets the Wire mode / no neutral mod of the switch
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | 3 wire mode (Neutral, Line, & Load) |
|
||||
| 1 | 2 wire mode (Line & Load) |
|
||||
|
||||
The manufacturer defined default value is ```0``` (3 wire mode (Neutral, Line, & Load)).
|
||||
|
||||
This parameter has the configuration ID ```config_32_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The HS-WX300 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 association only supports the "manual reset" event.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Companion Sync
|
||||
|
||||
Any device added to group 2 will be controlled. This allows other WX300 devices to used as companion switches. LEDS will be kept in sync.
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_BINARY_V1| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_CENTRAL_SCENE_V3| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_INDICATOR_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V3| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual PDF](https://opensmarthouse.org/zwavedatabase/1432/reference/HS-WX300_User_Guide_-_HomeSeer_Products_-_HomeSeer_Docs.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/1432).
|
|
@ -17,7 +17,19 @@ The 507001 supports routing. This allows the device to communicate using other r
|
|||
|
||||
## Overview
|
||||
|
||||
No device information is provided in the database. Consider [updating the database](https://opensmarthouse.org/zwavedatabase/462) to improve the documentation.
|
||||
You can use the flush-mounted receiver to switch a load on and off via radio signal. When it receives the radio signal, the flush-mounted receiver switches its contact.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
Press the flush-mounted receiver's switch button three times within approx. 1.5 seconds (with a sharp object such as a phase tester. The LED in the flush-mounted receiver flashes.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
Press the flush-mounted receiver's switch button three times within approx. 1.5 seconds (with a sharp object such as a phase tester. The LED in the flush-mounted receiver flashes.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Local operation: Switch on or off or toggle: Briefly press the switch button with a sharp object (such as a phase tester). When it is switched on, the LED lights up.
|
||||
|
||||
## Channels
|
||||
|
||||
|
@ -42,7 +54,13 @@ The device has no configuration parameters defined.
|
|||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The device does not support associations.
|
||||
The 507001 supports 1 association group.
|
||||
|
||||
### Group 1: Devices to be switched
|
||||
|
||||
|
||||
Association group 1 supports 12 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
@ -65,6 +83,7 @@ The device does not support associations.
|
|||
### Documentation Links
|
||||
|
||||
* [User Manual](https://opensmarthouse.org/zwavedatabase/462/reference/V5075-581-00-web.pdf)
|
||||
* [User Manual 507001](https://opensmarthouse.org/zwavedatabase/462/reference/V5070_581_01_web.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -44,8 +44,14 @@ The following table summarises the channels available for the 50x5xx -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| | switch_binary | switch_binary | Switch | Switch |
|
||||
| Blinds control | blinds_control | blinds_control | Blinds | Rollershutter |
|
||||
|
||||
###
|
||||
Switch the power on and off.
|
||||
|
||||
The ```switch_binary``` channel is of type ```switch_binary``` and supports the ```Switch``` item and is in the ```Switch``` category.
|
||||
|
||||
### Blinds control
|
||||
Provides start / stop control of blinds.
|
||||
|
||||
|
|
|
@ -0,0 +1,310 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: MP21ZD - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# MP21ZD Z-Wave Mini Plug Dimmer
|
||||
This describes the Z-Wave device *MP21ZD*, manufactured by *NIE Technology* with the thing type UID of ```nietech_mp21zd_00_000```.
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
The MP21ZD 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
|
||||
|
||||
**Specifications:**
|
||||
|
||||
* Power: 120V 60Hz
|
||||
* Loading: 200W Max
|
||||
* Frequency: 908.42Mhz
|
||||
* Temperature Range: 0°C ~ 40°C
|
||||
* Indoor use in dry location
|
||||
|
||||
**Features:**
|
||||
|
||||
|
||||
1. Z-Wave on/off + dimmer control.
|
||||
2. Grounded 3-wire power connection for safety.
|
||||
3. Remembers and restores on/off status after power failure.
|
||||
4. Built-in Z-Wave Plus signal repeater to extend network range.
|
||||
5. S2 security and 700 Z-Wave chip for reliable wireless communication.
|
||||
6. Work with all certificated Z-Wave controllers.
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.
|
||||
2. Once the controller is ready to add your device, press the manual/program button on the smart plug 3 times quickly.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.
|
||||
2. Once the controller is ready to remove your device, press the manual/program button on the smart plug 3 times quickly.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
**Program Button:**
|
||||
|
||||
* Press 1x: On/Off
|
||||
* Press 2x: Night Light Mode
|
||||
* Press 3x: Z-Wave Network configuration
|
||||
* Hold to adjust brightness
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the MP21ZD -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 10 configuration parameters available in the MP21ZD.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | LED Indicator | LED Indicator Setup |
|
||||
| 4 | Auto Turn-Off Timer | Auto Turn-Off Timer Setup |
|
||||
| 6 | Auto Turn-On Timer | Auto Turn-On Timer Setup |
|
||||
| 7 | Night Light | Night Light Setup |
|
||||
| 8 | State Restore | Power Failure Restore State Setup |
|
||||
| 10 | Dimmer Speed | Dimmer Speed Setup (Dimmer Control) |
|
||||
| 11 | Multilevel Minimum | Multilevel Minimum Value Setup |
|
||||
| 12 | Multilevel Maximum | Multilevel Maximum Value Setup |
|
||||
| 13 | Temperature Time | Temperature Report Time Setup |
|
||||
| 14 | Temperature Threshold | Temperature Report Threshold Setup |
|
||||
|
||||
### Parameter 2: LED Indicator
|
||||
|
||||
LED Indicator Setup
|
||||
This parameter can access you to choose the led indicator to be on when the plug(light) is on/off, or LED indicator remains on/off all times.
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
The following option values may be configured, in addition to values in the range 0 to 3 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | LED is ON when the switch if OFF, and LED is OFF when switch is ON |
|
||||
| 1 | LED is ON when switch is ON and LED is OFF when switch is OFF |
|
||||
| 2 | LED is always OFF |
|
||||
| 3 | LED is always ON |
|
||||
|
||||
The manufacturer defined default value is ```0``` (LED is ON when the switch if OFF, and LED is OFF when switch is ON).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Auto Turn-Off Timer
|
||||
|
||||
Auto Turn-Off Timer Setup
|
||||
This parameter can access you to set a timer to make the switch turn off automatically after the switch turned on. The number entered as value corresponds to number of minutes.
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_4_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Auto Turn-On Timer
|
||||
|
||||
Auto Turn-On Timer Setup
|
||||
This parameter can access you to set a timer to make the switch turn on automatically after the switch turned off. The number entered as value corresponds to number of minutes.
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_6_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Night Light
|
||||
|
||||
Night Light Setup
|
||||
This parameter can access you to set a specific brightness for the light when you want to make it as a night light.
|
||||
|
||||
Value _x_ = 10_x_ percent brightness
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
Values in the range 1 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```2```.
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: State Restore
|
||||
|
||||
Power Failure Restore State Setup
|
||||
This parameter can access you to set the switch to be on/off after power failure.
|
||||
|
||||
**Operation: quickly press 8 times to change this parameter.**
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
The following option values may be configured, in addition to values in the range 0 to 0 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | The switch is off regardless of the state prior to power failure. |
|
||||
| 1 | The switch is on regardless of the state prior to power failure. |
|
||||
| 2 | This switch will return to state prior to the power failure. |
|
||||
|
||||
The manufacturer defined default value is ```2``` (This switch will return to state prior to the power failure.).
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Dimmer Speed
|
||||
|
||||
Dimmer Speed Setup (Dimmer Control)
|
||||
This parameter can access you to set the time from maximum brightness to minimum brightness or minimum brightness to maximum brightness.
|
||||
|
||||
(Only when hold to change the brightness or control from HUB).
|
||||
Values in the range 1 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```4```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Multilevel Minimum
|
||||
|
||||
Multilevel Minimum Value Setup
|
||||
**Operation: quickly press 5 times to change this parameter.**
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Multilevel Maximum
|
||||
|
||||
Multilevel Maximum Value Setup
|
||||
**Operation: quickly press 10 times to change this parameter.**
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
|
||||
The manufacturer defined default value is ```99```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Temperature Time
|
||||
|
||||
Temperature Report Time Setup
|
||||
This parameter determines the minimum time in temperature that will result in sending new power report to the main controller.
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
|
||||
**Operation: Set up on the hub**
|
||||
Values in the range 1 to 60 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Temperature Threshold
|
||||
|
||||
Temperature Report Threshold Setup
|
||||
This parameter determines the minimum change in temperature that will result in sending new power report to the main controller.
|
||||
|
||||
(LED flashes 3 times when the configuration parameter changed.)
|
||||
|
||||
**Operation: Set up on the hub.**
|
||||
Values in the range 1 to 10 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## 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 MP21ZD supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
Association Group 1
|
||||
This Device supports Lifeline (association group 1) supporting 1 node for lifeline communication.
|
||||
|
||||
Group 1 must be assigned the Node ID of the primary controller where unsolicited notifications will be sent. The Z-Wave controller should set this association automatically after inclusion.
|
||||
|
||||
Lifeline association only supports the “Device Reset Locally” function.
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
|
||||
### Group 2: Basic set command
|
||||
|
||||
Association Group 2
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V4| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V2| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V3| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V2| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V4| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V2| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V5| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V8| |
|
||||
| COMMAND_CLASS_VERSION_V3| |
|
||||
| COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V4| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [mp21zd user manual](https://opensmarthouse.org/zwavedatabase/1429/reference/mp21zd_user_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/1429).
|
|
@ -40,11 +40,11 @@ The Z-URC 550EU does not permanently listen for messages sent from the controlle
|
|||
The wakeup period does not impact the devices ability to report events or sensor data. The device can be manually woken with a button press on the device as described below - note that triggering a device to send an event is not the same as a wakeup notification, and this will not allow the controller to communicate with the device.
|
||||
|
||||
|
||||
See Inclusion, but press 8364 instead of 8363, see manual p. 9.
|
||||
See Inclusion, but press 836**4** instead of 836**3**, see manual p. 9.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
Set the remote to Listening mode (press Conf+Remove for 3 seconds, then enter 836**4**, see manual p. 9) and tell your application to send the associations to the remote (for OH 3.1: click 'Save (Ctrl-S)' on the Thing Configuration page).
|
||||
|
||||
## Channels
|
||||
|
||||
|
|
|
@ -57,9 +57,8 @@ The following table summarises the channels available for the 11 01 021 -:
|
|||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Alarm (burglar) | alarm_burglar | alarm_burglar | Door | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
| Alarm (access) | alarm_access | alarm_access | Door | Switch |
|
||||
| Door Sensor | sensor_door | sensor_door | Door | Contact |
|
||||
| Tamper Alarm | alarm_tamper | alarm_tamper | | Switch |
|
||||
| Battery Level | battery-level | system.battery_level | Battery | Number |
|
||||
|
||||
### Binary Sensor
|
||||
|
@ -74,34 +73,22 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
|
||||
### Alarm (burglar)
|
||||
Indicates if the burglar alarm is triggered.
|
||||
### Door Sensor
|
||||
Indicates if the door/window is open or closed.
|
||||
|
||||
The ```alarm_burglar``` channel is of type ```alarm_burglar``` and supports the ```Switch``` item and is in the ```Door``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
The ```sensor_door``` channel is of type ```sensor_door``` and supports the ```Contact``` item and is in the ```Door``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
The following state translation is provided for this channel to the ```Contact``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
| OPEN | Open |
|
||||
| CLOSED | Closed |
|
||||
|
||||
### Alarm (system)
|
||||
Indicates if a system alarm is triggered.
|
||||
### Tamper Alarm
|
||||
Indicates if the tamper alarm is triggered.
|
||||
|
||||
The ```alarm_system``` channel is of type ```alarm_system``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Alarm (access)
|
||||
Indicates if the access control alarm is triggered.
|
||||
|
||||
The ```alarm_access``` channel is of type ```alarm_access``` and supports the ```Switch``` item and is in the ```Door``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
The ```alarm_tamper``` channel is of type ```alarm_tamper``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
|
@ -131,7 +118,7 @@ Detailed information on each parameter can be found in the sections below.
|
|||
| 17 | No. of failed event retries | Number of retries when a confirmation is not received. |
|
||||
| 18 | Failed event retry interval | The minimum number of seconds between retries. |
|
||||
| 19 | Heartbeat interval | Number of minutes between periodic battery reports (Accepts multiples of 5 mins, any arbitrary value in between 5 and 70 will be rounded up to a multiple of 5). |
|
||||
| 22 | Securiy Level | Select the level of security. |
|
||||
| 22 | Security Level | Select the level of security. |
|
||||
| | Wakeup Interval | Sets the interval at which the device will accept commands from the controller |
|
||||
| | Wakeup Node | Sets the node ID of the device to receive the wakeup notifications |
|
||||
|
||||
|
@ -233,7 +220,7 @@ The manufacturer defined default value is ```70```.
|
|||
This parameter has the configuration ID ```config_19_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Securiy Level
|
||||
### Parameter 22: Security Level
|
||||
|
||||
Select the level of security.
|
||||
0 - Standard (Forces parameter behavior as follows: #16=10000; #17=Sensative standard (retries with an incrementally longer period until reconnected); #18=0; #19=Off)
|
||||
|
|
|
@ -21,15 +21,26 @@ The NAS-PD07Z supports routing. This allows the device to communicate using othe
|
|||
|
||||
### Inclusion Information
|
||||
|
||||
tdb
|
||||
1. Power up the device.
|
||||
2. Set Z-Wave Controller into inclusion mode.
|
||||
3. Press and hold the button for 5 s until white led light is on, then release the button before led turns off.
|
||||
|
||||
Blue led will blink with 1 s interval until inclusion successful.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
tdb
|
||||
1. Power up the device.
|
||||
2. Set Z-Wave Controller into exclusion mode.
|
||||
3. Press and hold the button for 5 s until white led light is on, then release the button before led turns off.
|
||||
|
||||
Blue led will blink with 0.5 s interval until exclusion successful.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
Factory Reset:
|
||||
|
||||
1. Power up the device.
|
||||
2. Press and hold the button for 10 s until pink led light is on, then release the button before led turns off.
|
||||
|
||||
## Channels
|
||||
|
||||
|
@ -37,23 +48,23 @@ The following table summarises the channels available for the NAS-PD07Z -:
|
|||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Binary Sensor | sensor_binary | sensor_binary | | Switch |
|
||||
| Binary Sensor | alarm_motion | alarm_motion | Motion | Switch |
|
||||
| Sensor (luminance) | sensor_luminance | sensor_luminance | | Number |
|
||||
| Sensor (temperature) | sensor_temperature | sensor_temperature | Temperature | Number:Temperature |
|
||||
| Sensor (relative humidity) | sensor_relhumidity | sensor_relhumidity | Humidity | Number |
|
||||
| Alarm (tamper) | alarm_tamper | alarm_tamper | | Switch |
|
||||
|
||||
### Binary Sensor
|
||||
Indicates if a sensor has triggered.
|
||||
Indicates if a motion alarm is triggered.
|
||||
|
||||
The ```sensor_binary``` channel is of type ```sensor_binary``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
The ```alarm_motion``` channel is of type ```alarm_motion``` and supports the ```Switch``` item and is in the ```Motion``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| ON | Triggered |
|
||||
| OFF | Untriggered |
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Sensor (luminance)
|
||||
Indicates the current light reading.
|
||||
|
@ -86,32 +97,34 @@ The following state translation is provided for this channel to the ```Switch```
|
|||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 16 configuration parameters available in the NAS-PD07Z.
|
||||
The following table provides a summary of the 18 configuration parameters available in the NAS-PD07Z.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 1 | LED: Blink on motion | |
|
||||
| 2 | Motion detection | |
|
||||
| 3 | Motion sensor: prevent re-trigger while on | |
|
||||
| 4 | Require luminance change for Basic Sets on motion (see Param 14) | |
|
||||
| 5 | Motion sensor sensitivity | |
|
||||
| 6 | Temperature offset value | |
|
||||
| 7 | Humidity offset value | |
|
||||
| 8 | Temperature change report threshold | |
|
||||
| 9 | Humidity change report threshold | |
|
||||
| 10 | Luminance change report threshold | |
|
||||
| 11 | Association Group 2: Basic Set level | |
|
||||
| 12 | Basic Set off delay time | |
|
||||
| 13 | Motion clear time | |
|
||||
| 14 | Luminance threshold for Basic Sets | |
|
||||
| 15 | Sensor report interval | |
|
||||
| 99 | Light intensity offset value | See manual for details |
|
||||
|
||||
### Parameter 1: LED: Blink on motion
|
||||
| 1 | Led Indicator Enable | |
|
||||
| 2 | Motion Enable | |
|
||||
| 3 | Motion Alarm Once Enable | |
|
||||
| 4 | Luminance Associated Enable | |
|
||||
| 5 | Binary Sensor Report Enable | |
|
||||
| 6 | Motion Sensitivity | |
|
||||
| 7 | Temperature Offset Value | |
|
||||
| 8 | Humidity Offset Value | |
|
||||
| 9 | Temperature D-Value Setting | |
|
||||
| 10 | Humidity D-Value Setting | |
|
||||
| 11 | Luminance D-Value Setting | |
|
||||
| 12 | Basic Set Level | |
|
||||
| 13 | Motion Blind Time | |
|
||||
| 14 | Basic Set Off Delay Time | |
|
||||
| 15 | Motion Clear Time | |
|
||||
| 16 | Luminance Threshold for Associated | |
|
||||
| 17 | Sensor Measureing Interval | |
|
||||
| 18 | Light Intensity Offset Calibration | |
|
||||
|
||||
### Parameter 1: Led Indicator Enable
|
||||
|
||||
|
||||
This parameter is configured the Led light on disable or enable. '1' - Enable Led Blink when device detects a motion event. '0' - Disable Led blink. This configuration is not affect inclusion, exclusion and reset.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -124,10 +137,10 @@ The manufacturer defined default value is ```1``` (Enable).
|
|||
This parameter has the configuration ID ```config_1_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 2: Motion detection
|
||||
|
||||
### Parameter 2: Motion Enable
|
||||
|
||||
|
||||
This parameter is configured the motion detected if enable or not. '0' - Motion detected disable. '1' - Motion detected enable.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -140,10 +153,10 @@ The manufacturer defined default value is ```1``` (Enable).
|
|||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Motion sensor: prevent re-trigger while on
|
||||
|
||||
### Parameter 3: Motion Alarm Once Enable
|
||||
|
||||
|
||||
This Parameter is configured the motion detected event report one time before motion event cleared. '0' - Motion event alarm will be reported when motion event is detected every time. '1' - Motion event alarm report only once before motion event cleared.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -156,10 +169,10 @@ The manufacturer defined default value is ```1``` (Enable).
|
|||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Require luminance change for Basic Sets on motion (see Param 14)
|
||||
|
||||
### Parameter 4: Luminance Associated Enable
|
||||
|
||||
|
||||
'1' - Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in Configuraton No. 16, the device will send a BASIC\_SET to nodes associated in Group 2. And if the current light intensity is larger then the setting in Configuration No. 16, the device will not send BASIC\_SET to nodes associated in Group 2. '0' - Light intensity is not associated with motion event.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|
@ -172,32 +185,37 @@ The manufacturer defined default value is ```0``` (Disable).
|
|||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Motion sensor sensitivity
|
||||
### Parameter 5: Binary Sensor Report Enable
|
||||
|
||||
|
||||
'1' - Enable sensor binary report when device detects a motion event. '0' - Disable sensor binary report when device detects a motion event.
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
Values in the range 0 to 15 may be set.
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enale |
|
||||
|
||||
The manufacturer defined default value is ```2```.
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Temperature offset value
|
||||
### Parameter 6: Motion Sensitivity
|
||||
|
||||
|
||||
This parameter is configured the sensitivity that motion detect. This value is larger, the sensitivity is lower, and the distance for motion detecting is closer.
|
||||
Values in the range 0 to 15 may be set.
|
||||
|
||||
Values in the range -120 to 120 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
The manufacturer defined default value is ```2```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: Humidity offset value
|
||||
|
||||
### Parameter 7: Temperature Offset Value
|
||||
|
||||
|
||||
The current measuring temperature value can be add and minus a value by this setting. Temperature Offset Value = [Value] x 0.1 Degree Celsius / Fahrenheit (US).
|
||||
Values in the range -120 to 120 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
@ -205,103 +223,142 @@ The manufacturer defined default value is ```0```.
|
|||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Temperature change report threshold
|
||||
### Parameter 8: Humidity Offset Value
|
||||
|
||||
|
||||
The current measuring humidity value can be add and minus a value by this setting. Humidity Offset Value = [Value] x 0.1 RH%
|
||||
Values in the range -120 to 120 may be set.
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Humidity change report threshold
|
||||
### Parameter 9: Temperature D-Value Setting
|
||||
|
||||
|
||||
This configuration sets the changed value of the temperature. When the difference from the last report exceeds this setting value, the device will report current temperature value to Z-Wave Hubs. The D-Value = [Value] x 0.1 Degree Celsius / Fahrenheit (US).
|
||||
Values in the range 0 to 120 may be set.
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Luminance change report threshold
|
||||
|
||||
### Parameter 10: Humidity D-Value Setting
|
||||
|
||||
|
||||
This configuration sets the changed value of the humidity. When the difference from the last report exceeds this setting value, the device will report current humidity value to Z-Wave Hubs. The D-Value = [Value] x 0.1 RH%.
|
||||
Values in the range 0 to 120 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Association Group 2: Basic Set level
|
||||
### Parameter 11: Luminance D-Value Setting
|
||||
|
||||
|
||||
This configuration sets the changed value of the luminance. When the difference from the last report exceeds this setting value, the device will report current luminance value to Z-Wave Hubs. Unit: Lux.
|
||||
Values in the range 0 to 120 may be set.
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 12: Basic Set off delay time
|
||||
### Parameter 12: Basic Set Level
|
||||
|
||||
|
||||
This parameter is configured the value that BASIC\_SET for nodes that associated in Group 2. '100' - BASIC\_SET = 0xFF (ON). '0' - BASIC_SET = 0x00 (OFF).
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
Values in the range 0 to 30000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_12_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 13: Motion clear time
|
||||
### Parameter 13: Motion Blind Time
|
||||
|
||||
|
||||
This parameter is configured the time interval between two motion events triggered, during this period the motion detector will not be triggered even there has someone move in front of motion detector. Unit: Second.
|
||||
Values in the range 1 to 8 may be set.
|
||||
|
||||
Values in the range 1 to 30000 may be set.
|
||||
The manufacturer defined default value is ```8```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Basic Set Off Delay Time
|
||||
|
||||
|
||||
This parameter is configured the time delay for device sending BASIC\_SET = 0x00 to nodes that associated in Group 2 when device detects a motion event. [0] - Not Send BASIC\_SET = 0x00 Command. [1-30000] - Time delay count. Unit: Second.
|
||||
Values in the range 0 to 30000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_13_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Luminance threshold for Basic Sets
|
||||
|
||||
|
||||
|
||||
Values in the range 0 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Sensor report interval
|
||||
### Parameter 15: Motion Clear Time
|
||||
|
||||
|
||||
This parameter is configured the time to clear motion event after a motion event detected. Time to motion clear, the device will send a clear event report to controller. Unit: Second.
|
||||
Values in the range 1 to 30000 may be set.
|
||||
|
||||
Values in the range 0 to 30000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```180```.
|
||||
The manufacturer defined default value is ```30```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 99: Light intensity offset value
|
||||
### Parameter 16: Luminance Threshold for Associated
|
||||
|
||||
See manual for details
|
||||
|
||||
This parameter is configured the light intensity threshold. When Ambient light intensity is less than this setting, device will consider the current environment is insufficient light. If "Configuration No. 3" is set '1' and a motion event is detected, the device will send a BASIC_SET to the nodes which associated in Group 2. Unit: 1 Lux.
|
||||
Values in the range 0 to 1000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```50```.
|
||||
|
||||
This parameter has the configuration ID ```config_16_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 17: Sensor Measureing Interval
|
||||
|
||||
|
||||
This parameter is configured the time interval for light sensor, temperature and humidity sensor measuring. This value is larger, the battery life is longer. And the sensors values changed are not obvious. 0 - All sensors are disabled. Unit: Second.
|
||||
Values in the range 0 to 30000 may be set.
|
||||
|
||||
The manufacturer defined default value is ```180```.
|
||||
|
||||
This parameter has the configuration ID ```config_17_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 18: Light Intensity Offset Calibration
|
||||
|
||||
|
||||
This parameter defines the calibrated scale for ambient light intensity. Because the method and position that the sensor mounted and the cover of sensor will bring measurement error, user can get more real light intensity by this parameter setting. User should run the steps blows for calibrating.
|
||||
|
||||
1. Set this parameter value to default (Assumes the sensor has been added in a Z-Wave Network).
|
||||
|
||||
2. Place a digital luxmeter close to sensor and keep the same direction, monitor the light intensity values (Vm) which report to controller and record it. The same time user should record the Value (Vs) of luxmeter.
|
||||
|
||||
3. The scale calibration formula: k = Vm / Vs.
|
||||
|
||||
4. The value of k is then multiplied by 1000 and rounded to the nearest whole number.
|
||||
|
||||
5. Set the value getting in 5) to this parameter, calibrate finished.
|
||||
|
||||
|
||||
For example, Vm = 300, Vs = 2000 [sic], then k = 300 / 2600 = 0.11538
|
||||
|
||||
k = 0.11538 * 1000 = 115,38 ~ 115
|
||||
|
||||
The parameter should be set to 115.
|
||||
Values in the range 1 to 32767 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5320```.
|
||||
|
||||
This parameter has the configuration ID ```config_99_2``` and is of type ```INTEGER```.
|
||||
This parameter has the configuration ID ```config_18_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
@ -316,13 +373,14 @@ The Lifeline association group reports device status to a hub and is not designe
|
|||
Lifeline
|
||||
|
||||
|
||||
Association group 1 supports 1 node.
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Basic Set
|
||||
|
||||
Basic Set
|
||||
|
||||
Association group 2 supports 1 node.
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
|
@ -354,7 +412,7 @@ Association group 2 supports 1 node.
|
|||
|
||||
### Documentation Links
|
||||
|
||||
* [Manual not available](https://opensmarthouse.org/zwavedatabase/1428/reference/fake_manual.pdf)
|
||||
* [Manual](https://opensmarthouse.org/zwavedatabase/1428/reference/0258_0010_0720_2.6.pdf)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -10,9 +10,6 @@ This describes the Z-Wave device *PS9EP*, manufactured by *Sigma Designs (Former
|
|||
|
||||
The device is in the category of *Wall Switch*, defining Any device attached to the wall that controls a binary status of something, for ex. a light switch.
|
||||
|
||||

|
||||
|
||||
|
||||
The PS9EP 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
|
||||
|
@ -194,10 +191,6 @@ Association group 1 supports 5 nodes.
|
|||
|---------------|---------|
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [pdf](https://opensmarthouse.org/zwavedatabase/993/reference/Home-Automation.pdf)
|
||||
|
||||
---
|
||||
|
||||
Did you spot an error in the above definition or want to improve the content?
|
||||
|
|
|
@ -7,6 +7,7 @@ title: ZV2835RAC - ZWave
|
|||
|
||||
# ZV2835RAC Knob Smart Dimmer
|
||||
This describes the Z-Wave device *ZV2835RAC*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_zv2835rac_00_000```.
|
||||
This version of the device is limited to firmware versions below 1.23
|
||||
|
||||
The device is in the category of *Wall Switch*, defining Any device attached to the wall that controls a binary status of something, for ex. a light switch.
|
||||
|
||||
|
@ -61,6 +62,10 @@ Method 1: Exclusion from the primary controller/gateway as follows:
|
|||
Method 2: Factory reset the dimmer will force it to be excluded from a network. Note: Factory reset is not recommended for exclusion, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.
|
||||
Factory Reset: Press and hold down the reset button for over 10 seconds, the dimmer will be reset to factory defaults, the load brightness will be restored to 50% and will flash slowly.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZV2835RAC -:
|
||||
|
|
|
@ -0,0 +1,550 @@
|
|||
---
|
||||
layout: documentation
|
||||
title: ZV2835RAC - ZWave
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# ZV2835RAC Knob Smart Dimmer
|
||||
This describes the Z-Wave device *ZV2835RAC*, manufactured by *[Sunricher](www.sunricher.com)* with the thing type UID of ```sunricher_zv2835rac_01_024```.
|
||||
This version of the device is limited to firmware versions above 1.24
|
||||
|
||||
The device is in the category of *Battery*, defining Batteries, Energy Storages.
|
||||
|
||||

|
||||
|
||||
|
||||
The ZV2835RAC supports routing. This allows the device to communicate using other routing enabled devices as intermediate routers. This device is also able to participate in the routing of data between other devices in the mesh network.
|
||||
|
||||
## Overview
|
||||
|
||||
The knob smart dimmer is a Z-Wave device designed to work with various types of light sources. It may be connected to two-wire or three-wire configuration so it can operate with or without neutral lead. The dimmer can switch or dim connected light source either through Z-Wave devices or through the rotary knob directly. The smart dimmer is equipped with an algorithm of smart light source detection which makes configuration easier and ensures high compatibility of the device. It may be used as a switch with non-dimmable light sources (in 3-wire connection).
|
||||
|
||||
|
||||
Main Features:
|
||||
|
||||
* Advanced microprocessor control,
|
||||
* Implemented algorithm of smart light source detection,
|
||||
* Auto-adjustment of the appropriate control mode to connected load,
|
||||
* Active power and energy metering functionality,
|
||||
* Soft start function,
|
||||
* Memory of the last lighting level settings
|
||||
|
||||
It operates under the following loads:
|
||||
|
||||
* Conventional incandescent and HV halogen light sources
|
||||
* ELV halogen lamps and dimmable LED bulbs (with electronic transformers)
|
||||
* MLV halogen lamps (with ferromagnetic transformers)
|
||||
* Dimmable LED bulbs
|
||||
* Dimmable compact fluorescent CFL tube lamps
|
||||
|
||||
It can be configured to use “Trailing edge” or “Leading edge” to control following load types:
|
||||
|
||||
* "Trailing edge" for resistive loads
|
||||
* "Trailing edge" for capacitive loads
|
||||
* "Leading edge" for inductive loa
|
||||
|
||||
### Inclusion Information
|
||||
|
||||
There are two methods to set the dimmer into inclusion mode:
|
||||
|
||||
|
||||
1. Power on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.
|
||||
2. Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.
|
||||
|
||||
### Exclusion Information
|
||||
|
||||
There are two methods to set the dimmer into inclusion mode:
|
||||
|
||||
|
||||
1. Power on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.
|
||||
2. Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.
|
||||
|
||||
### General Usage Information
|
||||
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table summarises the channels available for the ZV2835RAC -:
|
||||
|
||||
| Channel Name | Channel ID | Channel Type | Category | Item Type |
|
||||
|--------------|------------|--------------|----------|-----------|
|
||||
| Dimmer | switch_dimmer | switch_dimmer | DimmableLight | Dimmer |
|
||||
| Scene Number | scene_number | scene_number | | Number |
|
||||
| Electric meter (kWh) | meter_kwh | meter_kwh | Energy | Number |
|
||||
| Electric meter (watts) | meter_watts | meter_watts | Energy | Number |
|
||||
| Electric meter (volts) | meter_voltage | meter_voltage | Energy | Number |
|
||||
| Electric meter (amps) | meter_current | meter_current | Energy | Number |
|
||||
| Alarm (power) | alarm_power | alarm_power | Energy | Switch |
|
||||
| Alarm (system) | alarm_system | alarm_system | | Switch |
|
||||
|
||||
### Dimmer
|
||||
The brightness channel allows to control the brightness of a light.
|
||||
It is also possible to switch the light on and off.
|
||||
|
||||
The ```switch_dimmer``` channel is of type ```switch_dimmer``` and supports the ```Dimmer``` item and is in the ```DimmableLight``` category.
|
||||
|
||||
### Scene Number
|
||||
Triggers when a scene button is pressed.
|
||||
|
||||
The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
|
||||
|
||||
### Electric meter (kWh)
|
||||
Indicates the energy consumption (kWh).
|
||||
|
||||
The ```meter_kwh``` channel is of type ```meter_kwh``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (watts)
|
||||
Indicates the instantaneous power consumption.
|
||||
|
||||
The ```meter_watts``` channel is of type ```meter_watts``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (volts)
|
||||
Indicates the instantaneous voltage.
|
||||
|
||||
The ```meter_voltage``` channel is of type ```meter_voltage``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Electric meter (amps)
|
||||
Indicates the instantaneous current consumption.
|
||||
|
||||
The ```meter_current``` channel is of type ```meter_current``` and supports the ```Number``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
### Alarm (power)
|
||||
Indicates if a power alarm is triggered.
|
||||
|
||||
The ```alarm_power``` channel is of type ```alarm_power``` and supports the ```Switch``` item and is in the ```Energy``` category. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
### Alarm (system)
|
||||
Indicates if a system alarm is triggered.
|
||||
|
||||
The ```alarm_system``` channel is of type ```alarm_system``` and supports the ```Switch``` item. This is a read only channel so will only be updated following state changes from the device.
|
||||
|
||||
The following state translation is provided for this channel to the ```Switch``` item type -:
|
||||
|
||||
| Value | Label |
|
||||
|-------|-----------|
|
||||
| OFF | OK |
|
||||
| ON | Alarm |
|
||||
|
||||
|
||||
|
||||
## Device Configuration
|
||||
|
||||
The following table provides a summary of the 21 configuration parameters available in the ZV2835RAC.
|
||||
Detailed information on each parameter can be found in the sections below.
|
||||
|
||||
| Param | Name | Description |
|
||||
|-------|-------|-------------|
|
||||
| 2 | Saving load state | Saving load state before power failure |
|
||||
| 3 | Basic report | Send the basic report to the Lifeline when the load state changed |
|
||||
| 4 | Default fade time | Default fade time |
|
||||
| 5 | Minimum brightness | Minimum brightness |
|
||||
| 6 | Maximum brightness | Maximum brightness |
|
||||
| 7 | MOSFET driving type | MOSFET driving type |
|
||||
| 8 | Step setting | Step setting of the knob |
|
||||
| 9 | Add and remove through switch | Add and remove through switch |
|
||||
| 10 | Load detection | Load detection |
|
||||
| 11 | Wiring type | Wiring type |
|
||||
| 12 | Load type | Load type |
|
||||
| 13 | Overcurrect Protection | Overcurrect Protection |
|
||||
| 14 | Power absolute threshold | Power automatic report absolute threshold |
|
||||
| 15 | Power percentage threshold | Power automatic report percentage threshold |
|
||||
| 21 | Power report cycle | Power metering automatic report time cycle |
|
||||
| 22 | Energy report cycle | Energy metering automatic report time cycle |
|
||||
| 23 | Voltage report cycle | Voltage metering automatic report time cycle |
|
||||
| 24 | Current report cycle | Current metering automatic report time cycle |
|
||||
| 31 | Dimming curve | Dimming Curve |
|
||||
| 32 | Startup brightness | Startup brightness |
|
||||
| 33 | External switch type | External switch type |
|
||||
|
||||
### Parameter 2: Saving load state
|
||||
|
||||
Saving load state before power failure
|
||||
Info: Saving load state before power failure 0 - shutoff load 1 - turn on load 2 - save load state before power failure
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Shutoff load |
|
||||
| 1 | turn on load |
|
||||
| 2 | Save load state |
|
||||
|
||||
The manufacturer defined default value is ```2``` (Save load state ).
|
||||
|
||||
This parameter has the configuration ID ```config_2_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 3: Basic report
|
||||
|
||||
Send the basic report to the Lifeline when the load state changed
|
||||
Info: Enable/disable to send the basic report to the Lifeline when the load state changed(When value set as 1, re-power on the dimmer, it will send Basic report automatically) 0 - Disable to send Basic report 1 - Enable to send Basic report
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable Basic report |
|
||||
| 1 | Enable Basic report |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable Basic report).
|
||||
|
||||
This parameter has the configuration ID ```config_3_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 4: Default fade time
|
||||
|
||||
Default fade time
|
||||
Default fade time (unit is second, this value has the same function as Duration of Multilevel) 0: Instantly 1-127: 1 to 127 seconds in 1 second resolution
|
||||
Values in the range 0 to 127 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1```.
|
||||
|
||||
This parameter has the configuration ID ```config_4_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 5: Minimum brightness
|
||||
|
||||
Minimum brightness
|
||||
|
||||
Values in the range 0 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```15```.
|
||||
|
||||
This parameter has the configuration ID ```config_5_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 6: Maximum brightness
|
||||
|
||||
Maximum brightness
|
||||
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```100```.
|
||||
|
||||
This parameter has the configuration ID ```config_6_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 7: MOSFET driving type
|
||||
|
||||
MOSFET driving type
|
||||
MOSFET driving type:
|
||||
|
||||
0 - trailing edge
|
||||
1 - leading edge
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Trailing edge |
|
||||
| 1 | Leading edge |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Trailing edge).
|
||||
|
||||
This parameter has the configuration ID ```config_7_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 8: Step setting
|
||||
|
||||
Step setting of the knob
|
||||
Setting step of the knob
|
||||
|
||||
Corresponding dimming stepping level for each rotation of the knob (a full dimming stepping level is 99) Valid value: 1-50
|
||||
Values in the range 1 to 50 may be set.
|
||||
|
||||
The manufacturer defined default value is ```5```.
|
||||
|
||||
This parameter has the configuration ID ```config_8_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 9: Add and remove through switch
|
||||
|
||||
Add and remove through switch
|
||||
Added to and removed from a network through external switch (when enables this function, triple press the external switch within 1.5 seconds to be added to or removed from a network)
|
||||
|
||||
0 - disable
|
||||
1 - enable
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_9_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 10: Load detection
|
||||
|
||||
Load detection
|
||||
Enable/disable to detect load after re-power on (detect load type, minimum brightness, maximum brightness)
|
||||
0 - disable
|
||||
1 - enable to detect every time after re-power on
|
||||
2 - enable to detect only after first re-power on
|
||||
|
||||
Note: When the device does not belong to any network, load detection will be enabled every time after re-power on. When the device has already been added to a network, load detection will be disabled.
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable after each power on |
|
||||
| 2 | Enable after first power on |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Disable).
|
||||
|
||||
This parameter has the configuration ID ```config_10_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 11: Wiring type
|
||||
|
||||
Wiring type
|
||||
Wiring type
|
||||
|
||||
0 - unknown
|
||||
1 - 2 Wire With No Neutral
|
||||
2 - 3 Wire With Neutral
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Unknown |
|
||||
| 1 | 2 Wire with no Neutral |
|
||||
| 2 | 3 Wire with Neutral |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unknown).
|
||||
|
||||
This parameter has the configuration ID ```config_11_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 12: Load type
|
||||
|
||||
Load type
|
||||
Load type
|
||||
|
||||
0 - unknown
|
||||
1 - resistive
|
||||
2 - inductive
|
||||
3 - capacitive
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Unknown |
|
||||
| 1 | Resistive |
|
||||
| 2 | Inductive |
|
||||
| 3 | Capacitive |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Unknown).
|
||||
|
||||
This parameter has the configuration ID ```config_12_1``` and is of type ```INTEGER```.
|
||||
This is a read only parameter.
|
||||
|
||||
|
||||
### Parameter 13: Overcurrect Protection
|
||||
|
||||
Overcurrect Protection
|
||||
Enable/disable over current protection (over 3.2A for 20 seconds continuously)
|
||||
|
||||
0 – disable
|
||||
1 – enable
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Disable |
|
||||
| 1 | Enable |
|
||||
|
||||
The manufacturer defined default value is ```1``` (Enable).
|
||||
|
||||
This parameter has the configuration ID ```config_13_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 14: Power absolute threshold
|
||||
|
||||
Power automatic report absolute threshold
|
||||
Power automatic report absolute threshold, unit is W
|
||||
When power changes above the absolute threshold, immediately report current power value
|
||||
Values in the range 0 to 600 may be set.
|
||||
|
||||
The manufacturer defined default value is ```10```.
|
||||
|
||||
This parameter has the configuration ID ```config_14_2``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 15: Power percentage threshold
|
||||
|
||||
Power automatic report percentage threshold
|
||||
Power automatic report percentage threshold, unit is %
|
||||
When power changes above the percentage threshold, immediately report current power value
|
||||
Values in the range 0 to 100 may be set.
|
||||
|
||||
The manufacturer defined default value is ```20```.
|
||||
|
||||
This parameter has the configuration ID ```config_15_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 21: Power report cycle
|
||||
|
||||
Power metering automatic report time cycle
|
||||
Power metering automatic report time cycle, unit is second
|
||||
Valid time cycle value: 5~2678400
|
||||
Default is 600 seconds (10 minutes)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```600```.
|
||||
|
||||
This parameter has the configuration ID ```config_21_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 22: Energy report cycle
|
||||
|
||||
Energy metering automatic report time cycle
|
||||
Energy metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~2678400
|
||||
|
||||
Default is 1800 seconds (30 minutes)
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```1800```.
|
||||
|
||||
This parameter has the configuration ID ```config_22_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 23: Voltage report cycle
|
||||
|
||||
Voltage metering automatic report time cycle
|
||||
Voltage metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~267840
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_23_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 24: Current report cycle
|
||||
|
||||
Current metering automatic report time cycle
|
||||
Current metering automatic report time cycle, unit is second
|
||||
|
||||
Valid time cycle value: 5~2678400
|
||||
Values in the range 5 to 2678400 may be set.
|
||||
|
||||
The manufacturer defined default value is ```3600```.
|
||||
|
||||
This parameter has the configuration ID ```config_24_4``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 31: Dimming curve
|
||||
|
||||
Dimming Curve
|
||||
|
||||
The following option values may be configured -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Linear dimming |
|
||||
| 1 | Logarithmic dimming |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Linear dimming).
|
||||
|
||||
This parameter has the configuration ID ```config_31_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 32: Startup brightness
|
||||
|
||||
Startup brightness
|
||||
Setting startup brightness of the load
|
||||
|
||||
Valid value: 0~99
|
||||
|
||||
Note: every time when turn on the load from OFF status, if the target brightness is lower than the startup brightness, the brightness will first go to the startup brightness value then fall down to the target brightness
|
||||
Values in the range 0 to 99 may be set.
|
||||
|
||||
The manufacturer defined default value is ```0```.
|
||||
|
||||
This parameter has the configuration ID ```config_32_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
### Parameter 33: External switch type
|
||||
|
||||
External switch type
|
||||
|
||||
The following option values may be configured, in addition to values in the range 0 to 1 -:
|
||||
|
||||
| Value | Description |
|
||||
|--------|-------------|
|
||||
| 0 | Push button switch |
|
||||
| 1 | Normal on/off switch |
|
||||
|
||||
The manufacturer defined default value is ```0``` (Push button switch).
|
||||
|
||||
This parameter has the configuration ID ```config_33_1``` and is of type ```INTEGER```.
|
||||
|
||||
|
||||
## Association Groups
|
||||
|
||||
Association groups allow the device to send unsolicited reports to the controller, or other devices in the network. Using association groups can allow you to eliminate polling, providing instant feedback of a device state change without unnecessary network traffic.
|
||||
|
||||
The ZV2835RAC supports 2 association groups.
|
||||
|
||||
### Group 1: Lifeline
|
||||
|
||||
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation.
|
||||
|
||||
Association group 1 supports 5 nodes.
|
||||
|
||||
### Group 2: Launch 1
|
||||
|
||||
|
||||
Association group 2 supports 5 nodes.
|
||||
|
||||
## Technical Information
|
||||
|
||||
### Endpoints
|
||||
|
||||
#### Endpoint 0
|
||||
|
||||
| Command Class | Comment |
|
||||
|---------------|---------|
|
||||
| COMMAND_CLASS_NO_OPERATION_V1| |
|
||||
| COMMAND_CLASS_BASIC_V1| |
|
||||
| COMMAND_CLASS_SWITCH_MULTILEVEL_V3| |
|
||||
| COMMAND_CLASS_SCENE_ACTIVATION_V1| |
|
||||
| COMMAND_CLASS_SCENE_ACTUATOR_CONF_V1| |
|
||||
| COMMAND_CLASS_METER_V3| |
|
||||
| COMMAND_CLASS_TRANSPORT_SERVICE_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_GRP_INFO_V1| |
|
||||
| COMMAND_CLASS_DEVICE_RESET_LOCALLY_V1| |
|
||||
| COMMAND_CLASS_ZWAVEPLUS_INFO_V1| |
|
||||
| COMMAND_CLASS_SUPERVISION_V1| |
|
||||
| COMMAND_CLASS_CONFIGURATION_V1| |
|
||||
| COMMAND_CLASS_ALARM_V8| |
|
||||
| COMMAND_CLASS_MANUFACTURER_SPECIFIC_V1| |
|
||||
| COMMAND_CLASS_POWERLEVEL_V1| |
|
||||
| COMMAND_CLASS_FIRMWARE_UPDATE_MD_V1| |
|
||||
| COMMAND_CLASS_ASSOCIATION_V2| |
|
||||
| COMMAND_CLASS_VERSION_V2| |
|
||||
| COMMAND_CLASS_SECURITY_V1| |
|
||||
| COMMAND_CLASS_SECURITY_2_V1| |
|
||||
|
||||
### Documentation Links
|
||||
|
||||
* [Push Compatible Z-Wave Knob Smart Dimmer Manual](https://opensmarthouse.org/zwavedatabase/1430/reference/ROBB_SMARRT_Z-wave_draaidimmer_handleiding.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/1430).
|
|
@ -244,8 +244,8 @@ Dimmer { ga="AirPurifier" [ speeds="0=off,50=mid,100=high" ] }
|
|||
| **Supported Items** | Contact (no device control), Switch (no open percentage), Rollershutter |
|
||||
| **Configuration** | (optional) `inverted=true/false` |
|
||||
|
||||
Blinds and simiar devices should always use the `Rollershutter` item type for proper functionallity.
|
||||
Since Google and openHAB use the oposite percentage value for "opened" and "closed", the action will tranlate this automatically.
|
||||
Blinds and similar devices should always use the `Rollershutter` item type for proper functionallity.
|
||||
Since Google and openHAB use the opposite percentage value for "opened" and "closed", the action will translate this automatically.
|
||||
If the values are still inverted in your case, you can state the `inverted=true` option for all `Rollershutter` items.
|
||||
|
||||
Since Google only tells the open percentage (and not the verb "close" or "down"), it can not be differentiated between saying "set blind to 100%" or "open blind".
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Metrics service - System Integrations
|
|||
type: io
|
||||
description: "The metrics service provides:"
|
||||
since: 3x
|
||||
logo: images/addons/metrics.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ title: openHAB Cloud Connector - System Integrations
|
|||
type: io
|
||||
description: "The openHAB Cloud Connector allows connecting the local openHAB runtime to a remote [openHAB Cloud](https://github.com/openhab/openhab-cloud/blob/master/README.md) instance, such as [myopenHAB.org](https://www.myopenHAB.org), which is an instance of the"
|
||||
since: 3x
|
||||
logo: images/addons/openhabcloud.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ title: macOS Text-to-Speech - Voices
|
|||
type: voice
|
||||
description: "The macOS Text-to-Speech (TTS) service uses the macOS 'say' command for producing spoken text."
|
||||
since: 3x
|
||||
logo: images/addons/mactts.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
<description>An automatic lawn mower</description>
|
||||
|
||||
<channels>
|
||||
<!-- Status -->
|
||||
<channel id="name" typeId="nameType"/>
|
||||
<channel id="mode" typeId="modeType"/>
|
||||
<channel id="activity" typeId="activityType"/>
|
||||
|
@ -56,12 +57,68 @@
|
|||
<channel id="planner-next-start" typeId="plannerNextStartTimestampType"/>
|
||||
<channel id="planner-override-action" typeId="plannerOverrideActionType"/>
|
||||
<channel id="calendar-tasks" typeId="calendarTasksType"/>
|
||||
<!-- Commands -->
|
||||
<channel id="start" typeId="start"/>
|
||||
<channel id="resume_schedule" typeId="resumeSchedule"/>
|
||||
<channel id="pause" typeId="pause"/>
|
||||
<channel id="park" typeId="park"/>
|
||||
<channel id="park_until_next_schedule" typeId="parkUntilNextSchedule"/>
|
||||
<channel id="park_until_further_notice" typeId="parkUntilFurtherNotice"/>
|
||||
|
||||
<!-- Positions -->
|
||||
<channel id="last-position" typeId="positionType">
|
||||
<description>Last Position</description>
|
||||
</channel>
|
||||
<channel id="position01" typeId="positionType"/>
|
||||
<channel id="position02" typeId="positionType"/>
|
||||
<channel id="position03" typeId="positionType"/>
|
||||
<channel id="position04" typeId="positionType"/>
|
||||
<channel id="position05" typeId="positionType"/>
|
||||
<channel id="position06" typeId="positionType"/>
|
||||
<channel id="position07" typeId="positionType"/>
|
||||
<channel id="position08" typeId="positionType"/>
|
||||
<channel id="position09" typeId="positionType"/>
|
||||
<channel id="position10" typeId="positionType"/>
|
||||
<channel id="position11" typeId="positionType"/>
|
||||
<channel id="position12" typeId="positionType"/>
|
||||
<channel id="position13" typeId="positionType"/>
|
||||
<channel id="position14" typeId="positionType"/>
|
||||
<channel id="position15" typeId="positionType"/>
|
||||
<channel id="position16" typeId="positionType"/>
|
||||
<channel id="position17" typeId="positionType"/>
|
||||
<channel id="position18" typeId="positionType"/>
|
||||
<channel id="position19" typeId="positionType"/>
|
||||
<channel id="position20" typeId="positionType"/>
|
||||
<channel id="position21" typeId="positionType"/>
|
||||
<channel id="position22" typeId="positionType"/>
|
||||
<channel id="position23" typeId="positionType"/>
|
||||
<channel id="position24" typeId="positionType"/>
|
||||
<channel id="position25" typeId="positionType"/>
|
||||
<channel id="position26" typeId="positionType"/>
|
||||
<channel id="position27" typeId="positionType"/>
|
||||
<channel id="position28" typeId="positionType"/>
|
||||
<channel id="position29" typeId="positionType"/>
|
||||
<channel id="position30" typeId="positionType"/>
|
||||
<channel id="position31" typeId="positionType"/>
|
||||
<channel id="position32" typeId="positionType"/>
|
||||
<channel id="position33" typeId="positionType"/>
|
||||
<channel id="position34" typeId="positionType"/>
|
||||
<channel id="position35" typeId="positionType"/>
|
||||
<channel id="position36" typeId="positionType"/>
|
||||
<channel id="position37" typeId="positionType"/>
|
||||
<channel id="position38" typeId="positionType"/>
|
||||
<channel id="position39" typeId="positionType"/>
|
||||
<channel id="position40" typeId="positionType"/>
|
||||
<channel id="position41" typeId="positionType"/>
|
||||
<channel id="position42" typeId="positionType"/>
|
||||
<channel id="position43" typeId="positionType"/>
|
||||
<channel id="position44" typeId="positionType"/>
|
||||
<channel id="position45" typeId="positionType"/>
|
||||
<channel id="position46" typeId="positionType"/>
|
||||
<channel id="position47" typeId="positionType"/>
|
||||
<channel id="position48" typeId="positionType"/>
|
||||
<channel id="position49" typeId="positionType"/>
|
||||
<channel id="position50" typeId="positionType"/>
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
|
@ -85,6 +142,7 @@
|
|||
|
||||
</thing-type>
|
||||
|
||||
|
||||
<channel-type id="nameType">
|
||||
<item-type>String</item-type>
|
||||
<label>Automower Name</label>
|
||||
|
@ -201,6 +259,13 @@
|
|||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="positionType">
|
||||
<item-type>Point</item-type>
|
||||
<label>GPS Position</label>
|
||||
<description>The channel providing a waypoint of the mower's activity.</description>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="start">
|
||||
<item-type>Number</item-type>
|
||||
<label>Start with Duration</label>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>In-wall Switch</label>
|
||||
<description>Bosch In-wall switch for light control</description>
|
||||
<description>A simple light control.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="power-switch" typeId="system.power"/>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>TwinGuard</label>
|
||||
<description>Bosch TwinGuard environmental sensor</description>
|
||||
<description>The Twinguard smoke detector warns you in case of fire and constantly monitors the air.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
@ -58,8 +58,8 @@
|
|||
<bridge-type-ref id="shc"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Window/Door Contact</label>
|
||||
<description>Bosch Contact for windows and doors</description>
|
||||
<label>Door/Window Contact</label>
|
||||
<description>Detects open windows and doors.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="contact" typeId="contact"/>
|
||||
|
@ -75,7 +75,8 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Motion Detector</label>
|
||||
<description>Bosch Motion Detector</description>
|
||||
<description>Detects every movement through an intelligent combination of passive infra-red technology and an
|
||||
additional temperature sensor.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="latest-motion" typeId="latest-motion"/>
|
||||
|
@ -91,7 +92,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Shutter Control</label>
|
||||
<description>Bosch Shutter Control</description>
|
||||
<description>Control of your shutter to take any position you desire.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="level" typeId="level"/>
|
||||
|
@ -107,11 +108,12 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Thermostat</label>
|
||||
<description>Bosch Thermostat</description>
|
||||
<description>Radiator thermostat</description>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
<channel id="valve-tappet-position" typeId="valve-tappet-position"/>
|
||||
<channel id="child-lock" typeId="child-lock"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="thing-type:boschshc:device"/>
|
||||
|
@ -124,7 +126,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Climate Control</label>
|
||||
<description>Bosch Climate Control. This is a virtual device which is automatically created for all rooms that have
|
||||
<description>This is a virtual device which is automatically created for all rooms that have
|
||||
thermostats in it.</description>
|
||||
|
||||
<channels>
|
||||
|
@ -136,6 +138,23 @@
|
|||
|
||||
</thing-type>
|
||||
|
||||
<thing-type id="wall-thermostat">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="shc"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Wall Thermostat</label>
|
||||
<description>Display of the current room temperature as well as the relative humidity in the room.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
<channel id="humidity" typeId="humidity"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="thing-type:boschshc:device"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
<channel-type id="temperature">
|
||||
<item-type>Number:Temperature</item-type>
|
||||
<label>Temperature</label>
|
||||
|
@ -259,4 +278,10 @@
|
|||
<state min="5" max="30" step="0.5" pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="child-lock">
|
||||
<item-type>Switch</item-type>
|
||||
<label>Child Lock</label>
|
||||
<description>Indicates if it is possible to set the desired temperature on the device.</description>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -90,25 +90,49 @@
|
|||
<channel-type id="totalImportedEnergyRegisterPType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Imported Energy (P+)</label>
|
||||
<description>The Total imported energy register (P+).</description>
|
||||
<description>The total imported energy register (P+).</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalExportedEnergyRegisterPType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Exported Energy (P+)</label>
|
||||
<description>The Total exported energy register (P-).</description>
|
||||
<description>The total exported energy register (P-).</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalImportedEnergyRegisterQType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Imported Energy (Q+)</label>
|
||||
<description>The Total imported energy register (Q+).</description>
|
||||
<description>The total imported energy register (Q+).</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalExportedEnergyRegisterQType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Exported Energy (Q-)</label>
|
||||
<description>The Total exported energy register (Q-).</description>
|
||||
<description>The total exported energy register (Q-).</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalExportedEnergyRegisterRRate1Type" advanced="true">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Exported Energy R1</label>
|
||||
<description>The total exported energy register R Rate1.</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalExportedEnergyRegisterRRate2Type" advanced="true">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Exported Energy R</label>
|
||||
<description>The total exported energy register R Rate2.</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalImportedEnergyRegisterRRate1Type" advanced="true">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Imported Energy R1</label>
|
||||
<description>The total imported energy register R Rate1.</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="totalImportedEnergyRegisterRRate2Type" advanced="true">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Imported Energy R2</label>
|
||||
<description>The total imported energy register R Rate2.</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="tariffIndicatorType" advanced="true">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<channel id="emeter_production_tariff1" typeId="productionTariff1Type"/>
|
||||
<channel id="emeter_production_tariff2" typeId="productionTariff2Type"/>
|
||||
<channel id="emeter_tariff_indicator" typeId="tariffIndicatorType"/>
|
||||
<channel id="emeter_treshold_kwh" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_treshold_kw" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_switch_position" typeId="switchPositionType"/>
|
||||
<channel id="emeter_actual_delivery" typeId="actualDeliveryType"/>
|
||||
<channel id="emeter_actual_production" typeId="actualProductionType"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<channel id="emeter_production_tariff1" typeId="productionTariff1Type"/>
|
||||
<channel id="emeter_production_tariff2" typeId="productionTariff2Type"/>
|
||||
<channel id="emeter_tariff_indicator" typeId="tariffIndicatorType"/>
|
||||
<channel id="emeter_treshold_kwh" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_treshold_kw" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_switch_position" typeId="switchPositionType"/>
|
||||
<channel id="emeter_actual_delivery" typeId="actualDeliveryType"/>
|
||||
<channel id="emeter_actual_production" typeId="actualProductionType"/>
|
||||
|
|
|
@ -24,6 +24,12 @@
|
|||
<channel id="emeter_switch_position" typeId="switchPositionType"/>
|
||||
<channel id="emeter_fuse_threshold_a" typeId="actualFuseThresholdAType"/>
|
||||
<channel id="emeter_treshold_kw" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_instant_power_delivery_l1" typeId="instantPowerDeliveryL1Type"/>
|
||||
<channel id="emeter_instant_power_delivery_l2" typeId="instantPowerDeliveryL2Type"/>
|
||||
<channel id="emeter_instant_power_delivery_l3" typeId="instantPowerDeliveryL3Type"/>
|
||||
<channel id="emeter_instant_power_production_l1" typeId="instantPowerProductionL1Type"/>
|
||||
<channel id="emeter_instant_power_production_l2" typeId="instantPowerProductionL2Type"/>
|
||||
<channel id="emeter_instant_power_production_l3" typeId="instantPowerProductionL3Type"/>
|
||||
<channel id="emeter_instant_current_l1" typeId="instantCurrentL1Type"/>
|
||||
<channel id="emeter_instant_current_l2" typeId="instantCurrentL2Type"/>
|
||||
<channel id="emeter_instant_current_l3" typeId="instantCurrentL3Type"/>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<channel id="emeter_actual_reactive_delivery" typeId="actualReactiveDeliveryType"/>
|
||||
<channel id="emeter_actual_reactive_production" typeId="actualReactiveProductionType"/>
|
||||
<channel id="emeter_active_threshold_smax" typeId="activeThresholdSmax"/>
|
||||
<channel id="emeter_threshold_kw" typeId="actualTresholdkWType"/>
|
||||
<channel id="emeter_switch_position" typeId="switchPositionType"/>
|
||||
<channel id="emeter_power_failure_log_entries" typeId="powerFailureLogEntriesType"/>
|
||||
<channel id="emeter_power_failure_log_timestamp0" typeId="powerFailureLogEndType"/>
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="dsmr"
|
||||
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-1.0.0.xsd">
|
||||
|
||||
<thing-type id="electricity_smarty_v1_0_austria" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="smartyBridge"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Electricity Meter Austria</label>
|
||||
<description>This is an electricity meter that complies to the Austria's Smarty V1.0 specification.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="p1_timestamp" typeId="p1TimestampType"/>
|
||||
<channel id="p1_version_output" typeId="p1VersionType"/>
|
||||
<channel id="emeter_actual_delivery" typeId="actualDeliveryType"/>
|
||||
<channel id="emeter_actual_production" typeId="actualProductionType"/>
|
||||
<channel id="emeter_delivery_tariff0" typeId="deliveryTariff0Type"/>
|
||||
<channel id="emeter_delivery_tariff1" typeId="deliveryTariff1Type"/>
|
||||
<channel id="emeter_delivery_tariff2" typeId="deliveryTariff2Type"/>
|
||||
<channel id="emeter_production_tariff0" typeId="productionTariff0Type"/>
|
||||
<channel id="emeter_production_tariff1" typeId="productionTariff1Type"/>
|
||||
<channel id="emeter_production_tariff2" typeId="productionTariff2Type"/>
|
||||
<channel id="emeter_actual_reactive_delivery" typeId="actualReactiveDeliveryType"/>
|
||||
<channel id="emeter_actual_reactive_production" typeId="actualReactiveProductionType"/>
|
||||
<channel id="emeter_total_imported_energy_register_q" typeId="totalImportedEnergyRegisterQType"/>
|
||||
<channel id="emeter_total_imported_energy_register_r_rate1" typeId="totalImportedEnergyRegisterRRate1Type"/>
|
||||
<channel id="emeter_total_imported_energy_register_r_rate2" typeId="totalImportedEnergyRegisterRRate2Type"/>
|
||||
<channel id="emeter_total_exported_energy_register_q" typeId="totalExportedEnergyRegisterQType"/>
|
||||
<channel id="emeter_total_exported_energy_register_r_rate1" typeId="totalExportedEnergyRegisterRRate1Type"/>
|
||||
<channel id="emeter_total_exported_energy_register_r_rate2" typeId="totalExportedEnergyRegisterRRate2Type"/>
|
||||
</channels>
|
||||
<config-description-ref uri="thing-type:dsmr:meterdescriptor"/>
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -47,7 +47,7 @@
|
|||
<parameter name="tholdoffset" type="integer" min="1" step="1">
|
||||
<label>Threshold Offset</label>
|
||||
<description>Threshold the user configured to be used in rules to determine sufficient light level (ie above
|
||||
threshold). Specified as relative offset to the “dark” threshold. Shall be >=1. Default value 7000.</description>
|
||||
threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000.</description>
|
||||
<default>7000</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -13,28 +13,28 @@
|
|||
<description>Default sender address for mail</description>
|
||||
</parameter>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
<label>Server Hostname</label>
|
||||
<label>@text/config.hostname.label</label>
|
||||
</parameter>
|
||||
<parameter name="port" type="text" required="false">
|
||||
<label>Server Port</label>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>Default values are 25 for plain/STARTTLS and 465 for SSL/TLS</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="security" type="text" required="false">
|
||||
<label>SMTP Server Security Protocol</label>
|
||||
<label>@text/config.security.label</label>
|
||||
<options>
|
||||
<option value="PLAIN">plain</option>
|
||||
<option value="STARTTLS">STARTTLS</option>
|
||||
<option value="SSL">SSL/TLS</option>
|
||||
<option value="PLAIN">@text/config.security.option.PLAIN</option>
|
||||
<option value="STARTTLS">@text/config.security.option.STARTTLS</option>
|
||||
<option value="SSL">@text/config.security.option.SSL</option>
|
||||
</options>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
<default>PLAIN</default>
|
||||
</parameter>
|
||||
<parameter name="username" type="text" required="false">
|
||||
<label>SMTP Server Username</label>
|
||||
<label>@text/config.username.label</label>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="false">
|
||||
<label>SMTP Server Password</label>
|
||||
<label>@text/config.password.label</label>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
@ -44,32 +44,33 @@
|
|||
<description>Used for receiving emails</description>
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
<label>Server Hostname</label>
|
||||
<label>@text/config.hostname.label</label>
|
||||
</parameter>
|
||||
<parameter name="port" type="text" required="false">
|
||||
<label>Server Port</label>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>Default values are 143 for plain/STARTTLS and 993 for SSL/TLS</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="security" type="text" required="false">
|
||||
<label>SMTP Server Security Protocol</label>
|
||||
<label>@text/config.security.label</label>
|
||||
<options>
|
||||
<option value="PLAIN">plain</option>
|
||||
<option value="STARTTLS">STARTTLS</option>
|
||||
<option value="SSL">SSL/TLS</option>
|
||||
<option value="PLAIN">@text/config.security.option.PLAIN</option>
|
||||
<option value="STARTTLS">@text/config.security.option.STARTTLS</option>
|
||||
<option value="SSL">@text/config.security.option.SSL</option>
|
||||
</options>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
<default>PLAIN</default>
|
||||
</parameter>
|
||||
<parameter name="username" type="text" required="true">
|
||||
<label>SMTP Server Username</label>
|
||||
<label>@text/config.username.label</label>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="true">
|
||||
<label>SMTP Server Password</label>
|
||||
<label>@text/config.password.label</label>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" required="false">
|
||||
<label>Refresh Time for This Account in S</label>
|
||||
<label>@text/config.refresh.label</label>
|
||||
<description>@text/config.refresh.description</description>
|
||||
<default>60</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
@ -79,32 +80,33 @@
|
|||
<description>Used for receiving emails</description>
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
<label>Server Hostname</label>
|
||||
<label>@text/config.hostname.label</label>
|
||||
</parameter>
|
||||
<parameter name="port" type="text" required="false">
|
||||
<label>Server Port</label>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>Default values are 110 for plain/STARTTLS and 995 for SSL/TLS</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="security" type="text" required="false">
|
||||
<label>SMTP Server Security Protocol</label>
|
||||
<label>@text/config.security.label</label>
|
||||
<options>
|
||||
<option value="PLAIN">plain</option>
|
||||
<option value="STARTTLS">STARTTLS</option>
|
||||
<option value="SSL">SSL/TLS</option>
|
||||
<option value="PLAIN">@text/config.security.option.PLAIN</option>
|
||||
<option value="STARTTLS">@text/config.security.option.STARTTLS</option>
|
||||
<option value="SSL">@text/config.security.option.SSL</option>
|
||||
</options>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
<default>PLAIN</default>
|
||||
</parameter>
|
||||
<parameter name="username" type="text" required="true">
|
||||
<label>SMTP Server Username</label>
|
||||
<label>@text/config.username.label</label>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="true">
|
||||
<label>SMTP Server Password</label>
|
||||
<label>@text/config.password.label</label>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" required="false">
|
||||
<label>Refresh Time for This Account in S</label>
|
||||
<label>@text/config.refresh.label</label>
|
||||
<description>@text/config.refresh.description</description>
|
||||
<default>60</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
@ -120,6 +122,7 @@
|
|||
<label>Folder Name</label>
|
||||
</parameter>
|
||||
<parameter name="type" type="text" required="false">
|
||||
<label>Counter Type</label>
|
||||
<options>
|
||||
<option value="UNREAD">Unread</option>
|
||||
<option value="TOTAL">Total</option>
|
||||
|
|
|
@ -27,12 +27,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -32,13 +32,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -29,13 +29,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -38,13 +38,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -38,13 +38,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -23,12 +23,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies the appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -47,13 +47,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -32,13 +32,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
|
||||
|
|
|
@ -38,12 +38,7 @@
|
|||
|
||||
<representation-property>uid</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
<config-description-ref uri="thing-type:miele:appliance"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<!-- Miele Bridge -->
|
||||
<bridge-type id="xgw3000">
|
||||
<label>Miele XGW3000</label>
|
||||
<description>The miele bridge represents the Miele@home XGW3000 gateway.</description>
|
||||
<description>The Miele bridge represents the Miele@home XGW3000 gateway.</description>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Miele</property>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<context>network-address</context>
|
||||
<label>Network Address of the Multicast Interface</label>
|
||||
<description>Network address of openHAB host interface where the binding will listen for multicast events coming
|
||||
from the Miele@home gateway</description>
|
||||
from the Miele@home gateway.</description>
|
||||
</parameter>
|
||||
<parameter name="userName" type="text" required="false">
|
||||
<label>Username</label>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<parameter name="password" type="text" required="false">
|
||||
<context>password</context>
|
||||
<label>Password</label>
|
||||
<description>Password for the registered Miele@home</description>
|
||||
<description>Password for the registered Miele@home user.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</parameter>
|
||||
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: A/PL address: A=1 PL=3 --> where=13. On local bus: where=13#4#01</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="openwebnet"
|
||||
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-1.0.0.xsd">
|
||||
|
||||
<!-- Thing for BUS CEN+ Scenario Control (BTicino HC/HD/HS/L/N/NT4680) -->
|
||||
<thing-type id="bus_cenplus_scenario_control">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="bus_gateway"/>
|
||||
</supported-bridge-type-refs>
|
||||
<label>CEN+ Scenario Control</label>
|
||||
<description>A OpenWebNet BUS/SCS CEN+ Scenario Control device. BTicino models: HC/HD/HS/L/N/NT4680</description>
|
||||
|
||||
<!-- channels are created dynamically based on configured buttons -->
|
||||
|
||||
<properties>
|
||||
<property name="vendor">BTicino/Legrand</property>
|
||||
<property name="model">BTI-HC/HD/HS/L/N/NT4680</property>
|
||||
<property name="ownDeviceType">273</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>ownId</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="buttons" type="text">
|
||||
<label>Configured Buttons</label>
|
||||
<description>List (comma separated) of buttons numbers [0-31] configured for this scenario device, example:
|
||||
buttons=1,2,4
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Use 2+N[0-2047]. Example: scenario control 5 --> WHERE=25</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="openwebnet"
|
||||
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-1.0.0.xsd">
|
||||
|
||||
<!-- Thing for BUS CEN Scenario Control (BTicino HC/HD/HS/L/N/NT4680) -->
|
||||
<thing-type id="bus_cen_scenario_control">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="bus_gateway"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CEN Scenario Control</label>
|
||||
<description>A OpenWebNet BUS/SCS CEN Scenario Control device. BTicino models: HC/HD/HS/L/N/NT4680</description>
|
||||
|
||||
<!-- channels are created dynamically based on configured buttons -->
|
||||
|
||||
<properties>
|
||||
<property name="vendor">BTicino/Legrand</property>
|
||||
<property name="model">BTI-HC/HD/HS/L/N/NT4680</property>
|
||||
<property name="ownDeviceType">2</property>
|
||||
</properties>
|
||||
|
||||
<representation-property>ownId</representation-property>
|
||||
|
||||
<config-description>
|
||||
<parameter name="buttons" type="text">
|
||||
<label>Configured Buttons</label>
|
||||
<description>List (comma separated) of buttons numbers [0-31] configured for this scenario device. Example:
|
||||
buttons=1,2,4</description>
|
||||
</parameter>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: A/PL address: A=1 PL=3 --> WHERE=13. On local bus: WHERE=13#4#01</description>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
</thing:thing-descriptions>
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: A/PL address: A=1 PL=3 --> where=13. On local bus: where=13#4#01</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Address</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: 5N with N=[1-255]</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: A/PL address: A=1 PL=3 --> where=13. On local bus: where=13#4#01</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: sensor 3 of zone 2 --> where=302. Sensor 5 of external zone 00 --> where=500</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>Example: zone 2 --> where=2.</description>
|
||||
</parameter>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<default>AUTO</default>
|
||||
</parameter>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>It identifies one ZigBee device. Example: 765432101#9</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>It identifies one ZigBee device. Example: 765432101#9</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>It identifies one ZigBee device. Example: 765432101#9</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<config-description>
|
||||
<parameter name="where" type="text" required="true">
|
||||
<label>OpenWebNet Device Address (where)</label>
|
||||
<label>OpenWebNet Address (where)</label>
|
||||
<description>It identifies one ZigBee device. Example: 765432100#9 (use unit=00 at the end)</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -178,4 +178,31 @@
|
|||
<category>Energy</category>
|
||||
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||
</channel-type>
|
||||
|
||||
<!-- CEN/CEN+ trigger channels -->
|
||||
<channel-type id="cenButtonEvent">
|
||||
<kind>trigger</kind>
|
||||
<label>CEN Button Event</label>
|
||||
<event>
|
||||
<options>
|
||||
<option value="START_PRESS">start press</option>
|
||||
<option value="SHORT_PRESS">release after short press</option>
|
||||
<option value="EXTENDED_PRESS">extended press (repeated until release)</option>
|
||||
<option value="RELEASE_EXTENDED_PRESS">release after extended press</option>
|
||||
</options>
|
||||
</event>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="cenPlusButtonEvent">
|
||||
<kind>trigger</kind>
|
||||
<label>CEN+ Button Event</label>
|
||||
<event>
|
||||
<options>
|
||||
<option value="SHORT_PRESS">short press</option>
|
||||
<option value="START_EXTENDED_PRESS">start of extended press</option>
|
||||
<option value="EXTENDED_PRESS">extended press (repeated until release)</option>
|
||||
<option value="RELEASE_EXTENDED_PRESS">release after extended press</option>
|
||||
</options>
|
||||
</event>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
<channel id="alert" typeId="alert-level"/>
|
||||
<channel id="alert-icon" typeId="alert-icon"/>
|
||||
<channel id="short-comment" typeId="comment">
|
||||
<label>Short description</label>
|
||||
<label>Short Description</label>
|
||||
<description>Brief description of the situation.</description>
|
||||
</channel>
|
||||
<channel id="comment" typeId="comment"/>
|
||||
<channel id="observation-time" typeId="observation-time"/>
|
||||
|
@ -46,6 +47,7 @@
|
|||
<channel-type id="flow">
|
||||
<item-type>Number:VolumetricFlowRate</item-type>
|
||||
<label>Current Flow</label>
|
||||
<description>Current river flow</description>
|
||||
<category>flow</category>
|
||||
<tags>
|
||||
<tag>Measurement</tag>
|
||||
|
@ -109,6 +111,7 @@
|
|||
<channel-type id="comment">
|
||||
<item-type>String</item-type>
|
||||
<label>Comment</label>
|
||||
<description>Detailed comment</description>
|
||||
<category>text</category>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
|
|
|
@ -62,15 +62,17 @@ Basic Set Level<br /> <h1>Overview</h1><p>When Basic Set Command is sent where c
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>2: Enable/Disable Detecting</label>
|
||||
<description>The Detecting function can be Disabled or Enabled.</description>
|
||||
<description><![CDATA[
|
||||
The Detecting function can be Disabled or Enabled.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disabled</option>
|
||||
<option value="1">Enabled</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
|
@ -101,8 +103,8 @@ Minimum Lux Level to provoke trigger<br /> <h1>Overview</h1><p>Sets minimum Lux
|
|||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="5" max="255">
|
||||
<parameter name="config_6_2" type="integer" groupName="configuration"
|
||||
min="5" max="3600">
|
||||
<label>6: On-Off Duration</label>
|
||||
<description><![CDATA[
|
||||
On-Off Duration<br /> <h1>Overview</h1><p>The function of on-off duration setting will be useful if the detector is connected with a module or lighting. The duration determines how long the module/lighting should stay ON. For instance, Lamp Module turns off 100 secs after it has been turned on. This parameter can be configured with the value of 5 through 3600, where 5 means 5 second delay and 3600 means 3600 seconds of delay</p>
|
||||
|
|
|
@ -56,18 +56,6 @@ Temperature and Humidity Sensor<br /> <h1>Overview</h1><p>The Temperature/Humidi
|
|||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=5</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_co2" typeId="alarm_co2">
|
||||
<label>Alarm (CO2) [Deprecated]</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=CARBON_MONOXIDE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_smoke" typeId="alarm_smoke">
|
||||
<label>Alarm (smoke) [Deprecated]</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SMOKE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
|
@ -112,8 +100,7 @@ Temperature and Humidity Sensor<br /> <h1>Overview</h1><p>The Temperature/Humidi
|
|||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration">
|
||||
<label>1: Basic Set Level</label>
|
||||
<description><![CDATA[
|
||||
Set basic set value to be on or off<br /> <h1>Overview</h1><p>0=Disable</p> <p>1-99=Use Value</p>
|
||||
|
@ -121,51 +108,60 @@ Set basic set value to be on or off<br /> <h1>Overview</h1><p>0=Disable</p> <p>1
|
|||
<default>99</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Test</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="-20" max="50">
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Temperature Trigger ON value</label>
|
||||
<description>Temperature level when a ON command is sent out. Set to 99 to disable.</description>
|
||||
<description><![CDATA[
|
||||
Temperature level when a ON command is sent out. Set to 99 to disable.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<options>
|
||||
<option value="99">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="-20" max="50">
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Temperature Trigger OFF value</label>
|
||||
<description>Temperature level when a OFF command is sent out. Set to 99 to disable.</description>
|
||||
<description><![CDATA[
|
||||
Temperature level when a OFF command is sent out. Set to 99 to disable.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<options>
|
||||
<option value="99">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="20" max="90">
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Humidity Trigger ON value</label>
|
||||
<description>Humidity level when a ON command is sent out. Set to 99 to disable.</description>
|
||||
<description><![CDATA[
|
||||
Humidity level when a ON command is sent out. Set to 99 to disable.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<options>
|
||||
<option value="99">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="20" max="99">
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration">
|
||||
<label>5: Humidity Trigger OFF value</label>
|
||||
<description>Humidity level when a OFF command is sent out. Set to 99 to disable.</description>
|
||||
<description><![CDATA[
|
||||
Humidity level when a OFF command is sent out. Set to 99 to disable.<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<options>
|
||||
<option value="99">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_2" type="integer" groupName="configuration"
|
||||
min="0" max="1439">
|
||||
<parameter name="config_6_2" type="integer" groupName="configuration">
|
||||
<label>6: Auto report time</label>
|
||||
<description><![CDATA[
|
||||
Sets the time interval when a sensor report is sent<br /> <h1>Overview</h1><p>0 = Disable</p> <p>1 min - 1439 min = Auto report periodically</p>
|
||||
|
@ -174,10 +170,10 @@ Sets the time interval when a sensor report is sent<br /> <h1>Overview</h1><p>0
|
|||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="0" max="70">
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: Auto report temperature</label>
|
||||
<description><![CDATA[
|
||||
Sets the temperature change causing a sensor report.<br /> <h1>Overview</h1><p>0 = Disable</p> <p>1 - 70 = Auto report on temperature change</p>
|
||||
|
@ -186,10 +182,10 @@ Sets the temperature change causing a sensor report.<br /> <h1>Overview</h1><p>0
|
|||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="5" max="70">
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration">
|
||||
<label>8: Auto report humidity</label>
|
||||
<description><![CDATA[
|
||||
Sets the humidity change causing a sensor report.<br /> <h1>Overview</h1><p>0 = Disable</p> <p>5 - 70 = Auto report on humidity change</p>
|
||||
|
@ -198,6 +194,7 @@ Sets the humidity change causing a sensor report.<br /> <h1>Overview</h1><p>0 =
|
|||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
|
|
|
@ -0,0 +1,713 @@
|
|||
<?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="homeseer_hs-wx300_00_000" listed="false">
|
||||
<label>HS-WX300 Wall Dimmer & Switch</label>
|
||||
<description><![CDATA[
|
||||
Wall Dimmer & Switch<br /> <h1>Overview</h1><p>HS-WX300 is a Z-Wave in-wall light switch that may be configured to operate as either a dimmer switch or an on/off switch. It may be installed with or without a neutral wire and it works with both wired and wireless companion switches in 3-way circuit configurations.<br /></p> <br /> <h2>Inclusion Information</h2><p>Follow this 2-step procedure to add (or remove) your new HomeSeer switch to (or from) your Z-Wave network:</p><ol><li>Put your Z-Wave controller into inclusion (or exclusion) mode.</li><li>In rapid succession, tap the bottom paddle 2 times, then press & hold the bottom paddle for 3 seconds (tap-tap-press & hold). This will initiate the inclusion (or exclusion) process.</li></ol> <br /> <h2>Exclusion Information</h2><p>Same procedure as Inclusion. (Note: The switch will default to dimmer mode after Z-Wave exclusion.)</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_binary" typeId="switch_binary">
|
||||
<label>Switch</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param13" typeId="homeseer_hs-wx300_00_000_config_decimal_param13">
|
||||
<label>Sets switch mode of operation</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=13</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param14" typeId="homeseer_hs-wx300_00_000_config_decimal_param14">
|
||||
<label>Normal mode LED colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=14</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param21" typeId="homeseer_hs-wx300_00_000_config_decimal_param21">
|
||||
<label>Status mode LED 1 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=21</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param3" typeId="homeseer_hs-wx300_00_000_config_decimal_param3">
|
||||
<label>Sets LED operation (in normal mode)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=3</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param4" typeId="homeseer_hs-wx300_00_000_config_decimal_param4">
|
||||
<label>Sets paddle’s load orientation</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=4</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param5" typeId="config_decimal">
|
||||
<label>Sets lowest dimming threshold</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=5</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param6" typeId="homeseer_hs-wx300_00_000_config_decimal_param6">
|
||||
<label>Sets Enable/Disable Central Scene</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=6</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param22" typeId="homeseer_hs-wx300_00_000_config_decimal_param22">
|
||||
<label>Status mode LED 2 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=22</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param23" typeId="homeseer_hs-wx300_00_000_config_decimal_param23">
|
||||
<label>Status mode LED 3 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=23</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param24" typeId="homeseer_hs-wx300_00_000_config_decimal_param24">
|
||||
<label>Status mode LED 4 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=24</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param25" typeId="homeseer_hs-wx300_00_000_config_decimal_param25">
|
||||
<label>Status mode LED 5 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=25</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param26" typeId="homeseer_hs-wx300_00_000_config_decimal_param26">
|
||||
<label>Status mode LED 6 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=26</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param27" typeId="homeseer_hs-wx300_00_000_config_decimal_param27">
|
||||
<label>Status mode LED 7 Colour</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=27</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param30" typeId="config_decimal">
|
||||
<label>Status mode LEDs Blink frequency</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=30</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param31" typeId="homeseer_hs-wx300_00_000_config_decimal_param31">
|
||||
<label>Status mode LEDs Blink status (Bitmask)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=31</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="config_decimal_param32" typeId="homeseer_hs-wx300_00_000_config_decimal_param32">
|
||||
<label>Sets the Wire mode</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_CONFIGURATION;parameter=32</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">HomeSeer Technologies</property>
|
||||
<property name="modelId">HS-WX300</property>
|
||||
<property name="manufacturerId">000C</property>
|
||||
<property name="manufacturerRef">4447:4037</property>
|
||||
<property name="dbReference">1432</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Bottom LED Operation</label>
|
||||
<description><![CDATA[
|
||||
Sets bottom LED operation (in normal mode)<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Bottom LED ON if load is OFF</option>
|
||||
<option value="1">Bottom LED OFF if load is OFF</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration">
|
||||
<label>4: Orientation</label>
|
||||
<description>Sets paddle load orientation</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Top of Paddle turns load ON</option>
|
||||
<option value="1">Bottom of Paddle turns load ON</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="1" max="14">
|
||||
<label>5: Dimming Threshold</label>
|
||||
<description><![CDATA[
|
||||
Sets the lowest dimming threshold<br /> <h1>Overview</h1><p>Possible values: 1-14</p><p>3-wire mode (1=16%, 14=25%)</p><p>2-wire mode (1=25%, 14=30%)</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration">
|
||||
<label>6: Central Scene Control</label>
|
||||
<description>Enables/Disables Central Scene and multiple tap functions</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Central Scene Enabled, controls load with delay. Enables Multi-tap and</option>
|
||||
<option value="1">Central Scene Disabled, controls load instantly. Disables multi-tap, c</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="0" max="90">
|
||||
<label>11: Remote Ramp Rate</label>
|
||||
<description><![CDATA[
|
||||
Set dimmer ramp rate for remote control<br /> <h1>Overview</h1><p>Possible values: 0-90</p><p>0=No delay (instant ON), 1=1 second</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration"
|
||||
min="0" max="90">
|
||||
<label>12: Local Ramp Rate</label>
|
||||
<description><![CDATA[
|
||||
Set dimmer ramp rate for local control<br /> <h1>Overview</h1><p>Possible values: 0-90</p><p>0=No delay (instant ON), 1=1 second</p>
|
||||
]]></description>
|
||||
<default>3</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Status Mode</label>
|
||||
<description>Set dimmer display mode</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Load Status</option>
|
||||
<option value="1">Custom Status</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration">
|
||||
<label>14: Load Status LED Color</label>
|
||||
<description>Set the LED color when displaying load status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">White</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_1" type="integer" groupName="configuration">
|
||||
<label>21: Status LED 1 Color</label>
|
||||
<description>Status LED 1 Color (bottom)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration">
|
||||
<label>22: Status LED 2 Color</label>
|
||||
<description>Status LED 2 Color</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_1" type="integer" groupName="configuration">
|
||||
<label>23: Status LED 3 Color</label>
|
||||
<description><![CDATA[
|
||||
Status LED 3 Color<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_1" type="integer" groupName="configuration">
|
||||
<label>24: Status LED 4 Color</label>
|
||||
<description>Status LED 4 Color</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_25_1" type="integer" groupName="configuration">
|
||||
<label>25: Status LED 5 Color</label>
|
||||
<description>Status LED 5 Color</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_26_1" type="integer" groupName="configuration">
|
||||
<label>26: Status LED 6 Color</label>
|
||||
<description>Status LED 6 Color</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_27_1" type="integer" groupName="configuration">
|
||||
<label>27: Status LED 7 Color</label>
|
||||
<description>Status LED 7 Color (top)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_30_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>30: Blink Frequency</label>
|
||||
<description><![CDATA[
|
||||
Set blink frequency when displaying custom status<br /> <h1>Overview</h1><p>Possible values: 0, 1-255</p><p>0=No blink, 1=100ms ON then 100ms OFF</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000003F" type="integer" groupName="configuration">
|
||||
<label>31: LED 7 Blink Status</label>
|
||||
<description>LED 7 Blink Status (top)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000005F" type="integer" groupName="configuration">
|
||||
<label>31: LED 6 Blink Status</label>
|
||||
<description>LED 6 Blink Status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000006F" type="integer" groupName="configuration">
|
||||
<label>31: LED 5 Blink Status</label>
|
||||
<description>LED 5 Blink Status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_00000077" type="integer" groupName="configuration">
|
||||
<label>31: LED 4 Blink Status</label>
|
||||
<description>LED 4 Blink Status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000007B" type="integer" groupName="configuration">
|
||||
<label>31: LED 3 Blink Status</label>
|
||||
<description>LED 3 Blink Status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000007D" type="integer" groupName="configuration">
|
||||
<label>31: LED 2 Blink Status</label>
|
||||
<description>LED 2 Blink Status</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1_0000007E" type="integer" groupName="configuration">
|
||||
<label>31: LED 1 Blink Status</label>
|
||||
<description>LED 1 Blink Status (bottom)</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_32_1" type="integer" groupName="configuration">
|
||||
<label>32: Wire mode</label>
|
||||
<description>Sets the Wire mode / no neutral mod of the switch</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">3 wire mode (Neutral, Line, & Load)</option>
|
||||
<option value="1">2 wire mode (Line & Load)</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description>Lifeline association only supports the "manual reset" event.</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Companion Sync</label>
|
||||
<description>Any device added to group 2 will be controlled. This allows other WX300 devices to used as companion switches. LEDS will be kept in sync.</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="homeseer_hs-wx300_00_000_config_decimal_param13">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status Mode</label>
|
||||
<description>Set dimmer display mode</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Load Status</option>
|
||||
<option value="1">Custom Status</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param14">
|
||||
<item-type>Number</item-type>
|
||||
<label>Load Status LED Color</label>
|
||||
<description>Set the LED color when displaying load status</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">White</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param21">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 1 Color</label>
|
||||
<description>Status LED 1 Color (bottom)</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param3">
|
||||
<item-type>Number</item-type>
|
||||
<label>Bottom LED Operation</label>
|
||||
<description>Sets bottom LED operation (in normal mode)</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Bottom LED ON if load is OFF</option>
|
||||
<option value="1">Bottom LED OFF if load is OFF</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param4">
|
||||
<item-type>Number</item-type>
|
||||
<label>Orientation</label>
|
||||
<description>Sets paddle load orientation</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Top of Paddle turns load ON</option>
|
||||
<option value="1">Bottom of Paddle turns load ON</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param5">
|
||||
<item-type>Number</item-type>
|
||||
<label>Dimming Threshold</label>
|
||||
<description>Sets the lowest dimming threshold</description>
|
||||
<state pattern="%s">
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param6">
|
||||
<item-type>Number</item-type>
|
||||
<label>Central Scene Control</label>
|
||||
<description>Enables/Disables Central Scene and multiple tap functions</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Central Scene Enabled, controls load with delay. Enables Multi-tap and</option>
|
||||
<option value="1">Central Scene Disabled, controls load instantly. Disables multi-tap, c</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param22">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 2 Color</label>
|
||||
<description>Status LED 2 Color</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param23">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 3 Color</label>
|
||||
<description>Status LED 3 Color</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param24">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 4 Color</label>
|
||||
<description>Status LED 4 Color</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param25">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 5 Color</label>
|
||||
<description>Status LED 5 Color</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param26">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 6 Color</label>
|
||||
<description>Status LED 6 Color</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param27">
|
||||
<item-type>Number</item-type>
|
||||
<label>Status LED 7 Color</label>
|
||||
<description>Status LED 7 Color (top)</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Off</option>
|
||||
<option value="1">Red</option>
|
||||
<option value="2">Green</option>
|
||||
<option value="3">Blue</option>
|
||||
<option value="4">Magenta</option>
|
||||
<option value="5">Yellow</option>
|
||||
<option value="6">Cyan</option>
|
||||
<option value="7">White</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param30">
|
||||
<item-type>Number</item-type>
|
||||
<label>Blink Frequency</label>
|
||||
<description>Set blink frequency when displaying custom status</description>
|
||||
<state pattern="%s">
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param31">
|
||||
<item-type>Number</item-type>
|
||||
<label>LED 1 Blink Status</label>
|
||||
<description>LED 1 Blink Status (bottom)</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">Solid</option>
|
||||
<option value="1">Blink</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homeseer_hs-wx300_00_000_config_decimal_param32">
|
||||
<item-type>Number</item-type>
|
||||
<label>Wire mode</label>
|
||||
<description>Sets the Wire mode / no neutral mod of the switch</description>
|
||||
<state pattern="%s">
|
||||
<options>
|
||||
<option value="0">3 wire mode (Neutral, Line, & Load)</option>
|
||||
<option value="1">2 wire mode (Line & Load)</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -7,7 +7,9 @@
|
|||
|
||||
<thing-type id="merten_507001_00_000" listed="false">
|
||||
<label>507001 Switch Wall Insert 1 Gang</label>
|
||||
<description>Switch Wall Insert 1 Gang</description>
|
||||
<description><![CDATA[
|
||||
Switch Wall Insert 1 Gang<br /> <h1>Overview</h1><p>You can use the flush-mounted receiver to switch a load on and off via radio signal. When it receives the radio signal, the flush-mounted receiver switches its contact.</p> <br /> <h2>Inclusion Information</h2><p>Press the flush-mounted receiver's switch button three times within approx. 1.5 seconds (with a sharp object such as a phase tester. The LED in the flush-mounted receiver flashes.</p> <br /> <h2>Exclusion Information</h2><p>Press the flush-mounted receiver's switch button three times within approx. 1.5 seconds (with a sharp object such as a phase tester. The LED in the flush-mounted receiver flashes.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
|
@ -32,6 +34,18 @@
|
|||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Devices to be switched</label>
|
||||
<multipleLimit>12</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
|
|
|
@ -12,6 +12,16 @@ Roller shutter push-button<br /> <h1>Overview</h1><p>The roller shutter push-but
|
|||
]]></description>
|
||||
<category>Blinds</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="basic_switch_binary" typeId="switch_binary">
|
||||
<label></label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_BASIC</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Merten</property>
|
||||
|
|
|
@ -0,0 +1,190 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="nietech_mp21zd_00_000" listed="false">
|
||||
<label>MP21ZD Z-Wave Mini Plug Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Z-Wave Mini Plug Dimmer<br /> <h1>Overview</h1><p><b>Specifications:</b></p><ul><li>Power: 120V 60Hz</li><li>Loading: 200W Max</li><li>Frequency: 908.42Mhz</li><li>Temperature Range: 0°C ~ 40°C</li><li>Indoor use in dry location</li></ul><p><b>Features:</b><br /></p><ol><li>Z-Wave on/off + dimmer control.</li><li>Grounded 3-wire power connection for safety.</li><li>Remembers and restores on/off status after power failure.</li><li>Built-in Z-Wave Plus signal repeater to extend network range.</li><li>S2 security and 700 Z-Wave chip for reliable wireless communication.</li><li>Work with all certificated Z-Wave controllers.</li></ol> <br /> <h2>Inclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.</li><li>Once the controller is ready to add your device, press the manual/program button on the smart plug 3 times quickly.</li></ol> <br /> <h2>Exclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.</li><li>Once the controller is ready to remove your device, press the manual/program button on the smart plug 3 times quickly.</li></ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">NIE Technology</property>
|
||||
<property name="modelId">MP21ZD</property>
|
||||
<property name="manufacturerId">0312</property>
|
||||
<property name="manufacturerRef">FF00:FF0D</property>
|
||||
<property name="dbReference">1429</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="3">
|
||||
<label>2: LED Indicator</label>
|
||||
<description><![CDATA[
|
||||
LED Indicator Setup<br /> <h1>Overview</h1><p>This parameter can access you to choose the led indicator to be on when the plug(light) is on/off, or LED indicator remains on/off all times.</p><p>(LED flashes 3 times when the configuration parameter changed.)</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">LED is ON when the switch if OFF, and LED is OFF when switch is ON</option>
|
||||
<option value="1">LED is ON when switch is ON and LED is OFF when switch is OFF</option>
|
||||
<option value="2">LED is always OFF</option>
|
||||
<option value="3">LED is always ON</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_4" type="integer" groupName="configuration">
|
||||
<label>4: Auto Turn-Off Timer</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-Off Timer Setup<br /> <h1>Overview</h1><p>This parameter can access you to set a timer to make the switch turn off automatically after the switch turned on. The number entered as value corresponds to number of minutes.</p><p>(LED flashes 3 times when the configuration parameter changed.)<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_4" type="integer" groupName="configuration">
|
||||
<label>6: Auto Turn-On Timer</label>
|
||||
<description><![CDATA[
|
||||
Auto Turn-On Timer Setup<br /> <h1>Overview</h1><p>This parameter can access you to set a timer to make the switch turn on automatically after the switch turned off. The number entered as value corresponds to number of minutes.</p><p>(LED flashes 3 times when the configuration parameter changed.)<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="1" max="10">
|
||||
<label>7: Night Light</label>
|
||||
<description><![CDATA[
|
||||
Night Light Setup<br /> <h1>Overview</h1><p>This parameter can access you to set a specific brightness for the light when you want to make it as a night light.</p><p>Value <i>x</i> = 10<i>x</i> percent brightness</p><p>(LED flashes 3 times when the configuration parameter changed.)<br /></p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="0" max="255">
|
||||
<label>8: State Restore</label>
|
||||
<description><![CDATA[
|
||||
Power Failure Restore State Setup<br /> <h1>Overview</h1><p>This parameter can access you to set the switch to be on/off after power failure.</p><p><b>Operation: quickly press 8 times to change this parameter.</b></p><p>(LED flashes 3 times when the configuration parameter changed.)</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">The switch is off regardless of the state prior to power failure.</option>
|
||||
<option value="1">The switch is on regardless of the state prior to power failure.</option>
|
||||
<option value="2">This switch will return to state prior to the power failure.</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration"
|
||||
min="1" max="10">
|
||||
<label>10: Dimmer Speed</label>
|
||||
<description><![CDATA[
|
||||
Dimmer Speed Setup (Dimmer Control)<br /> <h1>Overview</h1><p>This parameter can access you to set the time from maximum brightness to minimum brightness or minimum brightness to maximum brightness.</p><p>(Only when hold to change the brightness or control from HUB).</p>
|
||||
]]></description>
|
||||
<default>4</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<label>11: Multilevel Minimum</label>
|
||||
<description><![CDATA[
|
||||
Multilevel Minimum Value Setup<br /> <h1>Overview</h1><p><b>Operation: quickly press 5 times to change this parameter.</b></p><p>(LED flashes 3 times when the configuration parameter changed.)</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration">
|
||||
<label>12: Multilevel Maximum</label>
|
||||
<description><![CDATA[
|
||||
Multilevel Maximum Value Setup<br /> <h1>Overview</h1><p><b>Operation: quickly press 10 times to change this parameter.</b></p><p>(LED flashes 3 times when the configuration parameter changed.)</p>
|
||||
]]></description>
|
||||
<default>99</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration"
|
||||
min="1" max="60">
|
||||
<label>13: Temperature Time</label>
|
||||
<description><![CDATA[
|
||||
Temperature Report Time Setup<br /> <h1>Overview</h1><p>This parameter determines the minimum time in temperature that will result in sending new power report to the main controller.</p><p>(LED flashes 3 times when the configuration parameter changed.)</p><p><b>Operation: Set up on the hub</b></p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_1" type="integer" groupName="configuration"
|
||||
min="1" max="10">
|
||||
<label>14: Temperature Threshold</label>
|
||||
<description><![CDATA[
|
||||
Temperature Report Threshold Setup<br /> <h1>Overview</h1><p>This parameter determines the minimum change in temperature that will result in sending new power report to the main controller.</p><p>(LED flashes 3 times when the configuration parameter changed.)</p><p><b>Operation: Set up on the hub.</b></p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
Association Group 1<br /> <h1>Overview</h1><p>This Device supports Lifeline (association group 1) supporting 1 node for lifeline communication.</p><p>Group 1 must be assigned the Node ID of the primary controller where unsolicited notifications will be sent. The Z-Wave controller should set this association automatically after inclusion.</p><p>Lifeline association only supports the “Device Reset Locally” function.</p>
|
||||
]]></description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Basic set command</label>
|
||||
<description>Association Group 2</description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="remotec_zurc550eu_00_000" listed="false">
|
||||
<label>Z-URC 550EU Z-Wave Enabled Universal Remote Control</label>
|
||||
<description><![CDATA[
|
||||
Z-Wave Enabled Universal Remote Control<br /> <h1>Overview</h1><p>Your Z-URC will be able to control all the Z-Wave products around your house.</p> <br /> <h2>Inclusion Information</h2><ol><li>Enter Z-Wave Additional Feature Setup Mode by pressing and holding the Conf and Remove key for 3 seconds then the OK light will remain on.</li><li>Place the two remotes close to each other.</li><li>Enter 8363 on the XpressZetupTM keypad the OK light will flash once after you enter one digit and then will keep flashing after entering all 4 digits.</li><li>Make sure the primary source remote is set up to send information to your Z-URCTMremote control. (Refer to the target remotes user manual for more information)</li><li>When the replication has been completed the OK light flashes once slowly and then turns off.</li></ol><p>Note: If the replication is unsuccessful, the OK light turns off and the error light will flash 6 times then turn off.</p> <br /> <h2>Exclusion Information</h2><p>See Inclusion.<br /></p> <br /> <h2>Wakeup Information</h2><p>See Inclusion, but press 8364 instead of 8363, see manual p. 9.<br /></p>
|
||||
Z-Wave Enabled Universal Remote Control<br /> <h1>Overview</h1><p>Your Z-URC will be able to control all the Z-Wave products around your house.</p> <br /> <h2>Inclusion Information</h2><ol><li>Enter Z-Wave Additional Feature Setup Mode by pressing and holding the Conf and Remove key for 3 seconds then the OK light will remain on.</li><li>Place the two remotes close to each other.</li><li>Enter 8363 on the XpressZetupTM keypad the OK light will flash once after you enter one digit and then will keep flashing after entering all 4 digits.</li><li>Make sure the primary source remote is set up to send information to your Z-URCTMremote control. (Refer to the target remotes user manual for more information)</li><li>When the replication has been completed the OK light flashes once slowly and then turns off.</li></ol><p>Note: If the replication is unsuccessful, the OK light turns off and the error light will flash 6 times then turn off.</p> <br /> <h2>Exclusion Information</h2><p>See Inclusion.<br /></p> <br /> <h2>Wakeup Information</h2><p>See Inclusion, but press 836<b>4</b> instead of 836<b>3</b>, see manual p. 9.<br /></p>
|
||||
]]></description>
|
||||
<category>RemoteControl</category>
|
||||
|
||||
|
|
|
@ -20,24 +20,18 @@ Strips Guard<br /> <h1>Overview</h1><p>Strips Guard 700 is a magnetic sensor for
|
|||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_burglar" typeId="alarm_burglar">
|
||||
<label>Alarm (burglar)</label>
|
||||
<channel id="sensor_door" typeId="sensor_door">
|
||||
<label>Door Sensor</label>
|
||||
<properties>
|
||||
<property name="binding:*:OpenClosedType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_tamper" typeId="alarm_tamper">
|
||||
<label>Tamper Alarm</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=BURGLAR</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_access" typeId="alarm_access">
|
||||
<label>Alarm (access)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="battery-level" typeId="system.battery-level">
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
|
||||
|
@ -149,7 +143,7 @@ Activate Supervision command for only important alarm events or all events. Supe
|
|||
|
||||
<parameter name="config_22_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>22: Securiy Level</label>
|
||||
<label>22: Security Level</label>
|
||||
<description><![CDATA[
|
||||
Select the level of security.<br /> <h1>Overview</h1><p>0 - Standard (Forces parameter behavior as follows: #16=10000; #17=Sensative standard (retries with an incrementally longer period until reconnected); #18=0; #19=Off)</p><p>1 - High Security (Enables parameters #16-#19; #1=2; #15=2)</p>
|
||||
]]></description>
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
<thing-type id="shenzhen_naspd07z_00_000" listed="false">
|
||||
<label>NAS-PD07Z NEO Coolcam PIR 5 in 1</label>
|
||||
<description><![CDATA[
|
||||
NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperature, humidity, luminance, tamper alarm<br /></p> <br /> <h2>Inclusion Information</h2><p>tdb<br /></p> <br /> <h2>Exclusion Information</h2><p>tdb<br /></p> <br /> <h2>Wakeup Information</h2><p>tdb<br /></p>
|
||||
NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperature, humidity, luminance, tamper alarm<br /></p> <br /> <h2>Inclusion Information</h2><ol><li>Power up the device.</li><li>Set Z-Wave Controller into inclusion mode.</li><li>Press and hold the button for 5 s until white led light is on, then release the button before led turns off.</li></ol><p>Blue led will blink with 1 s interval until inclusion successful.<br /></p> <br /> <h2>Exclusion Information</h2><ol><li>Power up the device.</li><li>Set Z-Wave Controller into exclusion mode.</li><li>Press and hold the button for 5 s until white led light is on, then release the button before led turns off.</li></ol><p>Blue led will blink with 0.5 s interval until exclusion successful.</p> <br /> <h2>Wakeup Information</h2><p>Send NIF: <br /></p><p>Press and hold the button for 5 s until white led light is on, then release the button before led turns off.</p>
|
||||
]]></description>
|
||||
<category>Sensor</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="sensor_binary" typeId="sensor_binary">
|
||||
<channel id="alarm_motion" typeId="alarm_motion">
|
||||
<label>Binary Sensor</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_SENSOR_BINARY</property>
|
||||
|
@ -51,7 +51,7 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
<property name="vendor">Shenzhen Neo Electronics Co., Ltd</property>
|
||||
<property name="modelId">NAS-PD07Z</property>
|
||||
<property name="manufacturerId">0258</property>
|
||||
<property name="manufacturerRef">0010:0718</property>
|
||||
<property name="manufacturerRef">0010:0718,0010:0720</property>
|
||||
<property name="dbReference">1428</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
@ -73,7 +73,10 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_1_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>1: LED: Blink on motion</label>
|
||||
<label>1: Led Indicator Enable</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the Led light on disable or enable. '1' - Enable Led Blink when device detects a motion event. '0' - Disable Led blink. This configuration is not affect inclusion, exclusion and reset.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
|
@ -83,7 +86,10 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>2: Motion detection</label>
|
||||
<label>2: Motion Enable</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the motion detected if enable or not. '0' - Motion detected disable. '1' - Motion detected enable.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
|
@ -93,7 +99,10 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>3: Motion sensor: prevent re-trigger while on</label>
|
||||
<label>3: Motion Alarm Once Enable</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This Parameter is configured the motion detected event report one time before motion event cleared. '0' - Motion event alarm will be reported when motion event is detected every time. '1' - Motion event alarm report only once before motion event cleared.</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
|
@ -103,7 +112,10 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>4: Require luminance change for Basic Sets on motion (see Param 14)</label>
|
||||
<label>4: Luminance Associated Enable</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>'1' - Enable current light intensity to associate the motion event, if there has a motion event detected and the current light intensity is less than the settings in Configuraton No. 16, the device will send a BASIC_SET to nodes associated in Group 2. And if the current light intensity is larger then the setting in Configuration No. 16, the device will not send BASIC_SET to nodes associated in Group 2. '0' - Light intensity is not associated with motion event. <br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
|
@ -112,101 +124,163 @@ NEO Coolcam PIR 5 in 1<br /> <h1>Overview</h1><p>5 in 1 sensor: motion, temperat
|
|||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="15">
|
||||
<label>5: Motion sensor sensitivity</label>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
min="0" max="1">
|
||||
<label>5: Binary Sensor Report Enable</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>'1' - Enable sensor binary report when device detects a motion event. '0' - Disable sensor binary report when device detects a motion event.<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enale</option>
|
||||
</options>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="-120" max="120">
|
||||
<label>6: Temperature offset value</label>
|
||||
<default>0</default>
|
||||
min="0" max="15">
|
||||
<label>6: Motion Sensitivity</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the sensitivity that motion detect. This value is larger, the sensitivity is lower, and the distance for motion detecting is closer.<br /></p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration"
|
||||
min="-120" max="120">
|
||||
<label>7: Humidity offset value</label>
|
||||
<label>7: Temperature Offset Value</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>The current measuring temperature value can be add and minus a value by this setting. Temperature Offset Value = [Value] x 0.1 Degree Celsius / Fahrenheit (US).<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>8: Temperature change report threshold</label>
|
||||
<default>10</default>
|
||||
min="-120" max="120">
|
||||
<label>8: Humidity Offset Value</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>The current measuring humidity value can be add and minus a value by this setting. Humidity Offset Value = [Value] x 0.1 RH%<br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>9: Humidity change report threshold</label>
|
||||
<default>20</default>
|
||||
min="0" max="120">
|
||||
<label>9: Temperature D-Value Setting</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This configuration sets the changed value of the temperature. When the difference from the last report exceeds this setting value, the device will report current temperature value to Z-Wave Hubs. The D-Value = [Value] x 0.1 Degree Celsius / Fahrenheit (US).<br /></p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration"
|
||||
min="0" max="120">
|
||||
<label>10: Luminance change report threshold</label>
|
||||
<default>50</default>
|
||||
<label>10: Humidity D-Value Setting</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This configuration sets the changed value of the humidity. When the difference from the last report exceeds this setting value, the device will report current humidity value to Z-Wave Hubs. The D-Value = [Value] x 0.1 RH%.</p>
|
||||
]]></description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>11: Association Group 2: Basic Set level</label>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>12: Basic Set off delay time</label>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_2" type="integer" groupName="configuration"
|
||||
min="1" max="30000">
|
||||
<label>13: Motion clear time</label>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_2" type="integer" groupName="configuration"
|
||||
min="0" max="1000">
|
||||
<label>14: Luminance threshold for Basic Sets</label>
|
||||
min="0" max="120">
|
||||
<label>11: Luminance D-Value Setting</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This configuration sets the changed value of the luminance. When the difference from the last report exceeds this setting value, the device will report current luminance value to Z-Wave Hubs. Unit: Lux.</p>
|
||||
]]></description>
|
||||
<default>50</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_2" type="integer" groupName="configuration"
|
||||
<parameter name="config_12_2" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>12: Basic Set Level</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the value that BASIC_SET for nodes that associated in Group 2. '100' - BASIC_SET = 0xFF (ON). '0' - BASIC_SET = 0x00 (OFF).<br /></p>
|
||||
]]></description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration"
|
||||
min="1" max="8">
|
||||
<label>13: Motion Blind Time</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the time interval between two motion events triggered, during this period the motion detector will not be triggered even there has someone move in front of motion detector. Unit: Second.<br /></p>
|
||||
]]></description>
|
||||
<default>8</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>15: Sensor report interval</label>
|
||||
<label>14: Basic Set Off Delay Time</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the time delay for device sending BASIC_SET = 0x00 to nodes that associated in Group 2 when device detects a motion event. [0] - Not Send BASIC_SET = 0x00 Command. [1-30000] - Time delay count. Unit: Second.<br /></p>
|
||||
]]></description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_2" type="integer" groupName="configuration"
|
||||
min="1" max="30000">
|
||||
<label>15: Motion Clear Time</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the time to clear motion event after a motion event detected. Time to motion clear, the device will send a clear event report to controller. Unit: Second.<br /></p>
|
||||
]]></description>
|
||||
<default>30</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_16_2" type="integer" groupName="configuration"
|
||||
min="0" max="1000">
|
||||
<label>16: Luminance Threshold for Associated</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the light intensity threshold. When Ambient light intensity is less than this setting, device will consider the current environment is insufficient light. If "Configuration No. 3" is set '1' and a motion event is detected, the device will send a BASIC_SET to the nodes which associated in Group 2. Unit: 1 Lux.<br /></p>
|
||||
]]></description>
|
||||
<default>50</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_17_2" type="integer" groupName="configuration"
|
||||
min="0" max="30000">
|
||||
<label>17: Sensor Measureing Interval</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter is configured the time interval for light sensor, temperature and humidity sensor measuring. This value is larger, the battery life is longer. And the sensors values changed are not obvious. 0 - All sensors are disabled. Unit: Second.<br /></p>
|
||||
]]></description>
|
||||
<default>180</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_99_2" type="integer" groupName="configuration"
|
||||
<parameter name="config_18_2" type="integer" groupName="configuration"
|
||||
min="1" max="32767">
|
||||
<label>99: Light intensity offset value</label>
|
||||
<description>See manual for details</description>
|
||||
<label>18: Light Intensity Offset Calibration</label>
|
||||
<description><![CDATA[
|
||||
<br /> <h1>Overview</h1><p>This parameter defines the calibrated scale for ambient light intensity. Because the method and position that the sensor mounted and the cover of sensor will bring measurement error, user can get more real light intensity by this parameter setting. User should run the steps blows for calibrating.</p><p>1. Set this parameter value to default (Assumes the sensor has been added in a Z-Wave Network).</p><p>2. Place a digital luxmeter close to sensor and keep the same direction, monitor the light intensity values (Vm) which report to controller and record it. The same time user should record the Value (Vs) of luxmeter.</p><p>3. The scale calibration formula: k = Vm / Vs.</p><p>4. The value of k is then multiplied by 1000 and rounded to the nearest whole number.</p><p>5. Set the value getting in 5) to this parameter, calibrate finished. <br /></p><p>For example, Vm = 300, Vs = 2000 [sic], then k = 300 / 2600 = 0.11538</p><p>k = 0.11538 * 1000 = 115,38 ~ 115</p><p>The parameter should be set to 115.<br /></p>
|
||||
]]></description>
|
||||
<default>5320</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<!-- ASSOCIATION DEFINITIONS -->
|
||||
<parameter name="group_1" type="text" groupName="association">
|
||||
<parameter name="group_1" type="text" groupName="association" multiple="true">
|
||||
<label>1: Lifeline</label>
|
||||
<description><![CDATA[
|
||||
Lifeline<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<parameter name="group_2" type="text" groupName="association">
|
||||
<parameter name="group_2" type="text" groupName="association" multiple="true">
|
||||
<label>2: Basic Set</label>
|
||||
<description>Basic Set</description>
|
||||
<description><![CDATA[
|
||||
Basic Set<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="sunricher_zv2835rac_00_000" listed="false">
|
||||
<label>ZV2835RAC Knob Smart Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Knob Smart Dimmer<br /> <h1>Overview</h1><p>The knob smart dimmer is a Z-Wave device designed to work with various types of light sources. It may be connected to two-wire or three-wire configuration so it can operate with or without neutral lead. The dimmer can switch or dim connected light source either through Z-Wave devices or through the rotary knob directly. The smart dimmer is equipped with an algorithm of smart light source detection which makes configuration easier and ensures high compatibility of the device. It may be used as a switch with non-dimmable light sources (in 3-wire connection).</p> <p>Main Features:</p> <ul><li>Advanced microprocessor control,</li> <li>Implemented algorithm of smart light source detection,</li> <li>Auto-adjustment of the appropriate control mode to connected load,</li> <li>Active power and energy metering functionality,</li> <li>Soft start function,</li> <li>Memory of the last lighting level settings</li> </ul><p>It operates under the following loads:</p> <ul><li>Conventional incandescent and HV halogen light sources</li> <li>ELV halogen lamps and dimmable LED bulbs (with electronic transformers)</li> <li>MLV halogen lamps (with ferromagnetic transformers)</li> <li>Dimmable LED bulbs</li> <li>Dimmable compact fluorescent CFL tube lamps</li> </ul><p>It can be configured to use “Trailing edge” or “Leading edge” to control following load types:</p> <ul><li>"Trailing edge" for resistive loads</li> <li>"Trailing edge" for capacitive loads</li> <li>"Leading edge" for inductive loa</li> </ul> <br /> <h2>Inclusion Information</h2><p>There are two methods to set the dimmer into inclusion mode:</p> <ol><li>Repower on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.</li> <li>Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.</li> </ol> <br /> <h2>Exclusion Information</h2><p>There are two exclusion methods:</p> <p>Method 1: Exclusion from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion).</li> <li>Triple press reset button, the dimmer will be set to exclusion mode, and waiting to be excluded, then the dimmer will be excluded from the network.</li> </ol><p>Method 2: Factory reset the dimmer will force it to be excluded from a network. Note: Factory reset is not recommended for exclusion, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.<br />Factory Reset: Press and hold down the reset button for over 10 seconds, the dimmer will be reset to factory defaults, the load brightness will be restored to 50% and will flash slowly.</p>
|
||||
Knob Smart Dimmer<br /> <h1>Overview</h1><p>The knob smart dimmer is a Z-Wave device designed to work with various types of light sources. It may be connected to two-wire or three-wire configuration so it can operate with or without neutral lead. The dimmer can switch or dim connected light source either through Z-Wave devices or through the rotary knob directly. The smart dimmer is equipped with an algorithm of smart light source detection which makes configuration easier and ensures high compatibility of the device. It may be used as a switch with non-dimmable light sources (in 3-wire connection).</p> <p>Main Features:</p> <ul><li>Advanced microprocessor control,</li> <li>Implemented algorithm of smart light source detection,</li> <li>Auto-adjustment of the appropriate control mode to connected load,</li> <li>Active power and energy metering functionality,</li> <li>Soft start function,</li> <li>Memory of the last lighting level settings</li> </ul><p>It operates under the following loads:</p> <ul><li>Conventional incandescent and HV halogen light sources</li> <li>ELV halogen lamps and dimmable LED bulbs (with electronic transformers)</li> <li>MLV halogen lamps (with ferromagnetic transformers)</li> <li>Dimmable LED bulbs</li> <li>Dimmable compact fluorescent CFL tube lamps</li> </ul><p>It can be configured to use “Trailing edge” or “Leading edge” to control following load types:</p> <ul><li>"Trailing edge" for resistive loads</li> <li>"Trailing edge" for capacitive loads</li> <li>"Leading edge" for inductive loa</li> </ul> <br /> <h2>Inclusion Information</h2><p>There are two methods to set the dimmer into inclusion mode:</p> <ol><li>Repower on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.</li> <li>Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.</li> </ol> <br /> <h2>Exclusion Information</h2><p>There are two exclusion methods:</p> <p>Method 1: Exclusion from the primary controller/gateway as follows:</p> <ol><li>Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion).</li> <li>Triple press reset button, the dimmer will be set to exclusion mode, and waiting to be excluded, then the dimmer will be excluded from the network.</li> </ol><p>Method 2: Factory reset the dimmer will force it to be excluded from a network. Note: Factory reset is not recommended for exclusion, please use this procedure only if the primary controller/gateway is missing or otherwise inoperable.<br />Factory Reset: Press and hold down the reset button for over 10 seconds, the dimmer will be reset to factory defaults, the load brightness will be restored to 50% and will flash slowly.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>WallSwitch</category>
|
||||
|
||||
|
@ -71,6 +71,7 @@ Knob Smart Dimmer<br /> <h1>Overview</h1><p>The knob smart dimmer is a Z-Wave de
|
|||
<property name="modelId">ZV2835RAC</property>
|
||||
<property name="manufacturerId">0330</property>
|
||||
<property name="manufacturerRef">0200:D017</property>
|
||||
<property name="versionMax">1.23</property>
|
||||
<property name="dbReference">1177</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
|
|
@ -0,0 +1,354 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="zwave"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0
|
||||
https://openhab.org/schemas/thing-description/v1.0.0">
|
||||
|
||||
<thing-type id="sunricher_zv2835rac_01_024" listed="false">
|
||||
<label>ZV2835RAC Knob Smart Dimmer</label>
|
||||
<description><![CDATA[
|
||||
Knob Smart Dimmer<br /> <h1>Overview</h1><p>The knob smart dimmer is a Z-Wave device designed to work with various types of light sources. It may be connected to two-wire or three-wire configuration so it can operate with or without neutral lead. The dimmer can switch or dim connected light source either through Z-Wave devices or through the rotary knob directly. The smart dimmer is equipped with an algorithm of smart light source detection which makes configuration easier and ensures high compatibility of the device. It may be used as a switch with non-dimmable light sources (in 3-wire connection).<br /></p> <p>Main Features:</p> <ul><li>Advanced microprocessor control,</li> <li>Implemented algorithm of smart light source detection,</li> <li>Auto-adjustment of the appropriate control mode to connected load,</li> <li>Active power and energy metering functionality,</li> <li>Soft start function,</li> <li>Memory of the last lighting level settings</li> </ul><p>It operates under the following loads:</p> <ul><li>Conventional incandescent and HV halogen light sources</li> <li>ELV halogen lamps and dimmable LED bulbs (with electronic transformers)</li> <li>MLV halogen lamps (with ferromagnetic transformers)</li> <li>Dimmable LED bulbs</li> <li>Dimmable compact fluorescent CFL tube lamps</li> </ul><p>It can be configured to use “Trailing edge” or “Leading edge” to control following load types:</p> <ul><li>"Trailing edge" for resistive loads</li> <li>"Trailing edge" for capacitive loads</li> <li>"Leading edge" for inductive loa</li> </ul> <br /> <h2>Inclusion Information</h2><p>There are two methods to set the dimmer into inclusion mode:<br /></p> <ol><li>Power on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.</li> <li>Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.</li> </ol> <br /> <h2>Exclusion Information</h2><p>There are two methods to set the dimmer into inclusion mode:<br /></p> <ol><li>Power on the dimmer, it will be set into inclusion mode automatically, and waiting to be included.</li> <li>Triple press reset button on the dimmer, it will set the dimmer into inclusion mode.</li> </ol> <br /> <h2>Wakeup Information</h2><p><br /></p>
|
||||
]]></description>
|
||||
<category>Battery</category>
|
||||
|
||||
<!-- CHANNEL DEFINITIONS -->
|
||||
<channels>
|
||||
<channel id="switch_dimmer" typeId="switch_dimmer">
|
||||
<label>Dimmer</label>
|
||||
<properties>
|
||||
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="scene_number" typeId="scene_number">
|
||||
<label>Scene Number</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_kwh" typeId="meter_kwh">
|
||||
<label>Electric meter (kWh)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_watts" typeId="meter_watts">
|
||||
<label>Electric meter (watts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_voltage" typeId="meter_voltage">
|
||||
<label>Electric meter (volts)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_V</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="meter_current" typeId="meter_current">
|
||||
<label>Electric meter (amps)</label>
|
||||
<properties>
|
||||
<property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_A</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_power" typeId="alarm_power">
|
||||
<label>Alarm (power)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property>
|
||||
</properties>
|
||||
</channel>
|
||||
<channel id="alarm_system" typeId="alarm_system">
|
||||
<label>Alarm (system)</label>
|
||||
<properties>
|
||||
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
|
||||
</properties>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
<!-- DEVICE PROPERTY DEFINITIONS -->
|
||||
<properties>
|
||||
<property name="vendor">Sunricher</property>
|
||||
<property name="modelId">ZV2835RAC</property>
|
||||
<property name="manufacturerId">0330</property>
|
||||
<property name="manufacturerRef">0200:D017</property>
|
||||
<property name="versionMin">1.24</property>
|
||||
<property name="dbReference">1430</property>
|
||||
<property name="defaultAssociations">1</property>
|
||||
</properties>
|
||||
|
||||
<!-- CONFIGURATION DESCRIPTIONS -->
|
||||
<config-description>
|
||||
|
||||
<!-- GROUP DEFINITIONS -->
|
||||
<parameter-group name="configuration">
|
||||
<context>setup</context>
|
||||
<label>Configuration Parameters</label>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="association">
|
||||
<context>link</context>
|
||||
<label>Association Groups</label>
|
||||
</parameter-group>
|
||||
|
||||
<!-- PARAMETER DEFINITIONS -->
|
||||
<parameter name="config_2_1" type="integer" groupName="configuration">
|
||||
<label>2: Saving load state</label>
|
||||
<description><![CDATA[
|
||||
Saving load state before power failure<br /> <h1>Overview</h1><p>Info: Saving load state before power failure 0 - shutoff load 1 - turn on load 2 - save load state before power failure</p>
|
||||
]]></description>
|
||||
<default>2</default>
|
||||
<options>
|
||||
<option value="0">Shutoff load</option>
|
||||
<option value="1">turn on load</option>
|
||||
<option value="2">Save load state</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_3_1" type="integer" groupName="configuration">
|
||||
<label>3: Basic report</label>
|
||||
<description><![CDATA[
|
||||
Send the basic report to the Lifeline when the load state changed<br /> <h1>Overview</h1><p>Info: Enable/disable to send the basic report to the Lifeline when the load state changed(When value set as 1, re-power on the dimmer, it will send Basic report automatically) 0 - Disable to send Basic report 1 - Enable to send Basic report</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable Basic report</option>
|
||||
<option value="1">Enable Basic report</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_4_1" type="integer" groupName="configuration"
|
||||
min="0" max="127">
|
||||
<label>4: Default fade time</label>
|
||||
<description><![CDATA[
|
||||
Default fade time<br /> <h1>Overview</h1><p>Default fade time (unit is second, this value has the same function as Duration of Multilevel) 0: Instantly 1-127: 1 to 127 seconds in 1 second resolution</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_5_1" type="integer" groupName="configuration"
|
||||
min="0" max="50">
|
||||
<label>5: Minimum brightness</label>
|
||||
<description>Minimum brightness</description>
|
||||
<default>15</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_6_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>6: Maximum brightness</label>
|
||||
<description>Maximum brightness</description>
|
||||
<default>100</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_7_1" type="integer" groupName="configuration">
|
||||
<label>7: MOSFET driving type</label>
|
||||
<description><![CDATA[
|
||||
MOSFET driving type<br /> <h1>Overview</h1><p>MOSFET driving type:</p> <p>0 - trailing edge<br />1 - leading edge</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Trailing edge</option>
|
||||
<option value="1">Leading edge</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_8_1" type="integer" groupName="configuration"
|
||||
min="1" max="50">
|
||||
<label>8: Step setting</label>
|
||||
<description><![CDATA[
|
||||
Step setting of the knob<br /> <h1>Overview</h1><p>Setting step of the knob</p> <p>Corresponding dimming stepping level for each rotation of the knob (a full dimming stepping level is 99) Valid value: 1-50</p>
|
||||
]]></description>
|
||||
<default>5</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_9_1" type="integer" groupName="configuration">
|
||||
<label>9: Add and remove through switch</label>
|
||||
<description><![CDATA[
|
||||
Add and remove through switch<br /> <h1>Overview</h1><p>Added to and removed from a network through external switch (when enables this function, triple press the external switch within 1.5 seconds to be added to or removed from a network)</p> <p>0 - disable <br />1 - enable</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_10_1" type="integer" groupName="configuration">
|
||||
<label>10: Load detection</label>
|
||||
<description><![CDATA[
|
||||
Load detection<br /> <h1>Overview</h1><p>Enable/disable to detect load after re-power on (detect load type, minimum brightness, maximum brightness)<br />0 - disable<br />1 - enable to detect every time after re-power on<br />2 - enable to detect only after first re-power on<br /><br />Note: When the device does not belong to any network, load detection will be enabled every time after re-power on. When the device has already been added to a network, load detection will be disabled.</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable after each power on</option>
|
||||
<option value="2">Enable after first power on</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_11_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>11: Wiring type</label>
|
||||
<description><![CDATA[
|
||||
Wiring type<br /> <h1>Overview</h1><p>Wiring type</p> <p>0 - unknown<br />1 - 2 Wire With No Neutral<br />2 - 3 Wire With Neutral</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unknown</option>
|
||||
<option value="1">2 Wire with no Neutral</option>
|
||||
<option value="2">3 Wire with Neutral</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_12_1" type="integer" groupName="configuration" readOnly="true">
|
||||
<label>12: Load type</label>
|
||||
<description><![CDATA[
|
||||
Load type<br /> <h1>Overview</h1><p>Load type</p> <p>0 - unknown<br />1 - resistive<br />2 - inductive<br />3 - capacitive</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Unknown</option>
|
||||
<option value="1">Resistive</option>
|
||||
<option value="2">Inductive</option>
|
||||
<option value="3">Capacitive</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_13_1" type="integer" groupName="configuration">
|
||||
<label>13: Overcurrect Protection</label>
|
||||
<description><![CDATA[
|
||||
Overcurrect Protection<br /> <h1>Overview</h1><p>Enable/disable over current protection (over 3.2A for 20 seconds continuously)</p> <p>0 – disable<br />1 – enable</p>
|
||||
]]></description>
|
||||
<default>1</default>
|
||||
<options>
|
||||
<option value="0">Disable</option>
|
||||
<option value="1">Enable</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_14_2" type="integer" groupName="configuration"
|
||||
min="0" max="600">
|
||||
<label>14: Power absolute threshold</label>
|
||||
<description><![CDATA[
|
||||
Power automatic report absolute threshold<br /> <h1>Overview</h1><p>Power automatic report absolute threshold, unit is W<br />When power changes above the absolute threshold, immediately report current power value</p>
|
||||
]]></description>
|
||||
<default>10</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_15_1" type="integer" groupName="configuration"
|
||||
min="0" max="100">
|
||||
<label>15: Power percentage threshold</label>
|
||||
<description><![CDATA[
|
||||
Power automatic report percentage threshold<br /> <h1>Overview</h1><p>Power automatic report percentage threshold, unit is %<br />When power changes above the percentage threshold, immediately report current power value</p>
|
||||
]]></description>
|
||||
<default>20</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_21_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>21: Power report cycle</label>
|
||||
<description><![CDATA[
|
||||
Power metering automatic report time cycle<br /> <h1>Overview</h1><p>Power metering automatic report time cycle, unit is second<br />Valid time cycle value: 5~2678400<br />Default is 600 seconds (10 minutes)</p>
|
||||
]]></description>
|
||||
<default>600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_22_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>22: Energy report cycle</label>
|
||||
<description><![CDATA[
|
||||
Energy metering automatic report time cycle<br /> <h1>Overview</h1><p>Energy metering automatic report time cycle, unit is second</p> <p>Valid time cycle value: 5~2678400</p> <p>Default is 1800 seconds (30 minutes)</p>
|
||||
]]></description>
|
||||
<default>1800</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_23_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>23: Voltage report cycle</label>
|
||||
<description><![CDATA[
|
||||
Voltage metering automatic report time cycle<br /> <h1>Overview</h1><p>Voltage metering automatic report time cycle, unit is second</p> <p>Valid time cycle value: 5~267840</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_24_4" type="integer" groupName="configuration"
|
||||
min="5" max="2678400">
|
||||
<label>24: Current report cycle</label>
|
||||
<description><![CDATA[
|
||||
Current metering automatic report time cycle<br /> <h1>Overview</h1><p>Current metering automatic report time cycle, unit is second</p> <p>Valid time cycle value: 5~2678400</p>
|
||||
]]></description>
|
||||
<default>3600</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_31_1" type="integer" groupName="configuration">
|
||||
<label>31: Dimming curve</label>
|
||||
<description>Dimming Curve</description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Linear dimming</option>
|
||||
<option value="1">Logarithmic dimming</option>
|
||||
</options>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_32_1" type="integer" groupName="configuration"
|
||||
min="0" max="99">
|
||||
<label>32: Startup brightness</label>
|
||||
<description><![CDATA[
|
||||
Startup brightness<br /> <h1>Overview</h1><p>Setting startup brightness of the load</p> <p>Valid value: 0~99</p> <p>Note: every time when turn on the load from OFF status, if the target brightness is lower than the startup brightness, the brightness will first go to the startup brightness value then fall down to the target brightness</p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
|
||||
<parameter name="config_33_1" type="integer" groupName="configuration"
|
||||
min="0" max="1">
|
||||
<label>33: External switch type</label>
|
||||
<description><![CDATA[
|
||||
External switch type<br /> <h1>Overview</h1><p><br /></p>
|
||||
]]></description>
|
||||
<default>0</default>
|
||||
<options>
|
||||
<option value="0">Push button switch</option>
|
||||
<option value="1">Normal on/off switch</option>
|
||||
</options>
|
||||
</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: Launch 1</label>
|
||||
<multipleLimit>5</multipleLimit>
|
||||
</parameter>
|
||||
|
||||
<!-- STATIC DEFINITIONS -->
|
||||
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
|
||||
<label>Node ID</label>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
Loading…
Reference in New Issue