iobroker.zigbee2mqtt 2.13.4 → 2.13.6
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 +1 -1
- package/README.md +41 -33
- package/admin/i18n/de/translations.json +1 -1
- package/admin/i18n/en/translations.json +2 -2
- package/admin/i18n/es/translations.json +1 -1
- package/admin/i18n/fr/translations.json +1 -1
- package/admin/i18n/it/translations.json +1 -1
- package/admin/i18n/nl/translations.json +1 -1
- package/admin/i18n/pl/translations.json +1 -1
- package/admin/i18n/pt/translations.json +1 -1
- package/admin/i18n/ru/translations.json +1 -1
- package/admin/i18n/uk/translations.json +1 -1
- package/admin/i18n/zh-cn/translations.json +1 -1
- package/admin/jsonConfig.json +2 -2
- package/io-package.json +61 -57
- package/lib/exposes.js +754 -724
- package/lib/statesController.js +25 -11
- package/main.js +2 -2
- package/package.json +24 -23
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2024 Arthur Rupp <arteck@outlook.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
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
[](https://nodei.co/npm/iobroker.zigbee2mqtt/)
|
|
11
11
|
|
|
12
12
|
**Tests:**
|
|
13
|
-

|
|
14
|
+

|
|
15
15
|
|
|
16
16
|
## zigbee2mqtt adapter for ioBroker
|
|
17
17
|
|
|
@@ -19,7 +19,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
19
19
|
|
|
20
20
|
## Adapter Documentation
|
|
21
21
|
|
|
22
|
-
[Adapter Documentation](
|
|
22
|
+
[Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
|
|
23
|
+
|
|
24
|
+
|
|
23
25
|
|
|
24
26
|
## Changelog
|
|
25
27
|
|
|
@@ -32,13 +34,19 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
32
34
|
Placeholder for the next version (at the beginning of the line):
|
|
33
35
|
### **WORK IN PROGRESS**
|
|
34
36
|
-->
|
|
37
|
+
### 2.13.6 (2024-03-11)
|
|
38
|
+
- (arteck) update dependecy
|
|
39
|
+
|
|
40
|
+
### 2.13.5 (2024-02-02)
|
|
41
|
+
- (arteck) fixed mqttClient.end()
|
|
42
|
+
|
|
35
43
|
### 2.13.4 (2023-12-17)
|
|
36
44
|
|
|
37
|
-
- (o0shojo0o) fixed unnecessary warning for special value ([269](https://github.com/
|
|
45
|
+
- (o0shojo0o) fixed unnecessary warning for special value ([269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269))
|
|
38
46
|
|
|
39
47
|
### 2.13.3 (2023-10-10)
|
|
40
48
|
|
|
41
|
-
- (o0shojo0o) fixed devices erroneous offline indication ([#255](https://github.com/
|
|
49
|
+
- (o0shojo0o) fixed devices erroneous offline indication ([#255](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/255))
|
|
42
50
|
|
|
43
51
|
### 2.13.2 (2023-09-30)
|
|
44
52
|
|
|
@@ -50,10 +58,10 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
50
58
|
|
|
51
59
|
### 2.13.0 (2023-09-07)
|
|
52
60
|
|
|
53
|
-
- (o0shojo0o) added state `info.coordinator_check` ([#247](https://github.com/
|
|
54
|
-
- (o0shojo0o) added state `info.missing_routers` ([#247](https://github.com/
|
|
55
|
-
- (o0shojo0o) added state `info.missing_routers_count` ([#247](https://github.com/
|
|
56
|
-
- (o0shojo0o) added option `Automatic check for missing routers in the coordinator memory` ([#247](https://github.com/
|
|
61
|
+
- (o0shojo0o) added state `info.coordinator_check` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))
|
|
62
|
+
- (o0shojo0o) added state `info.missing_routers` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))
|
|
63
|
+
- (o0shojo0o) added state `info.missing_routers_count` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))
|
|
64
|
+
- (o0shojo0o) added option `Automatic check for missing routers in the coordinator memory` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))
|
|
57
65
|
|
|
58
66
|
### 2.12.0 (2023-09-05)
|
|
59
67
|
|
|
@@ -65,7 +73,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
65
73
|
- (o0shojo0o) device images from Meta-Storage added to the object
|
|
66
74
|
- (o0shojo0o) device images from Meta-Storage auto resize to 28x28 pixel for smaller object
|
|
67
75
|
- (o0shojo0o) added option `Download device images from Zigbee2Mqtt and use them as object icons.`
|
|
68
|
-
- (o0shojo0o) fixed Hue_Move ([#223](https://github.com/
|
|
76
|
+
- (o0shojo0o) fixed Hue_Move ([#223](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/223))
|
|
69
77
|
- (o0shojo0o) added option `Generate simple 'Hold' and 'Release' states`
|
|
70
78
|
- (o0shojo0o) added option `Generate simple 'Move' and 'Stop' states`
|
|
71
79
|
- (o0shojo0o) added option `Generate simple 'Press' and 'Release' states`
|
|
@@ -77,8 +85,8 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
77
85
|
### 2.10.0 (2023-08-12)
|
|
78
86
|
|
|
79
87
|
- (o0shojo0o) optimisation for the MQTT connection
|
|
80
|
-
- (o0shojo0o) fixed for MQTT output type: attribute_and_json ([#87](https://github.com/
|
|
81
|
-
- (o0shojo0o) added support for external MQTT-Server credentials ([#148](https://github.com/
|
|
88
|
+
- (o0shojo0o) fixed for MQTT output type: attribute_and_json ([#87](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/87))
|
|
89
|
+
- (o0shojo0o) added support for external MQTT-Server credentials ([#148](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/148))
|
|
82
90
|
- *After update, Websocket Auth-Token must be set again, if used.*
|
|
83
91
|
|
|
84
92
|
### 2.9.0 (2023-07-21)
|
|
@@ -87,12 +95,12 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
87
95
|
|
|
88
96
|
### 2.8.0 (2023-07-19)
|
|
89
97
|
|
|
90
|
-
- (o0shojo0o) added WSS support for websoket connection ([#191](https://github.com/
|
|
98
|
+
- (o0shojo0o) added WSS support for websoket connection ([#191](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/191))
|
|
91
99
|
- (o0shojo0o) small fixes
|
|
92
100
|
|
|
93
101
|
### 2.7.5 (2023-04-08)
|
|
94
102
|
|
|
95
|
-
- (o0shojo0o) added state `last_seen` contains date/time of last Zigbee message ([#131](https://github.com/
|
|
103
|
+
- (o0shojo0o) added state `last_seen` contains date/time of last Zigbee message ([#131](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/131))
|
|
96
104
|
|
|
97
105
|
### 2.7.4 (2023-03-05)
|
|
98
106
|
|
|
@@ -108,37 +116,37 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
108
116
|
|
|
109
117
|
### 2.7.1 (2023-01-24)
|
|
110
118
|
|
|
111
|
-
- (
|
|
112
|
-
- (
|
|
119
|
+
- (arteck) added option for use folder description
|
|
120
|
+
- (arteck) use the iobroker device folder description for device description or events
|
|
113
121
|
|
|
114
122
|
### 2.7.0 (2023-01-18)
|
|
115
123
|
|
|
116
|
-
- (o0shojo0o) added support for wildcard actions (eg. *_single) ([#116](https://github.com/
|
|
124
|
+
- (o0shojo0o) added support for wildcard actions (eg. *_single) ([#116](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/116))
|
|
117
125
|
- (o0shojo0o) added error handling optimizations ([more](https://github.com/ioBroker/ioBroker.repositories/pull/1976#issuecomment-1382038679))
|
|
118
|
-
- (o0shojo0o) added option `auth_token` for websocket connection ([#112](https://github.com/
|
|
126
|
+
- (o0shojo0o) added option `auth_token` for websocket connection ([#112](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/112))
|
|
119
127
|
- (o0shojo0o) websocket timeout increased
|
|
120
128
|
|
|
121
129
|
### 2.6.0 (2023-01-10)
|
|
122
130
|
|
|
123
|
-
- (o0shojo0o) added state `transition` for transition overwrite (-1 disabled overwrite) ([#101](https://github.com/
|
|
124
|
-
- (o0shojo0o) consideration of the description when creating the friendly name ([#105](https://github.com/
|
|
125
|
-
- (o0shojo0o) added state `effect` for groups ([#101](https://github.com/
|
|
131
|
+
- (o0shojo0o) added state `transition` for transition overwrite (-1 disabled overwrite) ([#101](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/101))
|
|
132
|
+
- (o0shojo0o) consideration of the description when creating the friendly name ([#105](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/105))
|
|
133
|
+
- (o0shojo0o) added state `effect` for groups ([#101](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/101))
|
|
126
134
|
- (o0shojo0o) fixed state contact
|
|
127
135
|
- (o0shojo0o) added handling for disabled devices
|
|
128
136
|
|
|
129
137
|
### 2.5.0 (2023-01-02)
|
|
130
138
|
|
|
131
139
|
- (o0shojo0o) added option `Brightness step should also turn the light on or off`
|
|
132
|
-
- (o0shojo0o) added handling of `brightness_step` ([#96](https://github.com/
|
|
133
|
-
- (o0shojo0o) states processing more flexible designed ([#94](https://github.com/
|
|
140
|
+
- (o0shojo0o) added handling of `brightness_step` ([#96](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/96))
|
|
141
|
+
- (o0shojo0o) states processing more flexible designed ([#94](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/94))
|
|
134
142
|
|
|
135
143
|
### 2.4.5 (2022-12-20)
|
|
136
144
|
|
|
137
|
-
- (o0shojo0o) extend `text` for `action` ([#84](https://github.com/
|
|
145
|
+
- (o0shojo0o) extend `text` for `action` ([#84](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/84))
|
|
138
146
|
|
|
139
147
|
### 2.4.4 (2022-12-06)
|
|
140
148
|
|
|
141
|
-
- (o0shojo0o) better state identification ([#79](https://github.com/
|
|
149
|
+
- (o0shojo0o) better state identification ([#79](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/79))
|
|
142
150
|
|
|
143
151
|
### 2.4.3 (2022-11-23)
|
|
144
152
|
|
|
@@ -146,7 +154,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
146
154
|
|
|
147
155
|
### 2.4.2 (2022-11-20)
|
|
148
156
|
|
|
149
|
-
- (o0shojo0o) added correct handling of `move_to_saturation`, `hue_move` and `brightness_move_to_level` ([#68](https://github.com/
|
|
157
|
+
- (o0shojo0o) added correct handling of `move_to_saturation`, `hue_move` and `brightness_move_to_level` ([#68](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/68))
|
|
150
158
|
- (o0shojo0o) fixed when `friendly_name` `/` contains
|
|
151
159
|
|
|
152
160
|
### 2.4.1 (2022-11-16)
|
|
@@ -155,10 +163,10 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
155
163
|
|
|
156
164
|
### 2.4.0 (2022-11-08)
|
|
157
165
|
|
|
158
|
-
- (o0shojo0o) fixed for devices with multiple endpoints ([#57](https://github.com/
|
|
166
|
+
- (o0shojo0o) fixed for devices with multiple endpoints ([#57](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/57)).
|
|
159
167
|
- (o0shojo0o) added option `Brightness move should also turn the light on or off`
|
|
160
168
|
- (o0shojo0o) added state toggle for groups
|
|
161
|
-
- (o0shojo0o) more dynamic during data point creation ([#48](https://github.com/
|
|
169
|
+
- (o0shojo0o) more dynamic during data point creation ([#48](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/48)).
|
|
162
170
|
|
|
163
171
|
### 2.3.0 (2022-10-30)
|
|
164
172
|
|
|
@@ -211,7 +219,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
211
219
|
- (o0shojo0o) automatically set button actions back to false
|
|
212
220
|
- (o0shojo0o) added support for Zigbee2MQTT feature simulated_brightness
|
|
213
221
|
- (o0shojo0o) added config check
|
|
214
|
-
- (
|
|
222
|
+
- (o0shojo0o) added log output about coordinator details
|
|
215
223
|
|
|
216
224
|
### 0.2.0 (2022-10-04)
|
|
217
225
|
|
|
@@ -220,9 +228,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
220
228
|
- (o0shojo0o) remove available logic, now will use the information from z2m
|
|
221
229
|
- (o0shojo0o) rename noLogDevices to logfilter
|
|
222
230
|
- (o0shojo0o) lots of bugfixes
|
|
223
|
-
- (
|
|
224
|
-
- (
|
|
225
|
-
- (
|
|
231
|
+
- (o0shojo0o) added noLogDevices functionality
|
|
232
|
+
- (o0shojo0o) added debugmessage for specific device functionality
|
|
233
|
+
- (o0shojo0o) added some states are default false
|
|
226
234
|
- (o0shojo0o) added support for scenes defined on a device
|
|
227
235
|
- (o0shojo0o) fixed available state role
|
|
228
236
|
- (o0shojo0o) fixed edsubscribeWritableStates
|
|
@@ -235,7 +243,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
235
243
|
|
|
236
244
|
MIT License
|
|
237
245
|
|
|
238
|
-
Copyright (c)
|
|
246
|
+
Copyright (c) 2024 Arthur Rupp <arteck@outlook.com>,
|
|
239
247
|
|
|
240
248
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
241
249
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Wählen und konfiguriere die Zigbee2MQTT Verbindung",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Zigbee2MQTT Verbindung auswählen",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Externer MQTT-Server",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Interner MQTT-Server (Experimentell)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Konfigurier die Zigbee2MQTT Verbindung",
|
|
9
9
|
"Websocket IP-Address": "Websocket IP-Adresse",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Select and configure Zigbee2MQTT connection",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Select connection to Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "External MQTT-Server",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Internal MQTT-Server (Experimental)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configure your Zigbee2MQTT connection",
|
|
9
9
|
"Websocket IP-Address": "Websocket IP-Address",
|
|
@@ -43,4 +43,4 @@
|
|
|
43
43
|
"With which log level should a negative search be logged?": "With which log level should a negative search be logged?",
|
|
44
44
|
"Time of the automatic check": "Time of the automatic check",
|
|
45
45
|
"More information": "More information"
|
|
46
|
-
}
|
|
46
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Seleccionar y configurar la conexión Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Seleccionar conexión a Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Servidor MQTT externo",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Servidor MQTT interno (experimental)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configura tu conexión Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "Dirección IP de Websocket",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Sélectionnez et configurez la connexion Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Sélectionnez la connexion à Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Serveur MQTT externe",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Serveur MQTT interne (expérimental)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configurez votre connexion Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "Adresse IP Websocket",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Seleziona e configura la connessione Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Seleziona la connessione a Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Presa web",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Server MQTT esterno",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Server MQTT interno (sperimentale)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configura la tua connessione Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "Indirizzo IP WebSocket",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Selecteer en configureer de Zigbee2MQTT-verbinding",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Selecteer verbinding met Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Externe MQTT-server",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Interne MQTT-server (experimenteel)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configureer je Zigbee2MQTT-verbinding",
|
|
9
9
|
"Websocket IP-Address": "Websocket IP-adres",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Wybierz i skonfiguruj połączenie Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Wybierz połączenie z Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Gniazdo sieciowe",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Zewnętrzny serwer MQTT",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Wewnętrzny serwer MQTT (eksperymentalny)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Skonfiguruj połączenie Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "Adres IP gniazda internetowego",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Selecione e configure a conexão Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Selecione a conexão com Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Servidor MQTT Externo",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Servidor MQTT Interno (Experimental)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Configure sua conexão Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "Endereço IP do Websocket",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Выберите и настройте соединение Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Выберите подключение к Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Веб-сокет",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Внешний MQTT-сервер",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Внутренний MQTT-сервер (экспериментальный)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Настройте соединение Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "IP-адрес веб-сокета",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "Виберіть і налаштуйте підключення Zigbee2MQTT",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "Виберіть підключення до Zigbee2MQTT",
|
|
5
5
|
"Websocket": "Websocket",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "Зовнішній MQTT-сервер",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "Внутрішній MQTT-сервер (експериментальний)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "Налаштуйте підключення Zigbee2MQTT",
|
|
9
9
|
"Websocket IP-Address": "IP-адреса Websocket",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Select and configure your Zigbee2MQTT connection": "选择并配置 Zigbee2MQTT 连接",
|
|
4
4
|
"Select connection to Zigbee2MQTT": "选择与 Zigbee2MQTT 的连接",
|
|
5
5
|
"Websocket": "网络套接字",
|
|
6
|
-
"External MQTT-Server
|
|
6
|
+
"External MQTT-Server": "外部 MQTT 服务器",
|
|
7
7
|
"Internal MQTT-Server (Experimental)": "内部 MQTT 服务器(实验性)",
|
|
8
8
|
"Configure your Zigbee2MQTT connection": "配置您的 Zigbee2MQTT 连接",
|
|
9
9
|
"Websocket IP-Address": "Websocket IP 地址",
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,32 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee2mqtt",
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.13.6": {
|
|
7
|
+
"en": "update dependecy",
|
|
8
|
+
"de": "aktualisierung abhängigkeit",
|
|
9
|
+
"ru": "обновление",
|
|
10
|
+
"pt": "atualização",
|
|
11
|
+
"nl": "afhankelijkheid bijwerken",
|
|
12
|
+
"fr": "mettre à jour la dépendance",
|
|
13
|
+
"it": "aggiornamento dipendenza",
|
|
14
|
+
"es": "dependencia de actualización",
|
|
15
|
+
"pl": "aktualizacja zależności",
|
|
16
|
+
"uk": "оновлення залежності",
|
|
17
|
+
"zh-cn": "更新依赖性"
|
|
18
|
+
},
|
|
19
|
+
"2.13.5": {
|
|
20
|
+
"en": "fixed mqttClient.end()",
|
|
21
|
+
"de": "mqttClient.end()",
|
|
22
|
+
"ru": "фиксированный mqtClient.end()",
|
|
23
|
+
"pt": "fixo mqttClient.end()",
|
|
24
|
+
"nl": "vaste mqttClient.end()",
|
|
25
|
+
"fr": "mqttClient.end() fixe",
|
|
26
|
+
"it": "fisso mqttClient.end()",
|
|
27
|
+
"es": "mqttClient.end()",
|
|
28
|
+
"pl": "stałe mqttClient.end ()",
|
|
29
|
+
"uk": "фіксований mqttClient.end()",
|
|
30
|
+
"zh-cn": "固定的 mqttClient.end ()"
|
|
31
|
+
},
|
|
6
32
|
"2.13.4": {
|
|
7
|
-
"en": "fixed unnecessary warning for special value ([269](https://github.com/
|
|
8
|
-
"de": "feste unnötige Warnung für Sonderwert [269](https://github.com/
|
|
9
|
-
"ru": "фиксированное ненужное предупреждение для особенного значения [269](https://github.com/
|
|
10
|
-
"pt": "aviso desnecessário fixo para valor especial [269](https://github.com/
|
|
33
|
+
"en": "fixed unnecessary warning for special value ([269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269))",
|
|
34
|
+
"de": "feste unnötige Warnung für Sonderwert [269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
|
|
35
|
+
"ru": "фиксированное ненужное предупреждение для особенного значения [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
|
|
36
|
+
"pt": "aviso desnecessário fixo para valor especial [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
|
|
11
37
|
"nl": "onnodig gewaarschuwd voor speciale waarde voor speciale waarde [269)",
|
|
12
|
-
"fr": "avertissement inutile fixe pour valeur spéciale [269](https://github.com/
|
|
13
|
-
"it": "[269](https://github.com/
|
|
14
|
-
"es": "fija innecesaria advertencia para valor especial [269](https://github.com/
|
|
15
|
-
"pl": "niepotrzebne ostrzeżenie dla specjalnej wartości (269)(https:/github.com/
|
|
16
|
-
"uk": "виправлено непотрібне попередження про спеціальне значення [269] (https://github.com/
|
|
38
|
+
"fr": "avertissement inutile fixe pour valeur spéciale [269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
|
|
39
|
+
"it": "[269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
|
|
40
|
+
"es": "fija innecesaria advertencia para valor especial [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
|
|
41
|
+
"pl": "niepotrzebne ostrzeżenie dla specjalnej wartości (269)(https:/github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
|
|
42
|
+
"uk": "виправлено непотрібне попередження про спеціальне значення [269] (https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
|
|
17
43
|
"zh-cn": "(http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/269)"
|
|
18
44
|
},
|
|
19
45
|
"2.13.3": {
|
|
20
|
-
"en": "fixed devices erroneous offline indication ([#255](https://github.com/
|
|
21
|
-
"de": "feste Geräte fehlerhafte Offline-Anzeige #[255](https://github.com/
|
|
22
|
-
"ru": "фиксированные устройства ошибочные оффлайн индикация #[255](https://github.com/
|
|
23
|
-
"pt": "dispositivos fixos errônea indicação offline #[255](https://github.com/
|
|
46
|
+
"en": "fixed devices erroneous offline indication ([#255](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/255))",
|
|
47
|
+
"de": "feste Geräte fehlerhafte Offline-Anzeige #[255](https://github.com/arteck/ioBroker.zigbee2mqt/issues/255)",
|
|
48
|
+
"ru": "фиксированные устройства ошибочные оффлайн индикация #[255](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/255)",
|
|
49
|
+
"pt": "dispositivos fixos errônea indicação offline #[255](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/255)",
|
|
24
50
|
"nl": "quality over Quantity (QoQ) Releases Vertaling:",
|
|
25
|
-
"fr": "signalisation erroneous offline #[255](https://github.com/
|
|
26
|
-
"it": "#[255](https://github.com/
|
|
27
|
-
"es": "dispositivos fijos erroneous offline indicating #[255](https://github.com/
|
|
28
|
-
"pl": "uruchomione urządzenia błędne, #255 (https:/github.com/
|
|
29
|
-
"uk": "фіксовані пристрої erroneous офлайн показання # [255] (https://github.com/
|
|
51
|
+
"fr": "signalisation erroneous offline #[255](https://github.com/arteck/ioBroker.zigbee2mqt/issues/255)",
|
|
52
|
+
"it": "#[255](https://github.com/arteck/ioBroker.zigbee2mqt/issues/255)",
|
|
53
|
+
"es": "dispositivos fijos erroneous offline indicating #[255](https://github.com/arteck/ioBroker.zigbee2mqt/issues/255)",
|
|
54
|
+
"pl": "uruchomione urządzenia błędne, #255 (https:/github.com/arteck/ioBroker,zigbee2mqtt/issues/255)",
|
|
55
|
+
"uk": "фіксовані пристрої erroneous офлайн показання # [255] (https://github.com/arteck/ioBroker.zigbee2mqtt/products/255)",
|
|
30
56
|
"zh-cn": "固定装置随线标明编号[255](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/255)"
|
|
31
57
|
},
|
|
32
58
|
"2.13.2": {
|
|
@@ -56,43 +82,17 @@
|
|
|
56
82
|
"zh-cn": "固定储存名称"
|
|
57
83
|
},
|
|
58
84
|
"2.13.0": {
|
|
59
|
-
"en": "added state `info.coordinator_check` ([#247](https://github.com/
|
|
60
|
-
"de": "zusätzlich state info.coordinator_check #[247](https://github.com/
|
|
61
|
-
"ru": "добавлено состояние info.coordinator_check #[247](https://github.com/
|
|
62
|
-
"pt": "adicionado state info.coordinator_check #[247](https://github.com/
|
|
85
|
+
"en": "added state `info.coordinator_check` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))\nadded state `info.missing_routers` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))\nadded state `info.missing_routers_count` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))\nadded option `Automatic check for missing routers in the coordinator memory` ([#247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247))",
|
|
86
|
+
"de": "zusätzlich state info.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\nzusätzlich state info.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\nzusätzlich state info.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\nzusätzliche Option `Automatische Überprüfung fehlender Router im Koordinatorspeicher` #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)",
|
|
87
|
+
"ru": "добавлено состояние info.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nдобавлено состояние info.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nдобавлено состояние info.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nдобавлена опция `Автоматическая проверка для пропавших маршрутизаторов в памяти координатора` #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)",
|
|
88
|
+
"pt": "adicionado state info.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nadicionado state info.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nadicionado state info.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nopção adicionada `Verificação automática de roteadores ausentes na memória do coordenador #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)",
|
|
63
89
|
"nl": "quality over Quantity (QoQ) Releases Vertaling:\nquality over Quantity (QoQ) Releases Vertaling:\nvoegde staatsinformatie toe, mislukt jroutmount 47, httub,com/0shojoo/ioBroker\nvoegde optie 'Automatische cheque toe voor vermiste routers in de coördinator geheugen 47) (htttub,com/0hojoo/ioBroker",
|
|
64
|
-
"fr": "infos supplémentaires.coordinator_check #[247](https://github.com/
|
|
65
|
-
"it": "#[247](https://github.com/
|
|
66
|
-
"es": "añadido información del estado.coordinator_check #[247](https://github.com/
|
|
67
|
-
"pl": "info.coordinator_check #247(https:/github.com/
|
|
68
|
-
"uk": "додано державну інформацію.coordinator_check #[247](https://github.com/
|
|
69
|
-
"zh-cn": "补充国家:控制编号[247](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/247)\n添加以下国家:F.missing_routers #[247](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/247)\n增列国家:F.missing_routers_count.[247](http://github.com/
|
|
70
|
-
},
|
|
71
|
-
"2.12.0": {
|
|
72
|
-
"en": "added option `Size of the object icons in pixels`",
|
|
73
|
-
"de": "zusätzliche Option ` Größe der Objektsymbole in Pixeln`",
|
|
74
|
-
"ru": "добавлена опция `Размер иконок объекта в пикселях`",
|
|
75
|
-
"pt": "opção adicionada `Tamanho dos ícones do objeto em pixels`",
|
|
76
|
-
"nl": "voegde optie van het object in pixels",
|
|
77
|
-
"fr": "option ajoutée ` Taille de l'objet icônes en pixels`",
|
|
78
|
-
"it": "opzione aggiunta `Size delle icone dell'oggetto in pixel`",
|
|
79
|
-
"es": "opción agregada `Tamaño de los iconos objeto en pixels`",
|
|
80
|
-
"pl": "dodano opcję `Size of the object icons in pixels'",
|
|
81
|
-
"uk": "додано опцію `Size іконок об’єкта у пікселях`",
|
|
82
|
-
"zh-cn": "添加了“白盔”的选项。"
|
|
83
|
-
},
|
|
84
|
-
"2.11.0": {
|
|
85
|
-
"en": "added automatic download of device image from zigbee2mqtt to meta-storage\nadded option `Download device images from Zigbee2Mqtt and use them as object icons.`\nfixed Hue_Move \nadded option `Generate simple 'Hold' and 'Release' states`\nadded option `Generate simple 'Move' and 'Stop' states`\nadded option `Generate simple 'Press' and 'Release' states`",
|
|
86
|
-
"de": "automatischer download des gerätebildes von zigbee2mqtt zu meta-storage\n` Gerätebilder von Zigbee2Mqtt herunterladen und als Objektsymbole verwenden. `\nhue_Move\nzusatzoption `Generieren Sie einfache Halte- und Freigabezustände `\nzusätzliche Option `Generieren Sie einfache Verschiebe- und Stopp-Zustände `\nzusätzliche Option `Generieren Sie einfache Presse- und Freigabezustände `",
|
|
87
|
-
"ru": "добавлена автоматическая загрузка изображения устройства от zigbee2mqtt до meta-storage\nдобавлена опция `Скачать изображения устройства от Zigbee2Mqtt и использовать их как иконки объекта. »\nфиксированный Hue_Move\nдобавлена опция `Generate simple Hold and Release состояния »\nдобавлена опция `Generate simple Move and Stop состояния`\nдобавлена опция `Generate simple Press and Release состояния »",
|
|
88
|
-
"pt": "adicionado download automático da imagem do dispositivo de zigbee2mqtt para meta-armazenagem\nopção adicionada `Baixar imagens de dispositivo de Zigbee2Mqtt e usá-las como ícones de objeto. \"\nfixo Hue_Move\nopção adicionada `Gerar simples Hold and Release states \"\nopção adicionada `Gerar simples Mover e parar estados`\nopção adicionada `Gerar estados simples de imprensa e lançamento \"",
|
|
89
|
-
"nl": "voegde automatische download van het apparaat van zigbee2mqt toe aan meta-storage\nvoegde optie 'Download apparatuur van Zigbee2Mqt toe en gebruik ze als object iconen. _\nvertaling:\nvoegde optie 'Generate Sim Hold and Release staten _\nvoegde optie \"Generate Sim Move and Stop states\"\nvoegde optie 'Generate Sim Press and Release staten _",
|
|
90
|
-
"fr": "téléchargement automatique de l'image de périphérique de zigbee2mqt à meta-storage\noption ajoutée `Télécharger les images de périphérique de Zigbee2Mqt et les utiliser comme des icônes d'objet. `\nhue_Move\noption ajoutée `Generate simple Hold and Release états `\noption ajoutée `Generate simple Déplacer et arrêter les états`\noption ajoutée `Generate simple Press et les états de publication `",
|
|
91
|
-
"it": "download automatico dell'immagine del dispositivo da zigbee2mqt a meta-storage\nopzione aggiunta `Scaricare le immagini del dispositivo da Zigbee2Mqt e usarle come icone dell'oggetto. #\nfisso Hue_Move\nopzione aggiunta `Generate simple Hold and Release stati #\nopzione aggiunta `Generate simple Move and Stop stati`\nopzione aggiunta `Generate simple Press and Release stati #",
|
|
92
|
-
"es": "añadido descarga automática de la imagen del dispositivo desde zigbee2mqt a meta-storage\nopción agregada `Descargar imágenes de dispositivo de Zigbee2Mqtt y utilizarlas como iconos de objetos. `\nhue_Move fijo\nopción agregada `Generate simple Hold and Release states `\nopción agregada `Generate simple Move and Stop states`\nopción agregada `Generate simple Estados de prensa y liberación `",
|
|
93
|
-
"pl": "dodał automatyczny pobranie obrazu zigbee2mqtt na meta-storage\ndodał dodatki do opcjonalnych zdjęć z Zigbee2Mqtt i używał ich jako ikon obiektowych. `\nugruntowany\ndodano opcjonalne stany Hold i Release. `\ndodano możliwość generowanego prostego Move'a i Stop states'\ndodał opcję \"Generate simple Press and Release states\". `",
|
|
94
|
-
"uk": "додано автоматичне завантаження зображення пристрою з zigbee2mqtt до мета-сторage\nдодано опцію `Завантажити зображення пристроїв з Zigbee2Mqtt і використовувати їх як іконки об'єкта. й\nфіксована Hue_Move\nдодано варіант `Generate simple Hold and Release State й\nдодано варіант `Generate Simple Move and Stop State`\nдодано варіант `Generate simple Press and Release State й",
|
|
95
|
-
"zh-cn": "加上自齐格贝德二米克特自动下载器图像\n添加了“Zigbee2Mqt的载荷装置图像”的备选办法,并将这些图像作为目标。 目 录\n固定的He_Move\n增加“简单的霍乱和释放国”的选择 目 录\n增加“简单的摩托和托儿”\n增加的“简单新闻”选择 目 录"
|
|
90
|
+
"fr": "infos supplémentaires.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\ninfos supplémentaires.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\ninfo état ajoutée.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\noption ajoutée `Automatic check for missing routers in the Coordinator memory` #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)",
|
|
91
|
+
"it": "#[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\n#[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\naggiunto stato info.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\nopzione aggiuntiva `Controllo automatico dei router mancanti nella memoria coordinatore` #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)",
|
|
92
|
+
"es": "añadido información del estado.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\nañadido información del estado.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nañadido información del estado.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nañadido la opción `Automatic check for missing routers in the coordinator memory` #[247](https://github.com/arteck/ioBroker.zigbee2mqt/issues/247)",
|
|
93
|
+
"pl": "info.coordinator_check #247(https:/github.com/arteck/ioBroker.zigbee2mqtt/issues/247) (ang.)\ninfo.missing_routers #247(https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247) (ang.)\ninfo.missing_routers_count #247 (https:/github.com/arteck/ioBroker.zigbee2mqtt/issues/247) (ang.)\nautomatic check for missing routers in the coordinator memory` #247(https:/github.com/arteck/ioBroker.zigbee2mqtt/issues/247) (ang.)",
|
|
94
|
+
"uk": "додано державну інформацію.coordinator_check #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nдодано державну інформацію.missing_routers #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/products/247)\nдодано державну інформацію.missing_routers_count #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)\nдодано варіант `Автоматичний чек для відсутніх маршрутизаторів в зоні пам'яті координатора #[247](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/247)",
|
|
95
|
+
"zh-cn": "补充国家:控制编号[247](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/247)\n添加以下国家:F.missing_routers #[247](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/247)\n增列国家:F.missing_routers_count.[247](http://github.com/arteck/ioBroker.zigbee2mqt/issues/247)\n添加了“协调员记忆中的缺失路线者进行现场检查”的备选办法[247](http://github.com/arteck/ioBroker.zigbee2mqt/issues/247)。"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"messages": [
|
|
@@ -164,6 +164,7 @@
|
|
|
164
164
|
"uk": "Адаптер Zigbee2MQTT для ioBroker"
|
|
165
165
|
},
|
|
166
166
|
"authors": [
|
|
167
|
+
"arteck <arteck@outlook.com>",
|
|
167
168
|
"Dennis Rathjen <dennis.rathjen@outlook.de>"
|
|
168
169
|
],
|
|
169
170
|
"keywords": [
|
|
@@ -179,12 +180,15 @@
|
|
|
179
180
|
"main": "main.js",
|
|
180
181
|
"icon": "zigbee2mqtt.png",
|
|
181
182
|
"enabled": false,
|
|
182
|
-
"extIcon": "https://raw.githubusercontent.com/
|
|
183
|
-
"readme": "https://github.com/
|
|
183
|
+
"extIcon": "https://raw.githubusercontent.com/arteck/ioBroker.zigbee2mqtt/main/admin/zigbee2mqtt.png",
|
|
184
|
+
"readme": "https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/README.md",
|
|
184
185
|
"loglevel": "info",
|
|
185
186
|
"mode": "daemon",
|
|
186
187
|
"type": "hardware",
|
|
187
188
|
"compact": true,
|
|
189
|
+
"supportedMessages": {
|
|
190
|
+
"deviceManager": true
|
|
191
|
+
},
|
|
188
192
|
"stopTimeout": 2000,
|
|
189
193
|
"tier": 2,
|
|
190
194
|
"connectionType": "local",
|