iobroker.device-watcher 2.6.0 → 2.6.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.
@@ -8,7 +8,7 @@
8
8
  "items": {
9
9
  "_headerAdapter": {
10
10
  "type": "header",
11
- "text": "Create lists for instances",
11
+ "text": "Watch adapter/instances",
12
12
  "size": 2
13
13
  },
14
14
  "checkAdapterInstances": {
@@ -16,11 +16,11 @@
16
16
  "sm": 12,
17
17
  "md": 12,
18
18
  "lg": 6,
19
- "label": "Watch instances"
19
+ "label": "Watch adapter/instances"
20
20
  },
21
21
  "_headerDevices": {
22
22
  "type": "header",
23
- "text": "Create lists for devices",
23
+ "text": "Watch devices/services",
24
24
  "size": 2
25
25
  },
26
26
  "alexa2Devices": {
@@ -72,6 +72,13 @@
72
72
  "lg": 3,
73
73
  "label": "euSec"
74
74
  },
75
+ "fhemTFAsensorsDevices": {
76
+ "type": "checkbox",
77
+ "sm": 6,
78
+ "md": 6,
79
+ "lg": 3,
80
+ "label": "FHEM TFA Sensors"
81
+ },
75
82
  "fritzdectDevices": {
76
83
  "type": "checkbox",
77
84
  "sm": 6,
@@ -368,7 +375,9 @@
368
375
  "_headerAdapterInstances": {
369
376
  "type": "header",
370
377
  "text": "Adapter & Instances Notification Settings",
371
- "size": 2
378
+ "size": 2,
379
+ "hidden": "!data.checkAdapterInstances",
380
+ "hideOnlyControl": false
372
381
  },
373
382
  "checkSendAdapterUpdateMsg": {
374
383
  "newLine": "true",
@@ -377,7 +386,9 @@
377
386
  "md": 12,
378
387
  "lg": 6,
379
388
  "label": "Adapter update message",
380
- "help": "Receive a message when an update for an adapter is available"
389
+ "help": "Receive a message when an update for an adapter is available",
390
+ "hidden": "!data.checkAdapterInstances",
391
+ "hideOnlyControl": false
381
392
  },
382
393
  "checkSendAdapterUpdateMsgDaily": {
383
394
  "type": "checkbox",
@@ -385,7 +396,9 @@
385
396
  "md": 12,
386
397
  "lg": 6,
387
398
  "label": "Overview of updatable adapter",
388
- "help": "Get a message with an overview of all updatable adapter"
399
+ "help": "Get a message with an overview of all updatable adapter",
400
+ "hidden": "!data.checkAdapterInstances",
401
+ "hideOnlyControl": false
389
402
  },
390
403
  "_sendIntervallAdapterUpdateDay": {
391
404
  "newLine": true,
@@ -393,7 +406,7 @@
393
406
  "md": 12,
394
407
  "lg": 6,
395
408
  "hidden": "!data.checkSendAdapterUpdateMsgDaily",
396
- "hideOnlyControl": true,
409
+ "hideOnlyControl": false,
397
410
  "items": {
398
411
  "_textDays": {
399
412
  "type": "staticText",
@@ -439,7 +452,7 @@
439
452
  "md": 12,
440
453
  "lg": 6,
441
454
  "hidden": "!data.checkSendAdapterUpdateMsgDaily",
442
- "hideOnlyControl": true,
455
+ "hideOnlyControl": false,
443
456
  "items": {
444
457
  "_textTime": {
445
458
  "type": "staticText",
@@ -458,7 +471,9 @@
458
471
  },
459
472
  "trennerUpdatableAdapter": {
460
473
  "newLine": true,
461
- "type": "divider"
474
+ "type": "divider",
475
+ "hidden": "!data.checkAdapterInstances",
476
+ "hideOnlyControl": false
462
477
  },
463
478
  "checkSendInstanceFailedMsg": {
464
479
  "newLine": "true",
@@ -467,7 +482,9 @@
467
482
  "md": 12,
468
483
  "lg": 6,
469
484
  "label": "Instance failed message",
470
- "help": "Receive a message when an instance failed"
485
+ "help": "Receive a message when an instance failed",
486
+ "hidden": "!data.checkAdapterInstances",
487
+ "hideOnlyControl": false
471
488
  },
472
489
  "checkSendInstanceFailedDaily": {
473
490
  "type": "checkbox",
@@ -475,7 +492,9 @@
475
492
  "md": 12,
476
493
  "lg": 6,
477
494
  "label": "Overview of failed instances",
478
- "help": "Get a message with an overview of all failed instances"
495
+ "help": "Get a message with an overview of all failed instances",
496
+ "hidden": "!data.checkAdapterInstances",
497
+ "hideOnlyControl": false
479
498
  },
480
499
  "_sendIntervallFailedInstancesDay": {
481
500
  "newLine": true,
@@ -483,7 +502,7 @@
483
502
  "md": 12,
484
503
  "lg": 6,
485
504
  "hidden": "!data.checkSendInstanceFailedDaily",
486
- "hideOnlyControl": true,
505
+ "hideOnlyControl": false,
487
506
  "items": {
488
507
  "_textDays": {
489
508
  "type": "staticText",
@@ -529,7 +548,7 @@
529
548
  "md": 12,
530
549
  "lg": 6,
531
550
  "hidden": "!data.checkSendInstanceFailedDaily",
532
- "hideOnlyControl": true,
551
+ "hideOnlyControl": false,
533
552
  "items": {
534
553
  "_textTime": {
535
554
  "type": "staticText",
@@ -548,7 +567,7 @@
548
567
  },
549
568
  "_headerCommon": {
550
569
  "type": "header",
551
- "text": "Devices Notification Settings",
570
+ "text": "Devices/Services Notification Settings",
552
571
  "size": 2
553
572
  },
554
573
  "checkSendOfflineMsg": {
@@ -564,8 +583,8 @@
564
583
  "sm": 12,
565
584
  "md": 12,
566
585
  "lg": 6,
567
- "label": "Overview of offline devices",
568
- "help": "Get a message with an overview all offline devices"
586
+ "label": "Overview of offline devices/services",
587
+ "help": "Get a message with an overview all offline devices/services"
569
588
  },
570
589
  "_sendIntervallOfflineDay": {
571
590
  "newLine": true,
@@ -577,7 +596,7 @@
577
596
  "items": {
578
597
  "_textDays": {
579
598
  "type": "staticText",
580
- "text": "Choose the day(s) where you want to get the overview of offline devices:",
599
+ "text": "Choose the day(s) where you want to get the overview of offline devices/services:",
581
600
  "style": {
582
601
  "fontSize": 16,
583
602
  "marginTop": 20
@@ -861,6 +880,7 @@
861
880
  { "label": "Pushover", "value": "pushover" },
862
881
  { "label": "Telegram", "value": "telegram" },
863
882
  { "label": "Whatsapp", "value": "whatsapp" },
883
+ { "label": "Signal", "value": "signal" },
864
884
  { "label": "E-Mail", "value": "email" },
865
885
  { "label": "Jarvis", "value": "jarvis" },
866
886
  { "label": "Lovelace", "value": "lovelace" },
@@ -999,6 +1019,38 @@
999
1019
  "hidden": "data.msgService !== 'whatsapp'",
1000
1020
  "hideOnlyControl": false
1001
1021
  },
1022
+ "headerSignal": {
1023
+ "newLine": "true",
1024
+ "type": "header",
1025
+ "text": "Signal",
1026
+ "size": 2,
1027
+ "hidden": "data.msgService !== 'signal'",
1028
+ "hideOnlyControl": false
1029
+ },
1030
+ "instanceSignal": {
1031
+ "newLine": true,
1032
+ "type": "instance",
1033
+ "adapter": "signal-cmb",
1034
+ "all": false,
1035
+ "allowDeactivate": true,
1036
+ "sm": 12,
1037
+ "md": 4,
1038
+ "lg": 4,
1039
+ "label": "Signal Instance",
1040
+ "help": "Please choose the Signal instance",
1041
+ "hidden": "data.msgService !== 'signal'",
1042
+ "hideOnlyControl": false
1043
+ },
1044
+ "phonSignal": {
1045
+ "type": "text",
1046
+ "sm": 12,
1047
+ "md": 4,
1048
+ "lg": 4,
1049
+ "label": "Recipient (optional)",
1050
+ "help": "Choose your recipient",
1051
+ "hidden": "data.msgService !== 'signal'",
1052
+ "hideOnlyControl": false
1053
+ },
1002
1054
  "_headerEmail": {
1003
1055
  "newLine": true,
1004
1056
  "type": "header",
@@ -1135,28 +1187,32 @@
1135
1187
  "type": "panel",
1136
1188
  "label": "Blacklist",
1137
1189
  "items": {
1138
- "headerDevices": {
1190
+ "headerBlacklistInstances": {
1139
1191
  "newLine": "true",
1140
1192
  "type": "header",
1141
- "text": "Devices Blacklist",
1142
- "size": 2
1193
+ "text": "Instances Blacklist",
1194
+ "size": 2,
1195
+ "hidden": "!data.checkAdapterInstances",
1196
+ "hideOnlyControl": false
1143
1197
  },
1144
- "tableBlacklist": {
1198
+ "tableBlacklistInstances": {
1145
1199
  "type": "table",
1146
1200
  "nodelete": true,
1147
1201
  "sm": 12,
1148
1202
  "md": 12,
1149
1203
  "lg": 12,
1204
+ "hidden": "!data.checkAdapterInstances",
1205
+ "hideOnlyControl": false,
1150
1206
  "items": [
1151
1207
  {
1152
1208
  "type": "selectSendTo",
1153
- "title": "Choose which devices should be excluded",
1154
- "attr": "devices",
1209
+ "title": "Choose which instances should be excluded",
1210
+ "attr": "instances",
1155
1211
  "filter": false,
1156
1212
  "allowAddByFilter": false,
1157
1213
  "sort": false,
1158
- "jsonData": "{\"deviceName\":\"${globalData.deviceName}\",\"adapter\":\"${globalData.adapter}\",\"path\":\"${globalData.path}\"}",
1159
- "command": "devicesList",
1214
+ "jsonData": "{\"instanceName\":\"${globalData.instanceName}\",\"adapter\":\"${globalData.adapter}\",\"path\":\"${globalData.path}\"}",
1215
+ "command": "instancesList",
1160
1216
  "width": "60%"
1161
1217
  },
1162
1218
  {
@@ -1168,46 +1224,35 @@
1168
1224
  },
1169
1225
  {
1170
1226
  "type": "checkbox",
1171
- "title": "Ignore in main lists",
1227
+ "title": "Ignore in lists",
1172
1228
  "attr": "checkIgnorLists",
1173
1229
  "width": "10%",
1174
1230
  "alsoDependsOn": ["devices"]
1175
- },
1176
- {
1177
- "type": "checkbox",
1178
- "title": "Ignore in lists per adapter",
1179
- "attr": "checkIgnorAdapterLists",
1180
- "width": "10%",
1181
- "alsoDependsOn": ["devices"]
1182
1231
  }
1183
1232
  ]
1184
1233
  },
1185
- "headerBlacklistInstances": {
1234
+ "headerDevices": {
1186
1235
  "newLine": "true",
1187
1236
  "type": "header",
1188
- "text": "Instances Blacklist",
1189
- "size": 2,
1190
- "hidden": "!data.checkAdapterInstances && !data.checkSendInstanceFailedMsg && !data.checkSendInstanceFailedMsgDaily",
1191
- "hideOnlyControl": false
1237
+ "text": "Devices/Services Blacklist",
1238
+ "size": 2
1192
1239
  },
1193
- "tableBlacklistInstances": {
1240
+ "tableBlacklist": {
1194
1241
  "type": "table",
1195
1242
  "nodelete": true,
1196
1243
  "sm": 12,
1197
1244
  "md": 12,
1198
1245
  "lg": 12,
1199
- "hidden": "!data.checkAdapterInstances && !data.checkSendInstanceFailedMsg && !data.checkSendInstanceFailedMsgDaily",
1200
- "hideOnlyControl": false,
1201
1246
  "items": [
1202
1247
  {
1203
1248
  "type": "selectSendTo",
1204
- "title": "Choose which instances should be excluded",
1205
- "attr": "instances",
1249
+ "title": "Choose which devices/services should be excluded",
1250
+ "attr": "devices",
1206
1251
  "filter": false,
1207
1252
  "allowAddByFilter": false,
1208
1253
  "sort": false,
1209
- "jsonData": "{\"instanceName\":\"${globalData.instanceName}\",\"adapter\":\"${globalData.adapter}\",\"path\":\"${globalData.path}\"}",
1210
- "command": "instancesList",
1254
+ "jsonData": "{\"deviceName\":\"${globalData.deviceName}\",\"adapter\":\"${globalData.adapter}\",\"path\":\"${globalData.path}\"}",
1255
+ "command": "devicesList",
1211
1256
  "width": "60%"
1212
1257
  },
1213
1258
  {
@@ -1219,10 +1264,17 @@
1219
1264
  },
1220
1265
  {
1221
1266
  "type": "checkbox",
1222
- "title": "Ignore in lists",
1267
+ "title": "Ignore in main lists",
1223
1268
  "attr": "checkIgnorLists",
1224
1269
  "width": "10%",
1225
1270
  "alsoDependsOn": ["devices"]
1271
+ },
1272
+ {
1273
+ "type": "checkbox",
1274
+ "title": "Ignore in lists per adapter",
1275
+ "attr": "checkIgnorAdapterLists",
1276
+ "width": "10%",
1277
+ "alsoDependsOn": ["devices"]
1226
1278
  }
1227
1279
  ]
1228
1280
  }
@@ -1309,12 +1361,12 @@
1309
1361
  },
1310
1362
  "_headerOfflineTime": {
1311
1363
  "type": "header",
1312
- "text": "Offline Time",
1364
+ "text": "Offline Time for devices/services",
1313
1365
  "size": 2
1314
1366
  },
1315
1367
  "textOfflineTime": {
1316
1368
  "type": "staticText",
1317
- "text": "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 ' 0 '.",
1369
+ "text": "Here you can define the offline times of each adapter. If you want to use the data points of the devices/services (online, available, reachable etc.) directly to determine the status, enter ' 0 '.",
1318
1370
  "sm": 12,
1319
1371
  "md": 12,
1320
1372
  "lg": 12,
@@ -1407,6 +1459,18 @@
1407
1459
  "hidden": "!data.eusecDevices",
1408
1460
  "hideOnlyControl": false
1409
1461
  },
1462
+ "fhemTFAsensorsMaxMinutes": {
1463
+ "type": "number",
1464
+ "min": 1,
1465
+ "max": 100000,
1466
+ "sm": 6,
1467
+ "md": 6,
1468
+ "lg": 3,
1469
+ "label": "FHEM TFA sensores",
1470
+ "help": "in minutes",
1471
+ "hidden": "!data.fhemTFAsensorsDevices",
1472
+ "hideOnlyControl": false
1473
+ },
1410
1474
  "fritzdectMaxMinutes": {
1411
1475
  "type": "number",
1412
1476
  "min": -1,