mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[openwebnet] updated links in README (#15962)
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
This commit is contained in:
parent
b1c9a17437
commit
60813fdcb5
@ -1,6 +1,6 @@
|
||||
# OpenWebNet (BTicino/Legrand) Binding
|
||||
|
||||
This binding integrates BTicino / Legrand MyHOME® BUS and Zigbee wireless (MyHOME_Play®) devices using the [OpenWebNet](https://en.wikipedia.org/wiki/OpenWebNet) protocol.
|
||||
This binding integrates BTicino / Legrand MyHOME® BUS and Zigbee wireless (MyHOME_Radio®) devices using the [OpenWebNet](https://en.wikipedia.org/wiki/OpenWebNet) protocol.
|
||||
|
||||
The binding supports:
|
||||
|
||||
@ -22,14 +22,16 @@ These gateways have been tested with the binding:
|
||||
[F454](https://catalogue.bticino.com/BTI-F454-EN),
|
||||
[MyHOMEServer1](https://catalogue.bticino.com/BTI-MYHOMESERVER1-EN),
|
||||
[MyHOME_Screen10 (MH4893C)](https://catalogue.bticino.com/BTI-MH4893C-EN),
|
||||
[MyHOME_Screen3,5 (LN4890)](https://catalogue.bticino.com/BTI-LN4890-EN),
|
||||
[MyHOME_Screen3,5 (LN4890)](https://www.homesystems-legrandgroup.com/home/-/productsheets/2452536),
|
||||
[MH201](https://catalogue.bticino.com/BTI-MH201-EN),
|
||||
[MH202](https://catalogue.bticino.com/BTI-MH202-EN),
|
||||
[F455](https://www.homesystems-legrandgroup.com/home?p_p_id=it_smc_bticino_homesystems_search_AutocompletesearchPortlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_journalArticleId=2481871&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_mvcPath=%2Fview_journal_article_content.jsp),
|
||||
[MH200N](https://www.homesystems-legrandgroup.com/home?p_p_id=it_smc_bticino_homesystems_search_AutocompletesearchPortlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_journalArticleId=2469209&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_mvcPath=%2Fview_journal_article_content.jsp),
|
||||
[F453](https://www.homesystems-legrandgroup.com/home?p_p_id=it_smc_bticino_homesystems_search_AutocompletesearchPortlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_journalArticleId=2703566&_it_smc_bticino_homesystems_search_AutocompletesearchPortlet_mvcPath=%2Fview_journal_article_content.jsp), etc.
|
||||
[F455](https://www.homesystems-legrandgroup.com/home/-/productsheets/2481871),
|
||||
[MH200N](https://www.homesystems-legrandgroup.com/home/-/productsheets/2469209),
|
||||
[F453](https://www.homesystems-legrandgroup.com/home/-/productsheets/2703566), etc.
|
||||
|
||||
- **Zigbee USB Gateways**, such as [BTicino 3578](https://catalogo.bticino.it/low_res/395950_501016_MQ00493_b_IT.pdf), also known as [Legrand 088328](https://assets.legrand.com/general/legrand-exp/pc/ex218001_412.pdf)
|
||||
- **Zigbee USB Gateways**, such as [BTicino 3578](https://www.legrand.be/fr/catalogue/zigbee-interface-openzigbee-3578), also known as *Legrand 088328*
|
||||
|
||||
Some of these modules are not on the BTicino catalogue anymore.
|
||||
|
||||
**NOTE** The new BTicino Living Now® and Livinglight Smart® wireless systems are not supported by this binding as they do not use the OpenWebNet protocol.
|
||||
|
||||
@ -88,7 +90,7 @@ sudo usermod -a -G dialout openhab
|
||||
```
|
||||
|
||||
- The user will need to logout and login to see the new group added. If you added your user to this group and still cannot get permission, reboot Linux to ensure the new group permission is attached to the `openhab` user.
|
||||
- Once the Zigbee USB Gateway is added and online, a second Inbox Scan will discover devices connected to it. Because of the Zigbee radio network, device discovery will take ~40-60 sec. Be patient!
|
||||
- Once the Zigbee USB Gateway is added and online, a second Inbox scan will discover devices connected to it. Because of the Zigbee radio network, device discovery will take ~40-60 sec. Be patient!
|
||||
- Wireless devices must be part of the same Zigbee network of the Zigbee USB Gateway to discover them. Please refer to [this video by BTicino](https://www.youtube.com/watch?v=CoIgg_Xqhbo) to setup a Zigbee wireless network which includes the Zigbee USB Gateway
|
||||
- Only powered wireless devices part of the same Zigbee network and within radio coverage of the Zigbee USB Gateway will be discovered. Unreachable or not powered devices will be discovered as _GENERIC_ devices and cannot be controlled
|
||||
- Wireless control units cannot be discovered by the Zigbee USB Gateway and therefore are not supported
|
||||
@ -361,7 +363,7 @@ Bridge openwebnet:zb_gateway:myZBgateway [ serialPort="COM3" ] {
|
||||
Example items linked to BUS devices:
|
||||
|
||||
NOTE: lights, blinds and zones (thermostat) can be handled from personal assistants (Google Home, Alexa).
|
||||
In the following example some `Google Assistant` (`ga="..."`) and `HomeKit` (`homekit="..."`) metadata were added as examples according to the [documentation for Google Assistant integration on openHAB](https://www.openhab.org/docs/ecosystem/google-assistant) and [the openHAB HomeKit Add-on documentation](https://www.openhab.org/addons/integrations/homekit/): see the specific documentation for more metadata options and specific configurations.
|
||||
In the following example some `Google Assistant` (`ga="..."`) and `HomeKit` (`homekit="..."`) metadata were added as examples according to the [documentation for Google Assistant integration on openHAB](https://www.openhab.org/docs/ecosystem/google-assistant) and [the openHAB HomeKit Add-on documentation](https://www.openhab.org/addons/integrations/homekit/): see the specific openHAB documentation for updated configurations and more metadata options.
|
||||
|
||||
```java
|
||||
Switch iLR_switch "Light" (gLivingRoom) { channel="openwebnet:bus_on_off_switch:mybridge:LR_switch:switch", ga="Light", homekit="Lighting" }
|
||||
@ -524,7 +526,7 @@ end
|
||||
|
||||
## Notes
|
||||
|
||||
The OpenWebNet protocol is maintained and Copyright by BTicino/Legrand.
|
||||
The OpenWebNet (Open Web Net) protocol is maintained and Copyright by BTicino/Legrand.
|
||||
The documentation of the protocol is freely accessible for developers on the [Legrand developer web site](https://developer.legrand.com/local-interoperability/)
|
||||
|
||||
## Special thanks
|
||||
|
Loading…
Reference in New Issue
Block a user