iobroker.zigbee 1.9.3 → 1.9.5

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