Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
articles:home-assisantzigbeecontrol-niko-552-72301 [2025/02/19 17:23] – créée frater | articles:home-assisantzigbeecontrol-niko-552-72301 [2025/05/18 15:03] (Version actuelle) – [Tableau] frater | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== home-assisant - zigbee - control niko 552-72301 ====== | ====== home-assisant - zigbee - control niko 552-72301 ====== | ||
+ | Dans ma recherche de domotisation de la maison, j'ai installé des " | ||
+ | Pour contrôler ceux-ci, j'ai installé des commandes [[https:// | ||
+ | |||
+ | Petit soucis, ce modèle, bien que connecté via ZHA, il n'est pas possible de configurer les délais " | ||
+ | |||
+ | Il va donc falloir les configurer via '' | ||
+ | |||
+ | L' | ||
+ | |||
+ | {{tablelayout? | ||
+ | ^ Attribut Identifier | ||
+ | | 0x00 | Window Covering Information | ||
+ | | 0x01 | Window Covering Settings | ||
+ | |||
+ | ===== Window Covering Information attribute set ===== | ||
+ | {{tablelayout? | ||
+ | ^ Id ^ Name | ||
+ | | 0x0000 | ||
+ | | 0x0001 | ||
+ | | 0x0002 | ||
+ | | 0x0003 | ||
+ | | 0x0004 | ||
+ | | 0x0005 | ||
+ | | 0x0006 | ||
+ | | 0x0007 | ||
+ | | 0x0008 | ||
+ | | 0x0009 | ||
+ | |||
+ | M* indique que les attributs correspondants ne sont obligatoires que si le "// | ||
+ | L' | ||
+ | |||
+ | ==== Window Covering Type attribute ==== | ||
+ | {{tablelayout? | ||
+ | ^ Value ^ Window Covering Type | ||
+ | | 0x00 | Rollershade | ||
+ | | 0x01 | Rollershade - 2 Motor | ||
+ | | 0x02 | Rollershade – Exterior | ||
+ | | 0x03 | Rollershade - Exterior - 2 Motor | Lift | | ||
+ | | 0x04 | Drapery | ||
+ | | 0x05 | Awning | ||
+ | | 0x06 | Shutter | ||
+ | | 0x07 | Tilt Blind - Tilt Only | Tilt | | ||
+ | | 0x08 | Tilt Blind - Lift and Tilt | Lift, Tilt | | ||
+ | | 0x09 | Projector Screen | ||
===== attribut non présentés ===== | ===== attribut non présentés ===== | ||
- | dans le cluster " | + | En scanant |
^ attribut | ^ attribut | ||
- | | 0xfcc1 | + | | 0xfcc0 |
- | | 0xfcc2 | + | | 0xfcc1 |
+ | | 0xfcc2 | ||
+ | | 0xfcc3 | ||
+ | | 0xfffd | ||
+ | La plus part de ces attributs sont inconnus, mais en creusant certaines [[https:// | ||
+ | |||
+ | Pour lire l' | ||
+ | |||
+ | <code yaml> | ||
+ | service: zha_toolkit.attr_read | ||
+ | data: | ||
+ | ieee: ' | ||
+ | cluster: 0x0102 | ||
+ | attribute: 0xfcc1 | ||
+ | manf: 4703 | ||
+ | </ | ||
+ | |||
+ | pour modifier l' | ||
<code yaml> | <code yaml> | ||
service: zha_toolkit.attr_write | service: zha_toolkit.attr_write | ||
data: | data: | ||
- | ieee: ' | + | ieee: ' |
- | cluster: 0x0102 | + | cluster: 0x0102 |
- | attribute: 0xfcc1 | + | attribute: 0xfcc1 |
manf: 4703 | manf: 4703 | ||
attr_val: 26 #seconds to lift | attr_val: 26 #seconds to lift | ||
</ | </ | ||
+ | === source === | ||
+ | https:// |