Skip to content

Commit 4ad37a5

Browse files
committed
v. 0.1.0
1 parent 40156d9 commit 4ad37a5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 0.1.0
44
- Update adapter for Nue / 3A Smart in-wall switch (HGZB-01A)
55
- Improve Xiaomi Aqara single key wireless wall switch (WXKG03LM) support
66
- Improve Ikea TRADFRI remote control (E1524/E1810) support

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ git pull
3030
```
3131
2. Restart domoticz
3232

33+
## Zigbee groups support
34+
35+
Plugin supports [zigbee groups](https://www.zigbee2mqtt.io/information/groups.html). It is impossible to automatically identify what device should represent the group (OnOff switch, dimmer, etc.), so plugin relies on suffixes in zigbee group name. Currently following suffixes are supported:
36+
37+
| Suffix | Device Type | Example |
38+
|---------|---------------------------------------|----------------|
39+
| _dimmer | Dimmer Switch | mygroup_dimmer |
40+
| _ct | Dimmer Switch with Color Temperature | mygroup_ct |
41+
42+
if no suffix will be found then On/Off switch will be created by default
43+
3344
## Supported devices
3445

3546
### AduroSmart

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.20">
2+
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.1.0">
33
<description>
44
Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project<br/><br/>
55
Specify MQTT server and port.<br/>

0 commit comments

Comments
 (0)