iobroker.zigbee 1.9.3 → 1.9.4

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