forked from Sevenstax/FreeV2G
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathev.json
36 lines (36 loc) · 802 Bytes
/
ev.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
{
"mac": "00:01:01:63:77:31",
"ev": {
"evid": "00:01:01:63:77:31",
"protocol_count": 2,
"protocols": [
0,
1
],
"payment_method_count": 1,
"payment_method": [
0
],
"energy_transfer_mode_count": 2,
"energy_transfer_mode": [
0,
4
]
},
"battery": {
"timestep": 10000,
"capacity": 50000,
"level": 49000,
"full_soc": 100,
"bulk_soc": 80,
"max_current": 100,
"max_power": 12000,
"max_voltage": 300,
"target_current": 40,
"target_voltage": 200,
"target_voltage_delta": 10,
"max_current_AC": 0,
"max_voltage_AC": 0,
"min_current_AC": 0
}
}