iobroker.zigbee 1.9.1 → 1.9.3

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 (60) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +433 -425
  3. package/admin/adapter-settings.js +244 -244
  4. package/admin/admin.js +2991 -2991
  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/philips_hue_lom001.png +0 -0
  17. package/admin/index.html +163 -163
  18. package/admin/index_m.html +1360 -1360
  19. package/admin/moment.min.js +1 -1
  20. package/admin/shuffle.min.js +2 -2
  21. package/admin/tab_m.html +1021 -1021
  22. package/admin/vis-network.min.css +1 -1
  23. package/admin/vis-network.min.js +26 -26
  24. package/admin/words.js +110 -110
  25. package/docs/de/basedocu.md +19 -19
  26. package/docs/de/readme.md +126 -126
  27. package/docs/en/readme.md +128 -128
  28. package/docs/flashing_via_arduino_(en).md +110 -110
  29. package/docs/ru/readme.md +28 -28
  30. package/docs/tutorial/groups-1.png +0 -0
  31. package/docs/tutorial/groups-2.png +0 -0
  32. package/docs/tutorial/tab-dev-1.png +0 -0
  33. package/io-package.json +27 -27
  34. package/lib/backup.js +171 -171
  35. package/lib/binding.js +319 -319
  36. package/lib/colors.js +465 -465
  37. package/lib/commands.js +4 -2
  38. package/lib/developer.js +151 -151
  39. package/lib/devicemgmt.js +374 -393
  40. package/lib/devices.js +3139 -3139
  41. package/lib/exclude.js +162 -162
  42. package/lib/exposes.js +41 -14
  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 +25 -10
  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 +148 -151
  57. package/lib/zbDeviceEvent.js +48 -48
  58. package/lib/zigbeecontroller.js +1014 -1014
  59. package/package.json +4 -4
  60. package/support/docgen.js +93 -93
package/README.md CHANGED
@@ -1,546 +1,554 @@
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
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
+ ## Changelog
137
+ ### 1.9.3 (2023-12-26)
138
+ * (arteck) last zhc Version 16.x
139
+ * (arteck) corr reboot in statecontroller
133
140
 
134
- -----------------------------------------------------------------------------------------------------
141
+ ### 1.9.2 (2023-12-25)
142
+ * (arteck) gen states from exposes as function
143
+ * (arteck) rebuild dev_names.json with state cleanup button
135
144
 
136
- ## Changelog
137
- ### 1.9.1 (2023-12-23)
145
+ ### 1.9.1 (2023-12-23)
138
146
  * (arteck) corr TypeError: Cannot read properties of undefined (reading 'state')
139
147
 
140
- ### 1.9.0 (2023-12-22)
141
- * (arteck) up to new zhc
148
+ ### 1.9.0 (2023-12-22)
149
+ * (arteck) up to new zhc
142
150
  * (arteck) update dependency
143
151
 
144
- ### 1.8.27 (2023-12-22)
152
+ ### 1.8.27 (2023-12-22)
145
153
  * (arteck) update dependency
146
154
 
147
- ### 1.8.26 (2023-12-22)
148
- * (arteck) corr toZigbee message
155
+ ### 1.8.26 (2023-12-22)
156
+ * (arteck) corr toZigbee message
149
157
  * (arteck) add deviceManager
150
158
 
151
- ### 1.8.25 (2023-12-17)
152
- * zhc 16.x
159
+ ### 1.8.25 (2023-12-17)
160
+ * zhc 16.x
153
161
  * (arteck) corr group from exclude dialog
154
162
 
155
- ### 1.8.24 (2023-09-05)
163
+ ### 1.8.24 (2023-09-05)
156
164
  * (arteck) switch to exposes tab for some Aqara Devices [more infos](https://github.com/ioBroker/ioBroker.zigbee/wiki/Exposes-for-device-integration)
157
165
 
158
- ### 1.8.23 (2023-08-10)
166
+ ### 1.8.23 (2023-08-10)
159
167
  * (arteck) query from xiaomi is now better
160
168
 
161
- ### 1.8.22 (2023-08-05)
169
+ ### 1.8.22 (2023-08-05)
162
170
  * (arteck) crash when meta is empty
163
171
 
164
- ### 1.8.21 (2023-07-31)
172
+ ### 1.8.21 (2023-07-31)
165
173
  * (arteck) no converter found
166
174
 
167
- ### 1.8.20 (2023-07-31)
175
+ ### 1.8.20 (2023-07-31)
168
176
  * (arteck) add log
169
177
 
170
- ### 1.8.19 (2023-07-31)
171
- * (arteck) fix occupancy_timeout
178
+ ### 1.8.19 (2023-07-31)
179
+ * (arteck) fix occupancy_timeout
172
180
  * (arteck) fix battery percentage and voltage
173
181
 
174
- ### 1.8.18 (2023-07-16)
182
+ ### 1.8.18 (2023-07-16)
175
183
  * (arteck) little fix sentry and error log
176
184
 
177
- ### 1.8.17 (2023-07-15)
185
+ ### 1.8.17 (2023-07-15)
178
186
  * (arteck) sentry corr
179
187
 
180
- ### 1.8.16 (2023-07-11)
188
+ ### 1.8.16 (2023-07-11)
181
189
  * (arteck) battery corr
182
190
 
183
- ### 1.8.15 (2023-07-11)
191
+ ### 1.8.15 (2023-07-11)
184
192
  * (arteck) corr battery status
185
193
 
186
- ### 1.8.13 (2023-07-09)
187
- * (arteck) ota corr
188
- * (arteck) devices are wrong with enum exposes
189
- * (arteck) select field for groups is larger
194
+ ### 1.8.13 (2023-07-09)
195
+ * (arteck) ota corr
196
+ * (arteck) devices are wrong with enum exposes
197
+ * (arteck) select field for groups is larger
190
198
  * (kirovilya) tuya.whitelabel corr
191
199
 
192
- ### 1.8.12 (2023-06-30)
200
+ ### 1.8.12 (2023-06-30)
193
201
  * (arteck) new Documentation (thx Stefan)
194
202
 
195
- ### 1.8.11 (2022-12-10)
203
+ ### 1.8.11 (2022-12-10)
196
204
  * (arteck) fix compsite exposes with list
197
205
 
198
- ### 1.8.10 (2022-12-12)
199
- * (asgothian) fix group access
200
- * (asgothian) add option for pairing code:
201
- A new icon allows to open the network after first entering a pairing code
202
- listed on the device
203
- * (asgothian) easier use of external converters
204
- - external converters can now be placed in the zigbee adapter data folder
205
- - no absolite path is required to access them
206
- - external converters posted on the github for zigbee-herdsman-converters
207
- should work as they are - folders for libraries are rewritten to match
208
- the expected location when 'required' from within the zigbee adapter
209
- - Log entries will identify which files are entered as converters. Errors
210
- in these files should not cause the adapter to crash - instead, use of
206
+ ### 1.8.10 (2022-12-12)
207
+ * (asgothian) fix group access
208
+ * (asgothian) add option for pairing code:
209
+ A new icon allows to open the network after first entering a pairing code
210
+ listed on the device
211
+ * (asgothian) easier use of external converters
212
+ - external converters can now be placed in the zigbee adapter data folder
213
+ - no absolite path is required to access them
214
+ - external converters posted on the github for zigbee-herdsman-converters
215
+ should work as they are - folders for libraries are rewritten to match
216
+ the expected location when 'required' from within the zigbee adapter
217
+ - Log entries will identify which files are entered as converters. Errors
218
+ in these files should not cause the adapter to crash - instead, use of
211
219
  external converters may be unavailable.
212
220
 
213
- ### 1.8.9 (2022-12-10)
221
+ ### 1.8.9 (2022-12-10)
214
222
  * (arteck) fix lidl plug
215
223
 
216
- ### 1.8.7 (2022-12-01)
224
+ ### 1.8.7 (2022-12-01)
217
225
  * (arteck) fix exposes
218
226
 
219
- ### 1.8.5 (2022-11-30)
227
+ ### 1.8.5 (2022-11-30)
220
228
  * (arteck) fix for new code
221
229
 
222
- ### 1.8.3 (2022-11-30)
230
+ ### 1.8.3 (2022-11-30)
223
231
  * (arteck) back to old source
224
232
 
225
- ### 1.8.1 (2022-11-28)
226
- * (bluefox) Packages updated
233
+ ### 1.8.1 (2022-11-28)
234
+ * (bluefox) Packages updated
227
235
  * (bluefox) Added names of serial ports in configuration dialog
228
236
 
229
- ### 1.7.7 (2022-11-24)
237
+ ### 1.7.7 (2022-11-24)
230
238
  * dep update
231
239
 
232
- ### 1.7.6 (2022-07-23)
233
- * (kirovilya) fix selecting nodes in admin
240
+ ### 1.7.6 (2022-07-23)
241
+ * (kirovilya) fix selecting nodes in admin
234
242
  * (arteck) ikea fix
235
243
 
236
- ### 1.7.5 (2022-06-01)
244
+ ### 1.7.5 (2022-06-01)
237
245
  * (arteck) error message for undefined devices or icons
238
246
 
239
- ### 1.7.4 (2022-05-30)
247
+ ### 1.7.4 (2022-05-30)
240
248
  * (arteck) missing icons with multiple description
241
249
 
242
- ### 1.7.2 (2022-05-28)
250
+ ### 1.7.2 (2022-05-28)
243
251
  * (arteck) download missing icons corr
244
252
 
245
- ### 1.7.1 (2022-05-28)
246
- * (arteck) available status in admin is colored
247
- * (arteck) disable Backups checkbox in settings
248
- * (arteck) we keep last 10 backup files
253
+ ### 1.7.1 (2022-05-28)
254
+ * (arteck) available status in admin is colored
255
+ * (arteck) disable Backups checkbox in settings
256
+ * (arteck) we keep last 10 backup files
249
257
  * (arteck) download missing icons automatically (manual upload needed)
250
258
 
251
- ### 1.6.18 (2022-04-21)
259
+ ### 1.6.18 (2022-04-21)
252
260
  * (arteck) fix pairing modus
253
261
 
254
- ### 1.6.17 (2022-04)
262
+ ### 1.6.17 (2022-04)
255
263
  rollback
256
264
 
257
- ### 1.6.16 (2022-02-16)
258
- * (arteck) admin dep fix
265
+ ### 1.6.16 (2022-02-16)
266
+ * (arteck) admin dep fix
259
267
  * (arteck) colored objects for online/offline state
260
268
 
261
- ### 1.6.15 (2022-02-08)
269
+ ### 1.6.15 (2022-02-08)
262
270
  * (arteck) Battery status % calculation was changed for xiaomi devices
263
271
 
264
- ### 1.6.14 (2022-01)
265
- * (asgothian) OTA limitation
266
- - devices with the available state set to false are excluded from OTA updates (and the update check)
267
- - devices with link_quality 0 are excluded from OTA updates (and the update check)
268
- * (asgothian) Device deactivation:
269
- - Devices can be marked inactive from the device card.
270
- - inactive devices are not pinged
271
- - state changes by the user are not sent to inactive devices.
272
- - when a pingable device is marked active (from being inactive) it will be pinged again.
273
- - inactive devices are excluded from OTA updates.
274
- * (asgothian) Group rework part 2:
275
- - state device.groups will now be deleted with state Cleanup
276
- - state info.groups is now obsolete and will be deleted at adapter start (after transferring data to
277
- the new storage)
278
- * (asgothian) Device name persistance.
279
- - Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
280
- 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.
281
- * (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
272
+ ### 1.6.14 (2022-01)
273
+ * (asgothian) OTA limitation
274
+ - devices with the available state set to false are excluded from OTA updates (and the update check)
275
+ - devices with link_quality 0 are excluded from OTA updates (and the update check)
276
+ * (asgothian) Device deactivation:
277
+ - Devices can be marked inactive from the device card.
278
+ - inactive devices are not pinged
279
+ - state changes by the user are not sent to inactive devices.
280
+ - when a pingable device is marked active (from being inactive) it will be pinged again.
281
+ - inactive devices are excluded from OTA updates.
282
+ * (asgothian) Group rework part 2:
283
+ - state device.groups will now be deleted with state Cleanup
284
+ - state info.groups is now obsolete and will be deleted at adapter start (after transferring data to
285
+ the new storage)
286
+ * (asgothian) Device name persistance.
287
+ - Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
288
+ 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.
289
+ * (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
282
290
  * (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394
283
291
 
284
- ### 1.6.13 (2022-01)
285
-
292
+ ### 1.6.13 (2022-01)
293
+
286
294
  * (kirovilya) update to Zigbee-Herdsman 0.14
287
295
 
288
- ### 1.6.12 (2022-01)
289
- * (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
296
+ ### 1.6.12 (2022-01)
297
+ * (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
290
298
  - object device.groups is obsolet..the old one is no longer up to date
291
299
 
292
- ### 1.6.9 (2021-12)
293
- * (simatec) fix admin Dark-Mode
294
- * (asgothian) Expose Access Handling
295
- * (arteck) translations
296
- * (asgothian) fix groups
300
+ ### 1.6.9 (2021-12)
301
+ * (simatec) fix admin Dark-Mode
302
+ * (asgothian) Expose Access Handling
303
+ * (arteck) translations
304
+ * (asgothian) fix groups
297
305
  * (agross) use different normalization rules
298
306
 
299
- ### 1.6.1 (2021-08)
307
+ ### 1.6.1 (2021-08)
300
308
  * (kirovilya) herdsman compatibility
301
309
 
302
310
  ### 1.6.0 (2021-08-09)
303
311
 
304
- ### 1.5.6 (2021-05-26)
312
+ ### 1.5.6 (2021-05-26)
305
313
  * (kirovilya) new UI add
306
314
 
307
- ### 1.5.5 (2021-05-05)
308
- * Fixes for new zigbee-herdsman-converters
315
+ ### 1.5.5 (2021-05-05)
316
+ * Fixes for new zigbee-herdsman-converters
309
317
  * UI fixes
310
318
 
311
- ### 1.5.3 (2021-04-30)
319
+ ### 1.5.3 (2021-04-30)
312
320
  * (arteck) Fix for js-controller 3.3.*
313
321
 
314
- ### 1.5.2 (2021-04-29)
322
+ ### 1.5.2 (2021-04-29)
315
323
  * (asgothian) Groups on dashboard
316
324
 
317
- ### 1.5.1 (2021-04-14)
318
- * (kirovilya) Dashboard
319
- * (asgothian) Groups (reworked)
325
+ ### 1.5.1 (2021-04-14)
326
+ * (kirovilya) Dashboard
327
+ * (asgothian) Groups (reworked)
320
328
  * [Experimental support EZSP protocol for EFR32 chips](https://github.com/Koenkk/zigbee-herdsman/issues/319) (zigbee-herdsman)
321
329
 
322
- ### 1.4.4 (2021-02-14)
323
- * (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
324
- * (asgothian) Enhancement ping process
325
- * (asgothian) Devive query state-button
326
- * (asgothian) State Cleanup button
330
+ ### 1.4.4 (2021-02-14)
331
+ * (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
332
+ * (asgothian) Enhancement ping process
333
+ * (asgothian) Devive query state-button
334
+ * (asgothian) State Cleanup button
327
335
  * (arteck) Setting to use exposes instead of internal device description
328
336
 
329
- ### 1.4.1 (2020-12)
330
- * (o0shojo0o) added a kelvin possibility into colortemp
331
- * (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
332
- * (asgothian) fix Tuya Thermostat: restore lost property "preset"
333
- * (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
334
- * (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
335
- * (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
336
- * (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
337
- * (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)
338
- * (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
339
- * (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
337
+ ### 1.4.1 (2020-12)
338
+ * (o0shojo0o) added a kelvin possibility into colortemp
339
+ * (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
340
+ * (asgothian) fix Tuya Thermostat: restore lost property "preset"
341
+ * (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
342
+ * (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
343
+ * (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
344
+ * (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
345
+ * (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)
346
+ * (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
347
+ * (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
340
348
  * (asgothian) new coordinator card
341
349
 
342
- ### 1.4.0 (2020-12)
343
- * Many new devices available
344
-
345
- Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the *exposes* described in zigbee-herdsman-converters.
346
- The *exposes* section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states.
347
- 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).
348
-
349
- 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/*.
350
- 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*:
351
- ```
352
- {
353
- models: [‘01MINIZB’],
354
- icon: 'img/ITEAD01ZBMINI. png',
355
- }
356
- ```
350
+ ### 1.4.0 (2020-12)
351
+ * Many new devices available
352
+
353
+ Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the *exposes* described in zigbee-herdsman-converters.
354
+ The *exposes* section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states.
355
+ 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).
356
+
357
+ 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/*.
358
+ 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*:
359
+ ```
360
+ {
361
+ models: [‘01MINIZB’],
362
+ icon: 'img/ITEAD01ZBMINI. png',
363
+ }
364
+ ```
357
365
  in this case, the *states* attribute will be formed based on the *exposes* description and the image will be local.
358
366
 
359
- ### 1.3.1 (2020-10-30)
360
- * [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
361
- * New devices by:
367
+ ### 1.3.1 (2020-10-30)
368
+ * [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
369
+ * New devices by:
362
370
  asgothian, arteck, kirovilya, PaulchenPlump
363
371
 
364
- ### 1.3.0 (2020-10-07)
365
- * More stable (zigbee-herdsman)
366
- * Backup prior database and nv-data (for z-stack 3) before start adapter
367
- * Allow to select bind cluster
368
- * Admin Tab support (experimental)
369
- * (UncleSamSwiss, DutchmanNL) Translation
370
- * New devices by:
371
- arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
372
+ ### 1.3.0 (2020-10-07)
373
+ * More stable (zigbee-herdsman)
374
+ * Backup prior database and nv-data (for z-stack 3) before start adapter
375
+ * Allow to select bind cluster
376
+ * Admin Tab support (experimental)
377
+ * (UncleSamSwiss, DutchmanNL) Translation
378
+ * New devices by:
379
+ arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
372
380
  Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes
373
381
 
374
- ### 1.2.1 (2020-08-16)
375
- * Fixes after changing device identify method
382
+ ### 1.2.1 (2020-08-16)
383
+ * Fixes after changing device identify method
376
384
  * (Garfonso) Allow to unbind from coordinator
377
385
 
378
- ### 1.2.0 (2020-08-09)
379
- * Serialport 9.0.0. (zigbee-herdsman)
380
- * Drop support Node < 10 (zigbee-herdsman)
381
- * Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel
382
-
383
- Improvements and fixes:
384
- * (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
385
- * (kirovilya) Fix ota for unavailable devices
386
- * (kirovilya) Lazy states - created only when an event arrives
387
- * (kirovilya) States generator - states are created depending on the device and its endpoints
388
- * (Shade) Fixed WXKG11LM clicks
389
- * (allofmex) Improved DeveloperTab logs
390
- * (allofmex) Add humidity and temperature calibration state to Tuya RH3052
391
- * (kirovilya) Fixed a typo due to which extPanID was not set
392
- * (allofmex) Retry reconnect gateway all the time for tcp connected gateway
393
- * (kirovilya) Allow to collect zigbee-herdsman logs to iobroker logs
394
- * (kirovilya) Additional states for QBKG12LM
395
-
396
- New devices:
397
- * (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
398
- * (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
399
- * (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
400
- * (kirovilya) DiY Freepad https://github.com/diyruz/freepad
401
- * (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
402
- * (Shade) RB 278 T
403
- * (arteck) TS0601_thermostat
404
- * (arteck) TS0121
405
- * (arteck) GL-D-004Z
406
- * (Shade) WXKG07LM
407
- * (drohne200) 1746430P7
408
- * (sebastian) 4058075816459
409
- * (itProfi) SGMHM-I1
410
- * (arteck) owvfni3
411
- * (arteck) TS0001, TS0111
412
- * (Daniel Dreier) Paulmann 500.45
413
- * (arteck) ZK-EU-2U
414
- * (Newan) Busch-Jaeger 6735/6736/6737
415
- * (andrico21) ZM-L03E-Z
416
- * (arteck) 915005106701, 9290018187B
417
- * (frankjoke) HGZB-20-UK, GL-W-001Z
418
- * (arteck) 4034031P7, 3435011P7
419
- * (arteck) TS0041
420
- * (agross) 5062231P7, 5062431P7
421
- * (kirovilya) TI0001-switch, TI0001-socket
422
- * (arteck) RB 178 T
423
- * (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
424
- * (nbars) E1744
425
- * (Florian Look) GS361A-H04
426
- * (arteck) ICZB-IW11SW
427
- * (kirovilya) HS2WD-E
428
- * (Sacred-Shadow) FL 130 C
429
- * (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
430
- * (kirovilya) MCLH-08, MCLH-05
431
- * (Sacred-Shadow) 1746130P7
432
- * (mar565) GUNNARP panel round
386
+ ### 1.2.0 (2020-08-09)
387
+ * Serialport 9.0.0. (zigbee-herdsman)
388
+ * Drop support Node < 10 (zigbee-herdsman)
389
+ * Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel
390
+
391
+ Improvements and fixes:
392
+ * (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
393
+ * (kirovilya) Fix ota for unavailable devices
394
+ * (kirovilya) Lazy states - created only when an event arrives
395
+ * (kirovilya) States generator - states are created depending on the device and its endpoints
396
+ * (Shade) Fixed WXKG11LM clicks
397
+ * (allofmex) Improved DeveloperTab logs
398
+ * (allofmex) Add humidity and temperature calibration state to Tuya RH3052
399
+ * (kirovilya) Fixed a typo due to which extPanID was not set
400
+ * (allofmex) Retry reconnect gateway all the time for tcp connected gateway
401
+ * (kirovilya) Allow to collect zigbee-herdsman logs to iobroker logs
402
+ * (kirovilya) Additional states for QBKG12LM
403
+
404
+ New devices:
405
+ * (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
406
+ * (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
407
+ * (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
408
+ * (kirovilya) DiY Freepad https://github.com/diyruz/freepad
409
+ * (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
410
+ * (Shade) RB 278 T
411
+ * (arteck) TS0601_thermostat
412
+ * (arteck) TS0121
413
+ * (arteck) GL-D-004Z
414
+ * (Shade) WXKG07LM
415
+ * (drohne200) 1746430P7
416
+ * (sebastian) 4058075816459
417
+ * (itProfi) SGMHM-I1
418
+ * (arteck) owvfni3
419
+ * (arteck) TS0001, TS0111
420
+ * (Daniel Dreier) Paulmann 500.45
421
+ * (arteck) ZK-EU-2U
422
+ * (Newan) Busch-Jaeger 6735/6736/6737
423
+ * (andrico21) ZM-L03E-Z
424
+ * (arteck) 915005106701, 9290018187B
425
+ * (frankjoke) HGZB-20-UK, GL-W-001Z
426
+ * (arteck) 4034031P7, 3435011P7
427
+ * (arteck) TS0041
428
+ * (agross) 5062231P7, 5062431P7
429
+ * (kirovilya) TI0001-switch, TI0001-socket
430
+ * (arteck) RB 178 T
431
+ * (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
432
+ * (nbars) E1744
433
+ * (Florian Look) GS361A-H04
434
+ * (arteck) ICZB-IW11SW
435
+ * (kirovilya) HS2WD-E
436
+ * (Sacred-Shadow) FL 130 C
437
+ * (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
438
+ * (kirovilya) MCLH-08, MCLH-05
439
+ * (Sacred-Shadow) 1746130P7
440
+ * (mar565) GUNNARP panel round
433
441
  * (Erdnuss3003) 4090531P7
434
442
 
435
- ### 1.1.1 (2020-04-17)
436
- * (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
437
- * (kirovilya) Nue/3A FNB56-ZSW02LX2.0
438
- * (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
443
+ ### 1.1.1 (2020-04-17)
444
+ * (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
445
+ * (kirovilya) Nue/3A FNB56-ZSW02LX2.0
446
+ * (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
439
447
  * (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM
440
448
 
441
- ### 1.1.0 (2020-04-12)
442
- new Zigbee-herdsman features:
443
- * ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
444
- * OTA update for some devices (IKEA, OSRAM and other) https://github.com/Koenkk/zigbee2mqtt/issues/2921
445
- * Touchlink reset and join https://github.com/Koenkk/zigbee2mqtt/issues/2396
446
- * Green Power devices support https://github.com/Koenkk/zigbee2mqtt/issues/3322
447
- * (peterfido) iCasa KPD14S und KPD18S hinzu
448
- * (kirovilya) Moes Zigbee Thermostatic Radiator
449
- * (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
450
- * (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
451
- * (kirovilya) Gledopto GL-C-007 with with channel
452
- * (MultivitaminJuice) Iluminize 511.040
453
- * (Sacred-Shadow) Bitron 902010/24
454
- * (kirovilya) Color indication of LQI and Battery icon
455
- * (kirovilya) Device info modal dialog
456
- * (arteck) Philips LCT026
457
- * (obakuhl) Improvements Osram switch mini
458
- * (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
459
- * (agross) Philips Signe Floor and Table
460
- * (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
461
- * (kirovilya) Smart remote controller (4 buttons)
462
- * (allofmex) OTA updates
463
- * (kirovilya) Aqara opple change mode keys (for binding)
449
+ ### 1.1.0 (2020-04-12)
450
+ new Zigbee-herdsman features:
451
+ * ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
452
+ * OTA update for some devices (IKEA, OSRAM and other) https://github.com/Koenkk/zigbee2mqtt/issues/2921
453
+ * Touchlink reset and join https://github.com/Koenkk/zigbee2mqtt/issues/2396
454
+ * Green Power devices support https://github.com/Koenkk/zigbee2mqtt/issues/3322
455
+ * (peterfido) iCasa KPD14S und KPD18S hinzu
456
+ * (kirovilya) Moes Zigbee Thermostatic Radiator
457
+ * (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
458
+ * (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
459
+ * (kirovilya) Gledopto GL-C-007 with with channel
460
+ * (MultivitaminJuice) Iluminize 511.040
461
+ * (Sacred-Shadow) Bitron 902010/24
462
+ * (kirovilya) Color indication of LQI and Battery icon
463
+ * (kirovilya) Device info modal dialog
464
+ * (arteck) Philips LCT026
465
+ * (obakuhl) Improvements Osram switch mini
466
+ * (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
467
+ * (agross) Philips Signe Floor and Table
468
+ * (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
469
+ * (kirovilya) Smart remote controller (4 buttons)
470
+ * (allofmex) OTA updates
471
+ * (kirovilya) Aqara opple change mode keys (for binding)
464
472
  * (palsch) Heiman HS2WD-E siren
465
473
 
466
- ### 1.0.4 (2020-03-14)
467
- * (kirovilya) Philips Hue Adore Bathroom Mirror Light
468
- * (kirovilya) Oujiabao Gas and carbon monoxide alarm
469
- * (kirovilya) Tuya SOS button
470
- * (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
471
- * (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
472
- * (arteck) Xiaomi plug lumi.plug.mmeu01
473
- * (arteck) Innr RS 228 T, RS 230 C
474
- * (arteck) Gledopto GL-MC-001, GL-D-003ZS
475
- * (allmyjoes) Bitron AV2010/21A
476
- * (arteck) Osram Panel TW 595 UGR22
477
- * (kirovilya) IKEA SURTE door WS 38x64
478
- * (andigandi) Philips Hue LCG002, Hue LTG002
479
- * (arteck) iCasa ICZB-FC
480
- * (arteck) Osram A60 DIM Z3
481
- * (arteck) Paulmann 371000001
482
- * (DaCHRIS) Osram PAR16 DIM Z3
483
- * (DaCHRIS) Philips LWG001
484
- * (DaCHRIS) Illuminize 511.202
485
- * (SchumyHao) TERNCY-SD01 knob dimmer
486
- * (SchumyHao) Xiaomi lumi.lock.aq1
487
- * (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
488
- * (kirovilya) Allow pairing to routers (again)
489
- * (Erdnuss3003) Philips Hue LCT021
490
- * (root) Trust ZWLD-100 water leak sensor
474
+ ### 1.0.4 (2020-03-14)
475
+ * (kirovilya) Philips Hue Adore Bathroom Mirror Light
476
+ * (kirovilya) Oujiabao Gas and carbon monoxide alarm
477
+ * (kirovilya) Tuya SOS button
478
+ * (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
479
+ * (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
480
+ * (arteck) Xiaomi plug lumi.plug.mmeu01
481
+ * (arteck) Innr RS 228 T, RS 230 C
482
+ * (arteck) Gledopto GL-MC-001, GL-D-003ZS
483
+ * (allmyjoes) Bitron AV2010/21A
484
+ * (arteck) Osram Panel TW 595 UGR22
485
+ * (kirovilya) IKEA SURTE door WS 38x64
486
+ * (andigandi) Philips Hue LCG002, Hue LTG002
487
+ * (arteck) iCasa ICZB-FC
488
+ * (arteck) Osram A60 DIM Z3
489
+ * (arteck) Paulmann 371000001
490
+ * (DaCHRIS) Osram PAR16 DIM Z3
491
+ * (DaCHRIS) Philips LWG001
492
+ * (DaCHRIS) Illuminize 511.202
493
+ * (SchumyHao) TERNCY-SD01 knob dimmer
494
+ * (SchumyHao) Xiaomi lumi.lock.aq1
495
+ * (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
496
+ * (kirovilya) Allow pairing to routers (again)
497
+ * (Erdnuss3003) Philips Hue LCT021
498
+ * (root) Trust ZWLD-100 water leak sensor
491
499
  * (smartpran) Bitron AV2010/32
492
500
 
493
- ### 1.0.3 (2020-02-09)
494
- * (Tw1nh34d) Hornbach FLAIR LED
495
- * (asgothian) Hue smart button, Heiman smoke sensor
496
- * (kirovilya) Philips LTC014, LTC015
497
- * (kirovilya) Power states for QBKG11LM
498
- * (Garfonso) Change role for occupancy state to 'sensor.motion'
499
- * (kirovilya) Change illuminance state to illuminance_lux (for lux value)
500
- * (arteck) Philips LCF002
501
- * (arteck) TRADFRI open/close remote
501
+ ### 1.0.3 (2020-02-09)
502
+ * (Tw1nh34d) Hornbach FLAIR LED
503
+ * (asgothian) Hue smart button, Heiman smoke sensor
504
+ * (kirovilya) Philips LTC014, LTC015
505
+ * (kirovilya) Power states for QBKG11LM
506
+ * (Garfonso) Change role for occupancy state to 'sensor.motion'
507
+ * (kirovilya) Change illuminance state to illuminance_lux (for lux value)
508
+ * (arteck) Philips LCF002
509
+ * (arteck) TRADFRI open/close remote
502
510
  * (kirovilya) Tuya sensor TS0201
503
511
 
504
- ### 1.0.2 (2020-01-29)
505
- * (kirovilya) All button events for Aqara Opple switch
506
- * (ma-john) OSRAM PAR16 RGBW Z3
507
- * (arteck) Phillips LWA004
508
- * (MiniMe6666) Heiman SmokeSendor-N-3.0
509
- * (kirovilya) Force remove device
510
- * (kirovilya) Fix some networkmap bugs
511
- * (kirovilya) Extended info button
512
+ ### 1.0.2 (2020-01-29)
513
+ * (kirovilya) All button events for Aqara Opple switch
514
+ * (ma-john) OSRAM PAR16 RGBW Z3
515
+ * (arteck) Phillips LWA004
516
+ * (MiniMe6666) Heiman SmokeSendor-N-3.0
517
+ * (kirovilya) Force remove device
518
+ * (kirovilya) Fix some networkmap bugs
519
+ * (kirovilya) Extended info button
512
520
  * (kirovilya) Long press for WXKG01LM
513
521
 
514
- ### 1.0.1 (2020-01-23)
522
+ ### 1.0.1 (2020-01-23)
515
523
  * fix for old z-stack firmware
516
524
 
517
- ### 1.0.0 (2020-01-22)
518
- * Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
519
- * Drop support NodeJS 6
520
- * Serialport 8.0.5 (in zigbee-herdsman)
521
- * More new devices
522
- * Some design update
525
+ ### 1.0.0 (2020-01-22)
526
+ * Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
527
+ * Drop support NodeJS 6
528
+ * Serialport 8.0.5 (in zigbee-herdsman)
529
+ * More new devices
530
+ * Some design update
523
531
  * Binding
524
532
 
525
- ## License
526
- The MIT License (MIT)
527
-
528
- Copyright (c) 2018-2023 Kirov Ilya <kirovilya@gmail.com>
529
-
530
- Permission is hereby granted, free of charge, to any person obtaining a copy
531
- of this software and associated documentation files (the "Software"), to deal
532
- in the Software without restriction, including without limitation the rights
533
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
534
- copies of the Software, and to permit persons to whom the Software is
535
- furnished to do so, subject to the following conditions:
536
-
537
- The above copyright notice and this permission notice shall be included in
538
- all copies or substantial portions of the Software.
539
-
540
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
541
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
542
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
543
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
544
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
545
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
533
+ ## License
534
+ The MIT License (MIT)
535
+
536
+ Copyright (c) 2018-2023 Kirov Ilya <kirovilya@gmail.com>
537
+
538
+ Permission is hereby granted, free of charge, to any person obtaining a copy
539
+ of this software and associated documentation files (the "Software"), to deal
540
+ in the Software without restriction, including without limitation the rights
541
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
542
+ copies of the Software, and to permit persons to whom the Software is
543
+ furnished to do so, subject to the following conditions:
544
+
545
+ The above copyright notice and this permission notice shall be included in
546
+ all copies or substantial portions of the Software.
547
+
548
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
549
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
550
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
551
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
552
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
553
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
546
554
  THE SOFTWARE.