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
| ```
{"Title":"Eneco Greenflux","LANEnabled":true,"GPRSEnabled":true,"Values":[
{"Key":"Title","Value":"Eneco Greenflux"},
{"Key":"OD_gprsAPNname","Value":"tupi-eem.ic.m2mportal.nl"},
{"Key":"OD_gprsAPNuser","Value":"m2m"},
{"Key":"OD_gprsAPNpassword","Value":"sim"},
{"Key":"OD_gprsSIMpin","Value":""},
{"Key":"OD_commDNS1_1_value","Value":"10.0.1.20"},
{"Key":"OD_commDNS1_2_value","Value":"10.0.0.10"},
{"Key":"OD_commDNS2_1_value","Value":""},
{"Key":"OD_commDNS2_2_value","Value":""},
{"Key":"OD_commBackOfficeURL_serverDomainAndPort","Value":"ws://ocpp-ene.greenflux.com:80"},
{"Key":"OD_commBackOfficeURL_serverPath","Value":""},
{"Key":"OD_commBackOfficeURLwired_serverDomainAndPort","Value":"ws://ocpp-ene-public.greenflux.com"},
{"Key":"OD_commBackOfficeURLwired_serverPath","Value":""},
{"Key":"OD_commProtocolName","Value":"ocpp/json"},
{"Key":"OD_commProtocolVersion","Value":"1.6"},
{"Key":"OD_mainEVDisconnectTimeout","Value":"10"},
{"Key":"OD_sysIntensity_auto","Value":"False"},
{"Key":"OD_sysIntensity_intensity","Value":"100"},
{"Key":"OD_sysTimeZoneMinutes","Value":"60"},
{"Key":"OD_sysOCPP15SmartCharging_smartChargingType","Value":"0"},
{"Key":"OD_commSendStationStatus","Value":"True"},
{"Key":"OD_commTransactionMessageAttempts","Value":"0"},
{"Key":"OD_commTransactionMessageRetryInterval","Value":"60"},
{"Key":"OD_commProfile1_boVersion","Value":"3"},
{"Key":"OD_commProfile1_boTransport","Value":"0"},
{"Key":"OD_commProfile1_CSMSUrl","Value":"ws://ocpp-ene-public.greenflux.com:80/"},
{"Key":"OD_commProfile1_msgTimeout","Value":"10"},
{"Key":"OD_commProfile1_SecurityProfile","Value":"0"},
{"Key":"OD_commProfile1_boInterface","Value":"1"},
{"Key":"OD_commProfile1_APNName","Value":""},
{"Key":"OD_commProfile1_APNUsername","Value":""},
{"Key":"OD_commProfile1_APNPassword","Value":""},
{"Key":"OD_commProfile1_simPin","Value":""},
{"Key":"OD_commProfile1_preferredNetwork","Value":""},
{"Key":"OD_commProfile1_useOnlyPreferredNetwork","Value":"0"},
{"Key":"OD_commProfile1_apnAuthentication","Value":"0"},
{"Key":"OD_commProfile1_priority","Value":"1"},
{"Key":"OD_commProfile2_boVersion","Value":"3"},
{"Key":"OD_commProfile2_boTransport","Value":"0"},
{"Key":"OD_commProfile2_CSMSUrl","Value":"ws://ocpp-ene.greenflux.com:80/"},
{"Key":"OD_commProfile2_msgTimeout","Value":"15"},
{"Key":"OD_commProfile2_SecurityProfile","Value":"0"},
{"Key":"OD_commProfile2_boInterface","Value":"5"},
{"Key":"OD_commProfile2_APNName","Value":"tupi-eem.ic.m2mportal.nl"},
{"Key":"OD_commProfile2_APNUsername","Value":"m2m"},
{"Key":"OD_commProfile2_APNPassword","Value":"sim"},
{"Key":"OD_commProfile2_simPin","Value":""},
{"Key":"OD_commProfile2_preferredNetwork","Value":""},
{"Key":"OD_commProfile2_useOnlyPreferredNetwork","Value":"0"},
{"Key":"OD_commProfile2_apnAuthentication","Value":"0"},
{"Key":"OD_commProfile2_priority","Value":"2"},
{"Key":"OD_commProfile3_boVersion","Value":"0"},
{"Key":"OD_commProfile3_boTransport","Value":"0"},
{"Key":"OD_commProfile3_CSMSUrl","Value":""},
{"Key":"OD_commProfile3_msgTimeout","Value":"10"},
{"Key":"OD_commProfile3_SecurityProfile","Value":"0"},
{"Key":"OD_commProfile3_boInterface","Value":"0"},
{"Key":"OD_commProfile3_APNName","Value":""},
{"Key":"OD_commProfile3_APNUsername","Value":""},
{"Key":"OD_commProfile3_APNPassword","Value":""},
{"Key":"OD_commProfile3_simPin","Value":""},
{"Key":"OD_commProfile3_preferredNetwork","Value":""},
{"Key":"OD_commProfile3_useOnlyPreferredNetwork","Value":"0"},
{"Key":"OD_commProfile3_apnAuthentication","Value":"0"},
{"Key":"OD_commProfile3_priority","Value":"0"},
{"Key":"OD_commProfile4_boVersion","Value":"0"},
{"Key":"OD_commProfile4_boTransport","Value":"0"},
{"Key":"OD_commProfile4_CSMSUrl","Value":""},
{"Key":"OD_commProfile4_msgTimeout","Value":"10"},
{"Key":"OD_commProfile4_SecurityProfile","Value":"0"},
{"Key":"OD_commProfile4_boInterface","Value":"0"},
{"Key":"OD_commProfile4_APNName","Value":""},
{"Key":"OD_commProfile4_APNUsername","Value":""},
{"Key":"OD_commProfile4_APNPassword","Value":""},
{"Key":"OD_commProfile4_simPin","Value":""},
{"Key":"OD_commProfile4_preferredNetwork","Value":""},
{"Key":"OD_commProfile4_useOnlyPreferredNetwork","Value":"0"},
{"Key":"OD_commProfile4_apnAuthentication","Value":"0"},
{"Key":"OD_commProfile4_priority","Value":"0"},
{"Key":"OD_commNetworkProfileConnectionAttempts","Value":"3"}
] }
``` |