Просмотр исходного кода

Function repeater garden and light wardrobe added

master
Dirk Alders 4 месяцев назад
Родитель
Сommit
44bbd96893
2 измененных файлов: 420 добавлений и 122 удалений
  1. 245
    96
      .flows.json.backup
  2. 175
    26
      flows.json

+ 245
- 96
.flows.json.backup Просмотреть файл

@@ -1,4 +1,12 @@
1 1
 [
2
+    {
3
+        "id": "98d0499ebd4be017",
4
+        "type": "tab",
5
+        "label": "Injections",
6
+        "disabled": false,
7
+        "info": "",
8
+        "env": []
9
+    },
2 10
     {
3 11
         "id": "8e9c7f123e3fa72b",
4 12
         "type": "tab",
@@ -95,14 +103,6 @@
95 103
         "info": "",
96 104
         "env": []
97 105
     },
98
-    {
99
-        "id": "98d0499ebd4be017",
100
-        "type": "tab",
101
-        "label": "Injections",
102
-        "disabled": false,
103
-        "info": "",
104
-        "env": []
105
-    },
106 106
     {
107 107
         "id": "7a3b4c82bf031f40",
108 108
         "type": "group",
@@ -785,6 +785,92 @@
785 785
         "collapse": false,
786 786
         "className": ""
787 787
     },
788
+    {
789
+        "id": "70039c89dcf2eaf6",
790
+        "type": "mqtt out",
791
+        "z": "98d0499ebd4be017",
792
+        "name": "",
793
+        "topic": "zigbee_gfw/stw/groundfloor/motion_sensor",
794
+        "qos": "",
795
+        "retain": "",
796
+        "respTopic": "",
797
+        "contentType": "",
798
+        "userProps": "",
799
+        "correl": "",
800
+        "expiry": "",
801
+        "broker": "f6f673e95e75873d",
802
+        "x": 850,
803
+        "y": 140,
804
+        "wires": []
805
+    },
806
+    {
807
+        "id": "c78627b5148c5dbc",
808
+        "type": "inject",
809
+        "z": "98d0499ebd4be017",
810
+        "name": "Reset Motion Groundfloor",
811
+        "props": [
812
+            {
813
+                "p": "payload"
814
+            }
815
+        ],
816
+        "repeat": "",
817
+        "crontab": "",
818
+        "once": false,
819
+        "onceDelay": 0.1,
820
+        "topic": "",
821
+        "payload": "{\"occupancy\": false}",
822
+        "payloadType": "json",
823
+        "x": 310,
824
+        "y": 140,
825
+        "wires": [
826
+            [
827
+                "70039c89dcf2eaf6"
828
+            ]
829
+        ]
830
+    },
831
+    {
832
+        "id": "2e38c00186ef7f38",
833
+        "type": "mqtt out",
834
+        "z": "98d0499ebd4be017",
835
+        "name": "",
836
+        "topic": "zigbee_ffe/stw/firstfloor/motion_sensor",
837
+        "qos": "",
838
+        "retain": "",
839
+        "respTopic": "",
840
+        "contentType": "",
841
+        "userProps": "",
842
+        "correl": "",
843
+        "expiry": "",
844
+        "broker": "f6f673e95e75873d",
845
+        "x": 830,
846
+        "y": 200,
847
+        "wires": []
848
+    },
849
+    {
850
+        "id": "c38cd75574f141c3",
851
+        "type": "inject",
852
+        "z": "98d0499ebd4be017",
853
+        "name": "Reset Motion Firstfloor",
854
+        "props": [
855
+            {
856
+                "p": "payload"
857
+            }
858
+        ],
859
+        "repeat": "",
860
+        "crontab": "",
861
+        "once": false,
862
+        "onceDelay": 0.1,
863
+        "topic": "",
864
+        "payload": "{\"occupancy\": false}",
865
+        "payloadType": "json",
866
+        "x": 300,
867
+        "y": 200,
868
+        "wires": [
869
+            [
870
+                "2e38c00186ef7f38"
871
+            ]
872
+        ]
873
+    },
788 874
     {
789 875
         "id": "e3d908c71ec3e2b1",
790 876
         "type": "mqtt in",
@@ -4124,7 +4210,7 @@
4124 4210
         "animate": false,
4125 4211
         "className": "",
4126 4212
         "x": 650,
4127
-        "y": 1520,
4213
+        "y": 1620,
4128 4214
         "wires": [
4129 4215
             [
4130 4216
                 "094924af49eeb941"
@@ -4151,7 +4237,7 @@
4151 4237
         "step": 1,
4152 4238
         "className": "",
4153 4239
         "x": 650,
4154
-        "y": 1620,
4240
+        "y": 1720,
4155 4241
         "wires": [
4156 4242
             [
4157 4243
                 "4c5309c159653dbc"
@@ -4178,7 +4264,7 @@
4178 4264
         "step": 1,
4179 4265
         "className": "",
4180 4266
         "x": 650,
4181
-        "y": 1740,
4267
+        "y": 1840,
4182 4268
         "wires": [
4183 4269
             [
4184 4270
                 "20898471447e5dcc"
@@ -4192,7 +4278,7 @@
4192 4278
         "name": "Light Livingroom",
4193 4279
         "info": "",
4194 4280
         "x": 120,
4195
-        "y": 1460,
4281
+        "y": 1560,
4196 4282
         "wires": []
4197 4283
     },
4198 4284
     {
@@ -4222,7 +4308,7 @@
4222 4308
         "animate": false,
4223 4309
         "className": "",
4224 4310
         "x": 670,
4225
-        "y": 1960,
4311
+        "y": 2060,
4226 4312
         "wires": [
4227 4313
             [
4228 4314
                 "bbfa84d3e799a42f"
@@ -4246,7 +4332,7 @@
4246 4332
         "name": "Floorlamp Livingroom",
4247 4333
         "info": "",
4248 4334
         "x": 140,
4249
-        "y": 1900,
4335
+        "y": 2000,
4250 4336
         "wires": []
4251 4337
     },
4252 4338
     {
@@ -4347,7 +4433,7 @@
4347 4433
         "step": 1,
4348 4434
         "className": "",
4349 4435
         "x": 650,
4350
-        "y": 2060,
4436
+        "y": 2160,
4351 4437
         "wires": [
4352 4438
             [
4353 4439
                 "c5fc2d13ceb4a406"
@@ -4374,7 +4460,7 @@
4374 4460
         "step": 1,
4375 4461
         "className": "",
4376 4462
         "x": 650,
4377
-        "y": 2180,
4463
+        "y": 2280,
4378 4464
         "wires": [
4379 4465
             [
4380 4466
                 "a71435af33db662e"
@@ -4535,7 +4621,7 @@
4535 4621
         "expiry": "",
4536 4622
         "broker": "f6f673e95e75873d",
4537 4623
         "x": 1000,
4538
-        "y": 1520,
4624
+        "y": 1620,
4539 4625
         "wires": []
4540 4626
     },
4541 4627
     {
@@ -4552,7 +4638,7 @@
4552 4638
         "rh": 0,
4553 4639
         "inputs": 0,
4554 4640
         "x": 180,
4555
-        "y": 1520,
4641
+        "y": 1620,
4556 4642
         "wires": [
4557 4643
             [
4558 4644
                 "1d553d01044ff6e8",
@@ -4614,7 +4700,7 @@
4614 4700
         "rh": 0,
4615 4701
         "inputs": 0,
4616 4702
         "x": 180,
4617
-        "y": 1960,
4703
+        "y": 2060,
4618 4704
         "wires": [
4619 4705
             [
4620 4706
                 "8f28dea13532cd53",
@@ -4637,7 +4723,7 @@
4637 4723
         "expiry": "",
4638 4724
         "broker": "f6f673e95e75873d",
4639 4725
         "x": 1010,
4640
-        "y": 1960,
4726
+        "y": 2060,
4641 4727
         "wires": []
4642 4728
     },
4643 4729
     {
@@ -5022,7 +5108,7 @@
5022 5108
         "rh": 0,
5023 5109
         "inputs": 0,
5024 5110
         "x": 200,
5025
-        "y": 1620,
5111
+        "y": 1720,
5026 5112
         "wires": [
5027 5113
             [
5028 5114
                 "692284677dfc5953"
@@ -5049,7 +5135,7 @@
5049 5135
         "to": "",
5050 5136
         "reg": false,
5051 5137
         "x": 490,
5052
-        "y": 1660,
5138
+        "y": 1760,
5053 5139
         "wires": [
5054 5140
             [
5055 5141
                 "692284677dfc5953",
@@ -5071,7 +5157,7 @@
5071 5157
         "rh": 0,
5072 5158
         "inputs": 0,
5073 5159
         "x": 200,
5074
-        "y": 1740,
5160
+        "y": 1840,
5075 5161
         "wires": [
5076 5162
             [
5077 5163
                 "4cbbf445ebaf4f72"
@@ -5093,7 +5179,7 @@
5093 5179
         "expiry": "",
5094 5180
         "broker": "f6f673e95e75873d",
5095 5181
         "x": 1010,
5096
-        "y": 1620,
5182
+        "y": 1720,
5097 5183
         "wires": []
5098 5184
     },
5099 5185
     {
@@ -5111,7 +5197,7 @@
5111 5197
         "expiry": "",
5112 5198
         "broker": "f6f673e95e75873d",
5113 5199
         "x": 1010,
5114
-        "y": 1740,
5200
+        "y": 1840,
5115 5201
         "wires": []
5116 5202
     },
5117 5203
     {
@@ -5128,7 +5214,7 @@
5128 5214
         "rh": 0,
5129 5215
         "inputs": 0,
5130 5216
         "x": 190,
5131
-        "y": 2060,
5217
+        "y": 2160,
5132 5218
         "wires": [
5133 5219
             [
5134 5220
                 "3c4a84f29e876723"
@@ -5155,7 +5241,7 @@
5155 5241
         "to": "",
5156 5242
         "reg": false,
5157 5243
         "x": 490,
5158
-        "y": 2100,
5244
+        "y": 2200,
5159 5245
         "wires": [
5160 5246
             [
5161 5247
                 "3c4a84f29e876723",
@@ -5177,7 +5263,7 @@
5177 5263
         "rh": 0,
5178 5264
         "inputs": 0,
5179 5265
         "x": 200,
5180
-        "y": 2180,
5266
+        "y": 2280,
5181 5267
         "wires": [
5182 5268
             [
5183 5269
                 "b5aabe037d1d66cc"
@@ -5199,7 +5285,7 @@
5199 5285
         "expiry": "",
5200 5286
         "broker": "f6f673e95e75873d",
5201 5287
         "x": 1030,
5202
-        "y": 2060,
5288
+        "y": 2160,
5203 5289
         "wires": []
5204 5290
     },
5205 5291
     {
@@ -5217,7 +5303,7 @@
5217 5303
         "expiry": "",
5218 5304
         "broker": "f6f673e95e75873d",
5219 5305
         "x": 1030,
5220
-        "y": 2180,
5306
+        "y": 2280,
5221 5307
         "wires": []
5222 5308
     },
5223 5309
     {
@@ -5266,7 +5352,7 @@
5266 5352
         "id": "5dab3c1871874727",
5267 5353
         "type": "ui_led",
5268 5354
         "z": "bfed4666d7406ae3",
5269
-        "order": 7,
5355
+        "order": 8,
5270 5356
         "group": "18b818e5503ce061",
5271 5357
         "width": 0,
5272 5358
         "height": 0,
@@ -5297,7 +5383,7 @@
5297 5383
         "id": "ba09a4d574fd25bb",
5298 5384
         "type": "ui_led",
5299 5385
         "z": "bfed4666d7406ae3",
5300
-        "order": 8,
5386
+        "order": 9,
5301 5387
         "group": "18b818e5503ce061",
5302 5388
         "width": 0,
5303 5389
         "height": 0,
@@ -5426,6 +5512,72 @@
5426 5512
             ]
5427 5513
         ]
5428 5514
     },
5515
+    {
5516
+        "id": "0a2d1dca58725d7c",
5517
+        "type": "ui_slider",
5518
+        "z": "bfed4666d7406ae3",
5519
+        "name": "Wardrobe",
5520
+        "label": "Wardrobe",
5521
+        "tooltip": "",
5522
+        "group": "18b818e5503ce061",
5523
+        "order": 7,
5524
+        "width": 0,
5525
+        "height": 0,
5526
+        "passthru": false,
5527
+        "outs": "end",
5528
+        "topic": "brightness",
5529
+        "topicType": "str",
5530
+        "min": 0,
5531
+        "max": "100",
5532
+        "step": 1,
5533
+        "className": "",
5534
+        "x": 660,
5535
+        "y": 1440,
5536
+        "wires": [
5537
+            [
5538
+                "c131def78fd49d7e"
5539
+            ]
5540
+        ]
5541
+    },
5542
+    {
5543
+        "id": "72e8727a503a3f11",
5544
+        "type": "mqtt in",
5545
+        "z": "bfed4666d7406ae3",
5546
+        "name": "",
5547
+        "topic": "videv/ffe/sleep/wardrobe_light/brightness",
5548
+        "qos": "2",
5549
+        "datatype": "auto-detect",
5550
+        "broker": "f6f673e95e75873d",
5551
+        "nl": false,
5552
+        "rap": true,
5553
+        "rh": 0,
5554
+        "inputs": 0,
5555
+        "x": 200,
5556
+        "y": 1440,
5557
+        "wires": [
5558
+            [
5559
+                "0a2d1dca58725d7c"
5560
+            ]
5561
+        ]
5562
+    },
5563
+    {
5564
+        "id": "c131def78fd49d7e",
5565
+        "type": "mqtt out",
5566
+        "z": "bfed4666d7406ae3",
5567
+        "name": "",
5568
+        "topic": "videv/ffe/sleep/wardrobe_light/brightness/set",
5569
+        "qos": "",
5570
+        "retain": "",
5571
+        "respTopic": "",
5572
+        "contentType": "",
5573
+        "userProps": "",
5574
+        "correl": "",
5575
+        "expiry": "",
5576
+        "broker": "f6f673e95e75873d",
5577
+        "x": 1010,
5578
+        "y": 1440,
5579
+        "wires": []
5580
+    },
5429 5581
     {
5430 5582
         "id": "dd02256c0c3a5be7",
5431 5583
         "type": "mqtt in",
@@ -13040,7 +13192,7 @@
13040 13192
         "label": "Licht",
13041 13193
         "tooltip": "",
13042 13194
         "group": "221d261c8ef4127b",
13043
-        "order": 2,
13195
+        "order": 1,
13044 13196
         "width": 0,
13045 13197
         "height": 0,
13046 13198
         "passthru": false,
@@ -13123,7 +13275,7 @@
13123 13275
         "label": "Automatic Mode",
13124 13276
         "tooltip": "",
13125 13277
         "group": "221d261c8ef4127b",
13126
-        "order": 1,
13278
+        "order": 2,
13127 13279
         "width": 0,
13128 13280
         "height": 0,
13129 13281
         "passthru": false,
@@ -13199,54 +13351,66 @@
13199 13351
         "wires": []
13200 13352
     },
13201 13353
     {
13202
-        "id": "70039c89dcf2eaf6",
13203
-        "type": "mqtt out",
13204
-        "z": "98d0499ebd4be017",
13354
+        "id": "4a4c1fa0bb4a0e9e",
13355
+        "type": "ui_switch",
13356
+        "z": "628e09f79c8ce28e",
13205 13357
         "name": "",
13206
-        "topic": "zigbee_gfw/stw/groundfloor/motion_sensor",
13207
-        "qos": "",
13208
-        "retain": "",
13209
-        "respTopic": "",
13210
-        "contentType": "",
13211
-        "userProps": "",
13212
-        "correl": "",
13213
-        "expiry": "",
13214
-        "broker": "f6f673e95e75873d",
13215
-        "x": 850,
13216
-        "y": 140,
13217
-        "wires": []
13358
+        "label": "Internet",
13359
+        "tooltip": "",
13360
+        "group": "221d261c8ef4127b",
13361
+        "order": 3,
13362
+        "width": 0,
13363
+        "height": 0,
13364
+        "passthru": false,
13365
+        "decouple": "true",
13366
+        "topic": "topic",
13367
+        "topicType": "msg",
13368
+        "style": "",
13369
+        "onvalue": "true",
13370
+        "onvalueType": "bool",
13371
+        "onicon": "",
13372
+        "oncolor": "",
13373
+        "offvalue": "false",
13374
+        "offvalueType": "bool",
13375
+        "officon": "",
13376
+        "offcolor": "",
13377
+        "animate": false,
13378
+        "className": "",
13379
+        "x": 660,
13380
+        "y": 420,
13381
+        "wires": [
13382
+            [
13383
+                "95809753e063057a"
13384
+            ]
13385
+        ]
13218 13386
     },
13219 13387
     {
13220
-        "id": "c78627b5148c5dbc",
13221
-        "type": "inject",
13222
-        "z": "98d0499ebd4be017",
13223
-        "name": "Reset Motion Groundfloor",
13224
-        "props": [
13225
-            {
13226
-                "p": "payload"
13227
-            }
13228
-        ],
13229
-        "repeat": "",
13230
-        "crontab": "",
13231
-        "once": false,
13232
-        "onceDelay": 0.1,
13233
-        "topic": "",
13234
-        "payload": "{\"occupancy\": false}",
13235
-        "payloadType": "json",
13236
-        "x": 310,
13237
-        "y": 140,
13388
+        "id": "723a874ae31b5e52",
13389
+        "type": "mqtt in",
13390
+        "z": "628e09f79c8ce28e",
13391
+        "name": "",
13392
+        "topic": "videv/gar/garden/repeater/state",
13393
+        "qos": "2",
13394
+        "datatype": "auto-detect",
13395
+        "broker": "f6f673e95e75873d",
13396
+        "nl": false,
13397
+        "rap": true,
13398
+        "rh": 0,
13399
+        "inputs": 0,
13400
+        "x": 170,
13401
+        "y": 420,
13238 13402
         "wires": [
13239 13403
             [
13240
-                "70039c89dcf2eaf6"
13404
+                "4a4c1fa0bb4a0e9e"
13241 13405
             ]
13242 13406
         ]
13243 13407
     },
13244 13408
     {
13245
-        "id": "2e38c00186ef7f38",
13409
+        "id": "95809753e063057a",
13246 13410
         "type": "mqtt out",
13247
-        "z": "98d0499ebd4be017",
13411
+        "z": "628e09f79c8ce28e",
13248 13412
         "name": "",
13249
-        "topic": "zigbee_ffe/stw/firstfloor/motion_sensor",
13413
+        "topic": "videv/gar/garden/repeater/state/set",
13250 13414
         "qos": "",
13251 13415
         "retain": "",
13252 13416
         "respTopic": "",
@@ -13255,33 +13419,18 @@
13255 13419
         "correl": "",
13256 13420
         "expiry": "",
13257 13421
         "broker": "f6f673e95e75873d",
13258
-        "x": 830,
13259
-        "y": 200,
13422
+        "x": 960,
13423
+        "y": 420,
13260 13424
         "wires": []
13261 13425
     },
13262 13426
     {
13263
-        "id": "c38cd75574f141c3",
13264
-        "type": "inject",
13265
-        "z": "98d0499ebd4be017",
13266
-        "name": "Reset Motion Firstfloor",
13267
-        "props": [
13268
-            {
13269
-                "p": "payload"
13270
-            }
13271
-        ],
13272
-        "repeat": "",
13273
-        "crontab": "",
13274
-        "once": false,
13275
-        "onceDelay": 0.1,
13276
-        "topic": "",
13277
-        "payload": "{\"occupancy\": false}",
13278
-        "payloadType": "json",
13279
-        "x": 300,
13280
-        "y": 200,
13281
-        "wires": [
13282
-            [
13283
-                "2e38c00186ef7f38"
13284
-            ]
13285
-        ]
13427
+        "id": "241387e2720d9d23",
13428
+        "type": "comment",
13429
+        "z": "628e09f79c8ce28e",
13430
+        "name": "Repeater",
13431
+        "info": "",
13432
+        "x": 100,
13433
+        "y": 360,
13434
+        "wires": []
13286 13435
     }
13287 13436
 ]

+ 175
- 26
flows.json Просмотреть файл

@@ -4210,7 +4210,7 @@
4210 4210
         "animate": false,
4211 4211
         "className": "",
4212 4212
         "x": 650,
4213
-        "y": 1520,
4213
+        "y": 1620,
4214 4214
         "wires": [
4215 4215
             [
4216 4216
                 "094924af49eeb941"
@@ -4237,7 +4237,7 @@
4237 4237
         "step": 1,
4238 4238
         "className": "",
4239 4239
         "x": 650,
4240
-        "y": 1620,
4240
+        "y": 1720,
4241 4241
         "wires": [
4242 4242
             [
4243 4243
                 "4c5309c159653dbc"
@@ -4264,7 +4264,7 @@
4264 4264
         "step": 1,
4265 4265
         "className": "",
4266 4266
         "x": 650,
4267
-        "y": 1740,
4267
+        "y": 1840,
4268 4268
         "wires": [
4269 4269
             [
4270 4270
                 "20898471447e5dcc"
@@ -4278,7 +4278,7 @@
4278 4278
         "name": "Light Livingroom",
4279 4279
         "info": "",
4280 4280
         "x": 120,
4281
-        "y": 1460,
4281
+        "y": 1560,
4282 4282
         "wires": []
4283 4283
     },
4284 4284
     {
@@ -4308,7 +4308,7 @@
4308 4308
         "animate": false,
4309 4309
         "className": "",
4310 4310
         "x": 670,
4311
-        "y": 1960,
4311
+        "y": 2060,
4312 4312
         "wires": [
4313 4313
             [
4314 4314
                 "bbfa84d3e799a42f"
@@ -4332,7 +4332,7 @@
4332 4332
         "name": "Floorlamp Livingroom",
4333 4333
         "info": "",
4334 4334
         "x": 140,
4335
-        "y": 1900,
4335
+        "y": 2000,
4336 4336
         "wires": []
4337 4337
     },
4338 4338
     {
@@ -4433,7 +4433,7 @@
4433 4433
         "step": 1,
4434 4434
         "className": "",
4435 4435
         "x": 650,
4436
-        "y": 2060,
4436
+        "y": 2160,
4437 4437
         "wires": [
4438 4438
             [
4439 4439
                 "c5fc2d13ceb4a406"
@@ -4460,7 +4460,7 @@
4460 4460
         "step": 1,
4461 4461
         "className": "",
4462 4462
         "x": 650,
4463
-        "y": 2180,
4463
+        "y": 2280,
4464 4464
         "wires": [
4465 4465
             [
4466 4466
                 "a71435af33db662e"
@@ -4621,7 +4621,7 @@
4621 4621
         "expiry": "",
4622 4622
         "broker": "f6f673e95e75873d",
4623 4623
         "x": 1000,
4624
-        "y": 1520,
4624
+        "y": 1620,
4625 4625
         "wires": []
4626 4626
     },
4627 4627
     {
@@ -4638,7 +4638,7 @@
4638 4638
         "rh": 0,
4639 4639
         "inputs": 0,
4640 4640
         "x": 180,
4641
-        "y": 1520,
4641
+        "y": 1620,
4642 4642
         "wires": [
4643 4643
             [
4644 4644
                 "1d553d01044ff6e8",
@@ -4700,7 +4700,7 @@
4700 4700
         "rh": 0,
4701 4701
         "inputs": 0,
4702 4702
         "x": 180,
4703
-        "y": 1960,
4703
+        "y": 2060,
4704 4704
         "wires": [
4705 4705
             [
4706 4706
                 "8f28dea13532cd53",
@@ -4723,7 +4723,7 @@
4723 4723
         "expiry": "",
4724 4724
         "broker": "f6f673e95e75873d",
4725 4725
         "x": 1010,
4726
-        "y": 1960,
4726
+        "y": 2060,
4727 4727
         "wires": []
4728 4728
     },
4729 4729
     {
@@ -5108,7 +5108,7 @@
5108 5108
         "rh": 0,
5109 5109
         "inputs": 0,
5110 5110
         "x": 200,
5111
-        "y": 1620,
5111
+        "y": 1720,
5112 5112
         "wires": [
5113 5113
             [
5114 5114
                 "692284677dfc5953"
@@ -5135,7 +5135,7 @@
5135 5135
         "to": "",
5136 5136
         "reg": false,
5137 5137
         "x": 490,
5138
-        "y": 1660,
5138
+        "y": 1760,
5139 5139
         "wires": [
5140 5140
             [
5141 5141
                 "692284677dfc5953",
@@ -5157,7 +5157,7 @@
5157 5157
         "rh": 0,
5158 5158
         "inputs": 0,
5159 5159
         "x": 200,
5160
-        "y": 1740,
5160
+        "y": 1840,
5161 5161
         "wires": [
5162 5162
             [
5163 5163
                 "4cbbf445ebaf4f72"
@@ -5179,7 +5179,7 @@
5179 5179
         "expiry": "",
5180 5180
         "broker": "f6f673e95e75873d",
5181 5181
         "x": 1010,
5182
-        "y": 1620,
5182
+        "y": 1720,
5183 5183
         "wires": []
5184 5184
     },
5185 5185
     {
@@ -5197,7 +5197,7 @@
5197 5197
         "expiry": "",
5198 5198
         "broker": "f6f673e95e75873d",
5199 5199
         "x": 1010,
5200
-        "y": 1740,
5200
+        "y": 1840,
5201 5201
         "wires": []
5202 5202
     },
5203 5203
     {
@@ -5214,7 +5214,7 @@
5214 5214
         "rh": 0,
5215 5215
         "inputs": 0,
5216 5216
         "x": 190,
5217
-        "y": 2060,
5217
+        "y": 2160,
5218 5218
         "wires": [
5219 5219
             [
5220 5220
                 "3c4a84f29e876723"
@@ -5241,7 +5241,7 @@
5241 5241
         "to": "",
5242 5242
         "reg": false,
5243 5243
         "x": 490,
5244
-        "y": 2100,
5244
+        "y": 2200,
5245 5245
         "wires": [
5246 5246
             [
5247 5247
                 "3c4a84f29e876723",
@@ -5263,7 +5263,7 @@
5263 5263
         "rh": 0,
5264 5264
         "inputs": 0,
5265 5265
         "x": 200,
5266
-        "y": 2180,
5266
+        "y": 2280,
5267 5267
         "wires": [
5268 5268
             [
5269 5269
                 "b5aabe037d1d66cc"
@@ -5285,7 +5285,7 @@
5285 5285
         "expiry": "",
5286 5286
         "broker": "f6f673e95e75873d",
5287 5287
         "x": 1030,
5288
-        "y": 2060,
5288
+        "y": 2160,
5289 5289
         "wires": []
5290 5290
     },
5291 5291
     {
@@ -5303,7 +5303,7 @@
5303 5303
         "expiry": "",
5304 5304
         "broker": "f6f673e95e75873d",
5305 5305
         "x": 1030,
5306
-        "y": 2180,
5306
+        "y": 2280,
5307 5307
         "wires": []
5308 5308
     },
5309 5309
     {
@@ -5352,7 +5352,7 @@
5352 5352
         "id": "5dab3c1871874727",
5353 5353
         "type": "ui_led",
5354 5354
         "z": "bfed4666d7406ae3",
5355
-        "order": 7,
5355
+        "order": 8,
5356 5356
         "group": "18b818e5503ce061",
5357 5357
         "width": 0,
5358 5358
         "height": 0,
@@ -5383,7 +5383,7 @@
5383 5383
         "id": "ba09a4d574fd25bb",
5384 5384
         "type": "ui_led",
5385 5385
         "z": "bfed4666d7406ae3",
5386
-        "order": 8,
5386
+        "order": 9,
5387 5387
         "group": "18b818e5503ce061",
5388 5388
         "width": 0,
5389 5389
         "height": 0,
@@ -5512,6 +5512,72 @@
5512 5512
             ]
5513 5513
         ]
5514 5514
     },
5515
+    {
5516
+        "id": "0a2d1dca58725d7c",
5517
+        "type": "ui_slider",
5518
+        "z": "bfed4666d7406ae3",
5519
+        "name": "Wardrobe",
5520
+        "label": "Kleiderschrank",
5521
+        "tooltip": "",
5522
+        "group": "18b818e5503ce061",
5523
+        "order": 7,
5524
+        "width": 0,
5525
+        "height": 0,
5526
+        "passthru": false,
5527
+        "outs": "end",
5528
+        "topic": "brightness",
5529
+        "topicType": "str",
5530
+        "min": 0,
5531
+        "max": "100",
5532
+        "step": 1,
5533
+        "className": "",
5534
+        "x": 660,
5535
+        "y": 1440,
5536
+        "wires": [
5537
+            [
5538
+                "c131def78fd49d7e"
5539
+            ]
5540
+        ]
5541
+    },
5542
+    {
5543
+        "id": "72e8727a503a3f11",
5544
+        "type": "mqtt in",
5545
+        "z": "bfed4666d7406ae3",
5546
+        "name": "",
5547
+        "topic": "videv/ffe/sleep/wardrobe_light/brightness",
5548
+        "qos": "2",
5549
+        "datatype": "auto-detect",
5550
+        "broker": "f6f673e95e75873d",
5551
+        "nl": false,
5552
+        "rap": true,
5553
+        "rh": 0,
5554
+        "inputs": 0,
5555
+        "x": 200,
5556
+        "y": 1440,
5557
+        "wires": [
5558
+            [
5559
+                "0a2d1dca58725d7c"
5560
+            ]
5561
+        ]
5562
+    },
5563
+    {
5564
+        "id": "c131def78fd49d7e",
5565
+        "type": "mqtt out",
5566
+        "z": "bfed4666d7406ae3",
5567
+        "name": "",
5568
+        "topic": "videv/ffe/sleep/wardrobe_light/brightness/set",
5569
+        "qos": "",
5570
+        "retain": "",
5571
+        "respTopic": "",
5572
+        "contentType": "",
5573
+        "userProps": "",
5574
+        "correl": "",
5575
+        "expiry": "",
5576
+        "broker": "f6f673e95e75873d",
5577
+        "x": 1010,
5578
+        "y": 1440,
5579
+        "wires": []
5580
+    },
5515 5581
     {
5516 5582
         "id": "dd02256c0c3a5be7",
5517 5583
         "type": "mqtt in",
@@ -13126,7 +13192,7 @@
13126 13192
         "label": "Licht",
13127 13193
         "tooltip": "",
13128 13194
         "group": "221d261c8ef4127b",
13129
-        "order": 2,
13195
+        "order": 1,
13130 13196
         "width": 0,
13131 13197
         "height": 0,
13132 13198
         "passthru": false,
@@ -13209,7 +13275,7 @@
13209 13275
         "label": "Automatic Mode",
13210 13276
         "tooltip": "",
13211 13277
         "group": "221d261c8ef4127b",
13212
-        "order": 1,
13278
+        "order": 2,
13213 13279
         "width": 0,
13214 13280
         "height": 0,
13215 13281
         "passthru": false,
@@ -13283,5 +13349,88 @@
13283 13349
         "x": 90,
13284 13350
         "y": 200,
13285 13351
         "wires": []
13352
+    },
13353
+    {
13354
+        "id": "4a4c1fa0bb4a0e9e",
13355
+        "type": "ui_switch",
13356
+        "z": "628e09f79c8ce28e",
13357
+        "name": "",
13358
+        "label": "Internet",
13359
+        "tooltip": "",
13360
+        "group": "221d261c8ef4127b",
13361
+        "order": 3,
13362
+        "width": 0,
13363
+        "height": 0,
13364
+        "passthru": false,
13365
+        "decouple": "true",
13366
+        "topic": "topic",
13367
+        "topicType": "msg",
13368
+        "style": "",
13369
+        "onvalue": "true",
13370
+        "onvalueType": "bool",
13371
+        "onicon": "",
13372
+        "oncolor": "",
13373
+        "offvalue": "false",
13374
+        "offvalueType": "bool",
13375
+        "officon": "",
13376
+        "offcolor": "",
13377
+        "animate": false,
13378
+        "className": "",
13379
+        "x": 660,
13380
+        "y": 420,
13381
+        "wires": [
13382
+            [
13383
+                "95809753e063057a"
13384
+            ]
13385
+        ]
13386
+    },
13387
+    {
13388
+        "id": "723a874ae31b5e52",
13389
+        "type": "mqtt in",
13390
+        "z": "628e09f79c8ce28e",
13391
+        "name": "",
13392
+        "topic": "videv/gar/garden/repeater/state",
13393
+        "qos": "2",
13394
+        "datatype": "auto-detect",
13395
+        "broker": "f6f673e95e75873d",
13396
+        "nl": false,
13397
+        "rap": true,
13398
+        "rh": 0,
13399
+        "inputs": 0,
13400
+        "x": 170,
13401
+        "y": 420,
13402
+        "wires": [
13403
+            [
13404
+                "4a4c1fa0bb4a0e9e"
13405
+            ]
13406
+        ]
13407
+    },
13408
+    {
13409
+        "id": "95809753e063057a",
13410
+        "type": "mqtt out",
13411
+        "z": "628e09f79c8ce28e",
13412
+        "name": "",
13413
+        "topic": "videv/gar/garden/repeater/state/set",
13414
+        "qos": "",
13415
+        "retain": "",
13416
+        "respTopic": "",
13417
+        "contentType": "",
13418
+        "userProps": "",
13419
+        "correl": "",
13420
+        "expiry": "",
13421
+        "broker": "f6f673e95e75873d",
13422
+        "x": 960,
13423
+        "y": 420,
13424
+        "wires": []
13425
+    },
13426
+    {
13427
+        "id": "241387e2720d9d23",
13428
+        "type": "comment",
13429
+        "z": "628e09f79c8ce28e",
13430
+        "name": "Repeater",
13431
+        "info": "",
13432
+        "x": 100,
13433
+        "y": 360,
13434
+        "wires": []
13286 13435
     }
13287 13436
 ]

Загрузка…
Отмена
Сохранить