iobroker.zigbee 2.0.0 → 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 +27 -9
- 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 +116 -48
- 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 +40 -39
- package/lib/binding.js +1 -1
- package/lib/colors.js +7 -0
- package/lib/commands.js +127 -17
- package/lib/developer.js +0 -0
- package/lib/devices.js +78 -74
- package/lib/exclude.js +30 -54
- package/lib/exposes.js +203 -246
- package/lib/groups.js +84 -29
- package/lib/localConfig.js +295 -0
- package/lib/ota.js +0 -0
- package/lib/statescontroller.js +410 -183
- package/lib/utils.js +1 -1
- package/lib/zbDeviceAvailability.js +15 -23
- package/lib/zbDeviceConfigure.js +0 -0
- package/lib/zbDeviceEvent.js +2 -13
- package/lib/zigbeecontroller.js +299 -207
- package/main.js +145 -56
- package/package.json +8 -7
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,12 +137,30 @@ You can thank the authors by these links:
|
|
|
137
137
|
|
|
138
138
|
-----------------------------------------------------------------------------------------------------
|
|
139
139
|
## Changelog
|
|
140
|
-
### 2.0.
|
|
141
|
-
*
|
|
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
|
|
142
160
|
|
|
143
161
|
### 1.10.14 (2025-01-01)
|
|
144
162
|
* (arteck) Herdsman 2.1.9, Converters 20.58.0
|
|
145
|
-
* (asgothian) Fix: Aqara T1M (CL-L02D)
|
|
163
|
+
* (asgothian) Fix: Aqara T1M (CL-L02D)
|
|
146
164
|
* (arteck) deleteDeviceStates change to deleteObj
|
|
147
165
|
|
|
148
166
|
### 1.10.13 (2024-11-10)
|
|
@@ -153,10 +171,10 @@ You can thank the authors by these links:
|
|
|
153
171
|
|
|
154
172
|
### 1.10.11 (2024-11-02)
|
|
155
173
|
* BREAKING CHANGE
|
|
156
|
-
*
|
|
174
|
+
*
|
|
157
175
|
* bugs : ChannelScan is currently not available
|
|
158
|
-
*
|
|
159
|
-
*
|
|
176
|
+
*
|
|
177
|
+
*
|
|
160
178
|
* (lebrinkma) fix linter errors
|
|
161
179
|
* (asgothian) disable map display for deactivated devices
|
|
162
180
|
* (asgothian) new option on map: disable physics interaction
|
|
@@ -175,7 +193,7 @@ You can thank the authors by these links:
|
|
|
175
193
|
* (arteck) add new eslint version
|
|
176
194
|
|
|
177
195
|
### 1.10.7 (2024-09-05)
|
|
178
|
-
* (arteck) add flow control option
|
|
196
|
+
* (arteck) add flow control option
|
|
179
197
|
* (asgothian) add new NewHerdsman
|
|
180
198
|
* (arteck) add new ezsp coordinator Firmware (7.4.1.0)
|
|
181
199
|
|