iobroker.device-watcher 2.11.0 → 2.12.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/LICENSE CHANGED
@@ -1,5 +1,6 @@
1
1
  MIT License
2
2
 
3
+ Copyright (c) 2024 iobroker-community-adapters <iobroker-community-adapters@gmx.de>
3
4
  Copyright (c) 2024 ciddi89 <mail@christian-behrends.de>
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
package/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  # ioBroker.device-watcher
4
4
 
5
- [![GitHub license](https://img.shields.io/github/license/ciddi89/ioBroker.device-watcher)](https://github.com/ciddi89/ioBroker.device-watcher/blob/main/LICENSE)
5
+ [![GitHub license](https://img.shields.io/github/license/iobroker-community-adapters/ioBroker.device-watcher)](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/blob/main/LICENSE)
6
6
  [![Downloads](https://img.shields.io/npm/dm/iobroker.device-watcher.svg)](https://www.npmjs.com/package/iobroker.device-watcher)
7
- ![GitHub repo size](https://img.shields.io/github/repo-size/ciddi89/ioBroker.device-watcher)
7
+ ![GitHub repo size](https://img.shields.io/github/repo-size/iobroker-community-adapters/ioBroker.device-watcher)
8
8
  [![Translation status](https://weblate.iobroker.net/widgets/adapters/-/device-watcher/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)</br>
9
- ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ciddi89/ioBroker.device-watcher)
10
- ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/ciddi89/ioBroker.device-watcher/latest)
11
- ![GitHub last commit](https://img.shields.io/github/last-commit/ciddi89/ioBroker.device-watcher)
12
- ![GitHub issues](https://img.shields.io/github/issues/ciddi89/ioBroker.device-watcher)
9
+ ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/iobroker-community-adapters/ioBroker.device-watcher)
10
+ ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.device-watcher/latest)
11
+ ![GitHub last commit](https://img.shields.io/github/last-commit/iobroker-community-adapters/ioBroker.device-watcher)
12
+ ![GitHub issues](https://img.shields.io/github/issues/iobroker-community-adapters/ioBroker.device-watcher)
13
13
  </br>
14
14
  **Version:** </br>
15
15
  [![NPM version](https://img.shields.io/npm/v/iobroker.device-watcher.svg)](https://www.npmjs.com/package/iobroker.device-watcher)
@@ -17,9 +17,8 @@
17
17
  ![Number of Installations](https://iobroker.live/badges/device-watcher-installed.svg)
18
18
  </br>
19
19
  **Tests:** </br>
20
- ![Test and Release](https://github.com/ciddi89/ioBroker.device-watcher/workflows/Test%20and%20Release/badge.svg)
21
- [![CodeQL](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml/badge.svg)](https://github.com/ciddi89/ioBroker.device-watcher/actions/workflows/codeql.yml)
22
- [![Known Vulnerabilities](https://snyk.io/test/github/ciddi89/ioBroker.device-watcher/badge.svg)](https://snyk.io/test/github/ciddi89/ioBroker.device-watcher)
20
+ ![Test and Release](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/workflows/Test%20and%20Release/badge.svg)
21
+ [![CodeQL](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/actions/workflows/codeql.yml)
23
22
 
24
23
  ## Sentry
25
24
 
@@ -143,7 +142,7 @@ It's also counting them in the same categories. You can use the lists and states
143
142
  </table>
144
143
 
145
144
  A list with more information about the supported adapters can be found here: [in German](docs/de/listSupportAdapter.md) or [in English](docs/en/listSupportAdapter.md).</br>
146
- **If one adapter is missing, feel free to open an request [issue](https://github.com/ciddi89/ioBroker.device-watcher/issues/new/choose) to add it.**
145
+ **If one adapter is missing, feel free to open an request [issue](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/new/choose) to add it.**
147
146
 
148
147
  ### Notifications:
149
148
 
@@ -183,29 +182,37 @@ It's possible to select:
183
182
  ![list2.png](admin/images/list2.png)
184
183
  ![list3.png](admin/images/list3.png)
185
184
 
185
+ ## Credits
186
+ This adapter would not have been possible without the great work of Christian Behrends <mail@christian-behrends.de> who implemented the initial releases of this adapter.
187
+
186
188
  ## Changelog
187
189
 
188
190
  <!--
189
191
  Placeholder for the next version (at the beginning of the line):
190
192
  ### **WORK IN PROGRESS**
191
193
  -->
194
+ ### 2.12.0 (2024-04-05)
195
+ - (mcm1957) Adapter requires nodeJS >= 18 and js-controller >= 5 now
196
+ - (mcm1957) Adpter has been migrated to iobroker-community-adapters organisation
197
+ - (mcm1957) Dependencies have been updated
198
+
192
199
  ### 2.11.0 (2024-03-18)
193
200
 
194
- - (ciddi89) Added [#323](https://github.com/ciddi89/ioBroker.device-watcher/issues/323): Support for Ring Cameras
201
+ - (ciddi89) Added [#323](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/323): Support for Ring Cameras
195
202
 
196
203
  ### 2.10.5 (2024-02-29)
197
204
 
198
- - (ciddi89) Fixed [#262](https://github.com/ciddi89/ioBroker.device-watcher/issues/262) & [#292](https://github.com/ciddi89/ioBroker.device-watcher/issues/292): Phantom Messages
205
+ - (ciddi89) Fixed [#262](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/262) & [#292](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/292): Phantom Messages
199
206
 
200
207
  ### 2.10.4 (2024-02-26)
201
208
 
202
209
  - (ciddi89) Added: Option to set language for messages and tables
203
- - (ciddi89) Fixed [#312](https://github.com/ciddi89/ioBroker.device-watcher/issues/312): Schedule messages were not emptied after they were sent
210
+ - (ciddi89) Fixed [#312](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/312): Schedule messages were not emptied after they were sent
204
211
  - (ciddi89) Fixed: Too many messages were sent about online / offline devices when an instance was started or ended
205
212
 
206
213
  ### 2.10.3 (2024-01-27)
207
214
 
208
- - (ciddi89) Fixed [#299](https://github.com/ciddi89/ioBroker.device-watcher/issues/299): blacklisted devices was shown in html-list
215
+ - (ciddi89) Fixed [#299](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/299): blacklisted devices was shown in html-list
209
216
 
210
217
  ### 2.10.2 (2024-01-20)
211
218
 
@@ -219,9 +226,9 @@ It's possible to select:
219
226
 
220
227
  ### 2.10.0 (2024-01-13)
221
228
 
222
- - (ciddi89) Fixed: Batterie value for shelly plus Gen2 devices [#282](https://github.com/ciddi89/ioBroker.device-watcher/issues/282)
223
- - (ciddi89) Added: Option to display the last signal strength value when the device is offline [#282](https://github.com/ciddi89/ioBroker.device-watcher/issues/282)
224
- - (ciddi89) Added: Translation for JSON lists, HTML lists and notifications [#245](https://github.com/ciddi89/ioBroker.device-watcher/issues/245)
229
+ - (ciddi89) Fixed: Batterie value for shelly plus Gen2 devices [#282](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/282)
230
+ - (ciddi89) Added: Option to display the last signal strength value when the device is offline [#282](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/282)
231
+ - (ciddi89) Added: Translation for JSON lists, HTML lists and notifications [#245](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/245)
225
232
  - (ciddi89) Other: clean up code
226
233
 
227
234
  ### 2.9.14 (2024-01-04)
@@ -230,12 +237,12 @@ It's possible to select:
230
237
 
231
238
  ### 2.9.13 (2024-01-03)
232
239
 
233
- - (ciddi89) Fixed: Issues from v2.9.12 [#283](https://github.com/ciddi89/ioBroker.device-watcher/issues/283)
234
- - (ciddi89) Fixed: High CPU usage at object and state changes [#283](https://github.com/ciddi89/ioBroker.device-watcher/issues/283)
240
+ - (ciddi89) Fixed: Issues from v2.9.12 [#283](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/283)
241
+ - (ciddi89) Fixed: High CPU usage at object and state changes [#283](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/283)
235
242
 
236
243
  ### 2.9.12 (2024-01-02)
237
244
 
238
- - (ciddi89) Fixed: Changed handling for state changes and subscriptions [#283](https://github.com/ciddi89/ioBroker.device-watcher/issues/283)
245
+ - (ciddi89) Fixed: Changed handling for state changes and subscriptions [#283](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/283)
239
246
 
240
247
  ### 2.9.11 (2023-12-12)
241
248
 
@@ -252,13 +259,13 @@ It's possible to select:
252
259
 
253
260
  ### 2.9.8 (2023-11-26)
254
261
 
255
- - (ciddi89) Fixed: Added additional check for instance states [#262](https://github.com/ciddi89/ioBroker.device-watcher/issues/262)
262
+ - (ciddi89) Fixed: Added additional check for instance states [#262](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/262)
256
263
  - (ciddi89) Fixed: Execute adapter even if no device adapter is selected
257
264
 
258
265
  ### 2.9.7 (2023-11-23)
259
266
 
260
267
  - (ciddi89) Added: Support for Wifilight
261
- - (ciddi89) Fixed: Multiple messages if Sonoff devices reachable [#244](https://github.com/ciddi89/ioBroker.device-watcher/issues/244)
268
+ - (ciddi89) Fixed: Multiple messages if Sonoff devices reachable [#244](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/244)
262
269
 
263
270
  ### 2.9.6 (2023-11-12)
264
271
 
@@ -276,8 +283,8 @@ It's possible to select:
276
283
 
277
284
  ### 2.9.4 (2023-10-16)
278
285
 
279
- - (ciddi89) Added: Fallback for HmIp-eTRV-2 batterie devices [#218](https://github.com/ciddi89/ioBroker.device-watcher/issues/218)
280
- - (@mango1402) Fixed: Proxmox VM/CT online status [#241](https://github.com/ciddi89/ioBroker.device-watcher/issues/241)
286
+ - (ciddi89) Added: Fallback for HmIp-eTRV-2 batterie devices [#218](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/218)
287
+ - (@mango1402) Fixed: Proxmox VM/CT online status [#241](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/241)
281
288
  - (ciddi89) Updated: Dependencies
282
289
 
283
290
  ### 2.9.3 (2023-07-21)
@@ -306,17 +313,17 @@ It's possible to select:
306
313
 
307
314
  ### 2.8.5 (2023-04-20)
308
315
 
309
- - (ciddi89) 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)
310
- - (ciddi89) Fixed: 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)
316
+ - (ciddi89) Fixed: Error that instances can not be added to the blacklist because of the popup message [#172](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/172)
317
+ - (ciddi89) Fixed: That messages have been sent when the instance has briefly jumped from Enabled to Disabled and back to Enabled [#173](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/173)
311
318
 
312
319
  ### 2.8.4 (2023-04-16)
313
320
 
314
- - (ciddi89) Fixed: Functions for instance status completely renewed ([#170](https://github.com/ciddi89/ioBroker.device-watcher/issues/170))
315
- - (ciddi89) Added: Popup message when the instance is not running and the user tries to select a device/instance in the settings tables ([#170](https://github.com/ciddi89/ioBroker.device-watcher/issues/170))
321
+ - (ciddi89) Fixed: Functions for instance status completely renewed ([#170](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/170))
322
+ - (ciddi89) Added: Popup message when the instance is not running and the user tries to select a device/instance in the settings tables ([#170](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/170))
316
323
 
317
324
  ### 2.8.3 (2023-04-13)
318
325
 
319
- - (ciddi89) Fixed: Multiple push messages when restarting an instance ([#170](https://github.com/ciddi89/ioBroker.device-watcher/issues/170))
326
+ - (ciddi89) Fixed: Multiple push messages when restarting an instance ([#170](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/170))
320
327
 
321
328
  ### 2.8.2 (2023-04-13)
322
329
 
@@ -358,10 +365,10 @@ It's possible to select:
358
365
 
359
366
  - (ciddi89) Added: Signal adapter for notifications
360
367
  - (ciddi89) Added: Raw-List with all data of devices
361
- - (ciddi89) Added: FHEM TFA sensors [#137](https://github.com/ciddi89/ioBroker.device-watcher/issues/137)
368
+ - (ciddi89) Added: FHEM TFA sensors [#137](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/137)
362
369
  - (ciddi89) Improvement: Objecthandling of devices/instances
363
370
  - (ciddi89) Improvement: Adapter update data
364
- - (ciddi89) Fixed: HM-CC-RT-DN battery [#128](https://github.com/ciddi89/ioBroker.device-watcher/issues/128)
371
+ - (ciddi89) Fixed: HM-CC-RT-DN battery [#128](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/128)
365
372
  - (ciddi89) Added/Changed: some texts in instance config
366
373
 
367
374
  ### 2.6.0 (2023-02-06)
@@ -370,9 +377,9 @@ It's possible to select:
370
377
  - (ciddi89) Fixed: Made working notification for adapter update
371
378
  - (ciddi89) Added: Delete objects automatically if it is not selected in settings.
372
379
  - (ciddi89) Enhancement: Check if general device connected state is true for more then few seconds to prevent multiple device status messages
373
- - (ciddi89) Added: Proxmox Adapter ([#123](https://github.com/ciddi89/ioBroker.device-watcher/issues/123))
374
- - (ciddi89) Fixed: Delete/Add data of new or deleted instance without restart ([#125](https://github.com/ciddi89/ioBroker.device-watcher/issues/125))
375
- - (ciddi89) Fixed: Delete/Add data of new or deleted devices without restart ([#125](https://github.com/ciddi89/ioBroker.device-watcher/issues/125))
380
+ - (ciddi89) Added: Proxmox Adapter ([#123](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/123))
381
+ - (ciddi89) Fixed: Delete/Add data of new or deleted instance without restart ([#125](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/125))
382
+ - (ciddi89) Fixed: Delete/Add data of new or deleted devices without restart ([#125](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/125))
376
383
  - (ciddi89) Enhancement: Schedule and State notifications
377
384
  - (ciddi89) Enhancement: Some code improvements
378
385
 
@@ -405,8 +412,8 @@ It's possible to select:
405
412
 
406
413
  - (ciddi89) sorting for device selection in the blacklist added
407
414
  - (ciddi89) Devices can now also be blacklisted in adapter own list
408
- - (ciddi89) booleans for lowbat, offline and upgradable added ([#105](https://github.com/ciddi89/ioBroker.device-watcher/issues/105))
409
- - (ciddi89) euSec adapter added ([#73](https://github.com/ciddi89/ioBroker.device-watcher/issues/73))
415
+ - (ciddi89) booleans for lowbat, offline and upgradable added ([#105](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/105))
416
+ - (ciddi89) euSec adapter added ([#73](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/73))
410
417
 
411
418
  ### 2.2.2 (2022-12-29)
412
419
 
@@ -432,13 +439,13 @@ It's possible to select:
432
439
  ### 2.1.0 (2022-12-19)
433
440
 
434
441
  - (Scrounger) optionally show adapter name in notification
435
- - (ciddi89) optionally receive a message when an update for an device is available [#87](https://github.com/ciddi89/ioBroker.device-watcher/issues/87)
442
+ - (ciddi89) optionally receive a message when an update for an device is available [#87](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/87)
436
443
  - (Scrounger) update message for shelly adapter added
437
444
  - (Scrounger) Yamaha MusicCast adapter added
438
445
  - (ciddi89) update message for unifi devices added
439
- - (ciddi89) fixed devices are not reported in case battery is 0% [#86](https://github.com/ciddi89/ioBroker.device-watcher/issues/86)
440
- - (ciddi89) SynoChat added [#85](https://github.com/ciddi89/ioBroker.device-watcher/issues/85)
441
- - (ciddi89) MQTT NukiHub, MQTT-Clien Zigbee2MQTT added ([#82](https://github.com/ciddi89/ioBroker.device-watcher/issues/82))
446
+ - (ciddi89) fixed devices are not reported in case battery is 0% [#86](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/86)
447
+ - (ciddi89) SynoChat added [#85](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/85)
448
+ - (ciddi89) MQTT NukiHub, MQTT-Clien Zigbee2MQTT added ([#82](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/82))
442
449
 
443
450
  ### 2.0.3 (2022-11-26)
444
451
 
@@ -455,7 +462,7 @@ It's possible to select:
455
462
  - small improvements of translations
456
463
  - offline time settings: you can use 0 instead of -1 (it will be the new standard)
457
464
  - improvements of adaptername
458
- - fixed issues [#66](https://github.com/ciddi89/ioBroker.device-watcher/issues/66) & [#67](https://github.com/ciddi89/ioBroker.device-watcher/issues/67)
465
+ - fixed issues [#66](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/66) & [#67](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/67)
459
466
  - repaired blacklist notifications
460
467
  - added handling for blacklist object
461
468
 
@@ -570,6 +577,7 @@ It's possible to select:
570
577
 
571
578
  MIT License
572
579
 
580
+ Copyright (c) 2024 iobroker-community-adapters <iobroker-community-adapters@gmx.de>
573
581
  Copyright (c) 2024 Christian Behrends <mail@christian-behrends.de>
574
582
 
575
583
  Permission is hereby granted, free of charge, to any person obtaining a copy