forked from sunspec/rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_names.py
More file actions
101 lines (101 loc) · 3.03 KB
/
model_names.py
File metadata and controls
101 lines (101 loc) · 3.03 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
96
97
98
99
100
101
model_names = {
1: 'Common',
2: 'Basic Aggregator',
3: 'Secure Dataset Read Request',
4: 'Secure Dataset Read Response',
5: 'Secure Write Request',
6: 'Secure Write Sequential Request',
7: 'Secure Write Response Model (DRAFT 1)',
8: 'Get Device Security Certificate',
9: 'Set Operator Security Certificate',
10: 'Communication Interface Header',
11: 'Ethernet Link Layer',
12: 'IPv4',
13: 'IPv6',
14: 'Proxy Server',
15: 'Interface Counters Model',
16: 'Simple IP Network',
17: 'Serial Interface',
18: 'Cellular Link',
19: 'PPP Link',
101: 'Inverter (Single Phase)',
102: 'Inverter (Split-Phase)',
103: 'Inverter (Three Phase)',
111: 'Inverter (Single Phase) FLOAT',
112: 'Inverter (Split Phase) FLOAT',
113: 'Inverter (Three Phase) FLOAT',
120: 'Nameplate',
121: 'Basic Settings',
122: 'Measurements_Status',
123: 'Immediate Controls',
124: 'Storage',
125: 'Pricing',
126: 'Static Volt-VAR',
127: 'Freq-Watt Param',
128: 'Dynamic Reactive Current',
129: 'LVRTD',
130: 'HVRTD',
131: 'Watt-PF',
132: 'Volt-Watt',
133: 'Basic Scheduling',
134: 'Freq-Watt Crv',
135: 'LFRT',
136: 'HFRT',
137: 'LVRTC',
138: 'HVRTC',
139: 'LVRTX',
140: 'HVRTX',
141: 'LFRTC',
142: 'HFRTC',
143: 'LFRTX',
144: 'HFRTX',
145: 'Extended Settings',
160: 'Multiple MPPT Inverter Extension Model',
201: 'Meter (Single Phase)single phase (AN or AB) meter',
202: 'split single phase (ABN) meter',
203: 'wye-connect three phase (abcn) meter',
204: 'delta-connect three phase (abc) meter',
211: 'single phase (AN or AB) meter',
212: 'split single phase (ABN) meter',
213: 'wye-connect three phase (abcn) meter',
214: 'delta-connect three phase (abc) meter',
220: 'Secure AC Meter Selected Readings',
302: 'Irradiance Model',
303: 'Back of Module Temperature Model',
304: 'Inclinometer Model',
305: 'GPS',
306: 'Reference Point Model',
307: 'Base Met',
308: 'Mini Met Model',
401: 'String Combiner (Current)',
402: 'String Combiner (Advanced)',
403: 'String Combiner (Current)',
404: 'String Combiner (Advanced)',
501: 'Solar Module',
502: 'Solar Module',
601: 'Tracker Controller DRAFT 2',
701: 'DER AC Measurement',
702: 'DER Capacity',
703: 'Enter Service',
704: 'DER AC Controls',
705: 'DER Volt-Var',
706: 'DER Volt-Watt',
707: 'DER Trip LV',
708: 'DER Trip HV',
709: 'DER Trip LF',
710: 'DER Trip HF',
711: 'DER Frequency Droop',
712: 'DER Watt-Var',
713: 'DER Storage Capacity',
714: 'DER DC Measurement',
715: 'DERCtl',
801: 'Energy Storage Base Model (DEPRECATED)',
802: 'Battery Base Model',
803: 'Lithium-Ion Battery Bank Model',
804: 'Lithium-Ion String Model',
805: 'Lithium-Ion Module Model',
806: 'Flow Battery Model',
807: 'Flow Battery String Model',
808: 'Flow Battery Module Model',
809: 'Flow Battery Stack Model',
}