iobroker.device-watcher 0.3.0 → 1.0.1
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 +37 -5
- package/admin/i18n/de/translations.json +5 -1
- package/admin/i18n/en/translations.json +5 -1
- package/admin/i18n/es/translations.json +5 -1
- package/admin/i18n/fr/translations.json +5 -1
- package/admin/i18n/it/translations.json +5 -1
- package/admin/i18n/nl/translations.json +5 -1
- package/admin/i18n/pl/translations.json +5 -1
- package/admin/i18n/pt/translations.json +5 -1
- package/admin/i18n/ru/translations.json +5 -1
- package/admin/i18n/zh-cn/translations.json +5 -1
- package/admin/jsonConfig.json +295 -14
- package/io-package.json +564 -578
- package/main.js +1436 -855
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -6,13 +6,12 @@
|
|
|
6
6
|

|
|
7
7
|
<!---->
|
|
8
8
|
[](https://github.com/ciddi89/ioBroker.device-watcher/blob/main/LICENSE)
|
|
9
|
+

|
|
9
10
|

|
|
10
|
-
](https://img.shields.io/github/commits-since/ciddi89/ioBroker.device-watcher/v1.0.1)
|
|
11
12
|

|
|
12
13
|

|
|
13
14
|
|
|
14
|
-
[](https://nodei.co/npm/iobroker.device-watcher/)
|
|
15
|
-
|
|
16
15
|
**Tests:** 
|
|
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
|
|
26
|
+
This is a watchdog for devices. The adapter looks for the rssi/link quality and battery states and create JSON & HTML lists of them (devices with battery, devices with low 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,17 +32,30 @@ Supported adapters are:
|
|
|
33
32
|
* Enocean
|
|
34
33
|
* ESPHome
|
|
35
34
|
* FritzDect
|
|
35
|
+
* HAM
|
|
36
|
+
* Harmony
|
|
37
|
+
* HmiP
|
|
36
38
|
* Homematic
|
|
37
39
|
* Hue
|
|
38
40
|
* Hue Extended
|
|
41
|
+
* Jeelink
|
|
42
|
+
* Meross
|
|
39
43
|
* MiHome
|
|
40
44
|
* MiHome Vacuum
|
|
45
|
+
* Netatmo
|
|
41
46
|
* Nuki Extended
|
|
47
|
+
* NUT
|
|
42
48
|
* Ping (You have to set the option 'Advanced Information / Erweiterte Information' in the instance settings of ping for each device)
|
|
49
|
+
* Roomba
|
|
43
50
|
* Shelly
|
|
44
51
|
* Sonoff
|
|
45
52
|
* Sonos
|
|
46
53
|
* Switchbot Ble
|
|
54
|
+
* Tado
|
|
55
|
+
* Tradfri
|
|
56
|
+
* Unifi
|
|
57
|
+
* WLED
|
|
58
|
+
* Yeelight
|
|
47
59
|
* Zigbee
|
|
48
60
|
* Zwave
|
|
49
61
|
|
|
@@ -77,18 +89,38 @@ If you found a bug or you have an improvement suggestion, feel free to open an i
|
|
|
77
89
|

|
|
78
90
|

|
|
79
91
|
|
|
92
|
+
## To-Do
|
|
93
|
+
- make blacklist more user-friendly
|
|
94
|
+
- clean up the code
|
|
95
|
+
- add support for reaction on state-changes
|
|
80
96
|
|
|
81
|
-
|
|
97
|
+
## Changelog
|
|
82
98
|
<!--
|
|
83
99
|
Placeholder for the next version (at the beginning of the line):
|
|
84
100
|
### **WORK IN PROGRESS**
|
|
85
101
|
-->
|
|
102
|
+
### 1.0.1 (2022-09-30)
|
|
103
|
+
- added WLED, Ikea Tradfri, Roomba, HmIp, Tado, Netatmo, Yeelight-2, Unifi, Nut and Meross adapter
|
|
104
|
+
- fixed battery message
|
|
105
|
+
- corrected and repaired some issues of last contact time
|
|
106
|
+
- added support for old HM devices
|
|
107
|
+
- some small refactoring of code
|
|
108
|
+
- changed shelly selector from dp rssi to dp online
|
|
109
|
+
|
|
110
|
+
### 1.0.0 (2022-09-03)
|
|
111
|
+
- ** 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.
|
|
112
|
+
- changed mode from shedule to daemon, please take aware from the advice above
|
|
113
|
+
- added Logitech Harmony Hub
|
|
114
|
+
- small bugfixes (own function for blacklist, fix for memory leak etc.)
|
|
115
|
+
|
|
86
116
|
### 0.3.0 (2022-08-10)
|
|
87
117
|
- removed channelnumber in Homematic devices name
|
|
88
118
|
- added function to create html list
|
|
89
119
|
- added german and english documentation
|
|
120
|
+
|
|
90
121
|
### 0.2.4 (2022-07-31)
|
|
91
122
|
- many changes of code, comments and error handling
|
|
123
|
+
|
|
92
124
|
### 0.2.2 (2022-07-28)
|
|
93
125
|
- fixed translations
|
|
94
126
|
- 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
|
}
|