diff --git a/_addons_bindings/loxone/readme.md b/_addons_bindings/loxone/readme.md index aea89c230..788ecfce3 100644 --- a/_addons_bindings/loxone/readme.md +++ b/_addons_bindings/loxone/readme.md @@ -176,6 +176,13 @@ Channel label is defined in the following way: * For controls that belong to a room: ` / ` * For controls without a room: `` +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 diff --git a/_addons_bindings/snmp/readme.md b/_addons_bindings/snmp/readme.md index 02657f683..c00ef1a82 100644 --- a/_addons_bindings/snmp/readme.md +++ b/_addons_bindings/snmp/readme.md @@ -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 --- diff --git a/_addons_bindings/somfytahoma/readme.md b/_addons_bindings/somfytahoma/readme.md index a91a8cf2e..a538434be 100644 --- a/_addons_bindings/somfytahoma/readme.md +++ b/_addons_bindings/somfytahoma/readme.md @@ -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 diff --git a/_addons_bindings/zigbee/readme.md b/_addons_bindings/zigbee/readme.md index fdd40054d..038f9c019 100644 --- a/_addons_bindings/zigbee/readme.md +++ b/_addons_bindings/zigbee/readme.md @@ -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) diff --git a/_addons_ios/alexa-skill/readme.md b/_addons_ios/alexa-skill/readme.md index bc391e450..eae1f19c4 100644 --- a/_addons_ios/alexa-skill/readme.md +++ b/_addons_ios/alexa-skill/readme.md @@ -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)