iobroker.zigbee 1.8.23 → 1.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +422 -415
  3. package/admin/adapter-settings.js +244 -244
  4. package/admin/admin.js +2991 -2981
  5. package/admin/i18n/de/translations.json +108 -108
  6. package/admin/i18n/en/translations.json +108 -108
  7. package/admin/i18n/es/translations.json +102 -102
  8. package/admin/i18n/fr/translations.json +108 -108
  9. package/admin/i18n/it/translations.json +102 -102
  10. package/admin/i18n/nl/translations.json +108 -108
  11. package/admin/i18n/pl/translations.json +108 -108
  12. package/admin/i18n/pt/translations.json +102 -102
  13. package/admin/i18n/ru/translations.json +108 -108
  14. package/admin/i18n/uk/translations.json +108 -108
  15. package/admin/i18n/zh-cn/translations.json +102 -102
  16. package/admin/img/LED1923R5.png +0 -0
  17. package/admin/img/philips_hue_lom001.png +0 -0
  18. package/admin/index.html +163 -159
  19. package/admin/index_m.html +1360 -1356
  20. package/admin/moment.min.js +1 -1
  21. package/admin/shuffle.min.js +2 -2
  22. package/admin/tab_m.html +1021 -1009
  23. package/admin/vis-network.min.css +1 -1
  24. package/admin/vis-network.min.js +26 -27
  25. package/admin/words.js +110 -110
  26. package/docs/de/basedocu.md +19 -19
  27. package/docs/de/readme.md +126 -126
  28. package/docs/en/readme.md +128 -128
  29. package/docs/flashing_via_arduino_(en).md +110 -110
  30. package/docs/ru/readme.md +28 -28
  31. package/docs/tutorial/groups-1.png +0 -0
  32. package/docs/tutorial/groups-2.png +0 -0
  33. package/docs/tutorial/tab-dev-1.png +0 -0
  34. package/io-package.json +41 -40
  35. package/lib/backup.js +171 -171
  36. package/lib/binding.js +319 -319
  37. package/lib/colors.js +465 -465
  38. package/lib/commands.js +534 -534
  39. package/lib/developer.js +151 -145
  40. package/lib/devices.js +3139 -3135
  41. package/lib/exclude.js +162 -162
  42. package/lib/exposes.js +913 -913
  43. package/lib/groups.js +345 -345
  44. package/lib/json.js +59 -59
  45. package/lib/networkmap.js +55 -55
  46. package/lib/ota.js +198 -198
  47. package/lib/rgb.js +297 -297
  48. package/lib/seriallist.js +48 -48
  49. package/lib/states.js +6420 -6420
  50. package/lib/statescontroller.js +672 -672
  51. package/lib/tools.js +54 -54
  52. package/lib/utils.js +165 -165
  53. package/lib/zbBaseExtension.js +36 -36
  54. package/lib/zbDelayedAction.js +144 -144
  55. package/lib/zbDeviceAvailability.js +319 -319
  56. package/lib/zbDeviceConfigure.js +151 -147
  57. package/lib/zbDeviceEvent.js +48 -48
  58. package/lib/zigbeecontroller.js +1014 -989
  59. package/main.js +2 -2
  60. package/package.json +14 -14
  61. package/support/docgen.js +93 -93
package/README.md CHANGED
@@ -1,521 +1,528 @@
1
- ![Logo](admin/zigbee.png)
2
- # ioBroker.zigbee
3
-
4
- ![Number of Installations](http://iobroker.live/badges/zigbee-installed.svg)
5
- ![Number of Installations](http://iobroker.live/badges/zigbee-stable.svg)
6
- [![NPM version](http://img.shields.io/npm/v/iobroker.zigbee.svg)](https://www.npmjs.com/package/iobroker.zigbee)
7
-
8
- ![Test and Release](https://github.com/ioBroker/iobroker.zigbee/workflows/Test%20and%20Release/badge.svg)
9
- [![Translation status](https://weblate.iobroker.net/widgets/adapters/-/zigbee/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
10
- [![Downloads](https://img.shields.io/npm/dm/iobroker.zigbee.svg)](https://www.npmjs.com/package/iobroker.zigbee)
11
-
12
- ## ioBroker adapter for Zigbee devices via TI cc2531/cc2530/cc26x2r/cc2538 and deCONZ ConBee/RaspBee.
13
-
14
- With the Zigbee-coordinator based on Texas Instruments SoC, deCONZ ConBee/RaspBee modules, Silicon Labs EZSP v8 or ZIGate USB-TTL it creates its own zigbee-network, into which zigbee-devices are connected. By work directly with the coordinator, the driver allows you to manage devices without additional application / gateways / bridge from device manufacturers (Xiaomi / TRADFRI / Hue / Tuya). About the device Zigbee-network can be read [here (in English)](https://www.zigbee2mqtt.io/information/zigbee_network.html).
15
-
16
- ## Hardware
17
-
18
-
19
- One coordinator device is required for each zigbee Adapter instance. The device must be flashed with the respective coordinator firmware. A list of supported coordinators, the necessary equipment for the firmware and the device preparation process for different coordinator devices are described [here in English](https://www.zigbee2mqtt.io/guide/adapters/) or [smarthomescene.com ](https://smarthomescene.com/blog/best-zigbee-dongles-for-home-assistant-2023/) or [here in Russian](https://myzigbee.ru/books/%D0%BF%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B8/page/%D0%BF%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B0-cc2531cc2530)
20
-
21
-
22
- ### Texas Instruments SoC
23
-
24
- Recommended devices are based on either the CC2652 or CC1352 chip. Devices based on cc253x chips are still supported but are no longer recommended.
25
- Only CC26xx/cc1352/cc2538 Devices support extraction of the NVRam backup which should allow to swap coordinator hardware without having to reconnect all zigbee devices to the network.
26
- Current firmware files for these devices can be found [on GitHub](https://github.com/Koenkk/Z-Stack-firmware)
27
-
28
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2531.png" width="100"></span>
29
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2591.png" width="100"></span>
30
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/sonoff.png" width="100"></span>
31
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2538_CC2592_PA.PNG" width="100"></span>
32
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/cc26x2r.PNG" width="100"></span>
33
-
34
- tutorial/zigbee.png
35
- ### Dresden Elektronik SoC
36
- <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/en/img/deconz.png" width="180"></span>
37
-
38
- recommended:
39
- - ConBee II
40
- - RaspBee II
41
-
42
- no longer recommended:
43
- - ConBee I
44
- - RaspBee
45
-
46
- While Conbee/RaspBee Support is no longer considered experimental in the zigbee-herdsman and zigbee-herdsman-converters libraries used by the zigbee Adapter, use of these devices with the adapter may limit functionality. Known issues are:
47
- - link quality display may be incorrect
48
- - device map metrics may be incorrect
49
- - NVRam Backup is not supported.
50
-
51
- ### Silicon Labs SoC
52
-
53
- Support for [Silicon Lab Zigbee](https://www.silabs.com/wireless/zigbee) based adapters is experimental. The initial support for EZSP v8 is still not yet considered stable and the project is in need of more developers volenteering to help with this integration. Please refer to the respective documentation on [this page](https://www.zigbee2mqtt.io/guide/adapters/) and [ongoing development discussion](https://github.com/Koenkk/zigbee-herdsman/issues/319) with regards to the state of Silabs EmberZNet Serial Protocol (EZSP) adapter implementation integration into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.
54
-
55
-
56
- ### ZiGate SoC
57
-
58
- Support for [ZiGate](https://zigate.fr) based adapters is experimental. The initial support for ZiGate is still not yet considered stable and the project is in need of more developers volenteering to help with this integration. Please refer to the respective documentation on [this page](https://www.zigbee2mqtt.io/guide/adapters/) and [ongoing development discussion](https://github.com/Koenkk/zigbee-herdsman/issues/242) with regards to the state of ZiGate adapter implementation into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.
59
-
60
-
61
- ## Work with adapter
62
-
63
- ![](docs/tutorial/zigbee.png)
64
-
65
- To start the driver, you must specify the name of the port on which the Zigbee-module (stick) is connected. Usually this is the port `/dev/ttyACM0` or `/dev/ttyUSB0` for the UART-connection. Or you can find with `ls -l /dev/serial/by-id` the device direct.
66
-
67
- open the settings and change port
68
- ![](docs/tutorial/settings.png)
69
-
70
-
71
- For Windows this will be the COM port number.
72
-
73
- Starting from version 1.0.0 you can also use *tcp connection* for cases using esp8266 (or other microcontrollers) as serial-bridge. For example `tcp://192.168.1.46:8880`. Read more info here https://www.zigbee2mqtt.io/information/connecting_cc2530#via-an-esp8266
74
-
75
- To connect devices, you need to switch the Zigbee-coordinator to pairing mode by pressing the green button. The countdown will begin (60 seconds) until the device connectivity is available.
76
- To connect Zigbee devices in most cases, just press the pairing button on the device itself. But there are features for some devices. More information about pairing with devices can be found [here (in English)](https://www.zigbee2mqtt.io/getting_started/pairing_devices.html)
77
-
78
- After successful pairing, the device appears in the configuration panel. If the device appears in the configuration panel but has the type "undefined", then this is an unknown device and can not be work with it. If the device is in the list of available devices, but added as "undefined", then try to remove the device and add it again.
79
-
80
- The devices connected to the Zigbee-network and inform the coordinator of their status and events (button presses, motion detection, temperature change). This information is reflected in the ioBroker object-states. Some ioBroker states have feedback and send commands to the zigbee-device when the value changes (switching the state of the outlet or lamp, changing the scene or the brightness of the lamp).
81
-
82
- ### Device Groups
83
- You may create groups of devices.
84
-
85
- ![](docs/tutorial/groups-1.png)
86
-
87
- It is a Zigbee feature, intended for example to switch bulbs synchronized. Assign groups via device tabs edit button. A group will show as own "device" in Objects.
88
-
89
- ![](docs/tutorial/groups-2.png)
90
-
91
- Note: Not all devices support groups (not supported by end devices like sensors).
92
-
93
-
94
- ### Binding
95
-
96
- https://www.zigbee2mqtt.io/information/binding
97
-
98
- ### Developer Tab
99
-
100
- This is a tool for advanced users to test currently unsupported devices or enhance this adapters functionality. More instructions can be found on tab.
101
- ![](docs/tutorial/tab-dev-1.png)
102
-
103
- ## Additional info
104
-
105
- There is a [friendly project](https://github.com/koenkk/zigbee2mqtt) with similar functionality on the same technologies, where you can work with the same devices using the MQTT protocol. Therefore, if any improvements or support for new zigbee-devices occur in the Zigbee2MQTT project, we can transfer and add the same functionality to this adapter. If you notice this, then write the issue - we'll postpone it.
106
-
107
- There are knowledge bases that can be useful for working with Zigbee-devices and equipment:
108
- * in English https://www.zigbee2mqtt.io/
109
- * in Russian https://myzigbee.ru/
110
-
111
- ## Supported devices
112
-
113
- [Works with devices from this list](https://github.com/ioBroker/ioBroker.zigbee/wiki/Supported-devices)
114
-
115
-
116
- ## More Informations
117
-
118
- [in Deutsch](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/de/readme.md)
119
-
120
- [in English](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/en/readme.md)
121
-
122
- or
123
-
124
- [wiki](https://github.com/ioBroker/ioBroker.zigbee/wiki)
125
-
126
-
127
-
128
- ## Donate
129
-
130
- You can thank the authors by these links:
131
- * to Kirov Ilya https://www.paypal.me/goofyk
132
- * to Arthur Rupp https://paypal.me/ArthurRupp
133
-
134
- -----------------------------------------------------------------------------------------------------
135
-
1
+ ![Logo](admin/zigbee.png)
2
+ # ioBroker.zigbee
3
+
4
+ ![Number of Installations](http://iobroker.live/badges/zigbee-installed.svg)
5
+ ![Number of Installations](http://iobroker.live/badges/zigbee-stable.svg)
6
+ [![NPM version](http://img.shields.io/npm/v/iobroker.zigbee.svg)](https://www.npmjs.com/package/iobroker.zigbee)
7
+
8
+ ![Test and Release](https://github.com/ioBroker/iobroker.zigbee/workflows/Test%20and%20Release/badge.svg)
9
+ [![Translation status](https://weblate.iobroker.net/widgets/adapters/-/zigbee/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
10
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.zigbee.svg)](https://www.npmjs.com/package/iobroker.zigbee)
11
+
12
+ ## ioBroker adapter for Zigbee devices via TI cc2531/cc2530/cc26x2r/cc2538 and deCONZ ConBee/RaspBee.
13
+
14
+ With the Zigbee-coordinator based on Texas Instruments SoC, deCONZ ConBee/RaspBee modules, Silicon Labs EZSP v8 or ZIGate USB-TTL it creates its own zigbee-network, into which zigbee-devices are connected. By work directly with the coordinator, the driver allows you to manage devices without additional application / gateways / bridge from device manufacturers (Xiaomi / TRADFRI / Hue / Tuya). About the device Zigbee-network can be read [here (in English)](https://www.zigbee2mqtt.io/information/zigbee_network.html).
15
+
16
+ ## Hardware
17
+
18
+
19
+ One coordinator device is required for each zigbee Adapter instance. The device must be flashed with the respective coordinator firmware. A list of supported coordinators, the necessary equipment for the firmware and the device preparation process for different coordinator devices are described [here in English](https://www.zigbee2mqtt.io/guide/adapters/) or [smarthomescene.com ](https://smarthomescene.com/blog/best-zigbee-dongles-for-home-assistant-2023/) or [here in Russian](https://myzigbee.ru/books/%D0%BF%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B8/page/%D0%BF%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B0-cc2531cc2530)
20
+
21
+
22
+ ### Texas Instruments SoC
23
+
24
+ Recommended devices are based on either the CC2652 or CC1352 chip. Devices based on cc253x chips are still supported but are no longer recommended.
25
+ Only CC26xx/cc1352/cc2538 Devices support extraction of the NVRam backup which should allow to swap coordinator hardware without having to reconnect all zigbee devices to the network.
26
+ Current firmware files for these devices can be found [on GitHub](https://github.com/Koenkk/Z-Stack-firmware)
27
+
28
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2531.png" width="100"></span>
29
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2591.png" width="100"></span>
30
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/sonoff.png" width="100"></span>
31
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/CC2538_CC2592_PA.PNG" width="100"></span>
32
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/de/img/cc26x2r.PNG" width="100"></span>
33
+
34
+ tutorial/zigbee.png
35
+ ### Dresden Elektronik SoC
36
+ <span><img src="https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/docs/en/img/deconz.png" width="180"></span>
37
+
38
+ recommended:
39
+ - ConBee II
40
+ - RaspBee II
41
+
42
+ no longer recommended:
43
+ - ConBee I
44
+ - RaspBee
45
+
46
+ While Conbee/RaspBee Support is no longer considered experimental in the zigbee-herdsman and zigbee-herdsman-converters libraries used by the zigbee Adapter, use of these devices with the adapter may limit functionality. Known issues are:
47
+ - link quality display may be incorrect
48
+ - device map metrics may be incorrect
49
+ - NVRam Backup is not supported.
50
+
51
+ ### Silicon Labs SoC
52
+
53
+ Support for [Silicon Lab Zigbee](https://www.silabs.com/wireless/zigbee) based adapters is experimental. The initial support for EZSP v8 is still not yet considered stable and the project is in need of more developers volunteering to help with this integration. Please refer to the respective documentation on [this page](https://www.zigbee2mqtt.io/guide/adapters/) and [ongoing development discussion](https://github.com/Koenkk/zigbee-herdsman/issues/319) with regards to the state of Silabs EmberZNet Serial Protocol (EZSP) adapter implementation integration into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.
54
+
55
+
56
+ ### ZiGate SoC
57
+
58
+ Support for [ZiGate](https://zigate.fr) based adapters is experimental. The initial support for ZiGate is still not yet considered stable and the project is in need of more developers volunteering to help with this integration. Please refer to the respective documentation on [this page](https://www.zigbee2mqtt.io/guide/adapters/) and [ongoing development discussion](https://github.com/Koenkk/zigbee-herdsman/issues/242) with regards to the state of ZiGate adapter implementation into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.
59
+
60
+
61
+ ## Work with adapter
62
+
63
+ ![](docs/tutorial/zigbee.png)
64
+
65
+ To start the driver, you must specify the name of the port on which the Zigbee-module (stick) is connected. Usually this is the port `/dev/ttyACM0` or `/dev/ttyUSB0` for the UART-connection. Or you can find with `ls -l /dev/serial/by-id` the device direct.
66
+
67
+ open the settings and change port
68
+ ![](docs/tutorial/settings.png)
69
+
70
+
71
+ For Windows this will be the COM port number.
72
+
73
+ Starting from version 1.0.0 you can also use *tcp connection* for cases using esp8266 (or other microcontrollers) as serial-bridge. For example `tcp://192.168.1.46:8880`. Read more info here https://www.zigbee2mqtt.io/information/connecting_cc2530#via-an-esp8266
74
+
75
+ To connect devices, you need to switch the Zigbee-coordinator to pairing mode by pressing the green button. The countdown will begin (60 seconds) until the device connectivity is available.
76
+ To connect Zigbee devices in most cases, just press the pairing button on the device itself. But there are features for some devices. More information about pairing with devices can be found [here (in English)](https://www.zigbee2mqtt.io/getting_started/pairing_devices.html)
77
+
78
+ After successful pairing, the device appears in the configuration panel. If the device appears in the configuration panel but has the type "undefined", then this is an unknown device and can not be work with it. If the device is in the list of available devices, but added as "undefined", then try to remove the device and add it again.
79
+
80
+ The devices connected to the Zigbee-network and inform the coordinator of their status and events (button presses, motion detection, temperature change). This information is reflected in the ioBroker object-states. Some ioBroker states have feedback and send commands to the zigbee-device when the value changes (switching the state of the outlet or lamp, changing the scene or the brightness of the lamp).
81
+
82
+ ### Device Groups
83
+ You may create groups of devices.
84
+
85
+ ![](docs/tutorial/groups-1.png)
86
+
87
+ It is a Zigbee feature, intended for example to switch bulbs synchronized. Assign groups via device tabs edit button. A group will show as own "device" in Objects.
88
+
89
+ ![](docs/tutorial/groups-2.png)
90
+
91
+ Note: Not all devices support groups (not supported by end devices like sensors).
92
+
93
+
94
+ ### Binding
95
+
96
+ https://www.zigbee2mqtt.io/information/binding
97
+
98
+ ### Developer Tab
99
+
100
+ This is a tool for advanced users to test currently unsupported devices or enhance this adapters functionality. More instructions can be found on tab.
101
+ ![](docs/tutorial/tab-dev-1.png)
102
+
103
+ ## Additional info
104
+
105
+ There is a [friendly project](https://github.com/koenkk/zigbee2mqtt) with similar functionality on the same technologies, where you can work with the same devices using the MQTT protocol. Therefore, if any improvements or support for new zigbee-devices occur in the Zigbee2MQTT project, we can transfer and add the same functionality to this adapter. If you notice this, then write the issue - we'll postpone it.
106
+
107
+ There are knowledge bases that can be useful for working with Zigbee-devices and equipment:
108
+ * in English https://www.zigbee2mqtt.io/
109
+ * in Russian https://myzigbee.ru/
110
+
111
+ ## Supported devices
112
+
113
+ [Works with devices from this list](https://github.com/ioBroker/ioBroker.zigbee/wiki/Supported-devices)
114
+
115
+
116
+ ## More Informations
117
+
118
+ [in Deutsch](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/de/readme.md)
119
+
120
+ [in English](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/en/readme.md)
121
+
122
+ or
123
+
124
+ [wiki](https://github.com/ioBroker/ioBroker.zigbee/wiki)
125
+
126
+
127
+
128
+ ## Donate
129
+
130
+ You can thank the authors by these links:
131
+ * to Kirov Ilya https://www.paypal.me/goofyk
132
+ * to Arthur Rupp https://paypal.me/ArthurRupp
133
+
134
+ -----------------------------------------------------------------------------------------------------
135
+
136
136
  ## Changelog
137
- ### 1.8.23 (2023-08-10)
137
+ ### 1.8.25 (2023-12-17)
138
+ * zhc 16.x
139
+ * (arteck) corr group from exclude dialog
140
+
141
+ ### 1.8.24 (2023-09-05)
142
+ * (arteck) switch to exposes tab for some Aqara Devices [more infos](https://github.com/ioBroker/ioBroker.zigbee/wiki/Exposes-for-device-integration)
143
+
144
+ ### 1.8.23 (2023-08-10)
138
145
  * (arteck) query from xiaomi is now better
139
146
 
140
- ### 1.8.22 (2023-08-05)
147
+ ### 1.8.22 (2023-08-05)
141
148
  * (arteck) crash when meta is empty
142
149
 
143
- ### 1.8.21 (2023-07-31)
150
+ ### 1.8.21 (2023-07-31)
144
151
  * (arteck) no converter found
145
152
 
146
- ### 1.8.20 (2023-07-31)
153
+ ### 1.8.20 (2023-07-31)
147
154
  * (arteck) add log
148
155
 
149
- ### 1.8.19 (2023-07-31)
150
- * (arteck) fix occupancy_timeout
156
+ ### 1.8.19 (2023-07-31)
157
+ * (arteck) fix occupancy_timeout
151
158
  * (arteck) fix battery percentage and voltage
152
159
 
153
- ### 1.8.18 (2023-07-16)
160
+ ### 1.8.18 (2023-07-16)
154
161
  * (arteck) little fix sentry and error log
155
162
 
156
- ### 1.8.17 (2023-07-15)
163
+ ### 1.8.17 (2023-07-15)
157
164
  * (arteck) sentry corr
158
165
 
159
- ### 1.8.16 (2023-07-11)
166
+ ### 1.8.16 (2023-07-11)
160
167
  * (arteck) battery corr
161
168
 
162
- ### 1.8.13
163
- * (arteck) ota corr
164
- * (arteck) devices are wrong with enum exposes
169
+ ### 1.8.13
170
+ * (arteck) ota corr
171
+ * (arteck) devices are wrong with enum exposes
165
172
  * (arteck) select field for groups is larger
166
173
 
167
- ### 1.8.12 (2023-06-30)
174
+ ### 1.8.12 (2023-06-30)
168
175
  * (arteck) new Documentation (thx Stefan)
169
176
 
170
- ### 1.8.11 (2022-12-10)
177
+ ### 1.8.11 (2022-12-10)
171
178
  * (arteck) fix compsite exposes with list
172
179
 
173
- ### 1.8.10 (2022-12-12)
174
- * (asgothian) fix group access
175
- * (asgothian) add option for pairing code:
176
- A new icon allows to open the network after first entering a pairing code
177
- listed on the device
178
- * (asgothian) easier use of external converters
179
- - external converters can now be placed in the zigbee adapter data folder
180
- - no absolite path is required to access them
181
- - external converters posted on the github for zigbee-herdsman-converters
182
- should work as they are - folders for libraries are rewritten to match
183
- the expected location when 'required' from within the zigbee adapter
184
- - Log entries will identify which files are entered as converters. Errors
185
- in these files should not cause the adapter to crash - instead, use of
180
+ ### 1.8.10 (2022-12-12)
181
+ * (asgothian) fix group access
182
+ * (asgothian) add option for pairing code:
183
+ A new icon allows to open the network after first entering a pairing code
184
+ listed on the device
185
+ * (asgothian) easier use of external converters
186
+ - external converters can now be placed in the zigbee adapter data folder
187
+ - no absolite path is required to access them
188
+ - external converters posted on the github for zigbee-herdsman-converters
189
+ should work as they are - folders for libraries are rewritten to match
190
+ the expected location when 'required' from within the zigbee adapter
191
+ - Log entries will identify which files are entered as converters. Errors
192
+ in these files should not cause the adapter to crash - instead, use of
186
193
  external converters may be unavailable.
187
194
 
188
- ### 1.8.9 (2022-12-10)
195
+ ### 1.8.9 (2022-12-10)
189
196
  * (arteck) fix lidl plug
190
197
 
191
- ### 1.8.7 (2022-12-01)
198
+ ### 1.8.7 (2022-12-01)
192
199
  * (arteck) fix exposes
193
200
 
194
- ### 1.8.5 (2022-11-30)
201
+ ### 1.8.5 (2022-11-30)
195
202
  * (arteck) fix for new code
196
203
 
197
- ### 1.8.3 (2022-11-30)
204
+ ### 1.8.3 (2022-11-30)
198
205
  * (arteck) back to old source
199
206
 
200
- ### 1.8.1 (2022-11-28)
201
- * (bluefox) Packages updated
207
+ ### 1.8.1 (2022-11-28)
208
+ * (bluefox) Packages updated
202
209
  * (bluefox) Added names of serial ports in configuration dialog
203
210
 
204
- ### 1.7.7 (2022-11-24)
211
+ ### 1.7.7 (2022-11-24)
205
212
  * dep update
206
213
 
207
- ### 1.7.6 (2022-07-23)
208
- * (kirovilya) fix selecting nodes in admin
214
+ ### 1.7.6 (2022-07-23)
215
+ * (kirovilya) fix selecting nodes in admin
209
216
  * (arteck) ikea fix
210
217
 
211
- ### 1.7.5 (2022-06-01)
218
+ ### 1.7.5 (2022-06-01)
212
219
  * (arteck) error message for undefined devices or icons
213
220
 
214
- ### 1.7.4 (2022-05-30)
221
+ ### 1.7.4 (2022-05-30)
215
222
  * (arteck) missing icons with multiple description
216
223
 
217
- ### 1.7.2 (2022-05-28)
224
+ ### 1.7.2 (2022-05-28)
218
225
  * (arteck) download missing icons corr
219
226
 
220
- ### 1.7.1 (2022-05-28)
221
- * (arteck) available status in admin is colored
222
- * (arteck) disable Backups checkbox in settings
223
- * (arteck) we keep last 10 backup files
227
+ ### 1.7.1 (2022-05-28)
228
+ * (arteck) available status in admin is colored
229
+ * (arteck) disable Backups checkbox in settings
230
+ * (arteck) we keep last 10 backup files
224
231
  * (arteck) download missing icons automatically (manual upload needed)
225
232
 
226
- ### 1.6.18 (2022-04-21)
233
+ ### 1.6.18 (2022-04-21)
227
234
  * (arteck) fix pairing modus
228
235
 
229
- ### 1.6.17 (2022-04)
236
+ ### 1.6.17 (2022-04)
230
237
  rollback
231
238
 
232
- ### 1.6.16 (2022-02-16)
233
- * (arteck) admin dep fix
239
+ ### 1.6.16 (2022-02-16)
240
+ * (arteck) admin dep fix
234
241
  * (arteck) colored objects for online/offline state
235
242
 
236
- ### 1.6.15 (2022-02-08)
243
+ ### 1.6.15 (2022-02-08)
237
244
  * (arteck) Battery status % calculation was changed for xiaomi devices
238
245
 
239
- ### 1.6.14 (2022-01)
240
- * (asgothian) OTA limitation
241
- - devices with the available state set to false are excluded from OTA updates (and the update check)
242
- - devices with link_quality 0 are excluded from OTA updates (and the update check)
243
- * (asgothian) Device deactivation:
244
- - Devices can be marked inactive from the device card.
245
- - inactive devices are not pinged
246
- - state changes by the user are not sent to inactive devices.
247
- - when a pingable device is marked active (from being inactive) it will be pinged again.
248
- - inactive devices are excluded from OTA updates.
249
- * (asgothian) Group rework part 2:
250
- - state device.groups will now be deleted with state Cleanup
251
- - state info.groups is now obsolete and will be deleted at adapter start (after transferring data to
252
- the new storage)
253
- * (asgothian) Device name persistance.
254
- - Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
255
- is not deleted when the adapter is removed, and will be referenced when a device is added to the zigbee adapter. Deleting and reinstalling the adapter will no longer remove custom device names, nor will deleting and adding the device anew.
256
- * (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
246
+ ### 1.6.14 (2022-01)
247
+ * (asgothian) OTA limitation
248
+ - devices with the available state set to false are excluded from OTA updates (and the update check)
249
+ - devices with link_quality 0 are excluded from OTA updates (and the update check)
250
+ * (asgothian) Device deactivation:
251
+ - Devices can be marked inactive from the device card.
252
+ - inactive devices are not pinged
253
+ - state changes by the user are not sent to inactive devices.
254
+ - when a pingable device is marked active (from being inactive) it will be pinged again.
255
+ - inactive devices are excluded from OTA updates.
256
+ * (asgothian) Group rework part 2:
257
+ - state device.groups will now be deleted with state Cleanup
258
+ - state info.groups is now obsolete and will be deleted at adapter start (after transferring data to
259
+ the new storage)
260
+ * (asgothian) Device name persistance.
261
+ - Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
262
+ is not deleted when the adapter is removed, and will be referenced when a device is added to the zigbee adapter. Deleting and reinstalling the adapter will no longer remove custom device names, nor will deleting and adding the device anew.
263
+ * (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
257
264
  * (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394
258
265
 
259
- ### 1.6.13 (2022-01)
260
-
266
+ ### 1.6.13 (2022-01)
267
+
261
268
  * (kirovilya) update to Zigbee-Herdsman 0.14
262
269
 
263
- ### 1.6.12 (2022-01)
264
- * (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
270
+ ### 1.6.12 (2022-01)
271
+ * (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
265
272
  - object device.groups is obsolet..the old one is no longer up to date
266
273
 
267
- ### 1.6.9 (2021-12)
268
- * (simatec) fix admin Dark-Mode
269
- * (asgothian) Expose Access Handling
270
- * (arteck) translations
271
- * (asgothian) fix groups
274
+ ### 1.6.9 (2021-12)
275
+ * (simatec) fix admin Dark-Mode
276
+ * (asgothian) Expose Access Handling
277
+ * (arteck) translations
278
+ * (asgothian) fix groups
272
279
  * (agross) use different normalization rules
273
280
 
274
- ### 1.6.1 (2021-08)
281
+ ### 1.6.1 (2021-08)
275
282
  * (kirovilya) herdsman compatibility
276
283
 
277
284
  ### 1.6.0 (2021-08-09)
278
285
 
279
- ### 1.5.6 (2021-05-26)
286
+ ### 1.5.6 (2021-05-26)
280
287
  * (kirovilya) new UI add
281
288
 
282
- ### 1.5.5 (2021-05-05)
283
- * Fixes for new zigbee-herdsman-converters
289
+ ### 1.5.5 (2021-05-05)
290
+ * Fixes for new zigbee-herdsman-converters
284
291
  * UI fixes
285
292
 
286
- ### 1.5.3 (2021-04-30)
293
+ ### 1.5.3 (2021-04-30)
287
294
  * (arteck) Fix for js-controller 3.3.*
288
295
 
289
- ### 1.5.2 (2021-04-29)
296
+ ### 1.5.2 (2021-04-29)
290
297
  * (asgothian) Groups on dashboard
291
298
 
292
- ### 1.5.1 (2021-04-14)
293
- * (kirovilya) Dashboard
294
- * (asgothian) Groups (reworked)
299
+ ### 1.5.1 (2021-04-14)
300
+ * (kirovilya) Dashboard
301
+ * (asgothian) Groups (reworked)
295
302
  * [Experimental support EZSP protocol for EFR32 chips](https://github.com/Koenkk/zigbee-herdsman/issues/319) (zigbee-herdsman)
296
303
 
297
- ### 1.4.4 (2021-02-14)
298
- * (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
299
- * (asgothian) Enhancement ping process
300
- * (asgothian) Devive query state-button
301
- * (asgothian) State Cleanup button
304
+ ### 1.4.4 (2021-02-14)
305
+ * (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
306
+ * (asgothian) Enhancement ping process
307
+ * (asgothian) Devive query state-button
308
+ * (asgothian) State Cleanup button
302
309
  * (arteck) Setting to use exposes instead of internal device description
303
310
 
304
- ### 1.4.1 (2020-12)
305
- * (o0shojo0o) added a kelvin posibility into colortemp
306
- * (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
307
- * (asgothian) fix Tuya Thermostat: restore lost property "preset"
308
- * (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
309
- * (asgothian) Change for Device Availability: Ping request triggered on reconnect. Before the herdsman Ping function is used, the adapter attempts to read the "state" dp. If this is successful, no ping is sent and the state is set
310
- * (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
311
- * (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
312
- * (asgothian) RGB Color can now be entered as "named" color. Implemented names are taken from the list of extended web colors on wikipedia (https://en.wikipedia.org/wiki/Web_colors)
313
- * (asgothian) change in how RGB color is parsed. Incomplete colors will now be parsed successfully. #FFF will result in R 0, G 15, B 255
314
- * (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
311
+ ### 1.4.1 (2020-12)
312
+ * (o0shojo0o) added a kelvin possibility into colortemp
313
+ * (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
314
+ * (asgothian) fix Tuya Thermostat: restore lost property "preset"
315
+ * (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
316
+ * (asgothian) Change for Device Availability: Ping request triggered on reconnect. Before the herdsman Ping function is used, the adapter attempts to read the "state" dp. If this is successful, no ping is sent and the state is set
317
+ * (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
318
+ * (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
319
+ * (asgothian) RGB Color can now be entered as "named" color. Implemented names are taken from the list of extended web colors on wikipedia (https://en.wikipedia.org/wiki/Web_colors)
320
+ * (asgothian) change in how RGB color is parsed. Incomplete colors will now be parsed successfully. #FFF will result in R 0, G 15, B 255
321
+ * (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
315
322
  * (asgothian) new coordinator card
316
323
 
317
- ### 1.4.0 (2020-12)
318
- * Many new devices available
319
-
320
- Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the *exposes* described in zigbee-herdsman-converters.
321
- The *exposes* section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states.
322
- This means that the new device is described correctly enough in zigbee-herdsman-converters to start working with iobroker.zigbee (do not need to add it to our /lib/devices files.js and /lib/states.js).
323
-
324
- The only thing that is not described (yet, it may change in the future) in zigbee-herdsman-converters is the device image. This is why the device icon on network map uses external links to the resource https://www.zigbee2mqtt.io/images/devices/*.
325
- If you want to use local images, then you need to put the image file in /admin/img and briefly describe the device in the /lib/devices.js file without the *states*:
326
- ```
327
- {
328
- models: [‘01MINIZB’],
329
- icon: 'img/ITEAD01ZBMINI. png',
330
- }
331
- ```
324
+ ### 1.4.0 (2020-12)
325
+ * Many new devices available
326
+
327
+ Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the *exposes* described in zigbee-herdsman-converters.
328
+ The *exposes* section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states.
329
+ This means that the new device is described correctly enough in zigbee-herdsman-converters to start working with iobroker.zigbee (do not need to add it to our /lib/devices files.js and /lib/states.js).
330
+
331
+ The only thing that is not described (yet, it may change in the future) in zigbee-herdsman-converters is the device image. This is why the device icon on network map uses external links to the resource https://www.zigbee2mqtt.io/images/devices/*.
332
+ If you want to use local images, then you need to put the image file in /admin/img and briefly describe the device in the /lib/devices.js file without the *states*:
333
+ ```
334
+ {
335
+ models: [‘01MINIZB’],
336
+ icon: 'img/ITEAD01ZBMINI. png',
337
+ }
338
+ ```
332
339
  in this case, the *states* attribute will be formed based on the *exposes* description and the image will be local.
333
340
 
334
- ### 1.3.1 (2020-10-30)
335
- * [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
336
- * New devices by:
341
+ ### 1.3.1 (2020-10-30)
342
+ * [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
343
+ * New devices by:
337
344
  asgothian, arteck, kirovilya, PaulchenPlump
338
345
 
339
- ### 1.3.0 (2020-10-07)
340
- * More stable (zigbee-herdsman)
341
- * Backup prior database and nv-data (for z-stack 3) before start adapter
342
- * Allow to select bind cluster
343
- * Admin Tab support (experimental)
344
- * (UncleSamSwiss, DutchmanNL) Translation
345
- * New devices by:
346
- arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
346
+ ### 1.3.0 (2020-10-07)
347
+ * More stable (zigbee-herdsman)
348
+ * Backup prior database and nv-data (for z-stack 3) before start adapter
349
+ * Allow to select bind cluster
350
+ * Admin Tab support (experimental)
351
+ * (UncleSamSwiss, DutchmanNL) Translation
352
+ * New devices by:
353
+ arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
347
354
  Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes
348
355
 
349
- ### 1.2.1 (2020-08-16)
350
- * Fixes after changing device identify method
356
+ ### 1.2.1 (2020-08-16)
357
+ * Fixes after changing device identify method
351
358
  * (Garfonso) Allow to unbind from coordinator
352
359
 
353
- ### 1.2.0 (2020-08-09)
354
- * Serialport 9.0.0. (zigbee-herdsman)
355
- * Drop support Node < 10 (zigbee-herdsman)
356
- * Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel
357
-
358
- Improvements and fixes:
359
- * (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
360
- * (kirovilya) Fix ota for unavailable devices
361
- * (kirovilya) Lazy states - created only when an event arrives
362
- * (kirovilya) States generator - states are created depending on the device and its endpoints
363
- * (Shade) Fixed WXKG11LM clicks
364
- * (allofmex) Improved DeveloperTab logs
365
- * (allofmex) Add humidity and temperature calibration state to Tuya RH3052
366
- * (kirovilya) Fixed a typo due to which extPanID was not set
367
- * (allofmex) Retry reconnect gateway all the time for tcp connected gateway
368
- * (kirovilya) Allow to collect zigbee-herdsman logs to iobroker logs
369
- * (kirovilya) Additional states for QBKG12LM
370
-
371
- New devices:
372
- * (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
373
- * (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
374
- * (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
375
- * (kirovilya) DiY Freepad https://github.com/diyruz/freepad
376
- * (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
377
- * (Shade) RB 278 T
378
- * (arteck) TS0601_thermostat
379
- * (arteck) TS0121
380
- * (arteck) GL-D-004Z
381
- * (Shade) WXKG07LM
382
- * (drohne200) 1746430P7
383
- * (sebastian) 4058075816459
384
- * (itProfi) SGMHM-I1
385
- * (arteck) owvfni3
386
- * (arteck) TS0001, TS0111
387
- * (Daniel Dreier) Paulmann 500.45
388
- * (arteck) ZK-EU-2U
389
- * (Newan) Busch-Jaeger 6735/6736/6737
390
- * (andrico21) ZM-L03E-Z
391
- * (arteck) 915005106701, 9290018187B
392
- * (frankjoke) HGZB-20-UK, GL-W-001Z
393
- * (arteck) 4034031P7, 3435011P7
394
- * (arteck) TS0041
395
- * (agross) 5062231P7, 5062431P7
396
- * (kirovilya) TI0001-switch, TI0001-socket
397
- * (arteck) RB 178 T
398
- * (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
399
- * (nbars) E1744
400
- * (Florian Look) GS361A-H04
401
- * (arteck) ICZB-IW11SW
402
- * (kirovilya) HS2WD-E
403
- * (Sacred-Shadow) FL 130 C
404
- * (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
405
- * (kirovilya) MCLH-08, MCLH-05
406
- * (Sacred-Shadow) 1746130P7
407
- * (mar565) GUNNARP panel round
360
+ ### 1.2.0 (2020-08-09)
361
+ * Serialport 9.0.0. (zigbee-herdsman)
362
+ * Drop support Node < 10 (zigbee-herdsman)
363
+ * Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel
364
+
365
+ Improvements and fixes:
366
+ * (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
367
+ * (kirovilya) Fix ota for unavailable devices
368
+ * (kirovilya) Lazy states - created only when an event arrives
369
+ * (kirovilya) States generator - states are created depending on the device and its endpoints
370
+ * (Shade) Fixed WXKG11LM clicks
371
+ * (allofmex) Improved DeveloperTab logs
372
+ * (allofmex) Add humidity and temperature calibration state to Tuya RH3052
373
+ * (kirovilya) Fixed a typo due to which extPanID was not set
374
+ * (allofmex) Retry reconnect gateway all the time for tcp connected gateway
375
+ * (kirovilya) Allow to collect zigbee-herdsman logs to iobroker logs
376
+ * (kirovilya) Additional states for QBKG12LM
377
+
378
+ New devices:
379
+ * (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
380
+ * (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
381
+ * (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
382
+ * (kirovilya) DiY Freepad https://github.com/diyruz/freepad
383
+ * (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
384
+ * (Shade) RB 278 T
385
+ * (arteck) TS0601_thermostat
386
+ * (arteck) TS0121
387
+ * (arteck) GL-D-004Z
388
+ * (Shade) WXKG07LM
389
+ * (drohne200) 1746430P7
390
+ * (sebastian) 4058075816459
391
+ * (itProfi) SGMHM-I1
392
+ * (arteck) owvfni3
393
+ * (arteck) TS0001, TS0111
394
+ * (Daniel Dreier) Paulmann 500.45
395
+ * (arteck) ZK-EU-2U
396
+ * (Newan) Busch-Jaeger 6735/6736/6737
397
+ * (andrico21) ZM-L03E-Z
398
+ * (arteck) 915005106701, 9290018187B
399
+ * (frankjoke) HGZB-20-UK, GL-W-001Z
400
+ * (arteck) 4034031P7, 3435011P7
401
+ * (arteck) TS0041
402
+ * (agross) 5062231P7, 5062431P7
403
+ * (kirovilya) TI0001-switch, TI0001-socket
404
+ * (arteck) RB 178 T
405
+ * (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
406
+ * (nbars) E1744
407
+ * (Florian Look) GS361A-H04
408
+ * (arteck) ICZB-IW11SW
409
+ * (kirovilya) HS2WD-E
410
+ * (Sacred-Shadow) FL 130 C
411
+ * (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
412
+ * (kirovilya) MCLH-08, MCLH-05
413
+ * (Sacred-Shadow) 1746130P7
414
+ * (mar565) GUNNARP panel round
408
415
  * (Erdnuss3003) 4090531P7
409
416
 
410
- ### 1.1.1 (2020-04-17)
411
- * (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
412
- * (kirovilya) Nue/3A FNB56-ZSW02LX2.0
413
- * (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
417
+ ### 1.1.1 (2020-04-17)
418
+ * (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
419
+ * (kirovilya) Nue/3A FNB56-ZSW02LX2.0
420
+ * (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
414
421
  * (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM
415
422
 
416
- ### 1.1.0 (2020-04-12)
417
- new Zigbee-herdsman features:
418
- * ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
419
- * OTA update for some devices (IKEA, OSRAM and other) https://github.com/Koenkk/zigbee2mqtt/issues/2921
420
- * Touchlink reset and join https://github.com/Koenkk/zigbee2mqtt/issues/2396
421
- * Green Power devices support https://github.com/Koenkk/zigbee2mqtt/issues/3322
422
- * (peterfido) iCasa KPD14S und KPD18S hinzu
423
- * (kirovilya) Moes Zigbee Thermostatic Radiator
424
- * (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
425
- * (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
426
- * (kirovilya) Gledopto GL-C-007 with with channel
427
- * (MultivitaminJuice) Iluminize 511.040
428
- * (Sacred-Shadow) Bitron 902010/24
429
- * (kirovilya) Color indication of LQI and Battery icon
430
- * (kirovilya) Device info modal dialog
431
- * (arteck) Philips LCT026
432
- * (obakuhl) Improvements Osram switch mini
433
- * (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
434
- * (agross) Philips Signe Floor and Table
435
- * (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
436
- * (kirovilya) Smart remote controller (4 buttons)
437
- * (allofmex) OTA updates
438
- * (kirovilya) Aqara opple change mode keys (for binding)
423
+ ### 1.1.0 (2020-04-12)
424
+ new Zigbee-herdsman features:
425
+ * ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
426
+ * OTA update for some devices (IKEA, OSRAM and other) https://github.com/Koenkk/zigbee2mqtt/issues/2921
427
+ * Touchlink reset and join https://github.com/Koenkk/zigbee2mqtt/issues/2396
428
+ * Green Power devices support https://github.com/Koenkk/zigbee2mqtt/issues/3322
429
+ * (peterfido) iCasa KPD14S und KPD18S hinzu
430
+ * (kirovilya) Moes Zigbee Thermostatic Radiator
431
+ * (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
432
+ * (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
433
+ * (kirovilya) Gledopto GL-C-007 with with channel
434
+ * (MultivitaminJuice) Iluminize 511.040
435
+ * (Sacred-Shadow) Bitron 902010/24
436
+ * (kirovilya) Color indication of LQI and Battery icon
437
+ * (kirovilya) Device info modal dialog
438
+ * (arteck) Philips LCT026
439
+ * (obakuhl) Improvements Osram switch mini
440
+ * (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
441
+ * (agross) Philips Signe Floor and Table
442
+ * (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
443
+ * (kirovilya) Smart remote controller (4 buttons)
444
+ * (allofmex) OTA updates
445
+ * (kirovilya) Aqara opple change mode keys (for binding)
439
446
  * (palsch) Heiman HS2WD-E siren
440
447
 
441
- ### 1.0.4 (2020-03-14)
442
- * (kirovilya) Philips Hue Adore Bathroom Mirror Light
443
- * (kirovilya) Oujiabao Gas and carbon monoxide alarm
444
- * (kirovilya) Tuya SOS button
445
- * (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
446
- * (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
447
- * (arteck) Xiaomi plug lumi.plug.mmeu01
448
- * (arteck) Innr RS 228 T, RS 230 C
449
- * (arteck) Gledopto GL-MC-001, GL-D-003ZS
450
- * (allmyjoes) Bitron AV2010/21A
451
- * (arteck) Osram Panel TW 595 UGR22
452
- * (kirovilya) IKEA SURTE door WS 38x64
453
- * (andigandi) Philips Hue LCG002, Hue LTG002
454
- * (arteck) iCasa ICZB-FC
455
- * (arteck) Osram A60 DIM Z3
456
- * (arteck) Paulmann 371000001
457
- * (DaCHRIS) Osram PAR16 DIM Z3
458
- * (DaCHRIS) Philips LWG001
459
- * (DaCHRIS) Illuminize 511.202
460
- * (SchumyHao) TERNCY-SD01 knob dimmer
461
- * (SchumyHao) Xiaomi lumi.lock.aq1
462
- * (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
463
- * (kirovilya) Allow pairing to routers (again)
464
- * (Erdnuss3003) Philips Hue LCT021
465
- * (root) Trust ZWLD-100 water leak sensor
448
+ ### 1.0.4 (2020-03-14)
449
+ * (kirovilya) Philips Hue Adore Bathroom Mirror Light
450
+ * (kirovilya) Oujiabao Gas and carbon monoxide alarm
451
+ * (kirovilya) Tuya SOS button
452
+ * (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
453
+ * (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
454
+ * (arteck) Xiaomi plug lumi.plug.mmeu01
455
+ * (arteck) Innr RS 228 T, RS 230 C
456
+ * (arteck) Gledopto GL-MC-001, GL-D-003ZS
457
+ * (allmyjoes) Bitron AV2010/21A
458
+ * (arteck) Osram Panel TW 595 UGR22
459
+ * (kirovilya) IKEA SURTE door WS 38x64
460
+ * (andigandi) Philips Hue LCG002, Hue LTG002
461
+ * (arteck) iCasa ICZB-FC
462
+ * (arteck) Osram A60 DIM Z3
463
+ * (arteck) Paulmann 371000001
464
+ * (DaCHRIS) Osram PAR16 DIM Z3
465
+ * (DaCHRIS) Philips LWG001
466
+ * (DaCHRIS) Illuminize 511.202
467
+ * (SchumyHao) TERNCY-SD01 knob dimmer
468
+ * (SchumyHao) Xiaomi lumi.lock.aq1
469
+ * (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
470
+ * (kirovilya) Allow pairing to routers (again)
471
+ * (Erdnuss3003) Philips Hue LCT021
472
+ * (root) Trust ZWLD-100 water leak sensor
466
473
  * (smartpran) Bitron AV2010/32
467
474
 
468
- ### 1.0.3 (2020-02-09)
469
- * (Tw1nh34d) Hornbach FLAIR LED
470
- * (asgothian) Hue smart button, Heiman smoke sensor
471
- * (kirovilya) Philips LTC014, LTC015
472
- * (kirovilya) Power states for QBKG11LM
473
- * (Garfonso) Change role for occupancy state to 'sensor.motion'
474
- * (kirovilya) Change illuminance state to illuminance_lux (for lux value)
475
- * (arteck) Philips LCF002
476
- * (arteck) TRADFRI open/close remote
475
+ ### 1.0.3 (2020-02-09)
476
+ * (Tw1nh34d) Hornbach FLAIR LED
477
+ * (asgothian) Hue smart button, Heiman smoke sensor
478
+ * (kirovilya) Philips LTC014, LTC015
479
+ * (kirovilya) Power states for QBKG11LM
480
+ * (Garfonso) Change role for occupancy state to 'sensor.motion'
481
+ * (kirovilya) Change illuminance state to illuminance_lux (for lux value)
482
+ * (arteck) Philips LCF002
483
+ * (arteck) TRADFRI open/close remote
477
484
  * (kirovilya) Tuya sensor TS0201
478
485
 
479
- ### 1.0.2 (2020-01-29)
480
- * (kirovilya) All button events for Aqara Opple switch
481
- * (ma-john) OSRAM PAR16 RGBW Z3
482
- * (arteck) Phillips LWA004
483
- * (MiniMe6666) Heiman SmokeSendor-N-3.0
484
- * (kirovilya) Force remove device
485
- * (kirovilya) Fix some networkmap bugs
486
- * (kirovilya) Extended info button
486
+ ### 1.0.2 (2020-01-29)
487
+ * (kirovilya) All button events for Aqara Opple switch
488
+ * (ma-john) OSRAM PAR16 RGBW Z3
489
+ * (arteck) Phillips LWA004
490
+ * (MiniMe6666) Heiman SmokeSendor-N-3.0
491
+ * (kirovilya) Force remove device
492
+ * (kirovilya) Fix some networkmap bugs
493
+ * (kirovilya) Extended info button
487
494
  * (kirovilya) Long press for WXKG01LM
488
495
 
489
- ### 1.0.1 (2020-01-23)
496
+ ### 1.0.1 (2020-01-23)
490
497
  * fix for old z-stack firmware
491
498
 
492
- ### 1.0.0 (2020-01-22)
493
- * Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
494
- * Drop support NodeJS 6
495
- * Serialport 8.0.5 (in zigbee-herdsman)
496
- * More new devices
497
- * Some design update
499
+ ### 1.0.0 (2020-01-22)
500
+ * Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
501
+ * Drop support NodeJS 6
502
+ * Serialport 8.0.5 (in zigbee-herdsman)
503
+ * More new devices
504
+ * Some design update
498
505
  * Binding
499
506
 
500
- ## License
501
- The MIT License (MIT)
502
-
503
- Copyright (c) 2018-2023 Kirov Ilya <kirovilya@gmail.com>
504
-
505
- Permission is hereby granted, free of charge, to any person obtaining a copy
506
- of this software and associated documentation files (the "Software"), to deal
507
- in the Software without restriction, including without limitation the rights
508
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
509
- copies of the Software, and to permit persons to whom the Software is
510
- furnished to do so, subject to the following conditions:
511
-
512
- The above copyright notice and this permission notice shall be included in
513
- all copies or substantial portions of the Software.
514
-
515
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
516
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
517
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
518
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
519
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
520
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
507
+ ## License
508
+ The MIT License (MIT)
509
+
510
+ Copyright (c) 2018-2023 Kirov Ilya <kirovilya@gmail.com>
511
+
512
+ Permission is hereby granted, free of charge, to any person obtaining a copy
513
+ of this software and associated documentation files (the "Software"), to deal
514
+ in the Software without restriction, including without limitation the rights
515
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
516
+ copies of the Software, and to permit persons to whom the Software is
517
+ furnished to do so, subject to the following conditions:
518
+
519
+ The above copyright notice and this permission notice shall be included in
520
+ all copies or substantial portions of the Software.
521
+
522
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
523
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
524
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
525
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
526
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
527
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
521
528
  THE SOFTWARE.