forked from julietsvq/HomeAssistant-NodeRed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffice air flow.json
85 lines (85 loc) · 1.96 KB
/
office air flow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"id": "a0bf5f42.a4971",
"type": "tab",
"label": "Office Air Flow",
"disabled": false,
"info": ""
},
{
"id": "60de794f.8fe088",
"type": "inject",
"z": "a0bf5f42.a4971",
"name": "Noon",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "00 00 * * *",
"once": false,
"onceDelay": 0.1,
"x": 150,
"y": 100,
"wires": [
[
"74fa6aa.c822594"
]
]
},
{
"id": "74fa6aa.c822594",
"type": "api-current-state",
"z": "a0bf5f42.a4971",
"name": "Office Air is On",
"server": "8c4c7e11.df75e",
"version": 1,
"outputs": 2,
"halt_if": "on",
"halt_if_type": "str",
"halt_if_compare": "is",
"override_topic": false,
"entity_id": "climate.office_air_machine",
"state_type": "str",
"state_location": "payload",
"override_payload": "msg",
"entity_location": "data",
"override_data": "msg",
"blockInputOverrides": false,
"x": 340,
"y": 100,
"wires": [
[
"a0db2505.e46478"
],
[]
]
},
{
"id": "a0db2505.e46478",
"type": "api-call-service",
"z": "a0bf5f42.a4971",
"name": "Office Air Turn off ",
"server": "8c4c7e11.df75e",
"version": 1,
"service_domain": "climate",
"service": "turn_off",
"entityId": "climate.office_air_machine",
"data": "{\"entity_id\":\"climate.office_air_machine\"}",
"dataType": "json",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 590,
"y": 100,
"wires": [
[]
]
},
{
"id": "8c4c7e11.df75e",
"type": "server",
"z": "",
"name": "Home Assistant"
}
]