openhab-docs/_addons_bindings/hdpowerview
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* Rename collection folders

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Change all occurences of addons and repos

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add further corrections

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove temporary directories after processing

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Reduce addons menus, show current uncond.

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix typo

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove redundant addons from permalinks

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Sort UI menu entries correctly

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Split maven command

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:05:09 +02:00
..
readme.md Distinguish collections, improve update process (#514) 2017-09-22 21:05:09 +02:00

readme.md

id label title type description since logo install
hdpowerview Hunter Douglas PowerView Hunter Douglas PowerView - Bindings binding This is an openHAB binding for the [Hunter Douglas PowerView Motorized Shades](http://www.hunterdouglas.com/operating-systems/powerview-motorization/support) via the PowerView Hub. 2x images/addons/hdpowerview.png auto

{% include base.html %}

Hunter Douglas PowerView Binding

This is an openHAB binding for the Hunter Douglas PowerView Motorized Shades via the PowerView Hub.

PowerView shades have motorization control for their vertical position, as well as vane controls on the shade's slats. Make sure your Shades are visible in the dedicated PowerView app before attempting discovery. This binding also supports Scenes that are defined via the PowerView app. This helps to work around a limitation of the Hub - commands are executed serially with a several second delay between executions. By using a Scene to control multiple shades at once, the shades will all begin moving at the same time.

Supported Things

Thing Thing Type Description
PowerView Hub Bridge The PowerView Hub provides the interface between your network and the shade's radio network. It also contains channels used to interact with scenes.
PowerView Shade Thing A single motorized shade

Discovery

The PowerView Hub is discovered via a NetBios query. This is the same method used by the dedicated PowerView app. After the Hub is added, Shades and Scenes will be discovered by querying the Hub.

Thing Configuration

PowerView things should be configured via discovery - it would be difficult to configure manually as the IDs of the shades and scenes are not exposed via the dedicated app. However, the configuration parameters are described below:

Thing Configuration Parameters
PowerView Hub
host - the hostname or IP address of the Hub on your network.
refresh - the number of milliseconds between fetches of the PowerView Hub's shade state. Defaults to 60,000 (one minute).
PowerView Shade
id - the ID of the PowerView Shade on the Hub.

Channels

PowerView Shade

Channel Item Type Description
position Rollershutter The vertical position of the shade. Up/Down commands will move the shade to its completely up or completely down position. Move/Stop commands are ignored.
vane Dimmer The amount the slats on the shade are open. Setting this value will completely close the shade first, as the slats can only be controlled in that position.
batteryLow Switch Indicates ON when the battery level of the shade is low, as determined by the Hub's internal rules

PowerView Scene

Scenes channels are added to the Hub as they are discovered.

Channel Item Type Description
activate Switch Turning this to ON will activate the scene. Scenes are stateless in the PowerView hub - they have no on/off state. Include { autoupdate="false" } on your item configuration to avoid needing to toggle off and on.