Updated external content (Jenkins build 932)
parent
12380c947e
commit
879d5ce47e
File diff suppressed because one or more lines are too long
|
@ -132,6 +132,10 @@ Note: After changing the DPT of already existing Channels, openHAB needs to be r
|
||||||
|-----------|---------------|-------------|
|
|-----------|---------------|-------------|
|
||||||
| ga | Group address | 9.001 |
|
| ga | Group address | 9.001 |
|
||||||
|
|
||||||
|
|
||||||
|
Note: Using the Units Of Measurement feature of openHAB (Quantitytype) requires that the DPT value is set correctly.
|
||||||
|
Automatic type conversion will be applied if required.
|
||||||
|
|
||||||
##### Channel Type "string"
|
##### Channel Type "string"
|
||||||
|
|
||||||
| Parameter | Description | Default DPT |
|
| Parameter | Description | Default DPT |
|
||||||
|
|
|
@ -54,11 +54,12 @@ The following Things and OpenWebNet `WHOs` are supported:
|
||||||
### For BUS/SCS
|
### For BUS/SCS
|
||||||
|
|
||||||
| Category | WHO | Thing Type IDs | Description | Status |
|
| Category | WHO | Thing Type IDs | Description | Status |
|
||||||
| ----------------------------- | :----------: | :--------------------------------------------------------: | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|-------------------------------|:-----------:|:----------------------------------------------------------:|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| Gateway Management | `13` | `bus_gateway` | Any IP gateway supporting OpenWebNet protocol should work | Successfully tested: F452, F453, F453AV,F454, F455, MyHOMEServer1, MyHOME_Screen10, MyHOME_Screen3,5, MH201, MH202, MH200N. Some connection stability issues/gateway resets reported with MH202 |
|
| Gateway Management | `13` | `bus_gateway` | Any IP gateway supporting OpenWebNet protocol should work | Successfully tested: F452, F453, F453AV,F454, F455, MyHOMEServer1, MyHOME_Screen10, MyHOME_Screen3,5, MH201, MH202, MH200N. Some connection stability issues/gateway resets reported with MH202 |
|
||||||
| 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) |
|
| 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 |
|
| 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`, `bus_thermo_cu` | Thermo zones management and temperature sensors (probes). | Successfully tested: H/LN4691, HS4692, KG4691; thermo sensors: L/N/NT4577 + 3455; Central Units (4 or 99 zones) are not fully supported yet. See [Channels - Thermo](#configuring-thermo) for more details |
|
| Temperature Control | `4` | `bus_thermo_zone`, `bus_thermo_sensor`, `bus_thermo_cu` | Thermo zones management and temperature sensors (probes). | Successfully tested: H/LN4691, HS4692, KG4691; thermo sensors: L/N/NT4577 + 3455; Central Units (4 or 99 zones) are not fully supported yet. See [Channels - Thermo](#configuring-thermo) for more details |
|
||||||
|
| Auxiliary (AUX) | `9` | `bus_aux` | AUX commands | Successfully tested: AUX configured for bulgrar-alarm unit 3486. Only sending AUX commands is supported |
|
||||||
| 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 |
|
| 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 |
|
||||||
| Dry Contact and IR Interfaces | `25` | `bus_dry_contact_ir` | Dry Contacts and IR Interfaces | Successfully tested: contact interfaces F428 and 3477; IR sensors: HC/HD/HS/L/N/NT4610 |
|
| Dry Contact and IR Interfaces | `25` | `bus_dry_contact_ir` | Dry Contacts and IR Interfaces | Successfully tested: contact interfaces F428 and 3477; IR sensors: HC/HD/HS/L/N/NT4610 |
|
||||||
| Energy Management | `18` | `bus_energy_meter` | Energy Management | Successfully tested: F520, F521 |
|
| Energy Management | `18` | `bus_energy_meter` | Energy Management | Successfully tested: F520, F521 |
|
||||||
|
@ -167,6 +168,21 @@ Temperature sensors can be configured defining a `bus_thermo_sensor` Thing with
|
||||||
|
|
||||||
The (optional) Central Unit can be configured defining a `bus_themo_cu` Thing.
|
The (optional) Central Unit can be configured defining a `bus_themo_cu` Thing.
|
||||||
|
|
||||||
|
#### Configuring Auxiliary (AUX)
|
||||||
|
|
||||||
|
BUS Auxiliary commands (WHO=9) can be used to send on the BUS commands to control, for example, external devices or a BTcino Alarm system.
|
||||||
|
|
||||||
|
To control a BTicino alarm system the alarm unit should be configured for example as follows:
|
||||||
|
|
||||||
|
Antitheft -> Automations -> then toggle the Event option -> then select OPEN code
|
||||||
|
|
||||||
|
- Type in the AUX command you want to set, e.g.\*9\*1\*4\## (where=4)
|
||||||
|
- Type in the associated Open Web Net code you want to execute, e.g.\*5\*8*#1234## (engage alarm on zones 1,2,3,4).
|
||||||
|
|
||||||
|
Please note that receiving AUX messages originating from the bus is not supported yet, only sending messages to the bus is supported.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Central Unit integration missing points
|
### Central Unit integration missing points
|
||||||
|
|
||||||
- Read setPoint temperature and current mode
|
- Read setPoint temperature and current mode
|
||||||
|
@ -178,13 +194,14 @@ The (optional) Central Unit can be configured defining a `bus_themo_cu` Thing.
|
||||||
### Lighting, Automation, Power meter, CEN/CEN+ Scenario Events and Dry Contact / IR Interfaces channels
|
### Lighting, Automation, Power meter, CEN/CEN+ Scenario Events and Dry Contact / IR Interfaces channels
|
||||||
|
|
||||||
| Channel Type ID (channel ID) | Applies to Thing Type IDs | Item Type | Description | Read/Write |
|
| 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 |
|
| `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 |
|
| `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 |
|
| `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) |
|
| `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) |
|
||||||
| `sensor` | `bus_dry_contact_ir` | Switch | Indicates if a Dry Contact Interface is `ON`/`OFF`, or if a IR Sensor is detecting movement (`ON`), or not (`OFF`) | R |
|
| `sensor` | `bus_dry_contact_ir` | Switch | Indicates if a Dry Contact Interface is `ON`/`OFF`, or if a IR Sensor is detecting movement (`ON`), or not (`OFF`) | R |
|
||||||
| `power` | `bus_energy_meter` | Number:Power | The current active power usage from Energy Meter | R |
|
| `power` | `bus_energy_meter` | Number:Power | The current active power usage from Energy Meter | R |
|
||||||
|
| `aux` | `bus_aux` | String | Possible commands: ON,OFF,TOGGLE, STOP, UP,DOWN,ENABLED, DISABLED, RESET_GEN, RESET_BI, RESET_TRI. Only 'ON' and `OFF' are supported for now | R/W |
|
||||||
|
|
||||||
### Thermo channels
|
### Thermo channels
|
||||||
|
|
||||||
|
@ -278,6 +295,7 @@ Bridge openwebnet:bus_gateway:mybridge "MyHOMEServer1" [ host="192.168.1.35", pa
|
||||||
bus_cen_scenario_control LR_CEN_scenario "Living Room CEN" [ where="51", buttons="4,3,8"]
|
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" ]
|
bus_cenplus_scenario_control LR_CENplus_scenario "Living Room CEN+" [ where="212", buttons="1,5,18" ]
|
||||||
bus_dry_contact_ir LR_IR_sensor "Living Room IR Sensor" [ where="399" ]
|
bus_dry_contact_ir LR_IR_sensor "Living Room IR Sensor" [ where="399" ]
|
||||||
|
bus_aux Alarm_activation "Alarm activation" [ where="4" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -335,8 +353,11 @@ Number:Temperature iEXT_temp "Temperature [%.1f %unit%]" (g
|
||||||
|
|
||||||
String iCENPlusProxyItem "CEN+ Proxy Item"
|
String iCENPlusProxyItem "CEN+ Proxy Item"
|
||||||
|
|
||||||
|
String iAlarm_activation "Alarm Activation" { channel="openwebnet:bus_aux:mybridge:Alarm_activation:aux"}
|
||||||
|
|
||||||
Switch iLR_IR_sensor "Sensor" { channel="openwebnet:bus_dry_contact_ir:mybridge:LR_IR_sensor:sensor" }
|
Switch iLR_IR_sensor "Sensor" { channel="openwebnet:bus_dry_contact_ir:mybridge:LR_IR_sensor:sensor" }
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Example items linked to OpenWebNet ZigBee devices:
|
Example items linked to OpenWebNet ZigBee devices:
|
||||||
|
@ -383,6 +404,12 @@ sitemap openwebnet label="OpenWebNet Binding Example Sitemap"
|
||||||
{
|
{
|
||||||
Switch item=iCENPlusProxyItem label="My CEN+ scenario" icon="movecontrol" mappings=[ON="Activate"]
|
Switch item=iCENPlusProxyItem label="My CEN+ scenario" icon="movecontrol" mappings=[ON="Activate"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Frame label="Alarm activation via AUX command"
|
||||||
|
{
|
||||||
|
Switch item=iAlarm_activation icon="siren"
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<thing:thing-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" bindingId="openwebnet"
|
||||||
|
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||||
|
|
||||||
|
<!-- Thing for BUS Auxiliary commands -->
|
||||||
|
<thing-type id="bus_aux">
|
||||||
|
<supported-bridge-type-refs>
|
||||||
|
<bridge-type-ref id="bus_gateway"/>
|
||||||
|
</supported-bridge-type-refs>
|
||||||
|
|
||||||
|
<label>Auxiliary</label>
|
||||||
|
<description>A OpenWebNet BUS/SCS Auxiliary command</description>
|
||||||
|
|
||||||
|
<channels>
|
||||||
|
<channel id="aux" typeId="aux"/>
|
||||||
|
</channels>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<property name="vendor">BTicino/Legrand</property>
|
||||||
|
<property name="ownDeviceType">272</property>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
<representation-property>ownId</representation-property>
|
||||||
|
|
||||||
|
<config-description>
|
||||||
|
<parameter name="where" type="text" required="true">
|
||||||
|
<label>OpenWebNet Address (where)</label>
|
||||||
|
<description>Example: Where=1</description>
|
||||||
|
</parameter>
|
||||||
|
</config-description>
|
||||||
|
|
||||||
|
</thing-type>
|
||||||
|
</thing:thing-descriptions>
|
|
@ -16,6 +16,29 @@
|
||||||
</tags>
|
</tags>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
<!-- Aux channel -->
|
||||||
|
<!--Only ON and OFF options are supported -->
|
||||||
|
<channel-type id="aux">
|
||||||
|
<item-type>String</item-type>
|
||||||
|
<label>Auxiliary</label>
|
||||||
|
<description>Controls an Auxiliary command (read/write)</description>
|
||||||
|
<state>
|
||||||
|
<options>
|
||||||
|
<option value="OFF">Off</option>
|
||||||
|
<option value="ON">On</option>
|
||||||
|
<option value="TOGGLE">Toggle</option>
|
||||||
|
<option value="STOP">Stop</option>
|
||||||
|
<option value="UP">Up</option>
|
||||||
|
<option value="DOWN">Down</option>
|
||||||
|
<option value="ENABLED">Enabled</option>
|
||||||
|
<option value="DISABLED">Disabled</option>
|
||||||
|
<option value="RESET_GEN">Reset gen</option>
|
||||||
|
<option value="RESET_BI">Reset bi</option>
|
||||||
|
<option value="RESET_TRI">Reset tri</option>
|
||||||
|
</options>
|
||||||
|
</state>
|
||||||
|
</channel-type>
|
||||||
|
|
||||||
<!-- Brightness Channel -->
|
<!-- Brightness Channel -->
|
||||||
<channel-type id="brightness">
|
<channel-type id="brightness">
|
||||||
<item-type>Dimmer</item-type>
|
<item-type>Dimmer</item-type>
|
||||||
|
|
Loading…
Reference in New Issue