-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.json
More file actions
95 lines (95 loc) · 2.08 KB
/
example.json
File metadata and controls
95 lines (95 loc) · 2.08 KB
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
86
87
88
89
90
91
92
93
94
95
[
{
"id": "d2bdd973700e1a16",
"type": "tab",
"label": "Growatt",
"disabled": false,
"info": "",
"env": []
},
{
"id": "c605592220209999",
"type": "growatt",
"z": "d2bdd973700e1a16",
"confignode": "92c47ea9.241958",
"name": "",
"optionplantid": "",
"optionplantdata": 1,
"optiondevicedata": 1,
"optionweather": false,
"optiontotaldata": 1,
"optionstatusdata": 1,
"optiondevicetyp": 0,
"optionhistorylast": false,
"optionhistoryall": 0,
"x": 320,
"y": 60,
"wires": [
[
"ae0582764926d02e"
]
]
},
{
"id": "0a8e9dc8f5523e2e",
"type": "inject",
"z": "d2bdd973700e1a16",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 120,
"y": 60,
"wires": [
[
"c605592220209999"
]
]
},
{
"id": "ae0582764926d02e",
"type": "debug",
"z": "d2bdd973700e1a16",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 530,
"y": 60,
"wires": []
},
{
"id": "dc09e8c3fafdebf4",
"type": "comment",
"z": "d2bdd973700e1a16",
"name": "Set username and passwort in the 'Growatt credentials'",
"info": "",
"x": 260,
"y": 120,
"wires": []
},
{
"id": "92c47ea9.241958",
"type": "growatt-config",
"name": "Growatt credentials",
"username": "",
"credentials": {}
}
]