iobroker.zigbee 1.10.13 → 2.0.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2024 Kirov Ilya <kirovilya@gmail.com>
3
+ Copyright (c) 2018-2025 Kirov Ilya <kirovilya@gmail.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -137,6 +137,14 @@ You can thank the authors by these links:
137
137
 
138
138
  -----------------------------------------------------------------------------------------------------
139
139
  ## Changelog
140
+ ### 2.0.0 (2025-02-22)
141
+ * (asgothian) new herdsman adaption
142
+
143
+ ### 1.10.14 (2025-01-01)
144
+ * (arteck) Herdsman 2.1.9, Converters 20.58.0
145
+ * (asgothian) Fix: Aqara T1M (CL-L02D)
146
+ * (arteck) deleteDeviceStates change to deleteObj
147
+
140
148
  ### 1.10.13 (2024-11-10)
141
149
  * (arteck) corr icon download bug (axios)
142
150
 
@@ -193,407 +201,7 @@ You can thank the authors by these links:
193
201
  * (arteck) new zigbee-herdsman-converters 18.x
194
202
  * (arteck) configure message is now a warning
195
203
 
196
- ### 1.9.7 (2024-01-05)
197
- * (arteck) corr configure for some devices
198
-
199
- ### 1.9.6 (2024-01-01)
200
- * (arteck) corr ikea bug
201
- * (crckmc) trv child lock works
202
-
203
- ### 1.9.5 (2023-12-29)
204
- * (arteck) update dependency
205
- * (arteck) min node 18.x.
206
-
207
- ### 1.9.4 (2023-12-29)
208
- * (arteck) typo
209
-
210
- ### 1.9.3 (2023-12-26)
211
- * (arteck) last zhc Version 16.x
212
- * (arteck) corr reboot in statecontroller
213
-
214
- ### 1.9.2 (2023-12-25)
215
- * (arteck) gen states from exposes as function
216
- * (arteck) rebuild dev_names.json with state cleanup button
217
-
218
- ### 1.9.1 (2023-12-23)
219
- * (arteck) corr TypeError: Cannot read properties of undefined (reading 'state')
220
-
221
- ### 1.9.0 (2023-12-22)
222
- * (arteck) up to new zhc
223
- * (arteck) update dependency
224
-
225
- ### 1.8.27 (2023-12-22)
226
- * (arteck) update dependency
227
-
228
- ### 1.8.26 (2023-12-22)
229
- * (arteck) corr toZigbee message
230
- * (arteck) add deviceManager
231
-
232
- ### 1.8.25 (2023-12-17)
233
- * zhc 16.x
234
- * (arteck) corr group from exclude dialog
235
-
236
- ### 1.8.24 (2023-09-05)
237
- * (arteck) switch to exposes tab for some Aqara Devices [more infos](https://github.com/ioBroker/ioBroker.zigbee/wiki/Exposes-for-device-integration)
238
-
239
- ### 1.8.23 (2023-08-10)
240
- * (arteck) query from xiaomi is now better
241
-
242
- ### 1.8.22 (2023-08-05)
243
- * (arteck) crash when meta is empty
244
-
245
- ### 1.8.21 (2023-07-31)
246
- * (arteck) no converter found
247
-
248
- ### 1.8.20 (2023-07-31)
249
- * (arteck) add log
250
-
251
- ### 1.8.19 (2023-07-31)
252
- * (arteck) fix occupancy_timeout
253
- * (arteck) fix battery percentage and voltage
254
-
255
- ### 1.8.18 (2023-07-16)
256
- * (arteck) little fix sentry and error log
257
-
258
- ### 1.8.17 (2023-07-15)
259
- * (arteck) sentry corr
260
-
261
- ### 1.8.16 (2023-07-11)
262
- * (arteck) battery corr
263
-
264
- ### 1.8.15 (2023-07-11)
265
- * (arteck) corr battery status
266
-
267
- ### 1.8.13 (2023-07-09)
268
- * (arteck) ota corr
269
- * (arteck) devices are wrong with enum exposes
270
- * (arteck) select field for groups is larger
271
- * (kirovilya) tuya.whitelabel corr
272
-
273
- ### 1.8.12 (2023-06-30)
274
- * (arteck) new Documentation (thx Stefan)
275
-
276
- ### 1.8.11 (2022-12-10)
277
- * (arteck) fix compsite exposes with a list
278
-
279
- ### 1.8.10 (2022-12-12)
280
- * (asgothian) fix group access
281
- * (asgothian) add option for pairing code:
282
- A new icon allows opening the network after first entering a pairing code
283
- listed on the device
284
- * (asgothian) easier use of external converters
285
- - external converters can now be placed in the zigbee adapter data folder
286
- - no absolite path is required to access them
287
- - external converters posted on the GitHub for zigbee-herdsman-converters
288
- should work as they are - folders for libraries are rewritten to match
289
- the expected location when 'required' from within the zigbee adapter
290
- - Log entries will identify which files are entered as converters. Errors
291
- in these files should not cause the adapter to crash - instead, use of
292
- external converters may be unavailable.
293
-
294
- ### 1.8.9 (2022-12-10)
295
- * (arteck) fix lidl plug
296
-
297
- ### 1.8.7 (2022-12-01)
298
- * (arteck) fix exposes
299
-
300
- ### 1.8.5 (2022-11-30)
301
- * (arteck) fix for new code
302
-
303
- ### 1.8.3 (2022-11-30)
304
- * (arteck) back to old source
305
-
306
- ### 1.8.1 (2022-11-28)
307
- * (bluefox) Packages updated
308
- * (bluefox) Added names of serial ports in configuration dialog
309
-
310
- ### 1.7.7 (2022-11-24)
311
- * dep update
312
-
313
- ### 1.7.6 (2022-07-23)
314
- * (kirovilya) fix selecting nodes in admin
315
- * (arteck) ikea fix
316
-
317
- ### 1.7.5 (2022-06-01)
318
- * (arteck) error message for undefined devices or icons
319
-
320
- ### 1.7.4 (2022-05-30)
321
- * (arteck) missing icons with multiple description
322
-
323
- ### 1.7.2 (2022-05-28)
324
- * (arteck) download missing icons corr
325
-
326
- ### 1.7.1 (2022-05-28)
327
- * (arteck) available status in admin is colored
328
- * (arteck) disable Backups checkbox in settings
329
- * (arteck) we keep last 10 backup files
330
- * (arteck) download missing icons automatically (manual upload needed)
331
-
332
- ### 1.6.18 (2022-04-21)
333
- * (arteck) fix pairing modus
334
-
335
- ### 1.6.17 (2022-04)
336
- rollback
337
-
338
- ### 1.6.16 (2022-02-16)
339
- * (arteck) admin dep fix
340
- * (arteck) colored objects for online/offline state
341
-
342
- ### 1.6.15 (2022-02-08)
343
- * (arteck) Battery status % calculation was changed for xiaomi devices
344
-
345
- ### 1.6.14 (2022-01)
346
- * (asgothian) OTA limitation
347
- - devices with the available state set to false are excluded from OTA updates (and the update check)
348
- - devices with link_quality 0 are excluded from OTA updates (and the update check)
349
- * (asgothian) Device deactivation:
350
- - Devices can be marked inactive from the device card.
351
- - inactive devices are not pinged
352
- - state changes by the user are not sent to inactive devices.
353
- - when a pingable device is marked active (from being inactive) it will be pinged again.
354
- - inactive devices are excluded from OTA updates.
355
- * (asgothian) Group rework part 2:
356
- - state device.groups will now be deleted with state Cleanup
357
- - state info.groups is now obsolete and will be deleted at adapter start (after transferring data to
358
- the new storage)
359
- * (asgothian) Device name persistance.
360
- - Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file
361
- 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.
362
- * (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
363
- * (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394
364
-
365
- ### 1.6.13 (2022-01)
366
-
367
- * (kirovilya) update to Zigbee-Herdsman 0.14
368
-
369
- ### 1.6.12 (2022-01)
370
- * (asgothian) Groups were newly revised (read [here](https://github.com/ioBroker/ioBroker.zigbee/pull/1327) )
371
- - object device.groups is obsolet..the old one is no longer up to date
372
-
373
- ### 1.6.9 (2021-12)
374
- * (simatec) fix admin Dark-Mode
375
- * (asgothian) Expose Access Handling
376
- * (arteck) translations
377
- * (asgothian) fix groups
378
- * (agross) use different normalization rules
379
-
380
- ### 1.6.1 (2021-08)
381
- * (kirovilya) herdsman compatibility
382
-
383
- ### 1.6.0 (2021-08-09)
384
-
385
- ### 1.5.6 (2021-05-26)
386
- * (kirovilya) new UI add
387
-
388
- ### 1.5.5 (2021-05-05)
389
- * Fixes for new zigbee-herdsman-converters
390
- * UI fixes
391
-
392
- ### 1.5.3 (2021-04-30)
393
- * (arteck) Fix for js-controller 3.3.*
394
-
395
- ### 1.5.2 (2021-04-29)
396
- * (asgothian) Groups on dashboard
397
-
398
- ### 1.5.1 (2021-04-14)
399
- * (kirovilya) Dashboard
400
- * (asgothian) Groups (reworked)
401
- * [Experimental support EZSP protocol for EFR32 chips](https://github.com/Koenkk/zigbee-herdsman/issues/319) (zigbee-herdsman)
402
-
403
- ### 1.4.4 (2021-02-14)
404
- * (kirovilya) External converters https://www.zigbee2mqtt.io/information/configuration.html#external-converters-configuration
405
- * (asgothian) Enhancement ping process
406
- * (asgothian) Devive query state-button
407
- * (asgothian) State Cleanup button
408
- * (arteck) Setting to use exposes instead of internal device description
409
-
410
- ### 1.4.1 (2020-12)
411
- * (o0shojo0o) added a kelvin possibility into colortemp
412
- * (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
413
- * (asgothian) fix Tuya Thermostat: restore lost property "preset"
414
- * (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
415
- * (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
416
- * (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
417
- * (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
418
- * (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)
419
- * (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
420
- * (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
421
- * (asgothian) new coordinator card
422
-
423
- ### 1.4.0 (2020-12)
424
- * Many new devices available
425
-
426
- Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the *exposes* described in zigbee-herdsman-converters.
427
- The *exposes* section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states.
428
- 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).
429
-
430
- 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/*.
431
- 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*:
432
- ```
433
- {
434
- models: [‘01MINIZB’],
435
- icon: 'img/ITEAD01ZBMINI. png',
436
- }
437
- ```
438
- in this case, the *states* attribute will be formed based on the *exposes* description and the image will be local.
439
-
440
- ### 1.3.1 (2020-10-30)
441
- * [Experimental Zigate support](https://github.com/Koenkk/zigbee-herdsman/issues/242) (zigbee-herdsman)
442
- * New devices by:
443
- asgothian, arteck, kirovilya, PaulchenPlump
444
-
445
- ### 1.3.0 (2020-10-07)
446
- * More stable (zigbee-herdsman)
447
- * Backup prior database and nv-data (for z-stack 3) before start adapter
448
- * Allow to select bind cluster
449
- * Admin Tab support (experimental)
450
- * (UncleSamSwiss, DutchmanNL) Translation
451
- * New devices by:
452
- arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian,
453
- Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes
454
-
455
- ### 1.2.1 (2020-08-16)
456
- * Fixes after changing device identify method
457
- * (Garfonso) Allow unbinding from coordinator
458
-
459
- ### 1.2.0 (2020-08-09)
460
- * Serialport 9.0.0. (zigbee-herdsman)
461
- * Drop support Node < 10 (zigbee-herdsman)
462
- * Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel
463
-
464
- Improvements and fixes:
465
- * (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
466
- * (kirovilya) Fix ota for unavailable devices
467
- * (kirovilya) Lazy states - created only when an event arrives
468
- * (kirovilya) States generator - states are created depending on the device and its endpoints
469
- * (Shade) Fixed WXKG11LM clicks
470
- * (allofmex) Improved DeveloperTab logs
471
- * (allofmex) Add humidity and temperature calibration state to Tuya RH3052
472
- * (kirovilya) Fixed a typo due to which extPanID was not set
473
- * (allofmex) Retry reconnect gateway all the time for TCP-connected gateway
474
- * (kirovilya) Allow collecting zigbee-herdsman logs to iobroker logs
475
- * (kirovilya) Additional states for QBKG12LM
476
-
477
- New devices:
478
- * (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
479
- * (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
480
- * (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
481
- * (kirovilya) DiY Freepad https://github.com/diyruz/freepad
482
- * (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
483
- * (Shade) RB 278 T
484
- * (arteck) TS0601_thermostat
485
- * (arteck) TS0121
486
- * (arteck) GL-D-004Z
487
- * (Shade) WXKG07LM
488
- * (drohne200) 1746430P7
489
- * (sebastian) 4058075816459
490
- * (itProfi) SGMHM-I1
491
- * (arteck) owvfni3
492
- * (arteck) TS0001, TS0111
493
- * (Daniel Dreier) Paulmann 500.45
494
- * (arteck) ZK-EU-2U
495
- * (Newan) Busch-Jaeger 6735/6736/6737
496
- * (andrico21) ZM-L03E-Z
497
- * (arteck) 915005106701, 9290018187B
498
- * (frankjoke) HGZB-20-UK, GL-W-001Z
499
- * (arteck) 4034031P7, 3435011P7
500
- * (arteck) TS0041
501
- * (agross) 5062231P7, 5062431P7
502
- * (kirovilya) TI0001-switch, TI0001-socket
503
- * (arteck) RB 178 T
504
- * (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
505
- * (nbars) E1744
506
- * (Florian Look) GS361A-H04
507
- * (arteck) ICZB-IW11SW
508
- * (kirovilya) HS2WD-E
509
- * (Sacred-Shadow) FL 130 C
510
- * (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
511
- * (kirovilya) MCLH-08, MCLH-05
512
- * (Sacred-Shadow) 1746130P7
513
- * (mar565) GUNNARP panel round
514
- * (Erdnuss3003) 4090531P7
515
-
516
- ### 1.1.1 (2020-04-17)
517
- * (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
518
- * (kirovilya) Nue/3A FNB56-ZSW02LX2.0
519
- * (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
520
- * (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM
521
-
522
- ### 1.1.0 (2020-04-12)
523
- new Zigbee-herdsman features:
524
- * ConBee/RaspBee (experimental support) https://github.com/Koenkk/zigbee-herdsman/issues/72
525
- * OTA update for some devices (IKEA, OSRAM and other) https://github.com/Koenkk/zigbee2mqtt/issues/2921
526
- * Touchlink reset and join https://github.com/Koenkk/zigbee2mqtt/issues/2396
527
- * Green Power devices support https://github.com/Koenkk/zigbee2mqtt/issues/3322
528
- * (peterfido) iCasa KPD14S und KPD18S hinzu
529
- * (kirovilya) Moes Zigbee Thermostatic Radiator
530
- * (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
531
- * (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
532
- * (kirovilya) Gledopto GL-C-007 with a channel
533
- * (MultivitaminJuice) Iluminize 511.040
534
- * (Sacred-Shadow) Bitron 902010/24
535
- * (kirovilya) Color indication of LQI and Battery icon
536
- * (kirovilya) Device info modal dialog
537
- * (arteck) Philips LCT026
538
- * (obakuhl) Improvements Osram switch mini
539
- * (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
540
- * (agross) Philips Signe Floor and Table
541
- * (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
542
- * (kirovilya) Smart remote controller (4 buttons)
543
- * (allofmex) OTA updates
544
- * (kirovilya) Aqara opple change mode keys (for binding)
545
- * (palsch) Heiman HS2WD-E siren
546
-
547
- ### 1.0.4 (2020-03-14)
548
- * (kirovilya) Philips Hue Adore Bathroom Mirror Light
549
- * (kirovilya) Oujiabao Gas and carbon monoxide alarm
550
- * (kirovilya) Tuya SOS button
551
- * (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
552
- * (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
553
- * (arteck) Xiaomi plug lumi.plug.mmeu01
554
- * (arteck) Innr RS 228 T, RS 230 C
555
- * (arteck) Gledopto GL-MC-001, GL-D-003ZS
556
- * (allmyjoes) Bitron AV2010/21A
557
- * (arteck) Osram Panel TW 595 UGR22
558
- * (kirovilya) IKEA SURTE door WS 38x64
559
- * (andigandi) Philips Hue LCG002, Hue LTG002
560
- * (arteck) iCasa ICZB-FC
561
- * (arteck) Osram A60 DIM Z3
562
- * (arteck) Paulmann 371000001
563
- * (DaCHRIS) Osram PAR16 DIM Z3
564
- * (DaCHRIS) Philips LWG001
565
- * (DaCHRIS) Illuminize 511.202
566
- * (SchumyHao) TERNCY-SD01 knob dimmer
567
- * (SchumyHao) Xiaomi lumi.lock.aq1
568
- * (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
569
- * (kirovilya) Allow pairing to routers (again)
570
- * (Erdnuss3003) Philips Hue LCT021
571
- * (root) Trust ZWLD-100 water leak sensor
572
- * (smartpran) Bitron AV2010/32
573
-
574
- ### 1.0.3 (2020-02-09)
575
- * (Tw1nh34d) Hornbach FLAIR LED
576
- * (asgothian) Hue smart button, Heiman smoke sensor
577
- * (kirovilya) Philips LTC014, LTC015
578
- * (kirovilya) Power states for QBKG11LM
579
- * (Garfonso) Change role for occupancy state to 'sensor.motion'
580
- * (kirovilya) Change illuminance state to illuminance_lux (for lux value)
581
- * (arteck) Philips LCF002
582
- * (arteck) TRADFRI open/close remote
583
- * (kirovilya) Tuya sensor TS0201
584
-
585
- ### 1.0.2 (2020-01-29)
586
- * (kirovilya) All button events for Aqara Opple switch
587
- * (ma-john) OSRAM PAR16 RGBW Z3
588
- * (arteck) Phillips LWA004
589
- * (MiniMe6666) Heiman SmokeSendor-N-3.0
590
- * (kirovilya) Force remove device
591
- * (kirovilya) Fix some networkmap bugs
592
- * (kirovilya) Extended info button
593
- * (kirovilya) Long press for WXKG01LM
594
-
595
- ### 1.0.1 (2020-01-23)
596
- * fix for old z-stack firmware
204
+ ***********************************************
597
205
 
598
206
  ### 1.0.0 (2020-01-22)
599
207
  * Powered by new [zigbee-herdsman](https://github.com/Koenkk/zigbee-herdsman) library and new [converters database](https://github.com/Koenkk/zigbee-herdsman-converters)
@@ -603,10 +211,13 @@ new Zigbee-herdsman features:
603
211
  * Some design update
604
212
  * Binding
605
213
 
214
+
215
+ ------------------------------------------------------------------------------
216
+
606
217
  ## License
607
218
  The MIT License (MIT)
608
219
 
609
- Copyright (c) 2018-2024 Kirov Ilya <kirovilya@gmail.com>
220
+ Copyright (c) 2018-2025 Kirov Ilya <kirovilya@gmail.com>
610
221
 
611
222
  Permission is hereby granted, free of charge, to any person obtaining a copy
612
223
  of this software and associated documentation files (the "Software"), to deal
Binary file
@@ -654,7 +654,7 @@
654
654
  <a id="state_cleanup_btn"
655
655
  class="btn-floating waves-effect waves-light red tooltipped center-align hoverable translateT"
656
656
  title="State Cleanup">
657
- <i class="material-icons large icon-blue">sync</i></a>
657
+ <i class="material-icons large icon-blue">delete_sweep</i></a>
658
658
  </li>
659
659
  <li>
660
660
  <a id="fw_check_btn"
package/admin/tab_m.html CHANGED
@@ -660,7 +660,7 @@
660
660
  <ul id="nav-mobile" class="right">
661
661
  <li>
662
662
  <a id="state_cleanup_btn" class="btn-floating waves-effect waves-light red tooltipped center-align hoverable translateT" title="State Cleanup">
663
- <i class="material-icons large icon-blue">sync</i></a>
663
+ <i class="material-icons large icon-blue">delete_sweep</i></a>
664
664
  </li>
665
665
  <li>
666
666
  <a id="fw_check_btn" class="btn-floating waves-effect waves-light blue tooltipped center-align hoverable translateT" title="Check firmware updates">
package/io-package.json CHANGED
@@ -1,8 +1,47 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee",
4
- "version": "1.10.13",
4
+ "version": "2.0.0",
5
5
  "news": {
6
+ "2.0.0": {
7
+ "en": "new herdsman adaption",
8
+ "de": "neue herdsman adaption",
9
+ "ru": "адаптация нового пастуха",
10
+ "pt": "nova adaptação herdsman",
11
+ "nl": "nieuwe aanpassing van herders",
12
+ "fr": "nouvelle adaptation des éleveurs",
13
+ "it": "nuovo adattamento mandriano",
14
+ "es": "nueva adaptación del pastor",
15
+ "pl": "nowa adaptacja zioła",
16
+ "uk": "новий гердман адаптація",
17
+ "zh-cn": "新牧民适应"
18
+ },
19
+ "1.10.15": {
20
+ "en": "Work in progress",
21
+ "de": "Work in progress",
22
+ "ru": "Work in progress",
23
+ "pt": "Work in progress",
24
+ "nl": "Work in progress",
25
+ "fr": "Work in progress",
26
+ "it": "Work in progress",
27
+ "es": "Work in progress",
28
+ "pl": "Work in progress",
29
+ "uk": "Work in progress",
30
+ "zh-cn": "Work in progress"
31
+ },
32
+ "1.10.14": {
33
+ "en": "Herdsman 2.1.9, Converters 20.58.0\nFix: Aqara T1M (CL-L02D) \ndeleteDeviceStates change to deleteObj",
34
+ "de": "Herdsman 2.1.9, Konverter 20.58.0\nFix: Aqara T1M (CL-L02D)\nlöschen DeviceState Änderung zum Löschen Ob",
35
+ "ru": "Herdsman 2.1.9, Converters 20.58.0\nFix: Aqara T1M (CL-L02D)\nудалить Устройства меняются для удаления Obj",
36
+ "pt": "Herdsman 2.1.9, Conversores 20.58.0\nFix: Aqara T1M (CL-L02D)\nexcluir DeviceStates mudam para excluir Objecção",
37
+ "nl": "Herdsman 2.1.9, Converters 20.58.0\nFix: Aqara T1M (CL-L02D)\nverwijderen Apparaatstaten wijzigen om te verwijderen Obj",
38
+ "fr": "Herdsman 2.1.9, Convertisseurs 20.58.0\nCorrection: Aqara T1M (CL-L02D)\nsupprimer Les états de périphérique changent pour supprimer OBJ",
39
+ "it": "Herdsman 2.1.9, Convertitori 20.58.0\nFisso: Aqara T1M (CL-L02D)\ncancella DeviceStates modifica per eliminare Obj",
40
+ "es": "Herdsman 2.1.9, convertidores 20.58.0\nFijación: Aqara T1M (CL-L02D)\nborrar Los Estados de dispositivos cambian para eliminar Obj",
41
+ "pl": "Herdsman 2.1.9, konwertery 20.58.0\nFix: Aqara T1M (CL- L02D)\nusuń DeviceStates zmienić, aby usunąć Obj",
42
+ "uk": "Herdsman 2.1.9, Конвертер 20.58.0\nФіксація: Aqara T1M (CL-L02D)\nвидалити Зміна стану пристроїв для видалення Офіціант",
43
+ "zh-cn": "牧民2.1.9,转换器 20.58.0\n修补:Aqara T1M(CL-L02D)\n删除 设备状态更改以删除 欧比"
44
+ },
6
45
  "1.10.13": {
7
46
  "en": "corr icon download bug (axios)",
8
47
  "de": "corr icon download bug (axios)",
@@ -41,58 +80,6 @@
41
80
  "pl": "ZMIANA ZBIORCZA\n\nbłędy: ChannelScan jest obecnie niedostępny\n\n\nnaprawić błędy lintera\nwyłączyć wyświetlacz mapy dla wyłączonych urządzeń\nnowa opcja na mapie: wyłączenie interakcji fizyki\nnowe konwertery zigbee- herdsman- 20.28.0\nnowy zigbee-herdsman 2.1.1\nZezwalaj na stosowanie konwerterów bezklawiszowych (używanych dla TuYa i kompatybilnych urządzeń w konwerterach zigbee- herdsman-\nzamiana z wniosku na aksjos\nusuń grupy działa ponownie",
42
81
  "uk": "БРЕАКІНГ ЗМІН\n\nпомилки : CanalScan наразі немає\n\n\nвиправлено помилки linter\nвідключення відображення карти для деактивованих пристроїв\nновий варіант на карті: відключена фізика взаємодія\nнові zigbee-herdsman-converters 20.28.0\nновий zigbee-herdsman 2.1.1\nДозволити використання без ключів конвертерів (використовується для TuYa та сумісних пристроїв в zigbee-herdsman-converters\nковтання від запиту в осях\nвидалити групи знову",
43
82
  "zh-cn": "破坏变化\n\n错误 : 频道扫描目前不可用\n\n\n修正线性错误\n禁用已停用设备的地图显示\n地图上的新选项: 禁用物理交互\n新齐格比-牧民-转换器 20.28.0\n新齐格比牧民 2.1.1\n允许使用无密钥转换器( 用于 TuYa 和 Zigbee- herdsman- 转换器中的兼容设备)\n从请求转换为轴\n再次删除组工作"
44
- },
45
- "1.10.10": {
46
- "en": "core update\ndependency update",
47
- "de": "kern-update\naktualisierung der abhängigkeit",
48
- "ru": "обновление\nобновление",
49
- "pt": "atualização do núcleo\natualização de dependência",
50
- "nl": "kernupdate\nafhankelijkheidsupdate",
51
- "fr": "mise à jour de base\nmise à jour de la dépendance",
52
- "it": "aggiornamento del core\naggiornamento della dipendenza",
53
- "es": "actualización básica\nactualización de la dependencia",
54
- "pl": "podstawowa aktualizacja\naktualizacja zależności",
55
- "uk": "оновлення ядра\nоновлення залежності",
56
- "zh-cn": "核心更新\n依赖性更新"
57
- },
58
- "1.10.9": {
59
- "en": "typo admin settings\neslint config",
60
- "de": "typo admin einstellungen\neslint config",
61
- "ru": "настройки admin\neslint config",
62
- "pt": "configurações de administração do tipo\neslint config",
63
- "nl": "typo admin instellingen\neslint config",
64
- "fr": "paramètres d'administration typo\nconfig eslint",
65
- "it": "impostazioni dell'amministratore\neslint config",
66
- "es": "configuración de administración de tipo\neslint config",
67
- "pl": "ustawienia admin typo\neslint config",
68
- "uk": "параметри адміністратора\neslint config",
69
- "zh-cn": "类型管理员设置\n埃斯林特配置"
70
- },
71
- "1.10.8": {
72
- "en": "corr admin settings\nadd new eslint version\n",
73
- "de": "korr admin einstellungen\nneue eslint-version hinzufügen\n",
74
- "ru": "настройки администрирования\nдобавить новую версию eslint\n",
75
- "pt": "configurações de administração de corrimento\nadicionar nova versão eslint\n",
76
- "nl": "corr admin instellingen\nnieuwe eslint versie toevoegen\n",
77
- "fr": "paramètres d'administration corr\najouter une nouvelle version eslint\n",
78
- "it": "impostazioni dell'amministratore\naggiungere nuova versione eslint\n",
79
- "es": "configuración de administración de corr\nañadir nueva versión eslint\n",
80
- "pl": "ustawienia admin corr\ndodaj nową wersję eslint\n",
81
- "uk": "корр налаштування адміністратора\nдодати нову версію eslint\n",
82
- "zh-cn": "corr 管理员设置\n添加新的 eslint 版本\n"
83
- },
84
- "1.10.7": {
85
- "en": "add flow control option \nadd new NewHerdsman\nadd new ezsp coordinator Firmware (7.4.1.0)",
86
- "de": "möglichkeit der durchflussregelung\nneues hinzufügen NewHerdsman\nezsp Koordinator Firmware hinzufügen (7.4.1.0)",
87
- "ru": "добавить параметр управления потоком\nдобавить новый NewHerdsman\nдобавить новый координатор ezsp Firmware (7.4.1.0)",
88
- "pt": "adicionar opção de controle de fluxo\nadicionar novo NewHerdsman\nadicionar novo coordenador ezsp Firmware (7.4.1.0)",
89
- "nl": "flow control optie toevoegen\nnieuwe NewHerdsman toevoegen\nnieuwe ezsp coördinator Firmware (7.4.1.0) toevoegen",
90
- "fr": "ajouter l'option de contrôle du débit\najouter un nouveau NewHerdsman\najouter un nouveau logiciel ezsp coordinator (7.4.1.0)",
91
- "it": "aggiungere opzione di controllo del flusso\naggiungere nuovo NewHerdsman\naggiungere nuovo coordinatore ezsp Firmware (7.4.1.0)",
92
- "es": "añadir opción de control de flujo\nañadir nuevo NewHerdsman\nañadir nuevo coordinador de ezsp Firmware (7.4.1.0)",
93
- "pl": "dodaj opcję kontroli przepływu\ndodaj nowy NewHerdsman\ndodaj nowego koordynatora ezsp Firmware (7.4.1.0)",
94
- "uk": "додати варіант контролю потоку\nдодати новийHerdsman\nadd new ezsp manager Прошивка (7.4.1.0)",
95
- "zh-cn": "添加流量控制选项\n添加新赫兹曼\n添加新的 ezsp 协调员 Firmware (7.4.1.0)"
96
83
  }
97
84
  },
98
85
  "titleLang": {
@@ -192,7 +179,7 @@
192
179
  ],
193
180
  "dependencies": [
194
181
  {
195
- "js-controller": ">=3.3.0"
182
+ "js-controller": ">=5.0.19"
196
183
  }
197
184
  ],
198
185
  "messages": [
package/lib/binding.js CHANGED
@@ -238,7 +238,7 @@ class Binding {
238
238
  await this.doBindUnbind(type, bind_source, bind_source_ep, 'coordinator', '1');
239
239
  this.debug('Successfully ' + (type === 'bind' ? 'bound' : 'unbound') + ' Coordinator from ' + bind_source);
240
240
  } catch (e) {
241
- this.error(`Could not ${type} Coordinator from ${bind_source}: ${JSON.stringify(e)}`);
241
+ this.error(`Could not ${type} Coordinator from ${bind_source}: ${(e && e.message ? e.message : 'no error message')} ${(e && e.stack ? e.stack : 'no call stack')}`);
242
242
  }
243
243
  }
244
244
  } catch (error) {
package/lib/commands.js CHANGED
@@ -150,8 +150,8 @@ class Commands {
150
150
  return;
151
151
  }
152
152
  }
153
- catch (e) {
154
- this.error(JSON.stringify(e));
153
+ catch (error) {
154
+ this.error(`Pairing with code failed with: ${(error && error.message ? error.message : 'no error message')} ${(error && error.stack ? error.stack : 'no call stack')}`);
155
155
  this.adapter.sendTo(
156
156
  from, command,
157
157
  {error: 'Exception when trying to add QR code'},
@@ -474,13 +474,13 @@ class Commands {
474
474
  if (!dev) {
475
475
  this.debug('Not found!');
476
476
  this.debug(`Try delete dev ${devId} from iobroker.`);
477
- this.stController.deleteDeviceStates(devId, () =>
477
+ this.stController.deleteObj(devId, () =>
478
478
  this.adapter.sendTo(from, command, {}, callback));
479
479
  return;
480
480
  }
481
481
  this.zbController.remove(sysid, force, err => {
482
482
  if (!err) {
483
- this.stController.deleteDeviceStates(devId, () =>
483
+ this.stController.deleteObj(devId, () =>
484
484
  this.adapter.sendTo(from, command, {}, callback));
485
485
  } else {
486
486
  this.debug(`Error on remove! ${err}`);