iobroker.zigbee 1.8.10 → 1.8.13

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 (104) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +417 -400
  3. package/admin/adapter-settings.js +244 -244
  4. package/admin/admin.js +2981 -2981
  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 +159 -159
  18. package/admin/index_m.html +1356 -1356
  19. package/admin/moment.min.js +1 -1
  20. package/admin/shuffle.min.js +2 -2
  21. package/admin/tab_m.html +1009 -1009
  22. package/admin/vis-network.min.css +1 -1
  23. package/admin/vis-network.min.js +27 -27
  24. package/admin/words.js +110 -110
  25. package/docs/de/basedocu.md +19 -19
  26. package/docs/de/img/Bild10.png +0 -0
  27. package/docs/de/img/Bild12.png +0 -0
  28. package/docs/de/img/Bild13.png +0 -0
  29. package/docs/de/img/Bild14.png +0 -0
  30. package/docs/de/img/Bild15.png +0 -0
  31. package/docs/de/img/Bild16.png +0 -0
  32. package/docs/de/img/Bild17.png +0 -0
  33. package/docs/de/img/Bild18.png +0 -0
  34. package/docs/de/img/Bild19.png +0 -0
  35. package/docs/de/img/Bild2.png +0 -0
  36. package/docs/de/img/Bild20.png +0 -0
  37. package/docs/de/img/Bild21.png +0 -0
  38. package/docs/de/img/Bild22.png +0 -0
  39. package/docs/de/img/Bild23.png +0 -0
  40. package/docs/de/img/Bild24.png +0 -0
  41. package/docs/de/img/Bild25.png +0 -0
  42. package/docs/de/img/Bild26.png +0 -0
  43. package/docs/de/img/Bild28.png +0 -0
  44. package/docs/de/img/Bild3.png +0 -0
  45. package/docs/de/img/Bild30.png +0 -0
  46. package/docs/de/img/Bild31.png +0 -0
  47. package/docs/de/img/Bild32.png +0 -0
  48. package/docs/de/img/Bild33.png +0 -0
  49. package/docs/de/img/Bild34.png +0 -0
  50. package/docs/de/img/Bild35.png +0 -0
  51. package/docs/de/img/Bild36.png +0 -0
  52. package/docs/de/img/Bild37.png +0 -0
  53. package/docs/de/img/Bild4.png +0 -0
  54. package/docs/de/img/Bild5.jpg +0 -0
  55. package/docs/de/img/Bild6.png +0 -0
  56. package/docs/de/img/Bild7.png +0 -0
  57. package/docs/de/img/Bild8.png +0 -0
  58. package/docs/de/img/Bild9.png +0 -0
  59. package/docs/de/img/software1.jpg +0 -0
  60. package/docs/de/img/sonoff.png +0 -0
  61. package/docs/de/readme.md +126 -27
  62. package/docs/en/img/Bild13.png +0 -0
  63. package/docs/en/img/Bild18.png +0 -0
  64. package/docs/en/img/Bild23.png +0 -0
  65. package/docs/en/img/Bild25.png +0 -0
  66. package/docs/en/img/Bild26.png +0 -0
  67. package/docs/en/img/Bild4.png +0 -0
  68. package/docs/en/img/Bild9.png +0 -0
  69. package/docs/en/img/software1.jpg +0 -0
  70. package/docs/en/readme.md +128 -30
  71. package/docs/flashing_via_arduino_(en).md +110 -110
  72. package/docs/ru/readme.md +28 -28
  73. package/docs/tutorial/groups-1.png +0 -0
  74. package/docs/tutorial/groups-2.png +0 -0
  75. package/docs/tutorial/tab-dev-1.png +0 -0
  76. package/io-package.json +32 -21
  77. package/lib/backup.js +171 -171
  78. package/lib/binding.js +319 -319
  79. package/lib/colors.js +465 -465
  80. package/lib/commands.js +534 -534
  81. package/lib/developer.js +145 -145
  82. package/lib/devices.js +3135 -3135
  83. package/lib/exclude.js +162 -162
  84. package/lib/exposes.js +913 -830
  85. package/lib/groups.js +345 -345
  86. package/lib/json.js +59 -59
  87. package/lib/networkmap.js +55 -55
  88. package/lib/ota.js +198 -195
  89. package/lib/rgb.js +297 -297
  90. package/lib/seriallist.js +48 -48
  91. package/lib/states.js +6420 -6420
  92. package/lib/statescontroller.js +672 -693
  93. package/lib/tools.js +54 -54
  94. package/lib/utils.js +163 -163
  95. package/lib/zbBaseExtension.js +36 -36
  96. package/lib/zbDelayedAction.js +144 -144
  97. package/lib/zbDeviceAvailability.js +319 -319
  98. package/lib/zbDeviceConfigure.js +147 -147
  99. package/lib/zbDeviceEvent.js +48 -48
  100. package/lib/zigbeecontroller.js +989 -989
  101. package/main.js +133 -123
  102. package/package.json +10 -10
  103. package/support/docgen.js +93 -93
  104. /package/admin/img/{paumann_spot.png → paulmann_spot.png} +0 -0
@@ -1,110 +1,110 @@
1
- Flashing firmware via Arduino is implemented using the project https://github.com/wavesoft/CCLib
2
- **But with minor improvements!!!**
3
-
4
- [AndrewLinden](https://github.com/AndrewLinden) described that he was able to flash CC2531 using CCLib [with comments](https://github.com/wavesoft/CCLib/issues/19).
5
-
6
- As described [I made a fork of the CCLib library with minor changes](https://github.com/kirovilya/CCLib) for flashing firmware via Arduino:
7
- * Timeouts of operations
8
- * After opening the port (I have in Windows 7) Arduino reboots and, accordingly, does not respond to requests - made a 3 seconds pause (found somewhere in internet).
9
- * The port speed is reduced to 9600, because at another speed leaving communication errors:
10
- `ERROR: Could not read from the serial port!`
11
-
12
- ## Checked on Arduino UNO on CC2531-stick
13
-
14
- 0. Download and unpack the archive with the library https://github.com/kirovilya/CCLib.
15
-
16
- 1. Flashing Arduino sketch via Arduino IDE
17
- CCLib\Arduino\CCLib\Examples\CCLib_proxy\CCLib_proxy.ino
18
-
19
- 2. Install Python 2.7 or later (tested with python 2.7.13), if not installed
20
-
21
- 3. Install pyserial 3.0.1, if not installed
22
- `pip install -r CCLib\Python\requirements.txt`
23
- or
24
- `pip install pyserial==3.0.1`
25
-
26
- 4. Connect the contacts as described https://github.com/kirovilya/CCLib#1-prepare-your-arduino-board
27
- **But in my case, I connected completely without resistors, combined the contacts CC_DD_I and CC_DD_O together and connected to the DD pin of the DEBUG connector!**
28
-
29
- ![](https://www.waveshare.com/img/devkit/CC-Debugger/CC-Debugger-JTAG-Header.jpg)
30
-
31
- I connected only 3 specified contacts and GND. During the firmware, the stick and Arduino must be connected to the USB.
32
-
33
- ![](https://github.com/kirovilya/files/blob/master/IMG_20180111_193941.jpg)
34
- ![](https://github.com/kirovilya/files/blob/master/IMG_20180111_193923.jpg)
35
- ![](https://github.com/kirovilya/files/blob/master/IMG_20180110_234401.jpg)
36
-
37
- 5. After that, try to get information about the chip - if it works, then the connection is correct (example for COM9 port - Arduino port):
38
-
39
- ```
40
- C:\Projects\CCLib\Python>python cc_info.py -p COM9
41
- INFO: Found a CC2531 chip on COM9
42
-
43
- Chip information:
44
- Chip ID : 0xb524
45
- Flash size : 256 Kb
46
- Page size : 2 Kb
47
- SRAM size : 8 Kb
48
- USB : Yes
49
-
50
- Device information:
51
- IEEE Address : 00124b0014aa
52
- PC : 0000
53
-
54
- Debug status:
55
- [ ] CHIP_ERASE_BUSY
56
- [ ] PCON_IDLE
57
- [X] CPU_HALTED
58
- [ ] PM_ACTIVE
59
- [ ] HALT_STATUS
60
- [ ] DEBUG_LOCKED
61
- [X] OSCILLATOR_STABLE
62
- [ ] STACK_OVERFLOW
63
-
64
- Debug config:
65
- [ ] SOFT_POWER_MODE
66
- [ ] TIMERS_OFF
67
- [X] DMA_PAUSE
68
- [X] TIMER_SUSPEND
69
- ```
70
- [Another example of connection on MacOS](https://github.com/wavesoft/CCLib/issues/22#issuecomment-384452424)
71
-
72
- 6. If everything is successful, then download [modified firmware for flashing via Arduino](https://github.com/kirovilya/files/blob/master/CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex)
73
-
74
- 7. Start the flashing firmware (it takes a long time, about 2-3 hours):
75
-
76
- ```
77
- C:\Projects\ZigBee>python cc_write_flash.py -e -p COM9 --in=CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex
78
- INFO: Found a CC2531 chip on COM9
79
-
80
- Chip information:
81
- Chip ID : 0xb524
82
- Flash size : 256 Kb
83
- Page size : 2 Kb
84
- SRAM size : 8 Kb
85
- USB : Yes
86
- Sections in CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex:
87
-
88
- Addr. Size
89
- -------- -------------
90
- 0x0000 8176 B
91
- 0x1ff6 10 B
92
- 0x3fff0 1 B
93
- 0x2000 239616 B
94
-
95
- This is going to ERASE and REPROGRAM the chip. Are you sure? <y/N>: y
96
-
97
- Flashing:
98
- - Chip erase...
99
- - Flashing 4 memory blocks...
100
- -> 0x0000 : 8176 bytes
101
- Progress 100%... OK
102
- -> 0x1ff6 : 10 bytes
103
- Progress 100%... OK
104
- -> 0x3fff0 : 1 bytes
105
- Progress 100%... OK
106
- -> 0x2000 : 239616 bytes
107
- Progress 100%... OK
108
-
109
- Completed
110
- ```
1
+ Flashing firmware via Arduino is implemented using the project https://github.com/wavesoft/CCLib
2
+ **But with minor improvements!!!**
3
+
4
+ [AndrewLinden](https://github.com/AndrewLinden) described that he was able to flash CC2531 using CCLib [with comments](https://github.com/wavesoft/CCLib/issues/19).
5
+
6
+ As described [I made a fork of the CCLib library with minor changes](https://github.com/kirovilya/CCLib) for flashing firmware via Arduino:
7
+ * Timeouts of operations
8
+ * After opening the port (I have in Windows 7) Arduino reboots and, accordingly, does not respond to requests - made a 3 seconds pause (found somewhere in internet).
9
+ * The port speed is reduced to 9600, because at another speed leaving communication errors:
10
+ `ERROR: Could not read from the serial port!`
11
+
12
+ ## Checked on Arduino UNO on CC2531-stick
13
+
14
+ 0. Download and unpack the archive with the library https://github.com/kirovilya/CCLib.
15
+
16
+ 1. Flashing Arduino sketch via Arduino IDE
17
+ CCLib\Arduino\CCLib\Examples\CCLib_proxy\CCLib_proxy.ino
18
+
19
+ 2. Install Python 2.7 or later (tested with python 2.7.13), if not installed
20
+
21
+ 3. Install pyserial 3.0.1, if not installed
22
+ `pip install -r CCLib\Python\requirements.txt`
23
+ or
24
+ `pip install pyserial==3.0.1`
25
+
26
+ 4. Connect the contacts as described https://github.com/kirovilya/CCLib#1-prepare-your-arduino-board
27
+ **But in my case, I connected completely without resistors, combined the contacts CC_DD_I and CC_DD_O together and connected to the DD pin of the DEBUG connector!**
28
+
29
+ ![](https://www.waveshare.com/img/devkit/CC-Debugger/CC-Debugger-JTAG-Header.jpg)
30
+
31
+ I connected only 3 specified contacts and GND. During the firmware, the stick and Arduino must be connected to the USB.
32
+
33
+ ![](https://github.com/kirovilya/files/blob/master/IMG_20180111_193941.jpg)
34
+ ![](https://github.com/kirovilya/files/blob/master/IMG_20180111_193923.jpg)
35
+ ![](https://github.com/kirovilya/files/blob/master/IMG_20180110_234401.jpg)
36
+
37
+ 5. After that, try to get information about the chip - if it works, then the connection is correct (example for COM9 port - Arduino port):
38
+
39
+ ```
40
+ C:\Projects\CCLib\Python>python cc_info.py -p COM9
41
+ INFO: Found a CC2531 chip on COM9
42
+
43
+ Chip information:
44
+ Chip ID : 0xb524
45
+ Flash size : 256 Kb
46
+ Page size : 2 Kb
47
+ SRAM size : 8 Kb
48
+ USB : Yes
49
+
50
+ Device information:
51
+ IEEE Address : 00124b0014aa
52
+ PC : 0000
53
+
54
+ Debug status:
55
+ [ ] CHIP_ERASE_BUSY
56
+ [ ] PCON_IDLE
57
+ [X] CPU_HALTED
58
+ [ ] PM_ACTIVE
59
+ [ ] HALT_STATUS
60
+ [ ] DEBUG_LOCKED
61
+ [X] OSCILLATOR_STABLE
62
+ [ ] STACK_OVERFLOW
63
+
64
+ Debug config:
65
+ [ ] SOFT_POWER_MODE
66
+ [ ] TIMERS_OFF
67
+ [X] DMA_PAUSE
68
+ [X] TIMER_SUSPEND
69
+ ```
70
+ [Another example of connection on MacOS](https://github.com/wavesoft/CCLib/issues/22#issuecomment-384452424)
71
+
72
+ 6. If everything is successful, then download [modified firmware for flashing via Arduino](https://github.com/kirovilya/files/blob/master/CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex)
73
+
74
+ 7. Start the flashing firmware (it takes a long time, about 2-3 hours):
75
+
76
+ ```
77
+ C:\Projects\ZigBee>python cc_write_flash.py -e -p COM9 --in=CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex
78
+ INFO: Found a CC2531 chip on COM9
79
+
80
+ Chip information:
81
+ Chip ID : 0xb524
82
+ Flash size : 256 Kb
83
+ Page size : 2 Kb
84
+ SRAM size : 8 Kb
85
+ USB : Yes
86
+ Sections in CC2531ZNP-Pro-Secure_LinkKeyJoin_mod.hex:
87
+
88
+ Addr. Size
89
+ -------- -------------
90
+ 0x0000 8176 B
91
+ 0x1ff6 10 B
92
+ 0x3fff0 1 B
93
+ 0x2000 239616 B
94
+
95
+ This is going to ERASE and REPROGRAM the chip. Are you sure? <y/N>: y
96
+
97
+ Flashing:
98
+ - Chip erase...
99
+ - Flashing 4 memory blocks...
100
+ -> 0x0000 : 8176 bytes
101
+ Progress 100%... OK
102
+ -> 0x1ff6 : 10 bytes
103
+ Progress 100%... OK
104
+ -> 0x3fff0 : 1 bytes
105
+ Progress 100%... OK
106
+ -> 0x2000 : 239616 bytes
107
+ Progress 100%... OK
108
+
109
+ Completed
110
+ ```
package/docs/ru/readme.md CHANGED
@@ -1,28 +1,28 @@
1
- # Драйвер ioBroker для работы с Zigbee-устройствами
2
- При помощи координатора Zigbee-сети на базе Texas Instruments SoC cc253x (и другими) создается собственная сеть, в которую подключаются zigbee-устройства. Взаимодействуя напрямую с координатором сети, драйвер позволяет управлять устройствами без дополнительных шлюзов/бриджей от производителей устройств (Xiaomi/TRADFRI/Hue). Про устройство Zigbee-сети можно прочитать [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/ZigBee-network).
3
-
4
- ## Оборудование
5
- Для работы необходимо одно из перечисленных устройств, прошитое специальной ZNP-прошивкой: [cc2531, cc2530, cc2530+RF](https://github.com/Koenkk/zigbee2mqtt/wiki/Supported-sniffer-devices#zigbee-coordinator)
6
-
7
- ![](img/CC2531.png)
8
- ![](img/sku_429478_2.png)
9
- ![](img/sku_429601_2.png)
10
- ![](img/CC2591.png)
11
- Необходимое для прошивки оборудование и процесс подготовки устройства описан [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/Getting-started) или [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki/%D0%9F%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B0)
12
-
13
- Подключенные к Zigbee-сети устройства сообщают координатору своё состояние и информируют о событиях (нажатия кнопки, обнаружение движения, изменение температуры). Эти сведения отражаются в виде объектов-состояний ioBroker. Некоторые состояния имеют обратную связь и могут отправлять команды zigbee-устройству при изменении состояния (переключение состояния розетки и лампы, изменение сцены или яркости лампы).
14
-
15
- ## Работа с драйвером
16
- Для запуска драйвера необходимо указать имя порта, на котором подключено устройство cc253x.
17
- Как узнать порт написано [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki#%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0-%D0%B0%D0%B4%D0%B0%D0%BF%D1%82%D0%B5%D1%80%D0%B0)
18
-
19
- Для подключения устройств необходимо перевести координатор Zigbee-сети в режим сопряжения, нажав зеленую кнопку. Начнется обратный отсчет времени (60 сек) пока будет доступна возможность подключения устройств.
20
- Для подключения Zigbee-устройств в большинстве случаев достаточно нажать кнопку сопряжения на самом устройстве. Но существуют особенности для некоторых устройств. Подробнее о сопряжении с устройствами читайте [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/Pairing-devices) или [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki#%D0%9F%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%B8%D0%B2%D0%B0%D0%B5%D0%BC%D1%8B%D0%B5-%D1%83%D1%81%D1%82%D1%80%D0%BE%D0%B9%D1%81%D1%82%D0%B2%D0%B0).
21
-
22
- После успешного сопряжения, устройство появится в панели устройств. Если устройство появилось в панели устройств, но имеет тип undefined, то это неизвестное устройство и с ним нельзя будет взаимодействовать. Если устройство есть в списке доступных устройств, но добавилось как undefined, то попробуйте удалить устройство и добавить заново.
23
- Если не получается подключить устройство, то напиши issue.
24
-
25
- ## Дополнительные сведения
26
- Существует [дружественный проект](https://github.com/koenkk/zigbee2mqtt) со схожим функционалом на тех же технологиях, в котором с этими же устройствами можно работать по протоколу MQTT.
27
- Поэтому, если какие-либо улучшения или поддержка новых zigbee-устройств происходит в проекте Zigbee2MQTT, то можно перенести и добавить этот же функционал в этот драйвер. Если заметили это, то напиши issue - перенесем.
28
-
1
+ # Драйвер ioBroker для работы с Zigbee-устройствами
2
+ При помощи координатора Zigbee-сети на базе Texas Instruments SoC cc253x (и другими) создается собственная сеть, в которую подключаются zigbee-устройства. Взаимодействуя напрямую с координатором сети, драйвер позволяет управлять устройствами без дополнительных шлюзов/бриджей от производителей устройств (Xiaomi/TRADFRI/Hue). Про устройство Zigbee-сети можно прочитать [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/ZigBee-network).
3
+
4
+ ## Оборудование
5
+ Для работы необходимо одно из перечисленных устройств, прошитое специальной ZNP-прошивкой: [cc2531, cc2530, cc2530+RF](https://github.com/Koenkk/zigbee2mqtt/wiki/Supported-sniffer-devices#zigbee-coordinator)
6
+
7
+ ![](img/CC2531.png)
8
+ ![](img/sku_429478_2.png)
9
+ ![](img/sku_429601_2.png)
10
+ ![](img/CC2591.png)
11
+ Необходимое для прошивки оборудование и процесс подготовки устройства описан [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/Getting-started) или [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki/%D0%9F%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B0)
12
+
13
+ Подключенные к Zigbee-сети устройства сообщают координатору своё состояние и информируют о событиях (нажатия кнопки, обнаружение движения, изменение температуры). Эти сведения отражаются в виде объектов-состояний ioBroker. Некоторые состояния имеют обратную связь и могут отправлять команды zigbee-устройству при изменении состояния (переключение состояния розетки и лампы, изменение сцены или яркости лампы).
14
+
15
+ ## Работа с драйвером
16
+ Для запуска драйвера необходимо указать имя порта, на котором подключено устройство cc253x.
17
+ Как узнать порт написано [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki#%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0-%D0%B0%D0%B4%D0%B0%D0%BF%D1%82%D0%B5%D1%80%D0%B0)
18
+
19
+ Для подключения устройств необходимо перевести координатор Zigbee-сети в режим сопряжения, нажав зеленую кнопку. Начнется обратный отсчет времени (60 сек) пока будет доступна возможность подключения устройств.
20
+ Для подключения Zigbee-устройств в большинстве случаев достаточно нажать кнопку сопряжения на самом устройстве. Но существуют особенности для некоторых устройств. Подробнее о сопряжении с устройствами читайте [тут (на английском языке)](https://github.com/Koenkk/zigbee2mqtt/wiki/Pairing-devices) или [тут (на русском языке)](https://github.com/kirovilya/ioBroker.zigbee/wiki#%D0%9F%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%B8%D0%B2%D0%B0%D0%B5%D0%BC%D1%8B%D0%B5-%D1%83%D1%81%D1%82%D1%80%D0%BE%D0%B9%D1%81%D1%82%D0%B2%D0%B0).
21
+
22
+ После успешного сопряжения, устройство появится в панели устройств. Если устройство появилось в панели устройств, но имеет тип undefined, то это неизвестное устройство и с ним нельзя будет взаимодействовать. Если устройство есть в списке доступных устройств, но добавилось как undefined, то попробуйте удалить устройство и добавить заново.
23
+ Если не получается подключить устройство, то напиши issue.
24
+
25
+ ## Дополнительные сведения
26
+ Существует [дружественный проект](https://github.com/koenkk/zigbee2mqtt) со схожим функционалом на тех же технологиях, в котором с этими же устройствами можно работать по протоколу MQTT.
27
+ Поэтому, если какие-либо улучшения или поддержка новых zigbee-устройств происходит в проекте Zigbee2MQTT, то можно перенести и добавить этот же функционал в этот драйвер. Если заметили это, то напиши issue - перенесем.
28
+
File without changes
File without changes
File without changes
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee",
4
- "version": "1.8.10",
4
+ "version": "1.8.13",
5
5
  "news": {
6
+ "1.8.13": {
7
+ "en": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
8
+ "de": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md"
9
+ },
10
+ "1.8.12": {
11
+ "en": "new Documentation",
12
+ "de": "neue Dokumentation"
13
+ },
14
+ "1.8.11": {
15
+ "en": "fix exposes with composite list",
16
+ "de": "fix exposes with composite list"
17
+ },
6
18
  "1.8.10": {
7
19
  "en": "fix group access and any new functions",
8
20
  "de": "fix group access and any new functions"
@@ -36,26 +48,6 @@
36
48
  "pl": "naprawić",
37
49
  "uk": "фіксувати висадки",
38
50
  "zh-cn": "fix 暴露"
39
- },
40
- "1.8.6": {
41
- "en": "fix exposes",
42
- "de": "fix exposes"
43
- },
44
- "1.8.5": {
45
- "en": "fix for new code",
46
- "de": "fix für neuen code",
47
- "ru": "исправить для нового кода",
48
- "pt": "corrigir para novo código",
49
- "nl": "vertaling:",
50
- "fr": "correction du nouveau code",
51
- "it": "correzione per nuovo codice",
52
- "es": "fijar para nuevo código",
53
- "pl": "naprawić nowy kod",
54
- "uk": "виправити для нового коду",
55
- "zh-cn": "f 新的守则的ix"
56
- },
57
- "1.8.4": {
58
- "en": "fix for new code"
59
51
  }
60
52
  },
61
53
  "title": "Zigbee",
@@ -227,6 +219,7 @@
227
219
  "_id": "exclude.all",
228
220
  "type": "state",
229
221
  "common": {
222
+ "role": "state",
230
223
  "name": "all",
231
224
  "type": "string",
232
225
  "read": true,
@@ -260,6 +253,7 @@
260
253
  "_id": "info.pairingMode",
261
254
  "type": "state",
262
255
  "common": {
256
+ "role": "indicator",
263
257
  "name": "Pairing mode",
264
258
  "type": "boolean",
265
259
  "read": true,
@@ -272,6 +266,7 @@
272
266
  "_id": "info.pairingCountdown",
273
267
  "type": "state",
274
268
  "common": {
269
+ "role": "indicator",
275
270
  "name": "Pairing countdown",
276
271
  "type": "number",
277
272
  "read": true,
@@ -284,6 +279,7 @@
284
279
  "_id": "info.pairingMessage",
285
280
  "type": "state",
286
281
  "common": {
282
+ "role": "indicator",
287
283
  "name": "Pairing message",
288
284
  "type": "string",
289
285
  "read": true,
@@ -296,6 +292,7 @@
296
292
  "_id": "info.groups",
297
293
  "type": "state",
298
294
  "common": {
295
+ "role": "state",
299
296
  "name": "Groups",
300
297
  "type": "string",
301
298
  "read": true,
@@ -308,6 +305,7 @@
308
305
  "_id": "info.undefinedDevices",
309
306
  "type": "state",
310
307
  "common": {
308
+ "role": "state",
311
309
  "name": "Recorded undefined devices",
312
310
  "type": "string",
313
311
  "read": true,
@@ -315,6 +313,19 @@
315
313
  "def": ""
316
314
  },
317
315
  "native": {}
316
+ },
317
+ {
318
+ "_id": "info.debugmessages",
319
+ "type": "state",
320
+ "common": {
321
+ "role": "state",
322
+ "name": "Log changes as warnings for",
323
+ "type": "string",
324
+ "read": true,
325
+ "write": true,
326
+ "def": ""
327
+ },
328
+ "native": {}
318
329
  }
319
330
  ]
320
331
  }