iobroker.device-watcher 0.3.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,13 +6,12 @@
6
6
  ![Number of Installations](https://iobroker.live/badges/device-watcher-installed.svg)
7
7
  <!--![Current version in stable repository](https://iobroker.live/badges/device-watcher-stable.svg)-->
8
8
  [![GitHub license](https://img.shields.io/github/license/ciddi89/ioBroker.device-watcher)](https://github.com/ciddi89/ioBroker.device-watcher/blob/main/LICENSE)
9
+ ![GitHub repo size](https://img.shields.io/github/repo-size/ciddi89/ioBroker.device-watcher)
9
10
  ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ciddi89/ioBroker.device-watcher)
10
- ![GitHub commits since tagged version (branch)](https://img.shields.io/github/commits-since/ciddi89/ioBroker.device-watcher/v0.2.4)
11
+ ![GitHub commits since tagged version (branch)](https://img.shields.io/github/commits-since/ciddi89/ioBroker.device-watcher/v1.0.0)
11
12
  ![GitHub last commit](https://img.shields.io/github/last-commit/ciddi89/ioBroker.device-watcher)
12
13
  ![GitHub issues](https://img.shields.io/github/issues/ciddi89/ioBroker.device-watcher)
13
14
 
14
- [![NPM](https://nodei.co/npm/iobroker.device-watcher.png?downloads=true)](https://nodei.co/npm/iobroker.device-watcher/)
15
-
16
15
  **Tests:** ![Test and Release](https://github.com/ciddi89/ioBroker.device-watcher/workflows/Test%20and%20Release/badge.svg)
17
16
 
18
17
  ## Sentry
@@ -24,7 +23,7 @@
24
23
 
25
24
  ## Device-Watcher adapter for ioBroker
26
25
 
27
- This is a watchdog for wireless devices. The adapter looks every fifteen minutes for the rssi/link quality and battery states and create JSON lists of them (devices with battery, devices with link quality, devices offline and devices all) and count the devices in the same categories. For example you can use the lists and states for Grafana, Jarvis etc.
26
+ This is a watchdog for wireless devices. The adapter looks for the rssi/link quality and battery states and create JSON lists of them (devices with battery, devices with link quality, devices offline and devices all) and count the devices in the same categories. For example you can use the lists and states for Grafana, Jarvis etc.
28
27
 
29
28
  Supported adapters are:
30
29
  * Alexa2
@@ -33,9 +32,11 @@ Supported adapters are:
33
32
  * Enocean
34
33
  * ESPHome
35
34
  * FritzDect
35
+ * Harmony
36
36
  * Homematic
37
37
  * Hue
38
38
  * Hue Extended
39
+ * Jeelink
39
40
  * MiHome
40
41
  * MiHome Vacuum
41
42
  * Nuki Extended
@@ -83,12 +84,20 @@ If you found a bug or you have an improvement suggestion, feel free to open an i
83
84
  Placeholder for the next version (at the beginning of the line):
84
85
  ### **WORK IN PROGRESS**
85
86
  -->
87
+ ### 1.0.0 (2022-09-03)
88
+ - ** BREAKING CHANGE ** If you update from version <= 0.3.0, remove the old instance first before you update to >= 1.0.0. After that you can create a new instance.
89
+ - changed mode from shedule to daemon, please take aware from the advice above
90
+ - added Logitech Harmony Hub
91
+ - small bugfixes (own function for blacklist, fix for memory leak etc.)
92
+
86
93
  ### 0.3.0 (2022-08-10)
87
94
  - removed channelnumber in Homematic devices name
88
95
  - added function to create html list
89
96
  - added german and english documentation
97
+
90
98
  ### 0.2.4 (2022-07-31)
91
99
  - many changes of code, comments and error handling
100
+
92
101
  ### 0.2.2 (2022-07-28)
93
102
  - fixed translations
94
103
  - added sentry
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Verwenden Sie den wahren Wert der Signalstärke oder konvertieren Sie ihn in %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Hier können Sie die offline Zeiten von jedem Adapter definieren. Falls Sie direkt die Datenpunkte der Geräte (online, available, reachable usw.) nutzen wollen um den Status zu ermitteln, tragen sie '-1' ein.",
70
70
  "Create additionally HTML lists": "Erstellen Sie zusätzlich HTML-Listen",
71
- "Create the lists also in HTML": "Erstellen Sie die Listen auch in HTML"
71
+ "Create the lists also in HTML": "Erstellen Sie die Listen auch in HTML",
72
+ "Daily overview of offline devices": "Tägliche Übersicht über Offline-Geräte",
73
+ "Get daily an overview with all offline devices": "Erhalten Sie täglich einen Überblick mit allen Offline-Geräten",
74
+ "Update-Interval": "Updateintervall",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Hier können Sie das Aktualisierungsintervall für die Datenpunkte/Listen festlegen. Aus Leistungsgründen ist es nicht empfehlenswert, einen zu niedrigen Poll-Wert zu wählen. Kleiner als zwei Sekunden ist nicht wählbar."
72
76
  }
@@ -65,5 +65,9 @@
65
65
  "Create own folders for each adapter":"Create own folders for each adapter",
66
66
  "Use the true value of the signal strength, or it is converted to %": "Use the true value of the signal strength, Or it is converted to %",
67
67
  "Create additionally HTML lists": "Create additionally HTML lists",
68
- "Create the lists also in HTML": "Create the lists also in HTML"
68
+ "Create the lists also in HTML": "Create the lists also in HTML",
69
+ "Daily overview of offline devices": "Daily overview of offline devices",
70
+ "Get daily an overview with all offline devices": "Get daily an overview with all offline devices",
71
+ "Update-Interval": "Update-Interval",
72
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable."
69
73
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Utilice el valor real de la intensidad de la señal, o se convierte a %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Aquí puede definir los tiempos fuera de línea de cada adaptador. ",
70
70
  "Create additionally HTML lists": "Crear listas HTML adicionales",
71
- "Create the lists also in HTML": "Crea las listas también en HTML"
71
+ "Create the lists also in HTML": "Crea las listas también en HTML",
72
+ "Daily overview of offline devices": "Resumen diario de dispositivos fuera de línea",
73
+ "Get daily an overview with all offline devices": "Obtenga diariamente una descripción general con todos los dispositivos fuera de línea",
74
+ "Update-Interval": "Intervalo de actualización",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Aquí puede definir el intervalo de actualización de los puntos de datos/listas. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Utilisez la vraie valeur de la force du signal, ou elle est convertie en %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Ici, vous pouvez définir les heures hors ligne de chaque adaptateur. ",
70
70
  "Create additionally HTML lists": "Créer des listes HTML supplémentaires",
71
- "Create the lists also in HTML": "Créez les listes aussi en HTML"
71
+ "Create the lists also in HTML": "Créez les listes aussi en HTML",
72
+ "Daily overview of offline devices": "Aperçu quotidien des appareils hors ligne",
73
+ "Get daily an overview with all offline devices": "Obtenez quotidiennement un aperçu de tous les appareils hors ligne",
74
+ "Update-Interval": "Intervalle de mise à jour",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Ici, vous pouvez définir l'intervalle de mise à jour des points de données/listes. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Usa il vero valore della potenza del segnale, oppure viene convertito in %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Qui puoi definire i tempi offline di ciascun adattatore. ",
70
70
  "Create additionally HTML lists": "Crea elenchi HTML aggiuntivi",
71
- "Create the lists also in HTML": "Crea le liste anche in HTML"
71
+ "Create the lists also in HTML": "Crea le liste anche in HTML",
72
+ "Daily overview of offline devices": "Panoramica quotidiana dei dispositivi offline",
73
+ "Get daily an overview with all offline devices": "Ottieni quotidianamente una panoramica di tutti i dispositivi offline",
74
+ "Update-Interval": "Intervallo di aggiornamento",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Qui è possibile definire l'intervallo di aggiornamento dei punti dati/elenchi. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Gebruik de werkelijke waarde van de signaalsterkte, of het wordt geconverteerd naar %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Hier kunt u de offline tijden van elke adapter definiëren. ",
70
70
  "Create additionally HTML lists": "Extra HTML-lijsten maken",
71
- "Create the lists also in HTML": "Maak de lijsten ook in HTML aan"
71
+ "Create the lists also in HTML": "Maak de lijsten ook in HTML aan",
72
+ "Daily overview of offline devices": "Dagelijks overzicht van offline apparaten",
73
+ "Get daily an overview with all offline devices": "Krijg dagelijks een overzicht met alle offline apparaten",
74
+ "Update-Interval": "Bijwerkingsonderbreking",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Hier kunt u het update-interval van de datapunten/lijsten definiëren. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Użyj prawdziwej wartości siły sygnału lub jest konwertowane na %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Tutaj możesz zdefiniować czasy offline każdego adaptera. ",
70
70
  "Create additionally HTML lists": "Utwórz dodatkowo listy HTML",
71
- "Create the lists also in HTML": "Twórz listy również w HTML"
71
+ "Create the lists also in HTML": "Twórz listy również w HTML",
72
+ "Daily overview of offline devices": "Codzienny przegląd urządzeń offline",
73
+ "Get daily an overview with all offline devices": "Otrzymuj codziennie przegląd na wszystkich urządzeniach offline",
74
+ "Update-Interval": "Interwał aktualizacji",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Tutaj możesz zdefiniować interwał aktualizacji punktów danych/list. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Use o valor real da força do sinal, ou é convertido em %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Aqui você pode definir os tempos offline de cada adaptador. ",
70
70
  "Create additionally HTML lists": "Crie listas HTML adicionais",
71
- "Create the lists also in HTML": "Crie as listas também em HTML"
71
+ "Create the lists also in HTML": "Crie as listas também em HTML",
72
+ "Daily overview of offline devices": "Visão geral diária de dispositivos offline",
73
+ "Get daily an overview with all offline devices": "Obtenha diariamente uma visão geral com todos os dispositivos offline",
74
+ "Update-Interval": "Intervalo de atualização",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Aqui você pode definir o intervalo de atualização dos pontos de dados/listas. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "Используйте истинное значение уровня сигнала или преобразуйте его в %",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "Здесь вы можете определить время автономной работы каждого адаптера. ",
70
70
  "Create additionally HTML lists": "Создание дополнительных HTML-списков",
71
- "Create the lists also in HTML": "Создавайте списки также в HTML"
71
+ "Create the lists also in HTML": "Создавайте списки также в HTML",
72
+ "Daily overview of offline devices": "Ежедневный обзор автономных устройств",
73
+ "Get daily an overview with all offline devices": "Получайте ежедневный обзор всех автономных устройств",
74
+ "Update-Interval": "Интервал обновления",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "Здесь вы можете определить интервал обновления точек данных/списков. "
72
76
  }
@@ -68,5 +68,9 @@
68
68
  "Use the true value of the signal strength, or it is converted to %": "使用信号强度的真实值,或者转换为%",
69
69
  "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter '-1'.": "您可以在此处定义每个适配器的离线时间。",
70
70
  "Create additionally HTML lists": "额外创建 HTML 列表",
71
- "Create the lists also in HTML": "也在 HTML 中创建列表"
71
+ "Create the lists also in HTML": "也在 HTML 中创建列表",
72
+ "Daily overview of offline devices": "离线设备的每日概览",
73
+ "Get daily an overview with all offline devices": "每天获取所有离线设备的概览",
74
+ "Update-Interval": "更新间隔",
75
+ "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.": "您可以在此处定义数据点/列表的更新间隔。"
72
76
  }
@@ -53,6 +53,13 @@
53
53
  "lg": 3,
54
54
  "label": "EspHome"
55
55
  },
56
+ "harmonyDevices": {
57
+ "type": "checkbox",
58
+ "sm": 6,
59
+ "md": 6,
60
+ "lg": 3,
61
+ "label": "Harmony"
62
+ },
56
63
  "homematicDevices": {
57
64
  "type": "checkbox",
58
65
  "sm": 6,
@@ -74,6 +81,13 @@
74
81
  "lg": 3,
75
82
  "label": "Hue Extended"
76
83
  },
84
+ "jeelinkDevices": {
85
+ "type": "checkbox",
86
+ "sm": 6,
87
+ "md": 6,
88
+ "lg": 3,
89
+ "label": "Jeelink"
90
+ },
77
91
  "mihomeDevices": {
78
92
  "type": "checkbox",
79
93
  "sm": 6,
@@ -163,6 +177,14 @@
163
177
  "label": "Offline message",
164
178
  "help": "Get message if an device is not reachable"
165
179
  },
180
+ "checkSendOfflineMsgDaily": {
181
+ "type":"checkbox",
182
+ "sm": 12,
183
+ "md": 6,
184
+ "lg": 3,
185
+ "label": "Daily overview of offline devices",
186
+ "help": "Get daily an overview with all offline devices"
187
+ },
166
188
  "trenner": {
167
189
  "newLine": true,
168
190
  "type": "divider"
@@ -583,6 +605,32 @@
583
605
  "label": "Create additionally HTML lists",
584
606
  "help": "Create the lists also in HTML"
585
607
  },
608
+ "_updateInterval": {
609
+ "type": "header",
610
+ "text": "Update-Interval",
611
+ "size": 2
612
+ },
613
+ "textUpdateInterval": {
614
+ "type": "staticText",
615
+ "text": "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.",
616
+ "sm": 12,
617
+ "md": 12,
618
+ "lg": 12,
619
+ "style": {
620
+ "fontSize": 16,
621
+ "marginBottom": 10
622
+ }
623
+ },
624
+ "updateinterval": {
625
+ "type": "number",
626
+ "min": 2,
627
+ "max": 100000,
628
+ "sm": 6,
629
+ "md": 6,
630
+ "lg": 3,
631
+ "label": "Update-Interval",
632
+ "help": "in seconds"
633
+ },
586
634
  "_headerOfflineTime": {
587
635
  "type": "header",
588
636
  "text": "Offline Time",
@@ -596,7 +644,7 @@
596
644
  "lg": 12,
597
645
  "style": {
598
646
  "fontSize": 16,
599
- "marginBottom": 20
647
+ "marginBottom": 10
600
648
  }
601
649
  },
602
650
  "alexa2MaxMinutes": {
@@ -671,6 +719,18 @@
671
719
  "hidden": "!data.fritzdectDevices",
672
720
  "hideOnlyControl": false
673
721
  },
722
+ "harmonyMaxMinutes": {
723
+ "type": "number",
724
+ "min": -1,
725
+ "max": 100000,
726
+ "sm": 6,
727
+ "md": 6,
728
+ "lg": 3,
729
+ "label": "Harmony",
730
+ "help": "in minutes",
731
+ "hidden": "!data.harmonyDevices",
732
+ "hideOnlyControl": false
733
+ },
674
734
  "homematicMaxMinutes": {
675
735
  "type": "number",
676
736
  "min": -1,
@@ -707,6 +767,18 @@
707
767
  "hidden": "!data.hueExtDevices",
708
768
  "hideOnlyControl": false
709
769
  },
770
+ "jeelinkMaxMinutes": {
771
+ "type": "number",
772
+ "min": 0,
773
+ "max": 100000,
774
+ "sm": 6,
775
+ "md": 6,
776
+ "lg": 3,
777
+ "label": "Jeelink",
778
+ "help": "in minutes",
779
+ "hidden": "!data.jeelinkDevices",
780
+ "hideOnlyControl": false
781
+ },
710
782
  "mihomeMaxMinutes": {
711
783
  "type": "number",
712
784
  "min": 0,
@@ -721,7 +793,7 @@
721
793
  },
722
794
  "mihomeVacuumMaxMinutes": {
723
795
  "type": "number",
724
- "min": 0,
796
+ "min": -1,
725
797
  "max": 100000,
726
798
  "sm": 6,
727
799
  "md": 6,
@@ -733,7 +805,7 @@
733
805
  },
734
806
  "nukiextendMaxMinutes": {
735
807
  "type": "number",
736
- "min": -1,
808
+ "min": 0,
737
809
  "max": 100000,
738
810
  "sm": 6,
739
811
  "md": 6,
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "device-watcher",
4
- "version": "0.3.0",
4
+ "version": "1.0.0",
5
5
  "news": {
6
+ "1.0.0": {
7
+ "en": "** BREAKING CHANGE ** If you update from version <= 0.3.0, remove the old instance first before you update to >= 1.0.0. After that you can create a new instance.\nchanged mode from shedule to daemon, please take aware from the advice above\nadded Logitech Harmony Hub\nsmall bugfixes (own function for blacklist, fix for memory leak etc.)",
8
+ "de": "** BREAKING CHANGE ** Wenn Sie von der Version <= 0.3.0 aktualisieren, entfernen Sie die alte Instanz zuerst, bevor Sie auf >= 1.0.0 aktualisieren danach können Sie eine neue Instanz erstellen.\ngeänderter modus von shedule nach daemon, bitte beachten sie die oben genannten ratschläge\nlogitech Harmony Hub\nkleine bugfixes (eigene funktion für blacklist, fix für speicherleck etc.)",
9
+ "ru": "Завтраки изменить Если вы обновляете из версии <= 0.3.0, сначала удалите старый экземпляр, прежде чем обновиться до >= 1.0.0 После этого вы можете создать новый экземпляр.\nизмененный режим от shedule до daemon, пожалуйста, ознакомьтесь с советами выше\nдобавил Logitech Harmony Hub\nнебольшие багфиксы (собственная функция для черного списка, исправить для утечки памяти и т.д.)",
10
+ "pt": "** REGRAS DE CONCORRÊNCIA Se você atualizar da versão <= 0.3.0, remova a antiga instância primeiro antes de atualizar para >= 1.0.0 Depois disso você pode criar uma nova instância.\nmodo alterado de shedule para daemon, por favor tome conhecimento do conselho acima\nadicionado Logitech Harmony Hub\npequenos bugfixes (função própria para a lista negra, corrigir para vazamento de memória etc.)",
11
+ "nl": "BREAKING CHANGE Als je updates van de versie 0.3.0, verwijder het oude instance eerst voordat je updates geeft aan 1.0, nadat je een nieuw voorbeeld kan creëren.\nverandering van shedule tot daemon, neem het advies boven\nvoegde Logitech Harmony Hub\nkleine insecten (own functie voor blacklist, herstel voor geheugenlek.)",
12
+ "fr": "♪ BREAKING CHANGE ♪ Si vous mettez à jour à partir de la version = 0.3.0, retirez l'ancienne instance avant de mettre à jour la version 1.0.0 Après cela, vous pouvez créer une nouvelle instance.\nchangement de mode de shedule à daemon, s'il vous plaît prendre conscience de l'avis ci-dessus\najouté Logitech Harmony Hub\npetits bugfix (fonction unique pour liste noire, correction pour fuite de mémoire etc.)",
13
+ "it": "# BREAKING CHANG # Se si aggiorna dalla versione <= 0.3.0, rimuovere la vecchia istanza prima di aggiornare a >= 1.0.0 Dopo di che è possibile creare una nuova istanza.\nmodo cambiato da capannone a demone, si prega di prendere coscienza dal consiglio sopra\naggiunto Logitech Harmony Hub\npiccoli bugfixes (funzione propria per blacklist, fix per perdita di memoria ecc.)",
14
+ "es": "# BREAKING CHANGE # Si se actualiza de la versión 0,3.0, retire la vieja instancia primero antes de actualizar a 0,0 Después de eso puede crear una nueva instancia.\ncambio de modo de shedule a daemon, por favor tome conciencia del consejo anterior\nañadido Logitech Harmony Hub\npequeños bugfixes (función propia para la lista negra, fijar para la fuga de memoria, etc.)",
15
+ "pl": "BTEAKING CHANGE (ang.). Jeśli uaktualnienie od wersji <= 0.3.0, usunie starego przykładu przed aktualizacją do >= 1.0.0 po tym, jak możesz stworzyć nowy przykład.\nzmienione mody od ul. do daemonu, słyszeć radę powyżej\nlogite Harmony Hub\nmałe błędy (właściwe funkcje czarnej listy, naprawy wyciek pamięci itp.)",
16
+ "zh-cn": "** BREAKANGE ** 如果你从 <=0.3.0”的版本中更新,那么,在你更新到1.0.0之前,将旧的事例删除。.\n更改从单元到大都市的模式,请从上述咨询意见中了解。\n增额后勤技术\n小型配制(黑名单的主位,用于纪念泄漏等)。"
17
+ },
6
18
  "0.3.0": {
7
19
  "en": "removed channelnumber in Homematic devices name\nadded function to create html list\nadded german and english documentation",
8
20
  "de": "kanalnummer entfernt in Homematic Gerätename\nfunktion hinzugefügt, um html-liste zu erstellen\ndeutsche und englische dokumentation",
@@ -204,9 +216,7 @@
204
216
  "extIcon": "https://raw.githubusercontent.com/ciddi89/ioBroker.device-watcher/main/admin/device-watcher.png",
205
217
  "readme": "https://github.com/ciddi89/ioBroker.device-watcher/blob/main/README.md",
206
218
  "loglevel": "info",
207
- "mode": "schedule",
208
- "schedule": "*/15 * * * *",
209
- "allowInit": true,
219
+ "mode": "daemon",
210
220
  "type": "misc-data",
211
221
  "compact": true,
212
222
  "connectionType": "local",
@@ -220,6 +230,14 @@
220
230
  "adminUI": {
221
231
  "config": "json"
222
232
  },
233
+ "docs": {
234
+ "en": [
235
+ "docs/en/README.md"
236
+ ],
237
+ "de": [
238
+ "docs/de/README.md"
239
+ ]
240
+ },
223
241
  "dependencies": [
224
242
  {
225
243
  "js-controller": ">=2.0.0"
@@ -243,8 +261,10 @@
243
261
  "deconzDevices": false,
244
262
  "zwaveDevices": false,
245
263
  "fritzdectDevices": false,
264
+ "harmonyDevices": false,
246
265
  "hueDevices": false,
247
266
  "hueExtDevices": false,
267
+ "jeelinkDevices": false,
248
268
  "nukiExtDevices": false,
249
269
  "pingDevices": false,
250
270
  "switchbotBleDevices": false,
@@ -256,6 +276,7 @@
256
276
  "createOwnFolder": false,
257
277
  "createHtmlList": false,
258
278
  "checkSendOfflineMsg": false,
279
+ "checkSendOfflineMsgDaily": false,
259
280
  "checkSendBatteryMsg": false,
260
281
  "minWarnBatterie": 35,
261
282
  "checkMonday": false,
@@ -282,18 +303,21 @@
282
303
  "instanceLovelace": "",
283
304
  "titleLovelace": "Device-Watcher",
284
305
  "tableBlacklist": [],
306
+ "updateinterval": 10,
285
307
  "alexa2MaxMinutes": -1,
286
308
  "bleMaxMinutes": 300,
287
309
  "deconzMaxMinutes": -1,
288
310
  "esphomeMaxMinutes": -1,
289
311
  "enoceanMaxMinutes": 300,
290
312
  "fritzdectMaxMinutes": -1,
313
+ "harmonyMaxMinutes": -1,
291
314
  "homematicMaxMinutes": -1,
292
315
  "hueMaxMinutes": -1,
293
316
  "hueextMaxMinutes": -1,
317
+ "jeelinkMaxMinutes": 300,
294
318
  "mihomeMaxMinutes": 300,
295
- "mihomeVacuumMaxMinutes": 300,
296
- "nukiextendMaxMinutes": -1,
319
+ "mihomeVacuumMaxMinutes": -1,
320
+ "nukiextendMaxMinutes": 300,
297
321
  "pingMaxMinutes": -1,
298
322
  "shellyMaxMinutes": -1,
299
323
  "sonoffMaxMinutes": -1,
@@ -588,6 +612,30 @@
588
612
  "def": false
589
613
  },
590
614
  "native": {}
615
+ },
616
+ {
617
+ "_id": "info.lastOfflineNotification",
618
+ "type": "state",
619
+ "common": {
620
+ "name": {
621
+ "en": "Indicator if last daily offline notification was send today.",
622
+ "de": "Indikator, wenn letzte tägliche Offline-Benachrichtigung wurde heute gesendet.",
623
+ "ru": "Индикатор, если последнее ежедневное уведомление оффлайн было отправлено сегодня.",
624
+ "pt": "Indicador se última notificação off-line diária foi enviado hoje.",
625
+ "nl": "Indicator als de laatste dagelijkse offline-informatie vandaag werd verstuurd.",
626
+ "fr": "Indicateur si la dernière notification quotidienne hors ligne a été envoyée aujourd'hui.",
627
+ "it": "Indicatore se ultima notifica offline giornaliera è stato inviato oggi.",
628
+ "es": "Indicador si la última notificación diaria fuera de línea fue enviada hoy.",
629
+ "pl": "Wskazuje się na to, że do dziś wysłano ostatni dzienne powiadomienie.",
630
+ "zh-cn": "如果最后一天的无线通知今天才发出。."
631
+ },
632
+ "type": "boolean",
633
+ "role": "indicator",
634
+ "read": true,
635
+ "write": false,
636
+ "def": false
637
+ },
638
+ "native": {}
591
639
  }
592
640
  ]
593
- }
641
+ }