iobroker.ebus 3.8.0 → 4.0.2

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.
@@ -1,558 +0,0 @@
1
- {
2
- "type": "tabs",
3
- "i18n": true,
4
- "tabsStyle": {
5
- "width": "calc(100% - 100px)"
6
- },
7
- "items": {
8
- "tab-main": {
9
- "type": "panel",
10
- "label": "Main settings",
11
- "items": {
12
-
13
- "icontest": {
14
- "type": "staticImage",
15
- "src": "ebus.png",
16
- "newLine": true,
17
- "xs": 12,
18
- "sm": 3,
19
- "md": 3,
20
- "lg": 1.2,
21
- "xl": 1.2
22
- },
23
-
24
- "InstallUpdatehdr": {
25
- "type": "header",
26
- "text": "Update hint ebusd",
27
- "size": 2
28
- },
29
-
30
-
31
- "currentversiontxt": {
32
- "type": "staticText",
33
- "newLine": true,
34
- "text": "current installed version",
35
- "xs": 12,
36
- "sm": 2,
37
- "md": 2,
38
- "lg": 2,
39
- "xl": 2
40
- },
41
-
42
- "currentversion": {
43
- "type": "textSendTo",
44
- "label": "current istalled ebusd version",
45
- "command": "checkCurrentVersion",
46
- "jsonData": "{\"test\": \"aaa\", \"test2\": \"bbb\" }",
47
- "alsoDependsOn": [ "checkCurrentVersion" ],
48
- "xs": 12,
49
- "sm": 12,
50
- "md": 6,
51
- "lg": 4,
52
- "xl": 4
53
-
54
- },
55
-
56
-
57
- "installableversiontxt": {
58
- "type": "staticText",
59
- "newLine": true,
60
- "text": "available version",
61
- "xs": 12,
62
- "sm": 2,
63
- "md": 2,
64
- "lg": 2,
65
- "xl": 2
66
- },
67
- "installableversion": {
68
- "type": "textSendTo",
69
- "label": "available version",
70
- "command": "checkInstallableversion",
71
- "jsonData": "{\"test\": \"aaa\", \"test2\": \"bbb\" }",
72
- "alsoDependsOn": [ "checkInstallableversion" ],
73
- "xs": 12,
74
- "sm": 12,
75
- "md": 6,
76
- "lg": 4,
77
- "xl": 4
78
-
79
- },
80
-
81
-
82
-
83
- "supportedversiontxt": {
84
- "type": "staticText",
85
- "newLine": true,
86
- "text": "supported version",
87
- "xs": 12,
88
- "sm": 2,
89
- "md": 2,
90
- "lg": 2,
91
- "xl": 2
92
- },
93
- "supportedversion": {
94
- "type": "textSendTo",
95
- "label": "supported version",
96
- "command": "checkSupportedVersion",
97
- "jsonData": "{\"test\": \"aaa\", \"test2\": \"bbb\" }",
98
- "alsoDependsOn": [ "checkSupportedversion" ],
99
- "xs": 12,
100
- "sm": 12,
101
- "md": 6,
102
- "lg": 4,
103
- "xl": 4
104
-
105
- },
106
-
107
-
108
-
109
- //just a link
110
- "EbusReadme": {
111
- "type": "staticLink",
112
- "text": "link to ebusd wiki with installation instruction",
113
- "href": "https://github.com/john30/ebusd/wiki/1.-Build-and-install",
114
- "button": true,
115
- "icon": "info",
116
- "newLine": true,
117
- "xs": 12,
118
- "sm": 12,
119
- "md": 6,
120
- "lg": 4,
121
- "xl": 4
122
- } ,
123
- //für debian based systeme
124
- /*
125
- "ebusdhintinstallUpdate": {
126
- "type": "staticText",
127
- "text": "hint_ebusd_installupdate",
128
- "newLine": true,
129
- "xs": 12,
130
- "sm": 12,
131
- "md": 12,
132
- "lg": 12,
133
- "xl": 12
134
- } ,
135
- */
136
- /* "Install": {
137
- "type": "sendTo",
138
- "command": "Install",
139
- "label": "InstallBtn",
140
- "tooltip": "InstallBtnHint",
141
- "newLine": true,
142
- "xs": 12,
143
- "sm": 12,
144
- "md": 12,
145
- "lg": 12,
146
- "xl": 12
147
- },
148
- "Update": {
149
- "type": "sendTo",
150
- "command": "Update",
151
- "label": "UpdateBtn",
152
- "tooltip": "UpdateBtnHint",
153
- "newLine": true,
154
- "xs": 12,
155
- "sm": 12,
156
- "md": 12,
157
- "lg": 12,
158
- "xl": 12
159
- }
160
- */
161
-
162
-
163
-
164
-
165
- "dividerHdr1": {
166
- "newLine": true,
167
- "type": "header",
168
- "text": "configuration",
169
- "size": 2
170
- },
171
-
172
- "targetIP": {
173
- "type": "text",
174
- "label": "target_IP",
175
- "help": "IP of system where ebusd runs",
176
- "xs": 12,
177
- "sm": 12,
178
- "md": 4,
179
- "lg": 4,
180
- "xl": 4
181
- },
182
- "useBoolean4Onoff": {
183
- "newLine": true,
184
- "type": "checkbox",
185
- "label": "useBoolean4Onoff",
186
- "help": "useBoolean4Onoff_help",
187
- "xs": 12,
188
- "sm": 12,
189
- "md": 4,
190
- "lg": 4,
191
- "xl": 4
192
- },
193
- "DisableTimeUpdateCheck": {
194
- "newLine": true,
195
- "type": "checkbox",
196
- "label": "DisableTimeUpdateCheck",
197
- "help": "DisableTimeUpdateCheckHelp",
198
- "default": false,
199
- "xs": 12,
200
- "sm": 12,
201
- "md": 4,
202
- "lg": 4,
203
- "xl": 4
204
- },
205
- "History4Vis2": {
206
- "newLine": true,
207
- "type": "checkbox",
208
- "label": "History4Vis2",
209
- "help": "History4Vis2_help",
210
- "xs": 12,
211
- "sm": 12,
212
- "md": 4,
213
- "lg": 4,
214
- "xl": 4
215
- }
216
-
217
-
218
-
219
-
220
-
221
- }
222
- },
223
- "tab-ebusd": {
224
- "type": "panel",
225
- "label": "page-ebusd",
226
- "items": {
227
-
228
- "ebusdhint": {
229
- "type": "staticText",
230
- "text": "hint_ebusd",
231
- "newLine": true,
232
- "xs": 12,
233
- "sm": 12,
234
- "md": 12,
235
- "lg": 12,
236
- "xl": 12
237
-
238
- },
239
-
240
- "dividerHdr2": {
241
- "newLine": true,
242
- "type": "header",
243
- "text": "ebusd configuration",
244
- "size": 2
245
- },
246
- "targetHTTPPort": {
247
- "newLine": true,
248
- "type": "number",
249
- "label": "target_HTTPPort",
250
- "min": 1,
251
- "max": 9999,
252
- "default": 8889,
253
- "xs": 12,
254
- "sm": 12,
255
- "md": 4,
256
- "lg": 4,
257
- "xl": 4
258
- },
259
- "targetTelnetPort": {
260
- "newLine": true,
261
- "type": "number",
262
- "label": "target_TelnetPort",
263
- "min": 1,
264
- "max": 9999,
265
- "default": 8890,
266
- "xs": 12,
267
- "sm": 12,
268
- "md": 4,
269
- "lg": 4,
270
- "xl": 4
271
- },
272
- "readInterval": {
273
- "newLine": true,
274
- "type": "number",
275
- "label": "readInterval",
276
- "min": 1,
277
- "max": 300,
278
- "default": 5,
279
- "xs": 12,
280
- "sm": 12,
281
- "md": 4,
282
- "lg": 4,
283
- "xl": 4
284
- },
285
- "parseTimeout": {
286
- "newLine": true,
287
- "type": "number",
288
- "label": "parse_timeout",
289
- "min": 30,
290
- "max": 300,
291
- "default": 60,
292
- "xs": 12,
293
- "sm": 12,
294
- "md": 4,
295
- "lg": 4,
296
- "xl": 4
297
- },
298
- "maxretries": {
299
- "newLine": true,
300
- "type": "number",
301
- "label": "maxretries",
302
- "min": 0,
303
- "max": 10,
304
- "default": 3,
305
- "xs": 12,
306
- "sm": 12,
307
- "md": 4,
308
- "lg": 4,
309
- "xl": 4
310
- },
311
-
312
-
313
- "dividerHdr3": {
314
- "newLine": true,
315
- "type": "header",
316
- "text": "optional HTTP parameter configuration",
317
- "size": 2
318
- },
319
-
320
- "ebusdhint2": {
321
- "type": "staticText",
322
- "text": "hint_ebusd2",
323
- "newLine": true,
324
- "xs": 12,
325
- "sm": 12,
326
- "md": 12,
327
- "lg": 12,
328
- "xl": 12
329
-
330
- },
331
- "staticLink2ebusd": {
332
- "type": "staticLink",
333
- "text": "details of HTTP paramter on ebusd wiki",
334
- "href": "https://github.com/john30/ebusd/wiki/3.2.-HTTP-client",
335
- "icon": "info",
336
- "newLine": true,
337
- "xs": 12,
338
- "sm": 12,
339
- "md": 6,
340
- "lg": 4,
341
- "xl": 4
342
- },
343
-
344
-
345
- "HTTPparameter": {
346
- "type": "table",
347
- "newLine": true,
348
- "xs": 12,
349
- "sm": 12,
350
- "md": 12,
351
- "lg": 12,
352
- "xl": 12,
353
- "label": "optional HTTP parameter",
354
- "showSecondAddAt": 5,
355
- "noDelete": true,
356
-
357
- "items": [
358
- {
359
- "type": "checkbox",
360
- "attr": "active",
361
- "width": "5% ",
362
- "title": "active",
363
- "tooltip": "enable parameter",
364
- "filter": false,
365
- "sort": false,
366
- "default": false
367
- },
368
- {
369
- "type": "text",
370
- "attr": "name",
371
- "width": "20% ",
372
- "title": "name",
373
- "tooltip": "optional parameter name",
374
- "filter": false,
375
- "sort": false,
376
- "readOnly": true,
377
- "default": ""
378
- },
379
- {
380
- "type": "text",
381
- "attr": "value",
382
- "width": "20% ",
383
- "title": "value",
384
- "tooltip": "optional parameter value",
385
- "filter": false,
386
- "sort": false,
387
- "readOnly": false,
388
- "default": ""
389
- }
390
- ]
391
- }
392
-
393
-
394
-
395
- }
396
- },
397
- "tab-polledDP": {
398
- "type": "panel",
399
- "label": "page_polledDP",
400
-
401
- "items": {
402
-
403
- "ebusdhintpolled": {
404
- "type": "staticText",
405
- "text": "hint_ebusd_polled",
406
- "newLine": true,
407
- "xs": 12,
408
- "sm": 12,
409
- "md": 12,
410
- "lg": 12,
411
- "xl": 12
412
-
413
- },
414
-
415
- "dividerHdr3": {
416
- "newLine": true,
417
- "type": "header",
418
- "text": "polledDP configuration",
419
- "size": 2
420
- },
421
-
422
- "Circuit4Find": {
423
- "newLine": true,
424
- "type": "text",
425
- "label": "Circuit4Find",
426
- "xs": 12,
427
- "sm": 12,
428
- "md": 4,
429
- "lg": 4,
430
- "xl": 4
431
- },
432
- "sendTo2FindParameters": {
433
- "type": "sendTo",
434
- "label": "find parameter",
435
- "variant": "outlined",
436
- "showProcess": true,
437
- "command": "findParams",
438
- "jsonData": "{ \"circuit\": \"${data.Circuit4Find}\"}",
439
- "xs": 12,
440
- "sm": 12,
441
- "md": 6,
442
- "lg": 4,
443
- "xl": 4
444
- },
445
-
446
-
447
-
448
- "PolledDPs": {
449
- "type": "table",
450
- "newLine": true,
451
- "xs": 12,
452
- "sm": 12,
453
- "md": 12,
454
- "lg": 12,
455
- "xl": 12,
456
- "label": "",
457
- "showSecondAddAt": 5,
458
- "items": [
459
- {
460
- "type": "checkbox",
461
- "attr": "active",
462
- "width": "5% ",
463
- "title": "active",
464
- "tooltip": "enable DP",
465
- "filter": false,
466
- "sort": false,
467
- "default": true
468
- },
469
- {
470
- "type": "text",
471
- "attr": "circuit",
472
- "width": "16% ",
473
- "title": "circuit",
474
- "tooltip": "enter circuit",
475
- "filter": false,
476
- "sort": false,
477
- "default": ""
478
- },
479
- {
480
- "type": "text",
481
- "attr": "name",
482
- "width": "16% ",
483
- "title": "name",
484
- "tooltip": "enter DP name",
485
- "filter": false,
486
- "sort": false,
487
- "default": ""
488
- },
489
- {
490
- "type": "text",
491
- "attr": "parameter",
492
- "width": "16% ",
493
- "title": "parameter",
494
- "tooltip": "enter additional parameter (optional)",
495
- "filter": false,
496
- "sort": false,
497
- "default": ""
498
- }
499
-
500
- ]
501
- }
502
- }
503
- },
504
- "tab-HistoryDPs": {
505
- "type": "panel",
506
- "label": "page_historyDP",
507
- "items": {
508
- "ebusdhintpolled": {
509
- "type": "staticText",
510
- "text": "hint_ebusd_history",
511
- "newLine": true,
512
- "xs": 12,
513
- "sm": 12,
514
- "md": 12,
515
- "lg": 12,
516
- "xl": 12
517
-
518
- },
519
- "dividerHdr3": {
520
- "newLine": true,
521
- "type": "header",
522
- "text": "historyDP configuration",
523
- "size": 2
524
- },
525
- "HistoryDPs": {
526
- "type": "table",
527
- "newLine": true,
528
- "xs": 12,
529
- "sm": 12,
530
- "md": 12,
531
- "lg": 12,
532
- "xl": 12,
533
- "label": "",
534
- "showSecondAddAt": 5,
535
- "items": [
536
- {
537
- "type": "text",
538
- "attr": "name",
539
- "width": "60% ",
540
- "title": "name",
541
- "tooltip": "enter DP name",
542
- "filter": false,
543
- "sort": false,
544
- "default": ""
545
- }
546
- ]
547
- }
548
- }
549
- },
550
- // "tab-Install": {
551
- // "type": "panel",
552
- // "label": "page_InstallUpdate",
553
- // "items": {
554
-
555
- // }
556
- // }
557
- }
558
- }
package/admin/style.css DELETED
@@ -1,18 +0,0 @@
1
- /* You can delete those if you want. I just found them very helpful */
2
- * {
3
- box-sizing: border-box
4
- }
5
-
6
- .m {
7
- /* Don't cut off dropdowns! */
8
- overflow: initial;
9
- }
10
-
11
- /* Add your styles here */
12
- .polled {
13
- height: 100px !important;
14
- }
15
-
16
- .adapter-body {
17
- overflow: auto;
18
- }