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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
| {
"version": "v3.8.0",
"serialnr": 7532,
"mode": "SOLAR",
"mode_id": 2,
"car_connected": true,
"wifi": {
"status": "WL_CONNECTED",
"ssid": "****",
"rssi": -27,
"bssid": "D6:01:C3:73:79:F7"
},
"evse": {
"temp": 36,
"temp_max": 65,
"connected": true,
"access": 1,
"mode": 2,
"loadbl": 0,
"pwm": 102,
"custombutton": false,
"solar_stop_timer": 0,
"state": "Charging",
"state_id": 2,
"error": "None",
"error_id": 0,
"rfid": "Not Installed"
},
"settings": {
"charge_current": 60,
"override_current": 0,
"current_min": 6,
"current_max": 25,
"current_main": 25,
"current_max_circuit": 32,
"current_max_sum_mains": 0,
"max_sum_mains_time": 0,
"solar_max_import": 0,
"solar_start_current": 6,
"solar_stop_time": 1,
"enable_C2": "Auto",
"mains_meter": "API",
"starttime": 0,
"stoptime": 0,
"repeat": 0,
"lcdlock": 0
},
"mqtt": {
"host": "*******",
"port": 1883,
"topic_prefix": "SmartEVSE-7532",
"username": "*******",
"password_set": true,
"status": "Connected"
},
"ocpp": {
"mode": "Disabled",
"backend_url": "",
"cb_id": "",
"auth_key": "",
"auto_auth": "Disabled",
"auto_auth_idtag": "",
"status": "Disconnected"
},
"home_battery": {
"current": 0,
"last_update": 0
},
"ev_meter": {
"description": "API",
"address": 12,
"import_active_power": 4.199999809,
"total_kwh": 22.89999962,
"charged_kwh": 3.900000095,
"currents": {
"TOTAL": 175,
"L1": 58,
"L2": 58,
"L3": 59
},
"import_active_energy": 22.89999962,
"export_active_energy": 0
},
"mains_meter": {
"import_active_energy": 0,
"export_active_energy": 0
},
"phase_currents": {
"TOTAL": 58,
"L1": 17,
"L2": 16,
"L3": 25,
"last_data_update": 1744448592,
"original_data": {
"TOTAL": 58,
"L1": 17,
"L2": 16,
"L3": 25
}
},
"backlight": {
"timer": 119,
"status": "ON"
},
"color": {
"off": {
"R": 0,
"G": 0,
"B": 0
},
"normal": {
"R": 0,
"G": 255,
"B": 0
},
"smart": {
"R": 0,
"G": 255,
"B": 0
},
"solar": {
"R": 255,
"G": 170,
"B": 0
},
"custom": {
"R": 0,
"G": 0,
"B": 255
}
}
}
} |