iobroker.zigbee 1.6.18 → 1.7.0
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 +68 -58
- package/admin/admin.js +2 -2
- package/admin/img/philips_ensis.png +0 -0
- package/admin/index_m.html +7 -7
- package/admin/vis-network.min.css +1 -1
- package/admin/vis-network.min.js +7 -6
- package/admin/words.js +8 -5
- package/io-package.json +79 -111
- package/lib/backup.js +62 -24
- package/lib/exposes.js +4 -2
- package/lib/statescontroller.js +35 -4
- package/lib/zbDeviceAvailability.js +0 -6
- package/main.js +2 -29
- package/package.json +77 -77
package/README.md
CHANGED
|
@@ -130,16 +130,26 @@ You can thank the authors by these links:
|
|
|
130
130
|
-->
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
## Changelog
|
|
133
|
+
## Changelog
|
|
134
|
+
### 1.7.0 (2022-05-28)
|
|
135
|
+
* (arteck) available status in admin is colored
|
|
136
|
+
* (arteck) disable Backups checkbox in settings
|
|
137
|
+
* (arteck) we keep last 10 backup files
|
|
138
|
+
* (arteck) download missing icons automatically (manual upload needed)
|
|
139
|
+
|
|
140
|
+
### 1.6.18 (2022-04-21)
|
|
141
|
+
* (arteck) fix pairing modus
|
|
142
|
+
|
|
143
|
+
### 1.6.17 (2022-04)
|
|
144
|
+
rollback
|
|
145
|
+
|
|
134
146
|
### 1.6.16 (2022-02-16)
|
|
135
147
|
* (arteck) admin dep fix
|
|
136
|
-
* (arteck) colored objects for online/offline state
|
|
137
|
-
|
|
138
|
-
|
|
148
|
+
* (arteck) colored objects for online/offline state
|
|
149
|
+
|
|
139
150
|
### 1.6.15 (2022-02-08)
|
|
140
|
-
* (arteck) Battery status % calculation was changed for xiaomi devices
|
|
141
|
-
|
|
142
|
-
|
|
151
|
+
* (arteck) Battery status % calculation was changed for xiaomi devices
|
|
152
|
+
|
|
143
153
|
### 1.6.14 (2022-01)
|
|
144
154
|
* (asgothian) OTA limitation
|
|
145
155
|
- devices with the available state set to false are excluded from OTA updates (and the update check)
|
|
@@ -158,53 +168,53 @@ You can thank the authors by these links:
|
|
|
158
168
|
- Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
|
|
159
169
|
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.
|
|
160
170
|
* (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
|
|
161
|
-
* (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394
|
|
162
|
-
|
|
171
|
+
* (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394
|
|
172
|
+
|
|
163
173
|
### 1.6.13 (2022-01)
|
|
164
174
|
|
|
165
|
-
* (kirovilya) update to Zigbee-Herdsman 0.14
|
|
166
|
-
|
|
175
|
+
* (kirovilya) update to Zigbee-Herdsman 0.14
|
|
176
|
+
|
|
167
177
|
### 1.6.12 (2022-01)
|
|
168
178
|
* (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
|
|
169
|
-
- object device.groups is obsolet..the old one is no longer up to date
|
|
170
|
-
|
|
179
|
+
- object device.groups is obsolet..the old one is no longer up to date
|
|
180
|
+
|
|
171
181
|
### 1.6.9 (2021-12)
|
|
172
182
|
* (simatec) fix admin Dark-Mode
|
|
173
183
|
* (asgothian) Expose Access Handling
|
|
174
184
|
* (arteck) translations
|
|
175
185
|
* (asgothian) fix groups
|
|
176
|
-
* (agross) use different normalization rules
|
|
177
|
-
|
|
186
|
+
* (agross) use different normalization rules
|
|
187
|
+
|
|
178
188
|
### 1.6.1 (2021-08)
|
|
179
|
-
* (kirovilya) herdsman compatibility
|
|
180
|
-
|
|
181
|
-
### 1.6.0 (2021-08-09)
|
|
182
|
-
|
|
189
|
+
* (kirovilya) herdsman compatibility
|
|
190
|
+
|
|
191
|
+
### 1.6.0 (2021-08-09)
|
|
192
|
+
|
|
183
193
|
### 1.5.6 (2021-05-26)
|
|
184
|
-
* (kirovilya) new UI add
|
|
185
|
-
|
|
194
|
+
* (kirovilya) new UI add
|
|
195
|
+
|
|
186
196
|
### 1.5.5 (2021-05-05)
|
|
187
197
|
* Fixes for new zigbee-herdsman-converters
|
|
188
|
-
* UI fixes
|
|
189
|
-
|
|
198
|
+
* UI fixes
|
|
199
|
+
|
|
190
200
|
### 1.5.3 (2021-04-30)
|
|
191
|
-
* (arteck) Fix for js-controller 3.3.*
|
|
192
|
-
|
|
201
|
+
* (arteck) Fix for js-controller 3.3.*
|
|
202
|
+
|
|
193
203
|
### 1.5.2 (2021-04-29)
|
|
194
|
-
* (asgothian) Groups on dashboard
|
|
195
|
-
|
|
204
|
+
* (asgothian) Groups on dashboard
|
|
205
|
+
|
|
196
206
|
### 1.5.1 (2021-04-14)
|
|
197
207
|
* (kirovilya) Dashboard
|
|
198
208
|
* (asgothian) Groups (reworked)
|
|
199
|
-
* [Experimental support EZSP protocol for EFR32 chips](https://github.com/Koenkk/zigbee-herdsman/issues/319) (zigbee-herdsman)
|
|
200
|
-
|
|
209
|
+
* [Experimental support EZSP protocol for EFR32 chips](https://github.com/Koenkk/zigbee-herdsman/issues/319) (zigbee-herdsman)
|
|
210
|
+
|
|
201
211
|
### 1.4.4 (2021-02-14)
|
|
202
212
|
* (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
|
|
203
213
|
* (asgothian) Enhancement ping process
|
|
204
214
|
* (asgothian) Devive query state-button
|
|
205
215
|
* (asgothian) State Cleanup button
|
|
206
|
-
* (arteck) Setting to use exposes instead of internal device description
|
|
207
|
-
|
|
216
|
+
* (arteck) Setting to use exposes instead of internal device description
|
|
217
|
+
|
|
208
218
|
### 1.4.1 (2020-12)
|
|
209
219
|
* (o0shojo0o) added a kelvin posibility into colortemp
|
|
210
220
|
* (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
|
|
@@ -216,8 +226,8 @@ You can thank the authors by these links:
|
|
|
216
226
|
* (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)
|
|
217
227
|
* (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
|
|
218
228
|
* (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
|
|
219
|
-
* (asgothian) new coordinator card
|
|
220
|
-
|
|
229
|
+
* (asgothian) new coordinator card
|
|
230
|
+
|
|
221
231
|
### 1.4.0 (2020-12)
|
|
222
232
|
* Many new devices available
|
|
223
233
|
|
|
@@ -233,13 +243,13 @@ If you want to use local images, then you need to put the image file in /admin/i
|
|
|
233
243
|
icon: 'img/ITEAD01ZBMINI. png',
|
|
234
244
|
}
|
|
235
245
|
```
|
|
236
|
-
in this case, the *states* attribute will be formed based on the *exposes* description and the image will be local.
|
|
237
|
-
|
|
246
|
+
in this case, the *states* attribute will be formed based on the *exposes* description and the image will be local.
|
|
247
|
+
|
|
238
248
|
### 1.3.1 (2020-10-30)
|
|
239
249
|
* [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
|
|
240
250
|
* New devices by:
|
|
241
|
-
asgothian, arteck, kirovilya, PaulchenPlump
|
|
242
|
-
|
|
251
|
+
asgothian, arteck, kirovilya, PaulchenPlump
|
|
252
|
+
|
|
243
253
|
### 1.3.0 (2020-10-07)
|
|
244
254
|
* More stable (zigbee-herdsman)
|
|
245
255
|
* Backup prior database and nv-data (for z-stack 3) before start adapter
|
|
@@ -248,12 +258,12 @@ in this case, the *states* attribute will be formed based on the *exposes* descr
|
|
|
248
258
|
* (UncleSamSwiss, DutchmanNL) Translation
|
|
249
259
|
* New devices by:
|
|
250
260
|
arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
|
|
251
|
-
Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes
|
|
252
|
-
|
|
261
|
+
Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes
|
|
262
|
+
|
|
253
263
|
### 1.2.1 (2020-08-16)
|
|
254
264
|
* Fixes after changing device identify method
|
|
255
|
-
* (Garfonso) Allow to unbind from coordinator
|
|
256
|
-
|
|
265
|
+
* (Garfonso) Allow to unbind from coordinator
|
|
266
|
+
|
|
257
267
|
### 1.2.0 (2020-08-09)
|
|
258
268
|
* Serialport 9.0.0. (zigbee-herdsman)
|
|
259
269
|
* Drop support Node < 10 (zigbee-herdsman)
|
|
@@ -309,14 +319,14 @@ New devices:
|
|
|
309
319
|
* (kirovilya) MCLH-08, MCLH-05
|
|
310
320
|
* (Sacred-Shadow) 1746130P7
|
|
311
321
|
* (mar565) GUNNARP panel round
|
|
312
|
-
* (Erdnuss3003) 4090531P7
|
|
313
|
-
|
|
322
|
+
* (Erdnuss3003) 4090531P7
|
|
323
|
+
|
|
314
324
|
### 1.1.1 (2020-04-17)
|
|
315
325
|
* (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
|
|
316
326
|
* (kirovilya) Nue/3A FNB56-ZSW02LX2.0
|
|
317
327
|
* (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
|
|
318
|
-
* (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM
|
|
319
|
-
|
|
328
|
+
* (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM
|
|
329
|
+
|
|
320
330
|
### 1.1.0 (2020-04-12)
|
|
321
331
|
new Zigbee-herdsman features:
|
|
322
332
|
* ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
|
|
@@ -340,8 +350,8 @@ new Zigbee-herdsman features:
|
|
|
340
350
|
* (kirovilya) Smart remote controller (4 buttons)
|
|
341
351
|
* (allofmex) OTA updates
|
|
342
352
|
* (kirovilya) Aqara opple change mode keys (for binding)
|
|
343
|
-
* (palsch) Heiman HS2WD-E siren
|
|
344
|
-
|
|
353
|
+
* (palsch) Heiman HS2WD-E siren
|
|
354
|
+
|
|
345
355
|
### 1.0.4 (2020-03-14)
|
|
346
356
|
* (kirovilya) Philips Hue Adore Bathroom Mirror Light
|
|
347
357
|
* (kirovilya) Oujiabao Gas and carbon monoxide alarm
|
|
@@ -367,8 +377,8 @@ new Zigbee-herdsman features:
|
|
|
367
377
|
* (kirovilya) Allow pairing to routers (again)
|
|
368
378
|
* (Erdnuss3003) Philips Hue LCT021
|
|
369
379
|
* (root) Trust ZWLD-100 water leak sensor
|
|
370
|
-
* (smartpran) Bitron AV2010/32
|
|
371
|
-
|
|
380
|
+
* (smartpran) Bitron AV2010/32
|
|
381
|
+
|
|
372
382
|
### 1.0.3 (2020-02-09)
|
|
373
383
|
* (Tw1nh34d) Hornbach FLAIR LED
|
|
374
384
|
* (asgothian) Hue smart button, Heiman smoke sensor
|
|
@@ -378,8 +388,8 @@ new Zigbee-herdsman features:
|
|
|
378
388
|
* (kirovilya) Change illuminance state to illuminance_lux (for lux value)
|
|
379
389
|
* (arteck) Philips LCF002
|
|
380
390
|
* (arteck) TRADFRI open/close remote
|
|
381
|
-
* (kirovilya) Tuya sensor TS0201
|
|
382
|
-
|
|
391
|
+
* (kirovilya) Tuya sensor TS0201
|
|
392
|
+
|
|
383
393
|
### 1.0.2 (2020-01-29)
|
|
384
394
|
* (kirovilya) All button events for Aqara Opple switch
|
|
385
395
|
* (ma-john) OSRAM PAR16 RGBW Z3
|
|
@@ -388,19 +398,19 @@ new Zigbee-herdsman features:
|
|
|
388
398
|
* (kirovilya) Force remove device
|
|
389
399
|
* (kirovilya) Fix some networkmap bugs
|
|
390
400
|
* (kirovilya) Extended info button
|
|
391
|
-
* (kirovilya) Long press for WXKG01LM
|
|
392
|
-
|
|
401
|
+
* (kirovilya) Long press for WXKG01LM
|
|
402
|
+
|
|
393
403
|
### 1.0.1 (2020-01-23)
|
|
394
|
-
* fix for old z-stack firmware
|
|
395
|
-
|
|
404
|
+
* fix for old z-stack firmware
|
|
405
|
+
|
|
396
406
|
### 1.0.0 (2020-01-22)
|
|
397
407
|
* Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
|
|
398
408
|
* Drop support NodeJS 6
|
|
399
409
|
* Serialport 8.0.5 (in zigbee-herdsman)
|
|
400
410
|
* More new devices
|
|
401
411
|
* Some design update
|
|
402
|
-
* Binding
|
|
403
|
-
|
|
412
|
+
* Binding
|
|
413
|
+
|
|
404
414
|
## License
|
|
405
415
|
The MIT License (MIT)
|
|
406
416
|
|
|
@@ -422,4 +432,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
422
432
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
423
433
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
424
434
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
425
|
-
THE SOFTWARE.
|
|
435
|
+
THE SOFTWARE.
|
package/admin/admin.js
CHANGED
|
@@ -31,7 +31,7 @@ const updateCardInterval = setInterval(updateCardTimer, 6000);
|
|
|
31
31
|
|
|
32
32
|
const savedSettings = [
|
|
33
33
|
'port', 'panID', 'channel', 'disableLed', 'countDown', 'groups', 'extPanID', 'precfgkey', 'transmitPower',
|
|
34
|
-
'adapterType', 'debugHerdsman', '
|
|
34
|
+
'adapterType', 'debugHerdsman', 'disableBackup', 'disablePing', 'external', 'startWithInconsistent',
|
|
35
35
|
];
|
|
36
36
|
|
|
37
37
|
function getDeviceByID(ID) {
|
|
@@ -2763,7 +2763,7 @@ function getDashCard(dev, groupImage) {
|
|
|
2763
2763
|
} else if (stateDef.role == 'level.dimmer' && stateDef.write) {
|
|
2764
2764
|
val = `<span class="range-field dash"><input type="range" min="0" max="100" ${(val != undefined) ? `value="${val}"` : ""} /></span>`;
|
|
2765
2765
|
} else if (stateDef.role == 'level.color.temperature' && stateDef.write) {
|
|
2766
|
-
val = `<span class="range-field dash"><input type="range" min="
|
|
2766
|
+
val = `<span class="range-field dash"><input type="range" min="150" max="500" ${(val != undefined) ? `value="${val}"` : ""} /></span>`;
|
|
2767
2767
|
} else if (stateDef.type == 'boolean') {
|
|
2768
2768
|
const disabled = (stateDef.write) ? '' : 'disabled="disabled"';
|
|
2769
2769
|
val = `<label class="dash"><input type="checkbox" ${(val == true) ? "checked='checked'" : ""} ${disabled}/><span></span></label>`;
|
|
Binary file
|
package/admin/index_m.html
CHANGED
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
</div>
|
|
566
566
|
</div>
|
|
567
567
|
<div class="row">
|
|
568
|
-
<h6>Others</h6>
|
|
568
|
+
<h6 class="translate">Others</h6>
|
|
569
569
|
<div class="input-field col s12 m6 l4 col-disableLed">
|
|
570
570
|
<input id="disableLed" type="checkbox" class="value" />
|
|
571
571
|
<label class="translate" for="disableLed">Disable LED for cc2531</label>
|
|
@@ -574,18 +574,18 @@
|
|
|
574
574
|
<input id="disablePing" type="checkbox" class="value" />
|
|
575
575
|
<label class="translate" for="disablePing">Disable active availability check</label>
|
|
576
576
|
</div>
|
|
577
|
-
|
|
578
577
|
<div class="input-field col s12 m6 l4 col-debugHerdsman">
|
|
579
578
|
<input id="debugHerdsman" type="checkbox" class="value" />
|
|
580
579
|
<label class="translate" for="debugHerdsman">Zigbee-herdsman debug info</label>
|
|
581
580
|
</div>
|
|
582
|
-
<div class="input-field col s12 m6 l4
|
|
583
|
-
<input id="colorize" type="checkbox" class="value" />
|
|
584
|
-
<label class="translate" for="colorize">color available state</label>
|
|
585
|
-
</div>
|
|
586
|
-
<div class="input-field col s12 m6 l6">
|
|
581
|
+
<div class="input-field col s12 m6 l4">
|
|
587
582
|
<a id="reset-btn" class="waves-effect waves-light white-text btn-large translate">Reset...</a>
|
|
588
583
|
</div>
|
|
584
|
+
<div class="input-field col s12 m6 l4 col-disableBackup">
|
|
585
|
+
<input id="disableBackup" type="checkbox" class="value" />
|
|
586
|
+
<label class="translate" for="disableBackup">disable internal Backup</label>
|
|
587
|
+
</div>
|
|
588
|
+
|
|
589
589
|
</div>
|
|
590
590
|
<div class="row">
|
|
591
591
|
<h6 class="translate">External converters</h6>
|