smart-nodes 0.3.22 → 0.3.26

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.
@@ -0,0 +1,622 @@
1
+ [
2
+ {
3
+ "id": "1d099c48715b122d",
4
+ "type": "tab",
5
+ "label": "Mixing Valve",
6
+ "disabled": false,
7
+ "info": "",
8
+ "env": []
9
+ },
10
+ {
11
+ "id": "7e5e332f362a43fb",
12
+ "type": "smart_mixing-valve",
13
+ "z": "1d099c48715b122d",
14
+ "name": "",
15
+ "enabled": true,
16
+ "setpoint": "40",
17
+ "time_total": 60,
18
+ "time_sampling": "20",
19
+ "off_mode": "CLOSE",
20
+ "valve_mode": "HEATING",
21
+ "x": 530,
22
+ "y": 460,
23
+ "wires": [
24
+ [
25
+ "9df3462ffc188cf6"
26
+ ],
27
+ [
28
+ "2abb46a00462946a"
29
+ ],
30
+ [
31
+ "105027c72b155a35"
32
+ ]
33
+ ]
34
+ },
35
+ {
36
+ "id": "2365ac41ec8dbdbd",
37
+ "type": "inject",
38
+ "z": "1d099c48715b122d",
39
+ "name": "",
40
+ "props": [
41
+ {
42
+ "p": "topic",
43
+ "vt": "str"
44
+ },
45
+ {
46
+ "p": "payload"
47
+ }
48
+ ],
49
+ "repeat": "",
50
+ "crontab": "",
51
+ "once": false,
52
+ "onceDelay": 0.1,
53
+ "topic": "set_state",
54
+ "payload": "true",
55
+ "payloadType": "bool",
56
+ "x": 210,
57
+ "y": 100,
58
+ "wires": [
59
+ [
60
+ "7e5e332f362a43fb"
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "id": "7345c592413d89a2",
66
+ "type": "inject",
67
+ "z": "1d099c48715b122d",
68
+ "name": "",
69
+ "props": [
70
+ {
71
+ "p": "topic",
72
+ "vt": "str"
73
+ },
74
+ {
75
+ "p": "payload"
76
+ }
77
+ ],
78
+ "repeat": "",
79
+ "crontab": "",
80
+ "once": false,
81
+ "onceDelay": 0.1,
82
+ "topic": "set_state",
83
+ "payload": "false",
84
+ "payloadType": "bool",
85
+ "x": 210,
86
+ "y": 140,
87
+ "wires": [
88
+ [
89
+ "7e5e332f362a43fb"
90
+ ]
91
+ ]
92
+ },
93
+ {
94
+ "id": "797bdf9dd336ed49",
95
+ "type": "inject",
96
+ "z": "1d099c48715b122d",
97
+ "name": "",
98
+ "props": [
99
+ {
100
+ "p": "topic",
101
+ "vt": "str"
102
+ }
103
+ ],
104
+ "repeat": "",
105
+ "crontab": "",
106
+ "once": false,
107
+ "onceDelay": 0.1,
108
+ "topic": "enable",
109
+ "x": 230,
110
+ "y": 180,
111
+ "wires": [
112
+ [
113
+ "7e5e332f362a43fb"
114
+ ]
115
+ ]
116
+ },
117
+ {
118
+ "id": "15c369e6457a0480",
119
+ "type": "inject",
120
+ "z": "1d099c48715b122d",
121
+ "name": "",
122
+ "props": [
123
+ {
124
+ "p": "topic",
125
+ "vt": "str"
126
+ }
127
+ ],
128
+ "repeat": "",
129
+ "crontab": "",
130
+ "once": false,
131
+ "onceDelay": 0.1,
132
+ "topic": "disable",
133
+ "x": 230,
134
+ "y": 220,
135
+ "wires": [
136
+ [
137
+ "7e5e332f362a43fb"
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "id": "64014ac0d382e41d",
143
+ "type": "inject",
144
+ "z": "1d099c48715b122d",
145
+ "name": "",
146
+ "props": [
147
+ {
148
+ "p": "topic",
149
+ "vt": "str"
150
+ },
151
+ {
152
+ "p": "payload"
153
+ }
154
+ ],
155
+ "repeat": "",
156
+ "crontab": "",
157
+ "once": false,
158
+ "onceDelay": 0.1,
159
+ "topic": "setpoint",
160
+ "payload": "50",
161
+ "payloadType": "num",
162
+ "x": 220,
163
+ "y": 280,
164
+ "wires": [
165
+ [
166
+ "7e5e332f362a43fb"
167
+ ]
168
+ ]
169
+ },
170
+ {
171
+ "id": "a4f96671e087db77",
172
+ "type": "inject",
173
+ "z": "1d099c48715b122d",
174
+ "name": "",
175
+ "props": [
176
+ {
177
+ "p": "topic",
178
+ "vt": "str"
179
+ },
180
+ {
181
+ "p": "payload"
182
+ }
183
+ ],
184
+ "repeat": "",
185
+ "crontab": "",
186
+ "once": false,
187
+ "onceDelay": 0.1,
188
+ "topic": "setpoint",
189
+ "payload": "80",
190
+ "payloadType": "num",
191
+ "x": 220,
192
+ "y": 320,
193
+ "wires": [
194
+ [
195
+ "7e5e332f362a43fb"
196
+ ]
197
+ ]
198
+ },
199
+ {
200
+ "id": "08455f7bd9a756ec",
201
+ "type": "inject",
202
+ "z": "1d099c48715b122d",
203
+ "name": "",
204
+ "props": [
205
+ {
206
+ "p": "topic",
207
+ "vt": "str"
208
+ },
209
+ {
210
+ "p": "payload"
211
+ }
212
+ ],
213
+ "repeat": "",
214
+ "crontab": "",
215
+ "once": false,
216
+ "onceDelay": 0.1,
217
+ "topic": "current_temperature",
218
+ "payload": "30",
219
+ "payloadType": "num",
220
+ "x": 180,
221
+ "y": 380,
222
+ "wires": [
223
+ [
224
+ "7e5e332f362a43fb"
225
+ ]
226
+ ]
227
+ },
228
+ {
229
+ "id": "42af94561b6fa0d4",
230
+ "type": "inject",
231
+ "z": "1d099c48715b122d",
232
+ "name": "",
233
+ "props": [
234
+ {
235
+ "p": "topic",
236
+ "vt": "str"
237
+ },
238
+ {
239
+ "p": "payload"
240
+ }
241
+ ],
242
+ "repeat": "",
243
+ "crontab": "",
244
+ "once": false,
245
+ "onceDelay": 0.1,
246
+ "topic": "current_temperature",
247
+ "payload": "48",
248
+ "payloadType": "num",
249
+ "x": 180,
250
+ "y": 420,
251
+ "wires": [
252
+ [
253
+ "7e5e332f362a43fb"
254
+ ]
255
+ ]
256
+ },
257
+ {
258
+ "id": "7f9a6d4dae7e4d1e",
259
+ "type": "inject",
260
+ "z": "1d099c48715b122d",
261
+ "name": "",
262
+ "props": [
263
+ {
264
+ "p": "topic",
265
+ "vt": "str"
266
+ },
267
+ {
268
+ "p": "payload"
269
+ }
270
+ ],
271
+ "repeat": "",
272
+ "crontab": "",
273
+ "once": false,
274
+ "onceDelay": 0.1,
275
+ "topic": "current_temperature",
276
+ "payload": "50",
277
+ "payloadType": "num",
278
+ "x": 180,
279
+ "y": 460,
280
+ "wires": [
281
+ [
282
+ "7e5e332f362a43fb"
283
+ ]
284
+ ]
285
+ },
286
+ {
287
+ "id": "0481e7dbb8f09d95",
288
+ "type": "inject",
289
+ "z": "1d099c48715b122d",
290
+ "name": "",
291
+ "props": [
292
+ {
293
+ "p": "topic",
294
+ "vt": "str"
295
+ },
296
+ {
297
+ "p": "payload"
298
+ }
299
+ ],
300
+ "repeat": "",
301
+ "crontab": "",
302
+ "once": false,
303
+ "onceDelay": 0.1,
304
+ "topic": "current_temperature",
305
+ "payload": "52",
306
+ "payloadType": "num",
307
+ "x": 180,
308
+ "y": 500,
309
+ "wires": [
310
+ [
311
+ "7e5e332f362a43fb"
312
+ ]
313
+ ]
314
+ },
315
+ {
316
+ "id": "270d65ca8214fa93",
317
+ "type": "inject",
318
+ "z": "1d099c48715b122d",
319
+ "name": "",
320
+ "props": [
321
+ {
322
+ "p": "topic",
323
+ "vt": "str"
324
+ },
325
+ {
326
+ "p": "payload"
327
+ }
328
+ ],
329
+ "repeat": "",
330
+ "crontab": "",
331
+ "once": false,
332
+ "onceDelay": 0.1,
333
+ "topic": "current_temperature",
334
+ "payload": "78",
335
+ "payloadType": "num",
336
+ "x": 180,
337
+ "y": 540,
338
+ "wires": [
339
+ [
340
+ "7e5e332f362a43fb"
341
+ ]
342
+ ]
343
+ },
344
+ {
345
+ "id": "d05d879aa07ee701",
346
+ "type": "inject",
347
+ "z": "1d099c48715b122d",
348
+ "name": "",
349
+ "props": [
350
+ {
351
+ "p": "topic",
352
+ "vt": "str"
353
+ },
354
+ {
355
+ "p": "payload"
356
+ }
357
+ ],
358
+ "repeat": "",
359
+ "crontab": "",
360
+ "once": false,
361
+ "onceDelay": 0.1,
362
+ "topic": "current_temperature",
363
+ "payload": "80",
364
+ "payloadType": "num",
365
+ "x": 180,
366
+ "y": 580,
367
+ "wires": [
368
+ [
369
+ "7e5e332f362a43fb"
370
+ ]
371
+ ]
372
+ },
373
+ {
374
+ "id": "792bd75b6d3a03f9",
375
+ "type": "inject",
376
+ "z": "1d099c48715b122d",
377
+ "name": "",
378
+ "props": [
379
+ {
380
+ "p": "topic",
381
+ "vt": "str"
382
+ },
383
+ {
384
+ "p": "payload"
385
+ }
386
+ ],
387
+ "repeat": "",
388
+ "crontab": "",
389
+ "once": false,
390
+ "onceDelay": 0.1,
391
+ "topic": "current_temperature",
392
+ "payload": "82",
393
+ "payloadType": "num",
394
+ "x": 180,
395
+ "y": 620,
396
+ "wires": [
397
+ [
398
+ "7e5e332f362a43fb"
399
+ ]
400
+ ]
401
+ },
402
+ {
403
+ "id": "9df3462ffc188cf6",
404
+ "type": "debug",
405
+ "z": "1d099c48715b122d",
406
+ "name": "debug 63",
407
+ "active": true,
408
+ "tosidebar": true,
409
+ "console": false,
410
+ "tostatus": false,
411
+ "complete": "true",
412
+ "targetType": "full",
413
+ "statusVal": "",
414
+ "statusType": "auto",
415
+ "x": 920,
416
+ "y": 420,
417
+ "wires": []
418
+ },
419
+ {
420
+ "id": "2abb46a00462946a",
421
+ "type": "debug",
422
+ "z": "1d099c48715b122d",
423
+ "name": "debug 64",
424
+ "active": true,
425
+ "tosidebar": true,
426
+ "console": false,
427
+ "tostatus": false,
428
+ "complete": "true",
429
+ "targetType": "full",
430
+ "statusVal": "",
431
+ "statusType": "auto",
432
+ "x": 920,
433
+ "y": 460,
434
+ "wires": []
435
+ },
436
+ {
437
+ "id": "105027c72b155a35",
438
+ "type": "debug",
439
+ "z": "1d099c48715b122d",
440
+ "name": "debug 65",
441
+ "active": true,
442
+ "tosidebar": true,
443
+ "console": false,
444
+ "tostatus": false,
445
+ "complete": "true",
446
+ "targetType": "full",
447
+ "statusVal": "",
448
+ "statusType": "auto",
449
+ "x": 920,
450
+ "y": 500,
451
+ "wires": []
452
+ },
453
+ {
454
+ "id": "c7489bc015487b6c",
455
+ "type": "inject",
456
+ "z": "1d099c48715b122d",
457
+ "name": "",
458
+ "props": [
459
+ {
460
+ "p": "topic",
461
+ "vt": "str"
462
+ }
463
+ ],
464
+ "repeat": "",
465
+ "crontab": "",
466
+ "once": false,
467
+ "onceDelay": 0.1,
468
+ "topic": "calibrate",
469
+ "x": 220,
470
+ "y": 40,
471
+ "wires": [
472
+ [
473
+ "7e5e332f362a43fb"
474
+ ]
475
+ ]
476
+ },
477
+ {
478
+ "id": "f4ed9d6427bf6a1b",
479
+ "type": "inject",
480
+ "z": "1d099c48715b122d",
481
+ "name": "",
482
+ "props": [
483
+ {
484
+ "p": "topic",
485
+ "vt": "str"
486
+ },
487
+ {
488
+ "p": "payload"
489
+ }
490
+ ],
491
+ "repeat": "",
492
+ "crontab": "",
493
+ "once": false,
494
+ "onceDelay": 0.1,
495
+ "topic": "off_mode",
496
+ "payload": "NOTHING",
497
+ "payloadType": "str",
498
+ "x": 190,
499
+ "y": 680,
500
+ "wires": [
501
+ [
502
+ "7e5e332f362a43fb"
503
+ ]
504
+ ]
505
+ },
506
+ {
507
+ "id": "fb17409a2c48c2fc",
508
+ "type": "inject",
509
+ "z": "1d099c48715b122d",
510
+ "name": "",
511
+ "props": [
512
+ {
513
+ "p": "topic",
514
+ "vt": "str"
515
+ },
516
+ {
517
+ "p": "payload"
518
+ }
519
+ ],
520
+ "repeat": "",
521
+ "crontab": "",
522
+ "once": false,
523
+ "onceDelay": 0.1,
524
+ "topic": "off_mode",
525
+ "payload": "OPEN",
526
+ "payloadType": "str",
527
+ "x": 200,
528
+ "y": 720,
529
+ "wires": [
530
+ [
531
+ "7e5e332f362a43fb"
532
+ ]
533
+ ]
534
+ },
535
+ {
536
+ "id": "d45db1ead83235d8",
537
+ "type": "inject",
538
+ "z": "1d099c48715b122d",
539
+ "name": "",
540
+ "props": [
541
+ {
542
+ "p": "topic",
543
+ "vt": "str"
544
+ },
545
+ {
546
+ "p": "payload"
547
+ }
548
+ ],
549
+ "repeat": "",
550
+ "crontab": "",
551
+ "once": false,
552
+ "onceDelay": 0.1,
553
+ "topic": "off_mode",
554
+ "payload": "CLOSE",
555
+ "payloadType": "str",
556
+ "x": 200,
557
+ "y": 760,
558
+ "wires": [
559
+ [
560
+ "7e5e332f362a43fb"
561
+ ]
562
+ ]
563
+ },
564
+ {
565
+ "id": "b8242162f4fe6887",
566
+ "type": "inject",
567
+ "z": "1d099c48715b122d",
568
+ "name": "",
569
+ "props": [
570
+ {
571
+ "p": "topic",
572
+ "vt": "str"
573
+ },
574
+ {
575
+ "p": "payload"
576
+ }
577
+ ],
578
+ "repeat": "",
579
+ "crontab": "",
580
+ "once": false,
581
+ "onceDelay": 0.1,
582
+ "topic": "valve_mode",
583
+ "payload": "HEATING",
584
+ "payloadType": "str",
585
+ "x": 180,
586
+ "y": 820,
587
+ "wires": [
588
+ [
589
+ "7e5e332f362a43fb"
590
+ ]
591
+ ]
592
+ },
593
+ {
594
+ "id": "ebce3303cab05aa7",
595
+ "type": "inject",
596
+ "z": "1d099c48715b122d",
597
+ "name": "",
598
+ "props": [
599
+ {
600
+ "p": "topic",
601
+ "vt": "str"
602
+ },
603
+ {
604
+ "p": "payload"
605
+ }
606
+ ],
607
+ "repeat": "",
608
+ "crontab": "",
609
+ "once": false,
610
+ "onceDelay": 0.1,
611
+ "topic": "valve_mode",
612
+ "payload": "COOLING",
613
+ "payloadType": "str",
614
+ "x": 180,
615
+ "y": 860,
616
+ "wires": [
617
+ [
618
+ "7e5e332f362a43fb"
619
+ ]
620
+ ]
621
+ }
622
+ ]
Binary file