Updated external content (Jenkins build 716)
parent
319868a85e
commit
c353b0fa40
|
@ -5,6 +5,7 @@ title: Dresden Elektronik deCONZ - Bindings
|
|||
type: binding
|
||||
description: "The Zigbee binding currently does not support the Dresden Elektronik Raspbee and Conbee Zigbee dongles."
|
||||
since: 3x
|
||||
logo: images/addons/deconz.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Feed - Bindings
|
|||
type: binding
|
||||
description: "This binding allows you to integrate feeds in the openHAB environment."
|
||||
since: 3x
|
||||
logo: images/addons/feed.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Log Reader - Bindings
|
|||
type: binding
|
||||
description: "This binding reads and analyzes log files. Search patterns are fully configurable, therefore different kind of log files should be possible to monitor by this binding."
|
||||
since: 3x
|
||||
logo: images/addons/logreader.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ title: Mail - Bindings
|
|||
type: binding
|
||||
description: "The Mail binding provides support for sending mails from rules."
|
||||
since: 3x
|
||||
logo: images/addons/mail.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ install: auto
|
|||
|
||||
The Plugwise binding adds support to openHAB for [Plugwise](https://www.plugwise.com) ZigBee devices using the Stick.
|
||||
|
||||
Users should use the Plugwise [Source](https://www.plugwise.com/source) software to define the network, reset devices or perform firmware upgrades.
|
||||
Users should use the Plugwise Source software to define the network, reset devices or perform firmware upgrades.
|
||||
|
||||
Currently only "V2" of the Plugwise protocol is supported.
|
||||
It is advised that users of the binding upgrade their devices to the latest firmware using the Plugwise Source software.
|
||||
|
@ -26,15 +26,15 @@ It is advised that users of the binding upgrade their devices to the latest firm
|
|||
|
||||
The binding supports the following Plugwise devices:
|
||||
|
||||
| Device Type | Description | Thing Type |
|
||||
|---------------------------------------------------------------|------------------------------------------------------------------------------------------|------------|
|
||||
| [Circle](https://www.plugwise.com/en_US/products/circle) | A power outlet plug that provides energy measurement and switching control of appliances | circle |
|
||||
| [Circle+](https://www.plugwise.com/en_US/products/circle) | A special Circle that coordinates the ZigBee network and acts as network gateway | circleplus |
|
||||
| [Scan](https://www.plugwise.com/en_US/products/scan) | A wireless motion (PIR) and light sensor | scan |
|
||||
| [Sense](https://www.plugwise.com/en_US/products/sense) | A wireless temperature and humidity sensor | sense |
|
||||
| [Stealth](https://www.plugwise.com/en_US/products/stealth) | A Circle with a more compact form factor that can be built-in | stealth |
|
||||
| [Stick](https://www.plugwise.com/en_US/products/start-source) | A ZigBee USB controller that openHAB uses to communicate with the Circle+ | stick |
|
||||
| [Switch](https://www.plugwise.com/en_US/products/switch) | A wireless wall switch | switch |
|
||||
| Device Type | Description | Thing Type |
|
||||
|-------------|------------------------------------------------------------------------------------------|------------|
|
||||
| Circle | A power outlet plug that provides energy measurement and switching control of appliances | circle |
|
||||
| Circle+ | A special Circle that coordinates the ZigBee network and acts as network gateway | circleplus |
|
||||
| Scan | A wireless motion (PIR) and light sensor | scan |
|
||||
| Sense | A wireless temperature and humidity sensor | sense |
|
||||
| Stealth | A Circle with a more compact form factor that can be built-in | stealth |
|
||||
| Stick | A ZigBee USB controller that openHAB uses to communicate with the Circle+ | stick |
|
||||
| Switch | A wireless wall switch | switch |
|
||||
|
||||
## Discovery
|
||||
|
||||
|
|
Loading…
Reference in New Issue