iobroker.zigbee 1.10.14 → 2.0.1
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.
- package/README.md +52 -7
- package/admin/admin.js +312 -125
- package/admin/img/PTM 215Z.png +0 -0
- package/admin/img/group_0.png +0 -0
- package/admin/img/group_x.png +0 -0
- package/admin/img/philips_hue_lom001.png +0 -0
- package/admin/index_m.html +95 -45
- package/admin/tab_m.html +117 -49
- package/docs/de/img/Zigbee_config_de.png +0 -0
- package/docs/de/img/Zigbee_tab_de.png +0 -0
- package/docs/en/img/Zigbee_config_en.png +0 -0
- package/docs/en/img/Zigbee_tab_en.png +0 -0
- package/docs/tutorial/groups-1.png +0 -0
- package/docs/tutorial/groups-2.png +0 -0
- package/docs/tutorial/tab-dev-1.png +0 -0
- package/io-package.json +43 -55
- package/lib/colors.js +7 -0
- package/lib/commands.js +125 -15
- package/lib/developer.js +0 -0
- package/lib/devices.js +78 -74
- package/lib/exclude.js +30 -54
- package/lib/exposes.js +224 -249
- package/lib/groups.js +80 -25
- package/lib/localConfig.js +295 -0
- package/lib/ota.js +0 -0
- package/lib/statescontroller.js +412 -185
- package/lib/utils.js +1 -1
- package/lib/zbDeviceAvailability.js +15 -23
- package/lib/zbDeviceConfigure.js +0 -0
- package/lib/zigbeecontroller.js +396 -252
- package/main.js +159 -54
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
## ioBroker adapter for Zigbee devices via TI cc26x2r/cc2538/cc26x2px and deCONZ ConBee/RaspBee.
|
|
13
13
|
### cc2531/cc2530 are obsolet
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
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.
|
|
16
16
|
|
|
17
17
|
|
|
@@ -124,7 +124,7 @@ There are knowledge bases that can be useful for working with Zigbee-devices and
|
|
|
124
124
|
|
|
125
125
|
[in English](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/en/readme.md)
|
|
126
126
|
|
|
127
|
-
or
|
|
127
|
+
or
|
|
128
128
|
|
|
129
129
|
[wiki](https://github.com/ioBroker/ioBroker.zigbee/wiki)
|
|
130
130
|
|
|
@@ -137,9 +137,30 @@ You can thank the authors by these links:
|
|
|
137
137
|
|
|
138
138
|
-----------------------------------------------------------------------------------------------------
|
|
139
139
|
## Changelog
|
|
140
|
+
### 2.0.1 (2025-02-25)
|
|
141
|
+
* BREAKING CHANGES
|
|
142
|
+
*
|
|
143
|
+
* switch to converters 21 changes the exposes for a large numbern of devices (mostly remotes)
|
|
144
|
+
* new method for controlling color based on subchannels for rgb, hs and xy
|
|
145
|
+
* Exposes as default for ALL devices. Use of old definition as option only
|
|
146
|
+
* Requires Node 20.x or newer
|
|
147
|
+
*
|
|
148
|
+
* (asgothian) Fix Pairing
|
|
149
|
+
* (asgothian) change ping
|
|
150
|
+
* (asgothian) delay map generation until refresh is activated, map messages after generation
|
|
151
|
+
* (asgothian) remove bindings tab from zigbee tab
|
|
152
|
+
* (asgothian) reorder tabs in configuration
|
|
153
|
+
* (asgothian) remove binding tab from configuration
|
|
154
|
+
* (asgothian) remove map from configuration
|
|
155
|
+
* (asgothian) add debug to zigbee tab
|
|
156
|
+
* (asgothian) Herdsman 3.2.5, Converters 21.30.0
|
|
157
|
+
* (asgothian) Exposes as default, use of old device definitions as legacy optional
|
|
158
|
+
* (asgothian) User specific images (model based, device based)
|
|
159
|
+
* (asgothian) Improved group editing - remove members from group card
|
|
160
|
+
|
|
140
161
|
### 1.10.14 (2025-01-01)
|
|
141
162
|
* (arteck) Herdsman 2.1.9, Converters 20.58.0
|
|
142
|
-
* (asgothian) Fix: Aqara T1M (CL-L02D)
|
|
163
|
+
* (asgothian) Fix: Aqara T1M (CL-L02D)
|
|
143
164
|
* (arteck) deleteDeviceStates change to deleteObj
|
|
144
165
|
|
|
145
166
|
### 1.10.13 (2024-11-10)
|
|
@@ -150,10 +171,10 @@ You can thank the authors by these links:
|
|
|
150
171
|
|
|
151
172
|
### 1.10.11 (2024-11-02)
|
|
152
173
|
* BREAKING CHANGE
|
|
153
|
-
*
|
|
174
|
+
*
|
|
154
175
|
* bugs : ChannelScan is currently not available
|
|
155
|
-
*
|
|
156
|
-
*
|
|
176
|
+
*
|
|
177
|
+
*
|
|
157
178
|
* (lebrinkma) fix linter errors
|
|
158
179
|
* (asgothian) disable map display for deactivated devices
|
|
159
180
|
* (asgothian) new option on map: disable physics interaction
|
|
@@ -172,7 +193,7 @@ You can thank the authors by these links:
|
|
|
172
193
|
* (arteck) add new eslint version
|
|
173
194
|
|
|
174
195
|
### 1.10.7 (2024-09-05)
|
|
175
|
-
* (arteck) add flow control option
|
|
196
|
+
* (arteck) add flow control option
|
|
176
197
|
* (asgothian) add new NewHerdsman
|
|
177
198
|
* (arteck) add new ezsp coordinator Firmware (7.4.1.0)
|
|
178
199
|
|
|
@@ -208,4 +229,28 @@ You can thank the authors by these links:
|
|
|
208
229
|
* Some design update
|
|
209
230
|
* Binding
|
|
210
231
|
|
|
232
|
+
|
|
211
233
|
------------------------------------------------------------------------------
|
|
234
|
+
|
|
235
|
+
## License
|
|
236
|
+
The MIT License (MIT)
|
|
237
|
+
|
|
238
|
+
Copyright (c) 2018-2025 Kirov Ilya <kirovilya@gmail.com>
|
|
239
|
+
|
|
240
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
241
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
242
|
+
in the Software without restriction, including without limitation the rights
|
|
243
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
244
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
245
|
+
furnished to do so, subject to the following conditions:
|
|
246
|
+
|
|
247
|
+
The above copyright notice and this permission notice shall be included in
|
|
248
|
+
all copies or substantial portions of the Software.
|
|
249
|
+
|
|
250
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
251
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
252
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
253
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
254
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
255
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
256
|
+
THE SOFTWARE.
|