iobroker.zigbee 1.9.0 → 1.9.3

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