iobroker.zigbee2mqtt 3.2.2 → 3.2.5
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 +20 -9
- package/admin/i18n/de/translations.json +16 -2
- package/admin/i18n/en/translations.json +21 -6
- package/admin/i18n/es/translations.json +19 -1
- package/admin/i18n/fr/translations.json +18 -1
- package/admin/i18n/it/translations.json +18 -1
- package/admin/i18n/nl/translations.json +18 -1
- package/admin/i18n/pl/translations.json +18 -1
- package/admin/i18n/pt/translations.json +18 -1
- package/admin/i18n/ru/translations.json +18 -1
- package/admin/i18n/uk/translations.json +18 -1
- package/admin/i18n/zh-cn/translations.json +16 -1
- package/admin/jsonConfig.json +38 -48
- package/io-package.json +44 -4
- package/lib/deviceController.js +51 -21
- package/lib/exposes.js +13 -14
- package/lib/imageController.js +1 -1
- package/lib/mqttServerController.js +25 -5
- package/lib/rgb.js +5 -5
- package/lib/states.js +23 -1
- package/lib/statesController.js +196 -28
- package/lib/websocketController.js +5 -0
- package/lib/z2mController.js +9 -1
- package/main.js +38 -12
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -17,11 +17,31 @@
|
|
|
17
17
|
|
|
18
18
|
This adapter allows to control the data points of the devices of a Zigbee2MQTT instance in ioBroker.
|
|
19
19
|
|
|
20
|
+
## Troubleshooting
|
|
21
|
+
if you see in Log a message with Caught by controller[1]: /opt/iobroker/node_modules/iobroker.zigbee2mqtt/node_modules/sharp/lib/sharp.js
|
|
22
|
+
check you VM Settings
|
|
23
|
+
|
|
24
|
+
<img width="619" height="238" alt="grafik" src="https://github.com/user-attachments/assets/83879925-96f8-4c33-a6cd-2b68e4b41780" />
|
|
25
|
+
<img width="618" height="216" alt="grafik" src="https://github.com/user-attachments/assets/30c33952-b055-4d6f-99d9-f7cc49831db3" />
|
|
26
|
+
<img width="711" height="497" alt="grafik" src="https://github.com/user-attachments/assets/803340a6-f000-4e64-b53f-8e80f2a13127" />
|
|
27
|
+
|
|
20
28
|
## Adapter Documentation
|
|
21
29
|
|
|
22
30
|
[Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
|
|
23
31
|
|
|
24
32
|
## Changelog
|
|
33
|
+
### 3.2.5 (2026-08-04)
|
|
34
|
+
* (arteck) State updates lag issue https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662
|
|
35
|
+
|
|
36
|
+
### 3.2.4 (2026-06-26)
|
|
37
|
+
* (arteck) Dependencies have been updated
|
|
38
|
+
|
|
39
|
+
### 3.2.3 (2026-06-25)
|
|
40
|
+
* (arteck) typo
|
|
41
|
+
* (arteck) fix some warnings
|
|
42
|
+
* (arteck) fix internal mqtt
|
|
43
|
+
* (arteck) fix languages
|
|
44
|
+
|
|
25
45
|
### 3.2.2 (2026-05-26)
|
|
26
46
|
* (arteck) Dependencies have been updated
|
|
27
47
|
|
|
@@ -31,15 +51,6 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
31
51
|
* (arteck) fix aedes-persistence
|
|
32
52
|
* (arteck) fix illuminance
|
|
33
53
|
|
|
34
|
-
### 3.2.0 (2026-04-26)
|
|
35
|
-
* (arteck) del deprectated setStateAsync
|
|
36
|
-
|
|
37
|
-
### 3.1.9 (2026-04-26)
|
|
38
|
-
* (arteck) fix WS close
|
|
39
|
-
|
|
40
|
-
### 3.1.8 (2026-04-26)
|
|
41
|
-
* (arteck) back to old dependency aedes
|
|
42
|
-
|
|
43
54
|
## License
|
|
44
55
|
|
|
45
56
|
MIT License
|
|
@@ -48,6 +48,20 @@
|
|
|
48
48
|
"More information": "Mehr Informationen",
|
|
49
49
|
"Expert Settings. Please only use if you know what you're doing": "Expert Einstellungen. Bitte nur verwenden, wenn Du weisst was du machst",
|
|
50
50
|
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System" : "Aktualisiert immer den Status für die Bewegung, wenn eine Nachricht vom zigbee2mqtt-Server eintrifft (nur bei true). Erhöht die Last auf dem ioBroker",
|
|
51
|
-
"Always update available state when message included last_seen status": "Aktualisiert immer den available Status, wenn die Nachricht last_seen Status enthält"
|
|
52
|
-
|
|
51
|
+
"Always update available state when message included last_seen status": "Aktualisiert immer den available Status, wenn die Nachricht last_seen Status enthält",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Haupteinstellungen",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Willkommen beim Zigbee2MQTT-Adapter",
|
|
58
|
+
"Device image configurations": "Gerätebild-Konfigurationen",
|
|
59
|
+
"Size of the object icons in pixels": "Größe der Objekt-Symbole in Pixeln",
|
|
60
|
+
"Expert configurations": "Experteneinstellungen",
|
|
61
|
+
"coming soon": "kommt bald",
|
|
62
|
+
"Delete old / unused states": "Alte / ungenutzte Zustände löschen",
|
|
63
|
+
"Debug": "Debug",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Warnung",
|
|
66
|
+
"Error": "Fehler"
|
|
53
67
|
}
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"Configure your Zigbee2MQTT connection": "Configure your Zigbee2MQTT connection",
|
|
11
11
|
"Websocket IP-Address": "Websocket IP-Address",
|
|
12
12
|
"Websocket Port": "Websocket Port",
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
"Use Auth-Token": "Use Auth-Token",
|
|
14
|
+
"Auth-Token (special characters are not supported)": "Auth-Token (special characters are not supported)",
|
|
15
|
+
"Create a dummy MQTT-Server for Zigbee2MQTT": "Create a dummy MQTT-Server for Zigbee2MQTT",
|
|
16
|
+
"Base MQTT topic": "Base MQTT topic",
|
|
17
|
+
"External MQTT-Server IP-Address": "External MQTT-Server IP-Address",
|
|
18
18
|
"External MQTT-Server Port": "External MQTT-Server Port",
|
|
19
19
|
"MQTT-Server IP-Address bind": "MQTT-Server IP-Address bind",
|
|
20
20
|
"MQTT-Server Port": "MQTT-Server Port",
|
|
@@ -48,5 +48,20 @@
|
|
|
48
48
|
"More information": "More information",
|
|
49
49
|
"Expert Settings. Please only use if you know what you're doing": "Expert Settings. Please only use if you know what you're doing",
|
|
50
50
|
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System" : "Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System",
|
|
51
|
-
"Always update available state when message included last_seen status": "Always update available state when message included last_seen status"
|
|
51
|
+
"Always update available state when message included last_seen status": "Always update available state when message included last_seen status",
|
|
52
|
+
"Main Settings": "Main Settings",
|
|
53
|
+
"Welcome to Zigbee2MQTT Adapter": "Welcome to Zigbee2MQTT Adapter",
|
|
54
|
+
"WS": "WS",
|
|
55
|
+
"WS (SSL)": "WS (SSL)",
|
|
56
|
+
"HTTP": "HTTP",
|
|
57
|
+
"HTTPS": "HTTPS",
|
|
58
|
+
"Device image configurations" : "Device image configurations",
|
|
59
|
+
"Size of the object icons in pixels": "Size of the object icons in pixels",
|
|
60
|
+
"Expert configurations": "Expert configurations",
|
|
61
|
+
"coming soon": "coming soon ",
|
|
62
|
+
"Delete old / unused states": "Delete old / unused states",
|
|
63
|
+
"Debug": "Debug",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Warning",
|
|
66
|
+
"Error": "Error"
|
|
52
67
|
}
|
|
@@ -45,5 +45,23 @@
|
|
|
45
45
|
"Automatic check for missing routers in the coordinator memory.": "Comprobación automática de enrutadores faltantes en la memoria del coordinador.",
|
|
46
46
|
"With which log level should a negative search be logged?": "¿Con qué nivel de registro se debe registrar una búsqueda negativa?",
|
|
47
47
|
"Time of the automatic check": "Hora del control automático",
|
|
48
|
-
"More information": "Más información"
|
|
48
|
+
"More information": "Más información",
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Configuración de expertos. Úselo solo si sabe lo que está haciendo",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Actualizar siempre el estado de ocupación cuando llega un mensaje del servidor zigbee2mqtt (solo para estado verdadero). Aumenta la carga en el sistema ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Siempre actualizar el estado disponible cuando el mensaje incluya el estado last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Configuración principal",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Bienvenido al adaptador Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Configuración de imágenes de dispositivos",
|
|
59
|
+
"Size of the object icons in pixels": "Tamaño de los iconos de objetos en píxeles",
|
|
60
|
+
"Expert configurations": "Configuraciones avanzadas",
|
|
61
|
+
"coming soon": "próximamente",
|
|
62
|
+
"Delete old / unused states": "Eliminar estados antiguos / no utilizados",
|
|
63
|
+
"Debug": "Depuración",
|
|
64
|
+
"Info": "Información",
|
|
65
|
+
"Warning": "Advertencia",
|
|
66
|
+
"Error": "Error"
|
|
49
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "Avec quel niveau de journalisation une recherche négative doit-elle être enregistrée ?",
|
|
47
47
|
"Time of the automatic check": "Heure du contrôle automatique",
|
|
48
48
|
"More information": "Plus d'information",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Paramètres d'expert. À utiliser uniquement si vous savez ce que vous faites",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Toujours mettre à jour l'état d'occupation lorsqu'un message arrive du serveur zigbee2mqtt (uniquement pour l'état vrai). Augmente la charge sur le système ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Mettre à jour l'état disponible lorsque le message inclut le statut last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Paramètres principaux",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Bienvenue dans l'adaptateur Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Configuration des images des appareils",
|
|
59
|
+
"Size of the object icons in pixels": "Taille des icônes d'objet en pixels",
|
|
60
|
+
"Expert configurations": "Configurations avancées",
|
|
61
|
+
"coming soon": "bientôt disponible",
|
|
62
|
+
"Delete old / unused states": "Supprimer les états anciens / inutilisés",
|
|
63
|
+
"Debug": "Débogage",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Avertissement",
|
|
66
|
+
"Error": "Erreur"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "Con quale livello di registro deve essere registrata una ricerca negativa?",
|
|
47
47
|
"Time of the automatic check": "Orario del controllo automatico",
|
|
48
48
|
"More information": "Maggiori informazioni",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Impostazioni avanzate. Da utilizzare solo se sai cosa stai facendo",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Aggiorna sempre lo stato di occupazione quando arriva un messaggio dal server zigbee2mqtt (solo per stato vero). Aumenta il carico sul sistema ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Aggiorna sempre lo stato disponibile quando il messaggio include lo stato last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Impostazioni principali",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Benvenuto nell'adattatore Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Configurazioni delle immagini dei dispositivi",
|
|
59
|
+
"Size of the object icons in pixels": "Dimensione delle icone degli oggetti in pixel",
|
|
60
|
+
"Expert configurations": "Configurazioni avanzate",
|
|
61
|
+
"coming soon": "prossimamente",
|
|
62
|
+
"Delete old / unused states": "Elimina stati vecchi / inutilizzati",
|
|
63
|
+
"Debug": "Debug",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Avviso",
|
|
66
|
+
"Error": "Errore"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "Met welk logniveau moet een negatieve zoekopdracht worden geregistreerd?",
|
|
47
47
|
"Time of the automatic check": "Tijdstip van de automatische controle",
|
|
48
48
|
"More information": "Meer informatie",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Expertinstellingen. Gebruik dit alleen als u weet wat u doet",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Altijd de bezettingsstatus bijwerken wanneer een bericht van de zigbee2mqtt-server arriveert (alleen voor ware status). Verhoogt de belasting op het ioBroker-systeem",
|
|
51
|
+
"Always update available state when message included last_seen status": "Altijd de beschikbare status bijwerken wanneer het bericht de last_seen-status bevat",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Hoofdinstellingen",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Welkom bij de Zigbee2MQTT-adapter",
|
|
58
|
+
"Device image configurations": "Configuratie van apparaatafbeeldingen",
|
|
59
|
+
"Size of the object icons in pixels": "Grootte van de objectpictogrammen in pixels",
|
|
60
|
+
"Expert configurations": "Geavanceerde configuraties",
|
|
61
|
+
"coming soon": "binnenkort beschikbaar",
|
|
62
|
+
"Delete old / unused states": "Oude / ongebruikte statussen verwijderen",
|
|
63
|
+
"Debug": "Debug",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Waarschuwing",
|
|
66
|
+
"Error": "Fout"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "Na jakim poziomie rejestrowania należy rejestrować wyszukiwanie wykluczające?",
|
|
47
47
|
"Time of the automatic check": "Czas automatycznego sprawdzenia",
|
|
48
48
|
"More information": "Więcej informacji",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Ustawienia eksperckie. Używaj tylko wtedy, gdy wiesz, co robisz",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Zawsze aktualizuj stan zajętości, gdy przychodzi wiadomość z serwera zigbee2mqtt (tylko dla stanu prawdziwego). Zwiększa obciążenie systemu ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Zawsze aktualizuj available stan, gdy wiadomość zawiera status last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Ustawienia główne",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Witamy w adapterze Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Konfiguracja obrazów urządzeń",
|
|
59
|
+
"Size of the object icons in pixels": "Rozmiar ikon obiektów w pikselach",
|
|
60
|
+
"Expert configurations": "Konfiguracje zaawansowane",
|
|
61
|
+
"coming soon": "wkrótce dostępne",
|
|
62
|
+
"Delete old / unused states": "Usuń stare / nieużywane stany",
|
|
63
|
+
"Debug": "Debugowanie",
|
|
64
|
+
"Info": "Informacja",
|
|
65
|
+
"Warning": "Ostrzeżenie",
|
|
66
|
+
"Error": "Błąd"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "Com qual nível de log uma pesquisa negativa deve ser registrada?",
|
|
47
47
|
"Time of the automatic check": "Hora da verificação automática",
|
|
48
48
|
"More information": "Mais Informações",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Configurações de especialista. Use apenas se você souber o que está fazendo",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Sempre atualizar o estado de ocupação quando chega uma mensagem do servidor zigbee2mqtt (apenas para estado verdadeiro). Aumenta a carga no sistema ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Sempre atualize o estado disponível quando a mensagem incluir o status last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Configurações principais",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Bem-vindo ao adaptador Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Configurações de imagens dos dispositivos",
|
|
59
|
+
"Size of the object icons in pixels": "Tamanho dos ícones dos objetos em pixels",
|
|
60
|
+
"Expert configurations": "Configurações avançadas",
|
|
61
|
+
"coming soon": "em breve",
|
|
62
|
+
"Delete old / unused states": "Excluir estados antigos / não utilizados",
|
|
63
|
+
"Debug": "Depuração",
|
|
64
|
+
"Info": "Info",
|
|
65
|
+
"Warning": "Aviso",
|
|
66
|
+
"Error": "Erro"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "На каком уровне журнала следует регистрировать отрицательный поиск?",
|
|
47
47
|
"Time of the automatic check": "Время автоматической проверки",
|
|
48
48
|
"More information": "Больше информации",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Экспертные настройки. Используйте только если вы знаете, что делаете",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Всегда обновлять состояние занятости при получении сообщения от сервера zigbee2mqtt (только для истинного состояния). Увеличивает нагрузку на систему ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Всегда обновляйте доступное состояние, когда сообщение включает статус last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Основные настройки",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Добро пожаловать в адаптер Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Настройки изображений устройств",
|
|
59
|
+
"Size of the object icons in pixels": "Размер значков объектов в пикселях",
|
|
60
|
+
"Expert configurations": "Расширенные настройки",
|
|
61
|
+
"coming soon": "скоро будет доступно",
|
|
62
|
+
"Delete old / unused states": "Удалить старые / неиспользуемые состояния",
|
|
63
|
+
"Debug": "Отладка",
|
|
64
|
+
"Info": "Информация",
|
|
65
|
+
"Warning": "Предупреждение",
|
|
66
|
+
"Error": "Ошибка"
|
|
50
67
|
}
|
|
@@ -46,5 +46,22 @@
|
|
|
46
46
|
"With which log level should a negative search be logged?": "На якому рівні журналу слід реєструвати негативний пошук?",
|
|
47
47
|
"Time of the automatic check": "Час автоматичної перевірки",
|
|
48
48
|
"More information": "Більше інформації",
|
|
49
|
-
"
|
|
49
|
+
"Expert Settings. Please only use if you know what you're doing": "Експертні налаштування. Використовуйте лише якщо ви знаєте, що робите",
|
|
50
|
+
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "Завжди оновлювати стан зайнятості при надходженні повідомлення від сервера zigbee2mqtt (тільки для істинного стану). Збільшує навантаження на систему ioBroker",
|
|
51
|
+
"Always update available state when message included last_seen status": "Завжди оновлюйте доступний стан, коли повідомлення містить статус last_seen",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "Основні налаштування",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "Ласкаво просимо до адаптера Zigbee2MQTT",
|
|
58
|
+
"Device image configurations": "Налаштування зображень пристроїв",
|
|
59
|
+
"Size of the object icons in pixels": "Розмір значків об'єктів у пікселях",
|
|
60
|
+
"Expert configurations": "Розширені налаштування",
|
|
61
|
+
"coming soon": "незабаром",
|
|
62
|
+
"Delete old / unused states": "Видалити старі / невикористовувані стани",
|
|
63
|
+
"Debug": "Налагодження",
|
|
64
|
+
"Info": "Інформація",
|
|
65
|
+
"Warning": "Попередження",
|
|
66
|
+
"Error": "Помилка"
|
|
50
67
|
}
|
|
@@ -48,5 +48,20 @@
|
|
|
48
48
|
"More information": "更多信息",
|
|
49
49
|
"Expert Settings. Please only use if you know what you're doing": "专家设置。请仅在您清楚操作的情况下使用",
|
|
50
50
|
"Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System": "当来自 zigbee2mqtt 服务器的消息到达时始终更新占用状态(仅限为 true 的状态)。会增加 ioBroker 系统负载",
|
|
51
|
-
"Always update available state when message included last_seen status": "当消息包含 last_seen 状态时始终更新可用状态"
|
|
51
|
+
"Always update available state when message included last_seen status": "当消息包含 last_seen 状态时始终更新可用状态",
|
|
52
|
+
"WS": "WS",
|
|
53
|
+
"WS (SSL)": "WS (SSL)",
|
|
54
|
+
"HTTP": "HTTP",
|
|
55
|
+
"HTTPS": "HTTPS",
|
|
56
|
+
"Main Settings": "主要设置",
|
|
57
|
+
"Welcome to Zigbee2MQTT Adapter": "欢迎使用 Zigbee2MQTT 适配器",
|
|
58
|
+
"Device image configurations": "设备图片配置",
|
|
59
|
+
"Size of the object icons in pixels": "对象图标大小(像素)",
|
|
60
|
+
"Expert configurations": "高级配置",
|
|
61
|
+
"coming soon": "即将推出",
|
|
62
|
+
"Delete old / unused states": "删除旧的/未使用的状态",
|
|
63
|
+
"Debug": "调试",
|
|
64
|
+
"Info": "信息",
|
|
65
|
+
"Warning": "警告",
|
|
66
|
+
"Error": "错误"
|
|
52
67
|
}
|
package/admin/jsonConfig.json
CHANGED
|
@@ -10,37 +10,37 @@
|
|
|
10
10
|
"label": "Main Settings",
|
|
11
11
|
"items": {
|
|
12
12
|
"header_Start": {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
"type": "header",
|
|
14
|
+
"text": "Welcome to Zigbee2MQTT Adapter",
|
|
15
|
+
"size": 2
|
|
16
16
|
},
|
|
17
17
|
"_textStart": {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
"type": "staticText",
|
|
19
|
+
"text": "A detailed documentation with explanations and all further information can be found on this GitHub page",
|
|
20
|
+
"xs": 12,
|
|
21
|
+
"sm": 12,
|
|
22
|
+
"md": 6,
|
|
23
|
+
"lg": 4,
|
|
24
|
+
"xl": 4,
|
|
25
|
+
"style": {
|
|
26
|
+
"fontSize": 14,
|
|
27
|
+
"marginTop": 0
|
|
28
|
+
}
|
|
29
29
|
},
|
|
30
30
|
"_documentationLink": {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
31
|
+
"type": "staticLink",
|
|
32
|
+
"label": "click for Documentation",
|
|
33
|
+
"button": true,
|
|
34
|
+
"href": "https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md",
|
|
35
|
+
"xs": 12,
|
|
36
|
+
"sm": 12,
|
|
37
|
+
"md": 6,
|
|
38
|
+
"lg": 4,
|
|
39
|
+
"xl": 4,
|
|
40
|
+
"style": {
|
|
41
|
+
"fontSize": 18,
|
|
42
|
+
"marginTop": 0
|
|
43
|
+
}
|
|
44
44
|
},
|
|
45
45
|
"connectionHeader": {
|
|
46
46
|
"type": "header",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"md": 6,
|
|
81
81
|
"lg": 4,
|
|
82
82
|
"xl": 4,
|
|
83
|
-
"default": "zigbee2mqtt",
|
|
83
|
+
"default": "zigbee2mqtt",
|
|
84
84
|
"hidden": "data.connectionType != 'exmqtt'"
|
|
85
85
|
},
|
|
86
86
|
"spacer01": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"value": "ws"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
"label": "
|
|
115
|
+
"label": "WS (SSL)",
|
|
116
116
|
"value": "wss"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
@@ -434,7 +434,6 @@
|
|
|
434
434
|
"type": "panel",
|
|
435
435
|
"label": "Other configurations",
|
|
436
436
|
"items": {
|
|
437
|
-
|
|
438
437
|
"proxyZ2MLogs": {
|
|
439
438
|
"type": "checkbox",
|
|
440
439
|
"label": "Proxy Zigbee2MQTT logs to ioBroker logs",
|
|
@@ -494,31 +493,23 @@
|
|
|
494
493
|
"label": "With which log level should a negative search be logged?",
|
|
495
494
|
"options": [
|
|
496
495
|
{
|
|
497
|
-
"label":
|
|
498
|
-
"en": "Debug"
|
|
499
|
-
},
|
|
496
|
+
"label": "Debug",
|
|
500
497
|
"value": "debug"
|
|
501
498
|
},
|
|
502
499
|
{
|
|
503
|
-
"label":
|
|
504
|
-
"en": "Info"
|
|
505
|
-
},
|
|
500
|
+
"label": "Info",
|
|
506
501
|
"value": "info"
|
|
507
502
|
},
|
|
508
503
|
{
|
|
509
|
-
"label":
|
|
510
|
-
"en": "Warning"
|
|
511
|
-
},
|
|
504
|
+
"label": "Warning",
|
|
512
505
|
"value": "warn"
|
|
513
506
|
},
|
|
514
507
|
{
|
|
515
|
-
"label":
|
|
516
|
-
"en": "Error"
|
|
517
|
-
},
|
|
508
|
+
"label": "Error",
|
|
518
509
|
"value": "error"
|
|
519
510
|
}
|
|
520
511
|
],
|
|
521
|
-
"newLine": true,
|
|
512
|
+
"newLine": true,
|
|
522
513
|
"hidden": "data.coordinatorCheck != true"
|
|
523
514
|
},
|
|
524
515
|
"coordinatorCheckCron": {
|
|
@@ -545,8 +536,7 @@
|
|
|
545
536
|
"newLine": true,
|
|
546
537
|
"hidden": "data.coordinatorCheck != true"
|
|
547
538
|
},
|
|
548
|
-
|
|
549
|
-
"allwaysUpdateOccupancyState": {
|
|
539
|
+
"alwaysUpdateOccupancyState": {
|
|
550
540
|
"type": "checkbox",
|
|
551
541
|
"label": "Always update state for occupancy when message arrives from zigbee2mqtt server (Only for true state). Increases load on ioBroker System",
|
|
552
542
|
"xs": 12,
|
|
@@ -556,7 +546,7 @@
|
|
|
556
546
|
"xl": 12,
|
|
557
547
|
"newLine": true
|
|
558
548
|
},
|
|
559
|
-
"
|
|
549
|
+
"alwaysUpdateAvailableState": {
|
|
560
550
|
"type": "checkbox",
|
|
561
551
|
"label": "Always update available state when message included last_seen status",
|
|
562
552
|
"xs": 12,
|
|
@@ -578,7 +568,7 @@
|
|
|
578
568
|
},
|
|
579
569
|
"headerDeleteStates": {
|
|
580
570
|
"type": "header",
|
|
581
|
-
"text": "coming soon
|
|
571
|
+
"text": "coming soon",
|
|
582
572
|
"size": 4,
|
|
583
573
|
"newLine": true
|
|
584
574
|
},
|
|
@@ -600,7 +590,7 @@
|
|
|
600
590
|
"_deleteOldStatesResult": {
|
|
601
591
|
"type": "staticText",
|
|
602
592
|
"text": "",
|
|
603
|
-
|
|
593
|
+
"xs": 12,
|
|
604
594
|
"sm": 6,
|
|
605
595
|
"md": 4,
|
|
606
596
|
"lg": 3,
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee2mqtt",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.2.5": {
|
|
7
|
+
"en": "State updates lag issue https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
8
|
+
"de": "Problem mit verzögerten Statusaktualisierungen https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
9
|
+
"ru": "Проблема задержки обновления состояния: https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
10
|
+
"pt": "Problema de atraso nas atualizações de estado https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
11
|
+
"nl": "Probleem met vertraging bij statusupdates: https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
12
|
+
"fr": "Problème de latence lors de la mise à jour de l'état : https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
13
|
+
"it": "Problema di ritardo nell'aggiornamento dello stato https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
14
|
+
"es": "Problema de retraso en las actualizaciones de estado https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
15
|
+
"pl": "Problem z opóźnieniem aktualizacji stanu https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
16
|
+
"uk": "Проблема із затримкою оновлення стану https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662",
|
|
17
|
+
"zh-cn": "状态更新延迟问题 https://github.com/arteck/ioBroker.zigbee2mqtt/issues/662"
|
|
18
|
+
},
|
|
19
|
+
"3.2.4": {
|
|
20
|
+
"en": "Dependencies have been updated\n",
|
|
21
|
+
"de": "Die Abhängigkeiten wurden aktualisiert.\n",
|
|
22
|
+
"ru": "Зависимости обновлены.\n",
|
|
23
|
+
"pt": "As dependências foram atualizadas.\n",
|
|
24
|
+
"nl": "Afhankelijkheden zijn bijgewerkt.\n",
|
|
25
|
+
"fr": "Les dépendances ont été mises à jour\n",
|
|
26
|
+
"it": "Le dipendenze sono state aggiornate\n",
|
|
27
|
+
"es": "Se han actualizado las dependencias.\n",
|
|
28
|
+
"pl": "Zaktualizowano zależności\n",
|
|
29
|
+
"uk": "Залежності оновлено\n",
|
|
30
|
+
"zh-cn": "依赖项已更新\n"
|
|
31
|
+
},
|
|
32
|
+
"3.2.3": {
|
|
33
|
+
"en": "typo\nfix some warnings\nfix internal mqtt\nfix languages",
|
|
34
|
+
"de": "Tippfehler\nEinige Warnungen beheben\nInternes MQTT reparieren\nSprachen korrigieren",
|
|
35
|
+
"ru": "опечатка\nИсправлены некоторые предупреждения\nисправление внутреннего MQTT\nисправить языки",
|
|
36
|
+
"pt": "erro de digitação\nCorrigir alguns avisos\ncorrigir MQTT interno\ncorrigir idiomas",
|
|
37
|
+
"nl": "typfout\nEnkele waarschuwingen verhelpen\ninterne MQTT-problemen oplossen\ntalen corrigeren",
|
|
38
|
+
"fr": "faute de frappe\nCorrection de certains avertissements\ncorrection du MQTT interne\ncorriger les langues",
|
|
39
|
+
"it": "errore di battitura\ncorreggere alcuni avvisi\ncorrezione interna MQTT\nlinguaggi corretti",
|
|
40
|
+
"es": "error de tipografía\ncorregir algunas advertencias\ncorregir mqtt interno\ncorregir idiomas",
|
|
41
|
+
"pl": "literówka\nnapraw niektóre ostrzeżenia\nnapraw wewnętrzny MQTT\nnaprawić języki",
|
|
42
|
+
"uk": "друкарська помилка\nвиправити деякі попередження\nвиправити внутрішній mqtt\nвиправити мови",
|
|
43
|
+
"zh-cn": "拼写错误\n修复一些警告\n修复内部 MQTT\n修复语言"
|
|
44
|
+
},
|
|
6
45
|
"3.2.2": {
|
|
7
46
|
"en": "Dependencies have been updated",
|
|
8
47
|
"de": "Abhängigkeiten wurden aktualisiert",
|
|
@@ -170,7 +209,8 @@
|
|
|
170
209
|
"it": "Zigbee2MQTT",
|
|
171
210
|
"es": "Zigbee2MQTT",
|
|
172
211
|
"pl": "Zigbee2MQTT",
|
|
173
|
-
"zh-cn": "Zigbee2MQTT"
|
|
212
|
+
"zh-cn": "Zigbee2MQTT",
|
|
213
|
+
"uk": "Zigbee2MQTT"
|
|
174
214
|
},
|
|
175
215
|
"link": "%webUIScheme%://%webUIServer%:%webUIPort%"
|
|
176
216
|
},
|
|
@@ -224,8 +264,8 @@
|
|
|
224
264
|
"coordinatorCheck": false,
|
|
225
265
|
"coordinatorCheckLogLvl": "info",
|
|
226
266
|
"coordinatorCheckCron": "0 3 * * *",
|
|
227
|
-
"
|
|
228
|
-
"
|
|
267
|
+
"alwaysUpdateOccupancyState": false,
|
|
268
|
+
"alwaysUpdateAvailableState": false
|
|
229
269
|
},
|
|
230
270
|
"protectedNative": [
|
|
231
271
|
"externalMqttServerPassword",
|