iobroker.device-watcher 2.9.5 → 2.9.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/README.md +7 -1
- package/admin/i18n/de/translations.json +2 -1
- package/admin/images/noti_push.jpeg +0 -0
- package/admin/images/noti_push2.jpeg +0 -0
- package/admin/jsonConfig.json5 +2386 -0
- package/admin/words.js +1 -1
- package/io-package.json +16 -14
- package/lib/arrApart.js +12 -0
- package/main.js +2 -0
- package/package.json +2 -4
- package/admin/jsonConfig.json +0 -2370
package/admin/words.js
CHANGED
|
@@ -172,5 +172,5 @@ systemDictionary = {
|
|
|
172
172
|
"Attention!": { "en": "Attention!", "de": "Achtung!", "ru": "Внимание!", "pt": "Atenção!", "nl": "Aandacht!", "fr": "Attention!", "it": "Attenzione!", "es": "¡Atención!", "pl": "Uwaga!", "uk": "Увага!", "zh-cn": "注意力!"},
|
|
173
173
|
"This selection is only possible with a running instance!": {"en": "This selection is only possible with a running instance!", "de": "Diese Auswahl ist nur bei laufender Instanz möglich!", "ru": "Этот выбор возможен только при работающем экземпляре!", "pt": "Esta seleção só é possível com uma instância em execução!", "nl": "Deze selectie is alleen mogelijk met een lopende instantie!", "fr": "Cette sélection n'est possible qu'avec une instance en cours d'exécution !", "it": "Questa selezione è possibile solo con un'istanza in esecuzione!", "es": "¡Esta selección solo es posible con una instancia en ejecución!", "pl": "Ten wybór jest możliwy tylko z działającą instancją!", "uk": "Цей вибір можливий лише з запущеним екземпляром!", "zh-cn": "此选择仅适用于正在运行的实例!"},
|
|
174
174
|
"Got it!": { "en": "Got it!", "de": "Verstanden!", "ru": "Понятно!", "pt": "Entendi!", "nl": "Begrepen!", "fr": "J'ai compris!", "it": "Fatto!", "es": "¡Entiendo!", "pl": "Rozumiem!", "uk": "Зрозумів!", "zh-cn": "知道了!"},
|
|
175
|
-
"cancel": { "en": "cancel", "de": "",
|
|
175
|
+
"cancel": { "en": "cancel", "de": "Abbrechen", "ru": "отмена", "pt": "cancelar", "nl": "annuleren", "fr": "Annuler", "it": "Annulla", "es": "Cancelar", "pl": "anulować", "uk": "скасувати", "zh-cn": "取消"},
|
|
176
176
|
};
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "device-watcher",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.9.6": {
|
|
7
|
+
"en": "Fixed: Admin jsonConfig schema\nChanged: Admin jsonConfig to json5\nAdded: Support for Tuya devices with online state\nOthers: cleaned up files",
|
|
8
|
+
"de": "Behoben: Admin jsonConfig Schema\nGeändert: Admin jsonConfig zu json5\nHinzugefügt: Unterstützung für Tuya-Geräte mit Online-Zustand\nAnderes: Dateien aufgeräumt",
|
|
9
|
+
"ru": "Исправлено: Admin jsonConfig schema\nИзменено: Admin jsonConfig в json5\nДобавлена: Поддержка устройств Tuya с онлайн состоянием\nДругое: очищенные файлы",
|
|
10
|
+
"pt": "Corrigido: Admin jsonConfig schema\nAlterado: Admin jsonConfig to json5\nAdicionado: Suporte para dispositivos Tuya com estado on-line\nOutros: limpe arquivos",
|
|
11
|
+
"nl": "Admin jsonConfig schema\nAdministratie JsonConfig aan Json5\nVersterking voor Tuya apparaten met online staat\nVertaling:",
|
|
12
|
+
"fr": "Correction : Admin jsonConfig schema\nChanged: Admin jsonConfig to json5\nAjouté: Support pour les appareils Tuya avec l'état en ligne\nAutre: nettoyer les fichiers",
|
|
13
|
+
"it": "Fisso: Schema Admin jsonConfig\nModificato: Admin jsonConfig a json5\nAggiunto: Supporto per dispositivi Tuya con stato online\nAltro: file ripuliti",
|
|
14
|
+
"es": "Arreglado: Amin jsonConfig schema\nCambios: Admin jsonConfig a json5\nAñadido: Soporte para dispositivos Tuya con estado en línea\nOtros: limpiar archivos",
|
|
15
|
+
"pl": "Admin jsonConfig schema\nZmiana: Admin jsonConfig to json5\nWstęp: Wsparcie dla urządzeń Tuya z internetowym państwem\nInne: czyste pliki plikowe",
|
|
16
|
+
"uk": "Виправлено: Admin jsonConfig schema\nЗмінено: Admin jsonConfig to json5\nДодано: Підтримка пристроїв Туя з онлайн-державою\nІнше: очищення файлів",
|
|
17
|
+
"zh-cn": "Fix: Admin json Config schema\n修改: Admin json Configg to json5\n增 编:在网上国家支持图亚装置\n其他:清洁档案"
|
|
18
|
+
},
|
|
6
19
|
"2.9.5": {
|
|
7
20
|
"en": "Added: if available use deviceName datapoint for sonoff devices\nFixed: Changed zwave to zwave2\nFixed: minor bugfixes\nAdded: FullyBrowser > v3",
|
|
8
21
|
"de": "Hinzugefügt: Wenn verfügbar benutze deviceName Datenpunkt für Sonoff Geräte\nBehoben: Zwave zu zwave2 geändert\nBehoben: kleinere Bugfixes\nHinzugefügt: FullyBrowser > V3",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Na przykładzie uaktywniono: Zdeaktywowane instancje nie były wyświetlane w codziennym wiadomości o deaktywowanych instancjach\nAdded: urządzenia Viessmanna\nPoprawa: Tekst overview",
|
|
81
94
|
"uk": "Виправлено: Деактивовані екземпляри не відображалися в щоденному повідомленні про деактивовані екземпляри\nДодано: пристрої Viessmann, пристрої Homekit-Controller\nУдосконалення: Текст повідомлення",
|
|
82
95
|
"zh-cn": "Fixed:Deactiving cases的每日信息未显示有关违犯事件的报道。\n增 编:维斯曼装置、家里克特-Controller装置\n改进: 总讯案文"
|
|
83
|
-
},
|
|
84
|
-
"2.8.5": {
|
|
85
|
-
"en": "Fixed: Error that instances can not be added to the blacklist because of the popup message [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nFixed: That messages have been sent when the instance has briefly jumped from Enabled to Disabled and back to Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
86
|
-
"de": "Behoben: Fehler, dass Instanzen aufgrund der Popup-Nachricht nicht zur Blacklist hinzugefügt werden können [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nBehoben: Das Meldungen gesendet wurden, wenn die Instanz kurz von Aktiviert auf Deaktiviert und zurück zu Aktiviert gesprungen ist [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
87
|
-
"ru": "Исправлено: Ошибка, которую нельзя добавить в черный список из-за всплывающего сообщения [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nИсправлено: Эти сообщения были отправлены, когда экземпляр кратко перепрыгнул из Enabled в Disabled и обратно в Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
88
|
-
"pt": "Corrigido: Erro que as instâncias não podem ser adicionadas à lista negra por causa da mensagem pop-up [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nCorrigido: Essas mensagens foram enviadas quando a instância saltou brevemente de Enabled para Disabled e de volta para Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
89
|
-
"nl": "Dat kan niet worden toegevoegd aan de blacklist vanwege de popup-bericht\nVertaling: Die berichten zijn verstuurd toen het instituut kort van Enabled naar Disabled en terug naar Enabled 173: jittps, /ciddi89-Brokerdewadet-17",
|
|
90
|
-
"fr": "Correction : Erreur que les instances ne peuvent pas être ajoutées à la liste noire en raison du message popup [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nCorrection : Ces messages ont été envoyés lorsque l ' instance a brièvement sauté de Enabled à Disabled et de retour à Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
91
|
-
"it": "Risolto: Errore che le istanze non possono essere aggiunte alla lista nera a causa del messaggio popup [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nRisolto: Tali messaggi sono stati inviati quando l'istanza è saltata brevemente da Enabled a disabilitare e di nuovo a Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
92
|
-
"es": "Corregido: Error de que los casos no se pueden agregar a la lista negra debido al mensaje popup [#172](https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nArreglado: Esos mensajes se han enviado cuando el caso ha saltado brevemente de Enabled a Disabled y de regreso a Enabled [#173](https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
93
|
-
"pl": "Error, że instancje nie mogą być dodane do czarnej listy z powodu popupu #172(https:/github.com/ciddi89/ioBroker.device-watcher/issues/172)\nFixed: Wiadomości te zostały wysłane, gdy instancja przeskakuje z Enabled do Disabled #173 (https:/github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
94
|
-
"uk": "Виправлено: помилка, що екземпляри не можуть бути додані в чорний список через повідомлення електронної пошти [#172] (https://github.com/ciddi89/ioBroker.device-watcher/issues/172)\nВиправлено: Що повідомлення було відправлено, коли екземпляр коротко стрибнув з Увімкненого і назад до Увімкненого [#173] (https://github.com/ciddi89/ioBroker.device-watcher/issues/173)",
|
|
95
|
-
"zh-cn": "固定:由于人口信息[第172号](http://github.com/ciddi89/ioBroker.device-watcher/issues/172)而无法增加黑名单。\n固定: 这一信息是在以下情况下发出的:从便携起降到残疾人,回到了可居住的[第173号](http://github.com/ciddi89/ioBroker.device-watcher/issues/173)。"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -297,6 +297,8 @@
|
|
|
297
297
|
"tapoMaxMinutes": 300,
|
|
298
298
|
"tradfriDevices": false,
|
|
299
299
|
"tradfriMaxMinutes": 0,
|
|
300
|
+
"tuyaDevices": false,
|
|
301
|
+
"tuyaMaxMinutes": 0,
|
|
300
302
|
"unifiDevices": false,
|
|
301
303
|
"unifiMaxMinutes": 0,
|
|
302
304
|
"viessmannDevices": false,
|
package/lib/arrApart.js
CHANGED
|
@@ -541,6 +541,18 @@ const arrApart = {
|
|
|
541
541
|
isLowBat: 'none',
|
|
542
542
|
id: 'none',
|
|
543
543
|
},
|
|
544
|
+
tuya: {
|
|
545
|
+
Selektor: 'tuya.*.online',
|
|
546
|
+
timeSelector: '.online',
|
|
547
|
+
adapterID: 'tuya',
|
|
548
|
+
adapter: 'Tuya',
|
|
549
|
+
rssiState: 'none',
|
|
550
|
+
battery: 'none',
|
|
551
|
+
reach: '.online',
|
|
552
|
+
isLowBat: 'none',
|
|
553
|
+
id: 'none',
|
|
554
|
+
upgrade: 'none',
|
|
555
|
+
},
|
|
544
556
|
unifi: {
|
|
545
557
|
Selektor: 'unifi.*.state',
|
|
546
558
|
timeSelector: '.uptime',
|
package/main.js
CHANGED
|
@@ -147,6 +147,7 @@ class DeviceWatcher extends utils.Adapter {
|
|
|
147
147
|
tado: this.config.tadoDevices,
|
|
148
148
|
tapo: this.config.tapoDevices,
|
|
149
149
|
tradfri: this.config.tradfriDevices,
|
|
150
|
+
tuya: this.config.tuyaDevices,
|
|
150
151
|
unifi: this.config.unifiDevices,
|
|
151
152
|
viessmann: this.config.viessmannDevices,
|
|
152
153
|
wled: this.config.wledDevices,
|
|
@@ -206,6 +207,7 @@ class DeviceWatcher extends utils.Adapter {
|
|
|
206
207
|
tado: this.config.tadoMaxMinutes,
|
|
207
208
|
tapo: this.config.tapoMaxMinutes,
|
|
208
209
|
tradfri: this.config.tradfriMaxMinutes,
|
|
210
|
+
tuya: this.config.tuyaMaxMinutes,
|
|
209
211
|
unifi: this.config.unifiMaxMinutes,
|
|
210
212
|
viessmann: this.config.viessmannMaxMinutes,
|
|
211
213
|
wled: this.config.wledMaxMinutes,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.device-watcher",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.6",
|
|
4
4
|
"description": "Watchdog for devices",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Christian Behrends",
|
|
@@ -58,10 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"main": "main.js",
|
|
60
60
|
"files": [
|
|
61
|
-
"admin
|
|
62
|
-
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
|
|
61
|
+
"admin/",
|
|
63
62
|
"lib/",
|
|
64
|
-
"www/",
|
|
65
63
|
"io-package.json",
|
|
66
64
|
"LICENSE",
|
|
67
65
|
"main.js"
|