mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update for Powerview Gen3 support (#31134)
* Update for Gen3 support * Further notes * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
c4e00f6da8
commit
85630186e5
@ -38,32 +38,49 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- Select
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
|
|
||||||
<div class="note">
|
{% include integrations/config_flow.md %}
|
||||||
The Powerview Hub does not automatically wake shades or report position changes made via pebble remotes.
|
|
||||||
|
|
||||||
Calling the update entity service (`homeassistant.update_entity`) on a shade entity will trigger the hub to awaken a shade and report its current position. [An example automation is available](#force-update-shade-position) below for mains powered shades. While the automation will work for battery-powered shades, it will quickly drain their batteries for these devices.
|
## Hub capabilities
|
||||||
|
|
||||||
|
### Generation 1 + 2
|
||||||
|
|
||||||
|
Generation 1 and 2 hubs work better with Home Assistant when all calls are made directly via the Powerview application or Home Assistant itself.
|
||||||
|
|
||||||
|
Generation 1 and 2 Pebble remotes use proprietary Bluetooth Low Energy (PLE) and do not report shade position changes back to the hub.
|
||||||
|
|
||||||
|
This will result in the shade positioning displayed within Home Assistant being incorrect.
|
||||||
|
|
||||||
|
<div class="note">
|
||||||
|
Calling the update entity service (`homeassistant.update_entity`) on a shade entity will trigger the hub to awaken a shade and report its current position.
|
||||||
|
|
||||||
|
[An example automation is available](#force-update-shade-position) below for mains powered shades. While the automation will work for battery-powered shades, it will quickly drain the batteries for these devices.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
### Generation 3
|
||||||
|
|
||||||
|
Generation 3 introduced RF Radio Pebble Remotes.
|
||||||
|
|
||||||
|
Generation 3 shades report position changes back to the hub automatically. They should appear correctly in Home Assistant without requiring any additional automations or considerations for positioning.
|
||||||
|
|
||||||
## Shades
|
## Shades
|
||||||
|
|
||||||
### Known working devices
|
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
If your shade is not listed please raise a feature request on the community forum.
|
Your shades may still make work even if not listed. If you encounter issues, please raise a feature request on the community forum.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
| Name (Type) | Capabilities |
|
| Name (Type) | Capabilities |
|
||||||
| :---------------------------------------- | :------------------------------ |
|
| :---------------------------------------- | :------------------------------ |
|
||||||
| AC Roller (49) | Bottom Up |
|
| AC Roller (49) | Bottom Up |
|
||||||
|
| Banded Shades (52) | Bottom Up |
|
||||||
| Bottom Up (5) | Bottom Up |
|
| Bottom Up (5) | Bottom Up |
|
||||||
| Curtain, Left Stack (69) | Vertical |
|
| Curtain, Left Stack (69) | Vertical |
|
||||||
| Curtain, Right Stack (70) | Vertical |
|
| Curtain, Right Stack (70) | Vertical |
|
||||||
| Curtain, Split Stack (71) | Vertical |
|
| Curtain, Split Stack (71) | Vertical |
|
||||||
| Facette (43) | Bottom Up TiltOnClosed 90° |
|
| Facette (43) | Bottom Up TiltOnClosed 90° |
|
||||||
|
| Designer Roller (1) | Bottom Up |
|
||||||
| Duette (6) | Bottom Up |
|
| Duette (6) | Bottom Up |
|
||||||
| Duette, Top Down Bottom Up (8) | Top Down Bottom Up |
|
| Duette, Top Down Bottom Up (8) | Top Down Bottom Up |
|
||||||
|
| Duette and Applause SkyLift (10) | Bottom Up |
|
||||||
| Duette Architella, Top Down Bottom Up (9) | Top Down Bottom Up |
|
| Duette Architella, Top Down Bottom Up (9) | Top Down Bottom Up |
|
||||||
| Duette DuoLite, Top Down Bottom Up (9) | Top Down Bottom Up |
|
| Duette DuoLite, Top Down Bottom Up (9) | Top Down Bottom Up |
|
||||||
| Duolite Lift (79) | Dual Shade Overlapped |
|
| Duolite Lift (79) | Dual Shade Overlapped |
|
||||||
@ -71,6 +88,7 @@ If your shade is not listed please raise a feature request on the community foru
|
|||||||
| Palm Beach Shutters (66) | Tilt Only 180° |
|
| Palm Beach Shutters (66) | Tilt Only 180° |
|
||||||
| Pirouette (18) | Bottom Up TiltOnClosed 90° |
|
| Pirouette (18) | Bottom Up TiltOnClosed 90° |
|
||||||
| Pleated, Top Down Bottom Up (47) | Top Down Bottom Up |
|
| Pleated, Top Down Bottom Up (47) | Top Down Bottom Up |
|
||||||
|
| Provenance Woven Wood (19) | Bottom Up |
|
||||||
| Roman (4) | Bottom Up |
|
| Roman (4) | Bottom Up |
|
||||||
| Silhouette (23) | Bottom Up TiltOnClosed 90° |
|
| Silhouette (23) | Bottom Up TiltOnClosed 90° |
|
||||||
| Silhouette Duolite (38) | Dual Shade Overlapped Tilt 90° |
|
| Silhouette Duolite (38) | Dual Shade Overlapped Tilt 90° |
|
||||||
@ -84,6 +102,9 @@ If your shade is not listed please raise a feature request on the community foru
|
|||||||
| Vertical Slats, Left Stack (54) | Vertical TiltAnywhere 180° |
|
| Vertical Slats, Left Stack (54) | Vertical TiltAnywhere 180° |
|
||||||
| Vertical Slats, Right Stack (55) | Vertical TiltAnywhere 180° |
|
| Vertical Slats, Right Stack (55) | Vertical TiltAnywhere 180° |
|
||||||
| Vertical Slats, Split Stack (56) | Vertical TiltAnywhere 180° |
|
| Vertical Slats, Split Stack (56) | Vertical TiltAnywhere 180° |
|
||||||
|
| Vignette (31) | Bottom Up |
|
||||||
|
| Vignette (32) | Bottom Up |
|
||||||
|
| Vignette (84) | Bottom Up |
|
||||||
| Vignette Duolite (65) | Dual Shade Overlapped |
|
| Vignette Duolite (65) | Dual Shade Overlapped |
|
||||||
|
|
||||||
## Capabilities Information
|
## Capabilities Information
|
||||||
@ -157,6 +178,9 @@ Three different entities that will be created for each blind: Front, Rear and Co
|
|||||||
|
|
||||||
### Calibrate
|
### Calibrate
|
||||||
|
|
||||||
|
<div class="note">
|
||||||
|
Gen 1 and Gen 2 Only.
|
||||||
|
</div>
|
||||||
Initiate a calibration of the shade position. Calibration is a common requirement with Duette-type shades with a string drop that lowers and raises the blind and less so with roller types.
|
Initiate a calibration of the shade position. Calibration is a common requirement with Duette-type shades with a string drop that lowers and raises the blind and less so with roller types.
|
||||||
|
|
||||||
### Identify
|
### Identify
|
||||||
@ -165,12 +189,18 @@ Identify will 'jog' the shade position as a diagnostic tool to ensure the shade
|
|||||||
|
|
||||||
### Favorite
|
### Favorite
|
||||||
|
|
||||||
|
<div class="note">
|
||||||
|
Gen 1 and Gen 2 Only.
|
||||||
|
</div>
|
||||||
Move the shade to the favorite position as programmed physically on the device. This will perform the same move as the heart on the pebble remote.
|
Move the shade to the favorite position as programmed physically on the device. This will perform the same move as the heart on the pebble remote.
|
||||||
|
|
||||||
## Selection Entities
|
## Selection Entities
|
||||||
|
|
||||||
### Power Source
|
### Power Source
|
||||||
|
|
||||||
|
<div class="note">
|
||||||
|
Gen 1 and Gen 2 Only.
|
||||||
|
</div>
|
||||||
Set the type for connected power source. Available options are Hardwired Power Supply, Battery Wand and Rechargeable Battery
|
Set the type for connected power source. Available options are Hardwired Power Supply, Battery Wand and Rechargeable Battery
|
||||||
|
|
||||||
## Example Automations
|
## Example Automations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user