Updated external content (Jenkins build 286)
parent
b90a7d9ec8
commit
68cda66c59
|
@ -176,6 +176,13 @@ Channel label is defined in the following way:
|
|||
* For controls that belong to a room: `<Room name> / <Control name>`
|
||||
* For controls without a room: `<Control name>`
|
||||
|
||||
Channels have the default tags as follows:
|
||||
|
||||
* **Dimmer**: when it belongs to a category of _Lights_ type, the channel will be tagged with _Lighting_ tag.
|
||||
* **InfoOnlyAnalog**: when it belongs to a category of _Indoor Temperature_ type, it will be tagger with _CurrentTemperature_ tag.
|
||||
* **Jalousie**: main rollershutter channel will be tagged with _Blinds_ tag. Shade and automatic shade switch channels will be tagged with _Switchable_ tag.
|
||||
* **LightController (V1 and V2)**: main channel with selected scene will be tagged with _Scene_ tag.
|
||||
* **Switch**, **TimedSwitch** and **Pushbutton** controls: when it belongs to a category that is of a _Lights_ type, the channel will be tagged with _Lighting_ tag. Otherwise it will be tagged with _Switchable_ tag.
|
||||
|
||||
## Advanced Parameters
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ label: SNMP
|
|||
title: SNMP - Bindings
|
||||
type: binding
|
||||
description: "This binding integrates the Simple Network Management Protocol (SNMP)."
|
||||
since: 1x
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ id: somfytahoma
|
|||
label: Somfy Tahoma
|
||||
title: Somfy Tahoma - Bindings
|
||||
type: binding
|
||||
description: "This binding integrates the [Somfy Tahoma](https://www.somfy.fr/produits/domotique/maison-connectee-tahoma) and [Somfy Connexoon](https://www.somfy.fr/produits/domotique/equipements-connectes-connexoon) home automation systems."
|
||||
description: "This binding integrates the"
|
||||
since: 2x
|
||||
logo: images/addons/somfytahoma.png
|
||||
install: auto
|
||||
|
@ -15,7 +15,11 @@ install: auto
|
|||
|
||||
# Somfy Tahoma Binding
|
||||
|
||||
This binding integrates the [Somfy Tahoma](https://www.somfy.fr/produits/domotique/maison-connectee-tahoma) and [Somfy Connexoon](https://www.somfy.fr/produits/domotique/equipements-connectes-connexoon) home automation systems.
|
||||
This binding integrates the
|
||||
[Somfy Tahoma](https://www.somfy.fr/produits/1811478/)
|
||||
and
|
||||
[Somfy Connexoon](https://www.somfy.fr/produits/1811429/)
|
||||
home automation systems.
|
||||
|
||||
## Supported Things
|
||||
|
||||
|
|
|
@ -36,9 +36,16 @@ Thing zigbee:coordinator_cc2531:stick1 "Zigbee USB Stick" [zigbee_port="/dev/tty
|
|||
Extended example:
|
||||
|
||||
```java
|
||||
Thing zigbee:coordinator_ember:stick "Zigbee USB Stick" [zigbee_port="/dev/ttyUSB-Zigbee", zigbee_baud=57600, zigbee_flowcontrol="2", zigbee_childtimeout=864000, zigbee_concentrator=1, zigbee_meshupdateperiod=86400, zigbee_networkkey="14 c6 a2 c7 fb e0 c3 19 8e 7c 36 30 dc ad a5 96", zigbee_powermode=1, zigbee_txpower=8]
|
||||
Thing zigbee:coordinator_ember:stick "Zigbee USB Stick" [zigbee_port="/dev/ttyUSB-Zigbee", zigbee_baud=57600, zigbee_flowcontrol=2, zigbee_childtimeout=864000, zigbee_concentrator=1, zigbee_meshupdateperiod=86400, zigbee_panid=35637, zigbee_extendedpanid="118E309DE90CC829", zigbee_networkkey="14 c6 a2 c7 fb e0 c3 19 8e 7c 36 30 dc ad a5 96", zigbee_powermode=1, zigbee_txpower=8]
|
||||
```
|
||||
*NOTE*: Do not use the value for `zigbee_networkkey` from this example, create a random key for your own Zigbee network.
|
||||
|
||||
*NOTE*: Do not use the values for `zigbee_networkkey`, `zigbee_panid` and `zigbee_extendedpanid` from this example, create random values for your own Zigbee network.
|
||||
|
||||
*NOTE*: If you are using thing configuration files, you **MUST** define the following configuration parameters, or the system will not work properly as random values will be used at each restart:
|
||||
|
||||
- `zigbee_panid`,
|
||||
- `zigbee_extendedpanid`,
|
||||
- `zigbee_networkkey`.
|
||||
|
||||
#### Serial port Configuration
|
||||
|
||||
|
@ -52,7 +59,7 @@ If you are using a config file, the serial port needs to be configured as shown
|
|||
|
||||
#### Coordinator Configuration
|
||||
|
||||
Note that not all configuration parameters are available with all coordinators. If you are using thing configuration files, you MUST define the following configuration parameters, or the system will not work properly as random values will be used at each restart - zigbee_panid, zigbee_extendedpanid, zigbee_networkkey.
|
||||
Note that not all configuration parameters are available with all coordinators.
|
||||
|
||||
##### Link Key (zigbee_linkkey)
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ This certified Amazon Smart Home Skill allows users to control their openHAB pow
|
|||
This page describes how to use the [openHAB Alexa Smart Home Skill](https://www.amazon.com/openHAB-Foundation/dp/B01MTY7Z5L).
|
||||
The skill connects your openHAB setup through the [myopenHAB.org](http://myopenHAB.org) cloud service to Amazon Alexa.
|
||||
|
||||
## Availability
|
||||
|
||||
**Please note that the v3 skill is not available in the official Alexa store as of yet.**
|
||||
|
||||
**If using the official skill, refer to [v2 tagging](#item-tag-v2-support) to configure your items.**
|
||||
|
||||
## Table of Contents
|
||||
* [Requirements](#requirements)
|
||||
* [Troubleshooting](#troubleshooting)
|
||||
|
|
Loading…
Reference in New Issue