DLMS-SPODES 0.87.17__py3-none-any.whl → 0.88.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. DLMS_SPODES/Values/EN/__init__.py +1 -1
  2. DLMS_SPODES/Values/EN/actors.py +8 -8
  3. DLMS_SPODES/Values/EN/relation_to_obis_names.py +387 -387
  4. DLMS_SPODES/Values/RU/__init__.py +1 -1
  5. DLMS_SPODES/Values/RU/actors.py +8 -8
  6. DLMS_SPODES/Values/RU/relation_to_obis_names.py +396 -396
  7. DLMS_SPODES/__init__.py +6 -6
  8. DLMS_SPODES/configEN.ini +126 -126
  9. DLMS_SPODES/config_parser.py +53 -53
  10. DLMS_SPODES/cosem_interface_classes/Overview/__init__.py +0 -0
  11. DLMS_SPODES/cosem_interface_classes/Overview/class_id.py +107 -0
  12. DLMS_SPODES/cosem_interface_classes/__class_init__.py +3 -3
  13. DLMS_SPODES/cosem_interface_classes/__init__.py +3 -2
  14. DLMS_SPODES/cosem_interface_classes/activity_calendar.py +210 -254
  15. DLMS_SPODES/cosem_interface_classes/arbitrator.py +78 -105
  16. DLMS_SPODES/cosem_interface_classes/association_ln/abstract.py +50 -34
  17. DLMS_SPODES/cosem_interface_classes/association_ln/authentication_mechanism_name.py +25 -25
  18. DLMS_SPODES/cosem_interface_classes/association_ln/mechanism_id.py +25 -25
  19. DLMS_SPODES/cosem_interface_classes/association_ln/method.py +5 -5
  20. DLMS_SPODES/cosem_interface_classes/association_ln/ver0.py +440 -485
  21. DLMS_SPODES/cosem_interface_classes/association_ln/ver1.py +126 -133
  22. DLMS_SPODES/cosem_interface_classes/association_ln/ver2.py +30 -36
  23. DLMS_SPODES/cosem_interface_classes/association_ln/ver3.py +3 -4
  24. DLMS_SPODES/cosem_interface_classes/association_sn/ver0.py +14 -12
  25. DLMS_SPODES/cosem_interface_classes/clock.py +81 -131
  26. DLMS_SPODES/cosem_interface_classes/collection.py +2106 -2122
  27. DLMS_SPODES/cosem_interface_classes/cosem_interface_class.py +525 -583
  28. DLMS_SPODES/cosem_interface_classes/data.py +12 -21
  29. DLMS_SPODES/cosem_interface_classes/demand_register/ver0.py +32 -59
  30. DLMS_SPODES/cosem_interface_classes/disconnect_control.py +56 -74
  31. DLMS_SPODES/cosem_interface_classes/extended_register.py +18 -27
  32. DLMS_SPODES/cosem_interface_classes/gprs_modem_setup.py +33 -43
  33. DLMS_SPODES/cosem_interface_classes/gsm_diagnostic/ver0.py +78 -103
  34. DLMS_SPODES/cosem_interface_classes/gsm_diagnostic/ver1.py +42 -40
  35. DLMS_SPODES/cosem_interface_classes/gsm_diagnostic/ver2.py +6 -9
  36. DLMS_SPODES/cosem_interface_classes/iec_hdlc_setup/ver0.py +11 -11
  37. DLMS_SPODES/cosem_interface_classes/iec_hdlc_setup/ver1.py +27 -53
  38. DLMS_SPODES/cosem_interface_classes/iec_local_port_setup.py +9 -11
  39. DLMS_SPODES/cosem_interface_classes/image_transfer/image_transfer_status.py +15 -15
  40. DLMS_SPODES/cosem_interface_classes/image_transfer/ver0.py +54 -126
  41. DLMS_SPODES/cosem_interface_classes/implementations/__init__.py +3 -3
  42. DLMS_SPODES/cosem_interface_classes/implementations/arbitrator.py +19 -19
  43. DLMS_SPODES/cosem_interface_classes/implementations/data.py +491 -487
  44. DLMS_SPODES/cosem_interface_classes/implementations/profile_generic.py +85 -83
  45. DLMS_SPODES/cosem_interface_classes/ipv4_setup.py +42 -72
  46. DLMS_SPODES/cosem_interface_classes/limiter.py +77 -111
  47. DLMS_SPODES/cosem_interface_classes/ln_pattern.py +334 -333
  48. DLMS_SPODES/cosem_interface_classes/modem_configuration/ver0.py +51 -65
  49. DLMS_SPODES/cosem_interface_classes/modem_configuration/ver1.py +27 -39
  50. DLMS_SPODES/cosem_interface_classes/ntp_setup/ver0.py +48 -67
  51. DLMS_SPODES/cosem_interface_classes/obis.py +28 -23
  52. DLMS_SPODES/cosem_interface_classes/overview.py +198 -197
  53. DLMS_SPODES/cosem_interface_classes/parameter.py +548 -547
  54. DLMS_SPODES/cosem_interface_classes/parameters.py +172 -172
  55. DLMS_SPODES/cosem_interface_classes/profile_generic/ver0.py +90 -133
  56. DLMS_SPODES/cosem_interface_classes/profile_generic/ver1.py +268 -277
  57. DLMS_SPODES/cosem_interface_classes/push_setup/ver0.py +13 -12
  58. DLMS_SPODES/cosem_interface_classes/push_setup/ver1.py +9 -10
  59. DLMS_SPODES/cosem_interface_classes/push_setup/ver2.py +124 -166
  60. DLMS_SPODES/cosem_interface_classes/register.py +18 -45
  61. DLMS_SPODES/cosem_interface_classes/register_activation/ver0.py +45 -80
  62. DLMS_SPODES/cosem_interface_classes/register_monitor.py +33 -46
  63. DLMS_SPODES/cosem_interface_classes/reports.py +72 -70
  64. DLMS_SPODES/cosem_interface_classes/schedule.py +88 -176
  65. DLMS_SPODES/cosem_interface_classes/script_table.py +54 -87
  66. DLMS_SPODES/cosem_interface_classes/security_setup/ver0.py +45 -68
  67. DLMS_SPODES/cosem_interface_classes/security_setup/ver1.py +122 -158
  68. DLMS_SPODES/cosem_interface_classes/single_action_schedule.py +34 -50
  69. DLMS_SPODES/cosem_interface_classes/special_days_table.py +54 -84
  70. DLMS_SPODES/cosem_interface_classes/tcp_udp_setup.py +20 -42
  71. DLMS_SPODES/cosem_pdu.py +93 -93
  72. DLMS_SPODES/enums.py +625 -625
  73. DLMS_SPODES/exceptions.py +106 -106
  74. DLMS_SPODES/firmwares.py +99 -99
  75. DLMS_SPODES/hdlc/frame.py +875 -875
  76. DLMS_SPODES/hdlc/sub_layer.py +54 -54
  77. DLMS_SPODES/literals.py +17 -17
  78. DLMS_SPODES/obis/__init__.py +1 -1
  79. DLMS_SPODES/obis/media_id.py +931 -931
  80. DLMS_SPODES/pardata.py +22 -22
  81. DLMS_SPODES/pdu_enums.py +98 -98
  82. DLMS_SPODES/relation_to_OBIS.py +463 -465
  83. DLMS_SPODES/settings.py +551 -551
  84. DLMS_SPODES/types/choices.py +140 -142
  85. DLMS_SPODES/types/common_data_types.py +2379 -2401
  86. DLMS_SPODES/types/cosem_service_types.py +109 -109
  87. DLMS_SPODES/types/implementations/arrays.py +25 -25
  88. DLMS_SPODES/types/implementations/bitstrings.py +97 -97
  89. DLMS_SPODES/types/implementations/double_long_usingneds.py +35 -35
  90. DLMS_SPODES/types/implementations/enums.py +57 -57
  91. DLMS_SPODES/types/implementations/integers.py +12 -11
  92. DLMS_SPODES/types/implementations/long_unsigneds.py +127 -127
  93. DLMS_SPODES/types/implementations/octet_string.py +11 -11
  94. DLMS_SPODES/types/implementations/structs.py +64 -64
  95. DLMS_SPODES/types/type_alias.py +74 -0
  96. DLMS_SPODES/types/useful_types.py +627 -677
  97. {dlms_spodes-0.87.17.dist-info → dlms_spodes-0.88.1.dist-info}/METADATA +30 -30
  98. dlms_spodes-0.88.1.dist-info/RECORD +118 -0
  99. {dlms_spodes-0.87.17.dist-info → dlms_spodes-0.88.1.dist-info}/WHEEL +1 -1
  100. DLMS_SPODES/cosem_interface_classes/a_parameter.py +0 -20
  101. DLMS_SPODES/cosem_interface_classes/attr_indexes.py +0 -12
  102. dlms_spodes-0.87.17.dist-info/RECORD +0 -117
  103. {dlms_spodes-0.87.17.dist-info → dlms_spodes-0.88.1.dist-info}/top_level.txt +0 -0
@@ -1,387 +1,387 @@
1
- UNKNOWN = "Unknown of class name"
2
- FOR = "for"
3
- BILLING_PERIOD = "For billing period"
4
-
5
- # DLMS UA 1000-1 Ed 14 7.3.2 Value group B Table 56
6
- INSTANCE = "instance"
7
- CHANNEL = "channel"
8
- UTILITY_SPECIFIC = "utility specific code"
9
- MANUFACTURER_SPECIFIC = "manufacturer specific code"
10
- RESERVED = "reserved"
11
-
12
- OVER_VOLTAGE_COUNTER = "over voltage counter"
13
-
14
-
15
- GLOBAL_METER_RESET_SCRIPT_TABLE = "Global meter reset Script table"
16
- MDI_RESET_END_OF_BILLING_PERIOD_SCRIPT_TABLE = "MDI reset / End of billing period Script table"
17
- TARIFFICATION_SCRIPT_TABLE = "Tariffication Script table"
18
- SET_OUTPUT_SIGNALS_SCRIPT_TABLE = "Set output signals Script table"
19
- DISCONNECT_CONTROL_SCRIPT_TABLE = "Disconnect control Script table"
20
- IMAGE_ACTIVATION_SCRIPT_TABLE = "Image activation Script table"
21
- PUSH_SCRIPT_TABLE = "Push Script table"
22
- RU_STOP_FRAME_SCRIPT_TABLE = "Russian. Stop frame script table"
23
- SPECIAL_DAYS_TABLE = "Special days table"
24
- END_OF_BILLING_PERIOD_SINGLE_ACTION_SCHEDULE = "End of billing period Single action schedule"
25
- DISCONNECT_CONTROL_SINGLE_ACTION_SCHEDULE = "Disconnect control Single action schedule"
26
- IMAGE_ACTIVATION_SINGLE_ACTION_SCHEDULE = "Image activation Single action schedule"
27
- OUTPUT_CONTROL_SINGLE_ACTION_SCHEDULE = "Output control Single action schedule"
28
- PUSH_SINGLE_ACTION_SCHEDULE = "Push Single action schedule"
29
- LOAD_PROFILE_CONTROL_SINGLE_ACTION_SCHEDULE = "Load profile control Single action schedule"
30
- M_BUS_PROFILE_CONTROL_SINGLE_ACTION_SCHEDULE = "M-Bus profile control Single action schedule"
31
- FUNCTION_CONTROL_SINGLE_ACTION_SCHEDULE = "Function control Single action schedule"
32
- RU_LIMITER_BY_POWER = "RU. Limiter by power"
33
- RU_LIMITER_BY_CURRENT = "RU. Limiter by current"
34
- RU_LIMITER_BY_VOLTAGE = "RU. Limiter by voltage"
35
- RU_LIMITER_BY_MAGNETIC = "RU. Limiter by magnetic"
36
- RU_LIMITER_BY_DIFFERENCE_CURRENT = "RU. Limiter by difference current"
37
- RU_LIMITER_BY_TEMPERATURE = "RU. Limiter by temperature"
38
- RU_IEC_HDLC_SETUP_OPTO = "IEC HDLC Setup Opto"
39
- RU_IEC_HDLC_SETUP_RS_485 = "IEC HDLC Setup RS-485"
40
- RU_IEC_HDLC_SETUP_GSM = "IEC HDLC Setup GSM"
41
- CURRENT_ASSOCIATION = "Current association"
42
- RU_PUBLIC_CLIENT_ASSOCIATION = "Public client association"
43
- RU_METER_READER_ASSOCIATION = "Meter reader association"
44
- RU_UTILITY_SETTING_ASSOCIATION = "Utility setting association"
45
- RU_PUSH = "PUSH"
46
- COSEM_LOGICAL_DEVICE_NAME = "COSEM logical device name"
47
- INVOCATION_COUNTER = "Invocation counter"
48
- RU_SPECIFIC_PASSPORT_DATA_PROFILE = "Russian specific passport data profile"
49
- RU_DEVICE_FACTORY_NUMBER = "Device factory number"
50
- RU_DEVICE_TYPE = "Device Type"
51
- RU_DEVICE_METROLOGICAL_VERSION = "Device metrological version"
52
- RU_PRODUCER_NAME = "Producer name"
53
- RU_DEVICE_RELEASE_DATE = "Device release date"
54
- RU_REMOTE_CONSOLE_SERIAL_NUMBER = "Remote console Serial number"
55
- RU_SPODES_VERSION = "SPODES version"
56
- RU_DEVICE_CONNECTION_SCHEME = "Device Connection scheme"
57
- RU_DEVICE_ID = "device ID"
58
- RU_COUNTER_POINT_DATA = "counter point data"
59
- I_O_CONTROL_SIGNAL_OBJECTS_GLOBAL = "I/O control signal objects, global"
60
- # 6.2.4 Other abstract general purpose OBIS codes
61
- # Program entries Table 60
62
- ACTIVE_FIRMWARE_IDENTIFIER = "Active firmware identifier"
63
- ACTIVE_FIRMWARE_VERSION = "Active firmware version"
64
- ACTIVE_FIRMWARE_SIGNATURE = "Active firmware signature"
65
- # 6.2.13 Register monitor and alarm monitor objects
66
- RU_ALARM_MONITOR_1 = "RU. Load alarm monitor"
67
- # 6.2.19 Standard readout profile objects
68
- GENERAL_DISPLAY_READOUT = "General display readout"
69
- ALTERNATE_DISPLAY_READOUT = "Alternate display readout"
70
- # 6.2.44 Parameter changes and calibration objects
71
- PARAMETER_CHANGES_AND_CALIBRATION_0 = "RU. Correction counter(Configuring)"
72
- # 6.2.48 Status of internal control signals objects
73
- RU_LCD_BACKLIGHT_MODE = "Lcd backlight mode"
74
-
75
- POWER_QUALITY_STATUS_DAILY = "Power quality status (profile of daily testimony)"
76
- POWER_QUALITY_STATUS_QUALITY_LOG = "Power quality status (power quality log)"
77
- TIME_OF_OPERATION = "Time of operation"
78
- RU_DURATION_OF_FAILURE_OVERSTRAIN = "Duration of failure/overstrain"
79
- RU_AMBIENT_TEMPERATURE = "Ambient temperature"
80
- EVENTS_RELATED_TO_VOLTAGE = "Events related to voltage"
81
- RU_EVENTS_RELATED_TO_CURRENT = "Events related to current"
82
- RU_EVENTS_RELATED_TO_LOAD_RELAY = "Events related to load relay"
83
- RU_EVENTS_FOR_PROGRAMMING_DEVICE_PARAMETERS = "Events for programming PU parameters"
84
- RU_EXTERNAL_IMPACT_EVENTS = "External impact events"
85
- RU_COMMUNICATION_EVENTS = "Communication events"
86
- RU_ACCESS_CONTROL_EVENTS = "Access control events"
87
- RU_EVENT_CODES_FOR_THE_SELF_DIAGNOSIS_LOG = "Event codes for the self-diagnosis log"
88
- RU_EVENTS_FOR_EXCEEDING_THE_REACTIVE_POWER = "Events for exceeding the reactive power"
89
- RU_CHANNEL_NUMBER_INTERFACE = "channel number (interface)"
90
- COMMUNICATION_ADDRESS = "Communication address"
91
- LOAD_PARAMETERS_PROFILE = "Load parameters profile"
92
- # 6.2.59 Event counter objects
93
- RU_RELAY_TRIGGERING_METER_FOR_OPENING = "RU. Relay triggering meter for opening"
94
- # 6.2.62 Meter tamper event related objects
95
- METER_OPEN_EVENT_COUNTER = "Meter open event counter"
96
- METER_OPEN_EVENT_TIME_STAMP = "Meter open event, time stamp of current event occurrence"
97
- METER_OPEN_EVENT_DURATION = "Meter open event, duration of current event"
98
- METER_OPEN_EVENT_CUMULATIVE_DURATION = "Meter open event, cumulative duration "
99
- TERMINAL_COVER_OPEN_EVENT_COUNTER = "Terminal cover open event counter"
100
- TERMINAL_COVER_OPEN_EVENT_TIME_STAMP = "Terminal cover open event, time stamp of current event occurrence"
101
- TERMINAL_COVER_OPEN_EVENT_DURATION = "Terminal cover open event, duration of current event"
102
- TERMINAL_COVER_OPEN_EVENT_CUMULATIVE = "Terminal cover open event, cumulative duration"
103
- TILT_EVENT_COUNTER = "Tilt event counter"
104
- TILT_EVENT_TIME_STAMP = "Tilt event, time stamp of current event occurrence"
105
- TILT_EVENT_DURATION = "Tilt event, duration of current event"
106
- TILT_EVENT_CUMULATIVE_DURATION = "Tilt event, cumulative duration"
107
- STRONG_DC_MAGNETIC_FIELD_EVENT_COUNTER = "Strong DC magnetic field event counter"
108
- STRONG_DC_MAGNETIC_FIELD_EVENT_TIME_STAMP = "Strong DC magnetic field event, time stamp of current event occurrence"
109
- STRONG_DC_MAGNETIC_FIELD_EVENT_DURATION = "Strong DC magnetic field event, duration of current event"
110
- STRONG_DC_MAGNETIC_FIELD_EVENT_CUMULATIVE_DURATION = "Strong DC magnetic field event, cumulative duration"
111
- SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_COUNTER = "Supply control switch / valve tamper event counter"
112
- SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_TIME_STAMP = "Supply control switch / valve tamper event, time stamp of current event occurrence"
113
- SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_DURATION = "Supply control switch / valve tamper event, duration of current event"
114
- SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_CUMULATIVE_DURATION = "Supply control switch / valve tamper event, cumulative duration"
115
- METROLOGY_TAMPER_EVENT_COUNTER = "Metrology tamper event counter"
116
- METROLOGY_TAMPER_EVENT_TIME_STAMP = "Metrology tamper event, time stamp of current event occurrence"
117
- METROLOGY_TAMPER_EVENT_DURATION = "Metrology tamper event, duration of current event"
118
- METROLOGY_TAMPER_EVENT_CUMULATIVE_DURATION = "Metrology tamper event, cumulative duration"
119
- COMMUNICATION_TAMPER_EVENT_COUNTER = "Communication tamper event counter"
120
- COMMUNICATION_TAMPER_EVENT_TIME_STAMP = "Communication tamper event, time stamp of current event occurrence"
121
- COMMUNICATION_TAMPER_EVENT_DURATION = "Communication tamper event, duration of current event"
122
- COMMUNICATION_TAMPER_EVENT_CUMULATIVE_DURATION = "Communication tamper event, cumulative duration"
123
- # 6.2.64 Alarm register, Alarm filter and Alarm descriptor objects
124
- RU_ALARM_REGISTER_1 = "RU. Alarm register. Initiative output"
125
- RU_ALARM_FILTER_1 = "RU. Alarm filter. Initiative exit"
126
- RU_ALARM_REGISTER_2 = "RU. Alarm register. Load relay"
127
- RU_ALARM_FILTER_2 = "RU. Alarm filter. Load relay"
128
- ALARM_DESCRIPTOR = "SPODES3. Alarm descriptor. Initiative output"
129
- # СТО 34.01-5.1-006-2021 Д.11 Журналы событий и захватываемые параметры
130
- RU_VOLTAGE_LOG = "RU. Voltage log"
131
- RU_CURRENT_LOG = "RU. Current log"
132
- RU_COMMUTATION_LOG = "RU. Commutation log"
133
- RU_DATA_CORRECTION_LOG = "RU. Data correction log"
134
- RU_EXTERNAL_IMPACT_LOG = "RU. External impact log"
135
- RU_COMMUNICATION_LOG = "RU. Communication log"
136
- RU_ACCESS_LOG = "RU. Access log"
137
- RU_SELF_DIAGNOSTIC_LOG = "RU. Self diagnostic log"
138
- RU_REACTIVE_POWER_LOG = "RU. Reactive power log"
139
- RU_QUALITY_POWER_LOG = "RU. Quality power log"
140
- RU_STATUS_I_O_LOG = "RU. Status I/O log"
141
- RU_REACTIVE_POWER_LIMIT_LOG = "RU. Reactive power limit log"
142
- RU_TIME_CORRECTION_LOG = "RU. Time correction log"
143
- RU_START_YEAR_LOG = "RU. Start year log"
144
- RU_QUALITY_FOR_CALCULATION_PERIOD_LOG = "RU. Powerline quality for calculation period log"
145
- RU_CONTROL_POWER_LOG = "RU. Control power log"
146
- RU_BATTERY_LOG = "RU. Battery log"
147
- RU_CONTROL_OF_LOAD_RELAY_BLOCKER_LOG = "RU. Control of load relay blocker log"
148
- RU_TEMPERATURE_CONTROL_LOG = "RU. Temperature control log"
149
- RU_VOLTAGE_DEVIATION_LOG = "RU. Voltage deviation log"
150
- RU_LINEAR_VOLTAGE_DEVIATION_LOG = "RU. Linear voltage deviation log"
151
- RU_ABNORMAL_NETWORK_SITUATION_LOG = "RU. Abnormal network situation log"
152
- RU_VOLTAGE_INTERRUPTION_LOG = "RU. Over interruption log"
153
- RU_OVER_VOLTAGE_LOG = "RU. Over voltage log"
154
- #
155
- ITE_FIRMWARE_DESCRIPTOR = "ITE. Firmware descriptor"
156
- ITE_MAGNETIC_SENSOR_STATUS = "ITE. Magnetic sensor status"
157
- ITE_DISCRETE_OUTPUTS = "ITE. Discrete outputs"
158
- ITE_SETTING_OF_RELAY_INCLUSION_PER_DAY = "ITE. Setting of relay inclusion per day"
159
- ITE_SETTINGS_MESSAGES = "ITE. Settings messages"
160
- ITE_CORE_REGISTERS = "ITE. Core registers"
161
- ITE_BLE_ID = "ITE. BLUETOOTHLE ID"
162
- ITE_BITMAP = "ITE. BITMAP loader"
163
- ITE_ICCID = "ITE. ICCID"
164
- KPZ_IMSI = "KPZ. IMSI"
165
- KPZ_RELAY_TURN_COUNTER = "KPZ. Relay turn counter"
166
- RU_BODY_OPENING_STATE = "RU. Current condition of the opening sensor of the body"
167
- RU_TERMINALS_COVER_OPENING_STATE = "RU. Current condition of the opening sensor of the terminal covers"
168
- RU_MAGNETIC_FIELD_STATE = "RU. Current state of the magnetic field sensor"
169
- RU_HF_FIELD_STATE = "RU. Current state of HF field"
170
- RU_ELECTRONIC_SEALS_FIXED_STATE_OF_EVENTS = "RU. Fixed state of events of electronic seals"
171
- RU_PRESSING_ELECTRONIC_SEALS = "RU. Pressing electronic seals"
172
- RU_CLEAR_OF_ELECTRONIC_SEALS_FIXED_STATE = "RU. Cleaning recorded events (magnet and HF field)"
173
- RU_FIRST_OPENING_TIME_OF_BODY = "RU. The first opening time of the electronic seal of the case"
174
- RU_FIRST_OPENING_TIME_OF_TERMINALS_COVER = "RU. The first opening time of the electronic seal of the terminal covers"
175
- # 7.4. Abstract object
176
- # 7.4.1 Table 60 General and service entry object - Abstract
177
- RU_RELAY_LOAD_ARBITRATOR = "RU. Relay load arbitrator"
178
- # Communication port log parameters
179
- ITE_USED_COMMUNICATION_INTERFACES = "ITE. Used communication interfaces"
180
- # Consumer messages
181
- LOCAL_CONSUMER_MESSAGE = "Consumer message via local consumer information port"
182
- DISPLAY_CONSUMER_MESSAGE = "Consumer message via the meter display and / or via consumer information port"
183
- # 7.4.5 Data profile objects – Abstract
184
- GSM_DIAGNOSTIC_PROFILE = "GSM diagnostic profile"
185
- # electricity
186
- # 7.5.1 Value group C codes – Electricity
187
- ACTIVE_POWER_PLUS = "Active power+ (QI+QIV)"
188
- ACTIVE_POWER_MINUS = "Active power- (QII+QIII)"
189
- REACTIVE_POWER_PLUS = "Reactive power+ (QI+QII)"
190
- REACTIVE_POWER_MINUS = "Reactive power- (QIII+QIV)"
191
- REACTIVE_POWER_QI = "Reactive power QI"
192
- REACTIVE_POWER_QII = "Reactive power QII"
193
- REACTIVE_POWER_QIII = "Reactive power QIII"
194
- REACTIVE_POWER_QIV = "Reactive power QIV"
195
- APPARENT_POWER_PLUS = "Apparent power+ (QI+QIV)"
196
- APPARENT_POWER_MINUS = "Apparent power- (QII+QIII)"
197
- CURRENT = "Current"
198
- VOLTAGE = "Voltage"
199
- POWER_FACTOR = "Power factor"
200
- SUPPLY_FREQUENCY = "Supply frequency"
201
- ACTIVE_POWER_ABS_PLUS = "Active power (abs(QI+QIV)+(abs(QII+QIII))"
202
- ACTIVE_POWER_ABS_MINUS = "Active power (abs(QI+QIV)-abs(QII+QIII))"
203
- ACTIVE_POWER_QI = "Active power QI"
204
- ACTIVE_POWER_QII = "Active power QII"
205
- ACTIVE_POWER_QIII = "Active power QIII"
206
- ACTIVE_POWER_QIV = "Active power QIV"
207
- REACTIVE_FACTOR = "Reactive factor"
208
- CUMULATIVE = "Cumulative"
209
- ANY_PHASE = "Any phase"
210
- ALL_PHASE = "All phase"
211
- L1 = "L1"
212
- L2 = "L2"
213
- L3 = "L3"
214
- L1_L2 = "L1-L2"
215
- L2_L3 = "L2-L3"
216
- L3_L1 = "L3-L1"
217
- CUMULATIVE_AMPERE_SQUARED_HOURS = "Cumulative Ampere-squared hours (QI+QII+QIII+QIV)"
218
- CUMULATIVE_VOLT_SQUARED_HOURS = "Cumulative Volt-squared hours (QI+QII+QIII+QIV)"
219
- L0_CURRENT_NEUTRAL = "L0 current (neutral)"
220
- RU_DIFFERENTIAL_CURRENT = "RU. Differential current"
221
- PERCENT = "Percent"
222
- RU_LINEAR_VOLTAGE = "RU. Linear voltage"
223
- RU_POSITIVE_DEVIATION = "RU. Positive deviation"
224
- RU_NEGATIVE_DEVIATION = "RU. Negative deviation"
225
- POWER_REACTIVE_FACTOR = "Power reactive factor"
226
- VOLTAGE_ASYMMETRY_COEFFICIENT = "RU. Voltage asymmetry coefficient"
227
- # 7.5.2 Value group D codes – Electricity
228
- # 7.5.2.1 Processing of measurement values
229
- BILLING_PERIOD_AVERAGE_SINCE_LAST_RESET = "Billing period average (since last reset)"
230
- CUMULATIVE_MINIMUM_1 = "Cumulative minimum 1"
231
- CUMULATIVE_MAXIMUM_1 = "Cumulative maximum 1"
232
- MINIMUM_1 = "Minimum 1"
233
- CURRENT_AVERAGE_1 = "Current average 1"
234
- LAST_AVERAGE_1 = "Last average 1"
235
- MAXIMUM_1 = "Maximum 1"
236
- INSTANTANEOUS_VALUE = "Instantaneous value"
237
- TIME_INTEGRAL_1 = "Time integral 1"
238
- TIME_INTEGRAL_2 = "Time integral 2"
239
- TIME_INTEGRAL_3 = "Time integral 3"
240
- CUMULATIVE_MINIMUM_2 = "Cumulative minimum 2"
241
- CUMULATIVE_MAXIMUM_2 = "Cumulative maximum 2"
242
- MINIMUM_2 = "Minimum 2"
243
- CURRENT_AVERAGE_2 = "Current average 2"
244
- LAST_AVERAGE_2 = "Last average 2"
245
- MAXIMUM_2 = "Maximum 2"
246
- TIME_INTEGRAL_7 = "Time integral 7"
247
- TIME_INTEGRAL_8 = "Time integral 8"
248
- TIME_INTEGRAL_9 = "Time integral 9"
249
- TIME_INTEGRAL_10 = "Time integral 10"
250
- CUMULATIVE_MINIMUM_3 = "Cumulative minimum 3"
251
- CUMULATIVE_MAXIMUM_3 = "Cumulative maximum 3"
252
- MINIMUM_3 = "Minimum 3"
253
- CURRENT_AVERAGE_3 = "Current average 3"
254
- LAST_AVERAGE_3 = "Last average 3"
255
- MAXIMUM_3 = "Maximum 3"
256
- CURRENT_AVERAGE_5 = "Current average 5"
257
- CURRENT_AVERAGE_6 = "Current average 6"
258
- TIME_INTEGRAL_5 = "Time integral 5"
259
- TIME_INTEGRAL_6 = "Time integral 6"
260
- UNDER_LIMIT_THRESHOLD = "Under limit threshold"
261
- UNDER_LIMIT_OCCURRENCE_COUNTER = "Under limit occurrence counter"
262
- UNDER_LIMIT_DURATION = "Under limit duration"
263
- UNDER_LIMIT_MAGNITUDE = "Under limit magnitude"
264
- OVER_LIMIT_THRESHOLD = "Over limit threshold"
265
- OVER_LIMIT_OCCURRENCE_COUNTER = "Over limit occurrence counter"
266
- OVER_LIMIT_DURATION = "Over limit duration"
267
- OVER_LIMIT_MAGNITUDE = "Over limit magnitude"
268
- MISSING_THRESHOLD = "Missing threshold"
269
- MISSING_OCCURRENCE_COUNTER = "Missing occurrence counter"
270
- MISSING_DURATION = "Missing duration"
271
- MISSING_MAGNITUDE = "Missing magnitude"
272
- TIME_THRESHOLD_FOR_UNDER_LIMIT = "Time threshold for under limit"
273
- TIME_THRESHOLD_FOR_OVER_LIMIT = "Time threshold for over limit"
274
- TIME_THRESHOLD_FOR_MISSING_MAGNITUDE = "Time threshold for missing magnitude"
275
- CONTRACTED_VALUE = "Contracted value"
276
- AVERAGE_VALUE_FOR_RECORDING_INTERVAL_1 = "Average value for recording interval 1"
277
- AVERAGE_VALUE_FOR_RECORDING_INTERVAL_2 = "Average value for recording interval 2"
278
- MINIMUM_FOR_RECORDING_INTERVAL_1 = "Minimum for recording interval 1"
279
- MINIMUM_FOR_RECORDING_INTERVAL_2 = "Minimum for recording interval 2"
280
- MAXIMUM_FOR_RECORDING_INTERVAL_1 = "Maximum for recording interval 1"
281
- MAXIMUM_FOR_RECORDING_INTERVAL_2 = "Maximum for recording interval 2"
282
- TEST_AVERAGE = "Test average"
283
- CURRENT_AVERAGE_4_FOR_HARMONICS_MEASUREMENT = "Current average 4 for harmonics measurement"
284
- TIME_INTEGRAL_4 = "Time integral 4"
285
- RU_TOTAL_DEVIATION_TIME = "RU. Total deviation time"
286
- # 7.5.3.2 Tariff rates
287
- TOTAL = "Total"
288
- RATE = "Rate"
289
- MANUFACTURER_SPECIFIC_CODES = "Manufacturer specific codes"
290
-
291
- # 7.5.3.3 Harmonics
292
- TOTAL_FUND_ALL = "Total (fundamental + all harmonics)"
293
- HARMONIC = "harmonic"
294
- THD = "Total Harmonic Distortion(THD)"
295
- TDD = "Total Demand Distortion (TDD)"
296
- ALL_HARMONICS = "All harmonics"
297
- ALL_HARMONICS_TO_NOMINAL_VALUE_RATIO = "All harmonics to nominal value ratio"
298
-
299
- # 7.5.3.4 Phase angles
300
- ANGLE_FROM = "Angle from"
301
- TO = "to"
302
- U_L1 = "U(L1)"
303
- U_L2 = "U(L2)"
304
- U_L3 = "U(L3)"
305
- ERROR = "error"
306
- I_L1 = "I(L1)"
307
- I_L2 = "I(L2)"
308
- I_L3 = "I(L3)"
309
- I_L0 = "I(L0)"
310
-
311
- # 7.5.5.1 Table 72 General and service entry objects – Electricity
312
- TRANSFORMER_RATIO = "transformer ratio"
313
- COMPLETE_COMBINED_ELECTRICITY_ID = "Complete combined Electricity ID"
314
- # Program entries
315
- """ init in abstract Program entries"""
316
- # Output pulse values or constants
317
- ACTIVE_ENERGY_OUTPUT_PULSE = "Active energy, output pulse"
318
- REACTIVE_ENERGY_OUTPUT_PULSE = "Reactive energy, output pulse"
319
- # Ratios
320
- TRANSFORMER_RATIO_CURRENT = F"{TRANSFORMER_RATIO} - current (numerator)"
321
- TRANSFORMER_RATIO_VOLTAGE = F"{TRANSFORMER_RATIO} - voltage (numerator)"
322
- # Nominal values
323
- NOMINAL_VOLTAGE = "Nominal voltage"
324
- NOMINAL_CURRENT = "Nominal current"
325
- NOMINAL_FREQUENCY = "Nominal frequency"
326
- MAXIMUM_CURRENT = "Maximum current"
327
- REFERENCE_VOLTAGE_FOR_POWER_QUALITY_MEASUREMENT = "Reference voltage for power quality measurement"
328
- REFERENCED_VOLTAGE_FOR_AUX_POWER_SUPPLY = "Reference voltage for aux. power supply"
329
- # Measurement period- / recording interval- / billing period duration
330
- RECORDING_INTERVAL_1_FOR_LOAD_PROFILE = "Recording interval 1, for load profile"
331
- RECORDING_INTERVAL_2_FOR_LOAD_PROFILE = "Recording interval 2, for load profile"
332
- # Coefficients
333
- TRANSFORMER_MAGNETIC_LOSSES = "Transformer magnetic losses"
334
- TRANSFORMER_IRON_LOSSES = "Transformer iron losses"
335
- LINE_RESISTANCE_LOSSES = "Line resistance losses"
336
- LINE_REACTANCE_LOSSES = "Line reactance losses"
337
- # 7.5.5.3 List objects – Electricity
338
- RU_MONTHLY_PROFILE = "RU. Monthly profile"
339
- RU_DAILY_PROFILE = "RU. Daily profile"
340
-
341
- # 7.5.5.4 Data profile objects – Electricity
342
- RU_LOAD_PROFILE = "RU. Load profile"
343
-
344
-
345
- # Country specific identifiers. Russian profiles
346
- COUNTRY_SPECIFIC_IDENTIFIER = "Country specific identifier"
347
- RU_PROFILE_OF_CURRENT_VALUES = "RU. Profile of current values"
348
- RU_SCALE_PROFILE_FOR_THE_MAGAZINE_OF_MONTHLY_INDICATIONS = "RU. Scale profile for the magazine of monthly indications"
349
- RU_SCALE_PROFILE_FOR_A_JOURNAL_OF_DAILY_INDICATION = "RU. Scale profile for a journal of daily indication"
350
- RU_SCALE_PROFILE_FOR_CURRENT_FRAMES_OF_CURRENT_VALUES = "RU. Scale profile for current-frames of current values"
351
- RU_SCALE_PROFILE_FOR_LOAD_PROFILES = "RU. Scale profile for load profiles"
352
- RU_TELEMECHANICS_PROFILE_FOR_TELEVISION_MEASUREMENTS = "RU. Telemechanics profile for television measurements"
353
- RU_TELEMECHANICS_PROFILE_OF_TELEVISION_SIGNALING = "RU. Telemechanics profile of television signaling"
354
- RU_CHANGE_LIMIT_LEVEL = "RU. Change limit level"
355
- # ITE
356
- ITE_CALIBRATION_STATUS = "ITE. Calibration status"
357
- ITE_CALIBRATION_APPARENT_POWER = "ITE. Calibration. Apparent power"
358
- ITE_CALIBRATION_ACTIVE_POWER = "ITE. Calibration. Active power"
359
- ITE_CALIBRATION_REACTIVE_POWER = "ITE. Calibration. Reactive power"
360
- ITE_CALIBRATION_VOLTAGE = "ITE. Calibration. Voltage"
361
- ITE_CALIBRATION_CURRENT = "ITE. Calibration. Current"
362
- ITE_CALIBRATION_ANGLE = "ITE. Calibration. Angle"
363
- ITE_DISPLAY_SETTING_1 = "ITE. Display setting #1"
364
- ITE_DISPLAY_SETTING_2 = "ITE. Display setting #2"
365
- ITE_CLOCK_OFFSET_SETTING = "ITE. Clock offset setting"
366
- ITE_FACTORY_SETTING_10 = "ITE Factory setting #10"
367
- ITE_FACTORY_SETTING_11 = "ITE Factory setting #11"
368
- ITE_FACTORY_SETTING_12 = "ITE Factory setting #12"
369
- ITE_FACTORY_SETTING_13 = "ITE Factory setting #13"
370
- ITE_FACTORY_SETTING_14 = "ITE Factory setting #14"
371
- ITE_FACTORY_SETTING_15 = "ITE Factory setting #15"
372
- ITE_FACTORY_SETTING_16 = "ITE Factory setting #16"
373
- ITE_FACTORY_SETTING_17 = "ITE Factory setting #17"
374
- ITE_FACTORY_SETTING_18 = "ITE Factory setting #18"
375
- ITE_FACTORY_SETTING_19 = "ITE Factory setting #19"
376
-
377
- # RU. Simple OBIS. СТО 34.01-5.1-006-2021.
378
- RU_TOTAL_VOLTAGE_DEVIATION_TIME_FOR_CALCULATED_PERIOD = "RU. Total voltage deviation time for calculated period"
379
- RU_LOAD_LOCK_STATUS = "RU. Load lock status" # 13.5.6
380
- # 13.9. Контроль чередования фаз
381
- SPODES3_PHASE_ALTERNATING_CONTROL = "RU. SPODES3. Phase alternating control"
382
- SPODES3_NOT_METROLOGICAL_FIRMWARE_ID = "RU. SPODES3. Not metrological firmware id"
383
-
384
-
385
- # 7.2.4 Summary of rules for manufacturer, utility, consortia and country specific codes. Table 54
386
- # KPZ - Kurgansky Priborostroitelny Zavod
387
- KPZ_INTERFACE_LIST = "KPZ. Interface list"
1
+ UNKNOWN = "Unknown of class name"
2
+ FOR = "for"
3
+ BILLING_PERIOD = "For billing period"
4
+
5
+ # DLMS UA 1000-1 Ed 14 7.3.2 Value group B Table 56
6
+ INSTANCE = "instance"
7
+ CHANNEL = "channel"
8
+ UTILITY_SPECIFIC = "utility specific code"
9
+ MANUFACTURER_SPECIFIC = "manufacturer specific code"
10
+ RESERVED = "reserved"
11
+
12
+ OVER_VOLTAGE_COUNTER = "over voltage counter"
13
+
14
+
15
+ GLOBAL_METER_RESET_SCRIPT_TABLE = "Global meter reset Script table"
16
+ MDI_RESET_END_OF_BILLING_PERIOD_SCRIPT_TABLE = "MDI reset / End of billing period Script table"
17
+ TARIFFICATION_SCRIPT_TABLE = "Tariffication Script table"
18
+ SET_OUTPUT_SIGNALS_SCRIPT_TABLE = "Set output signals Script table"
19
+ DISCONNECT_CONTROL_SCRIPT_TABLE = "Disconnect control Script table"
20
+ IMAGE_ACTIVATION_SCRIPT_TABLE = "Image activation Script table"
21
+ PUSH_SCRIPT_TABLE = "Push Script table"
22
+ RU_STOP_FRAME_SCRIPT_TABLE = "Russian. Stop frame script table"
23
+ SPECIAL_DAYS_TABLE = "Special days table"
24
+ END_OF_BILLING_PERIOD_SINGLE_ACTION_SCHEDULE = "End of billing period Single action schedule"
25
+ DISCONNECT_CONTROL_SINGLE_ACTION_SCHEDULE = "Disconnect control Single action schedule"
26
+ IMAGE_ACTIVATION_SINGLE_ACTION_SCHEDULE = "Image activation Single action schedule"
27
+ OUTPUT_CONTROL_SINGLE_ACTION_SCHEDULE = "Output control Single action schedule"
28
+ PUSH_SINGLE_ACTION_SCHEDULE = "Push Single action schedule"
29
+ LOAD_PROFILE_CONTROL_SINGLE_ACTION_SCHEDULE = "Load profile control Single action schedule"
30
+ M_BUS_PROFILE_CONTROL_SINGLE_ACTION_SCHEDULE = "M-Bus profile control Single action schedule"
31
+ FUNCTION_CONTROL_SINGLE_ACTION_SCHEDULE = "Function control Single action schedule"
32
+ RU_LIMITER_BY_POWER = "RU. Limiter by power"
33
+ RU_LIMITER_BY_CURRENT = "RU. Limiter by current"
34
+ RU_LIMITER_BY_VOLTAGE = "RU. Limiter by voltage"
35
+ RU_LIMITER_BY_MAGNETIC = "RU. Limiter by magnetic"
36
+ RU_LIMITER_BY_DIFFERENCE_CURRENT = "RU. Limiter by difference current"
37
+ RU_LIMITER_BY_TEMPERATURE = "RU. Limiter by temperature"
38
+ RU_IEC_HDLC_SETUP_OPTO = "IEC HDLC Setup Opto"
39
+ RU_IEC_HDLC_SETUP_RS_485 = "IEC HDLC Setup RS-485"
40
+ RU_IEC_HDLC_SETUP_GSM = "IEC HDLC Setup GSM"
41
+ CURRENT_ASSOCIATION = "Current association"
42
+ RU_PUBLIC_CLIENT_ASSOCIATION = "Public client association"
43
+ RU_METER_READER_ASSOCIATION = "Meter reader association"
44
+ RU_UTILITY_SETTING_ASSOCIATION = "Utility setting association"
45
+ RU_PUSH = "PUSH"
46
+ COSEM_LOGICAL_DEVICE_NAME = "COSEM logical device name"
47
+ INVOCATION_COUNTER = "Invocation counter"
48
+ RU_SPECIFIC_PASSPORT_DATA_PROFILE = "Russian specific passport data profile"
49
+ RU_DEVICE_FACTORY_NUMBER = "Device factory number"
50
+ RU_DEVICE_TYPE = "Device Type"
51
+ RU_DEVICE_METROLOGICAL_VERSION = "Device metrological version"
52
+ RU_PRODUCER_NAME = "Producer name"
53
+ RU_DEVICE_RELEASE_DATE = "Device release date"
54
+ RU_REMOTE_CONSOLE_SERIAL_NUMBER = "Remote console Serial number"
55
+ RU_SPODES_VERSION = "SPODES version"
56
+ RU_DEVICE_CONNECTION_SCHEME = "Device Connection scheme"
57
+ RU_DEVICE_ID = "device ID"
58
+ RU_COUNTER_POINT_DATA = "counter point data"
59
+ I_O_CONTROL_SIGNAL_OBJECTS_GLOBAL = "I/O control signal objects, global"
60
+ # 6.2.4 Other abstract general purpose OBIS codes
61
+ # Program entries Table 60
62
+ ACTIVE_FIRMWARE_IDENTIFIER = "Active firmware identifier"
63
+ ACTIVE_FIRMWARE_VERSION = "Active firmware version"
64
+ ACTIVE_FIRMWARE_SIGNATURE = "Active firmware signature"
65
+ # 6.2.13 Register monitor and alarm monitor objects
66
+ RU_ALARM_MONITOR_1 = "RU. Load alarm monitor"
67
+ # 6.2.19 Standard readout profile objects
68
+ GENERAL_DISPLAY_READOUT = "General display readout"
69
+ ALTERNATE_DISPLAY_READOUT = "Alternate display readout"
70
+ # 6.2.44 Parameter changes and calibration objects
71
+ PARAMETER_CHANGES_AND_CALIBRATION_0 = "RU. Correction counter(Configuring)"
72
+ # 6.2.48 Status of internal control signals objects
73
+ RU_LCD_BACKLIGHT_MODE = "Lcd backlight mode"
74
+
75
+ POWER_QUALITY_STATUS_DAILY = "Power quality status (profile of daily testimony)"
76
+ POWER_QUALITY_STATUS_QUALITY_LOG = "Power quality status (power quality log)"
77
+ TIME_OF_OPERATION = "Time of operation"
78
+ RU_DURATION_OF_FAILURE_OVERSTRAIN = "Duration of failure/overstrain"
79
+ RU_AMBIENT_TEMPERATURE = "Ambient temperature"
80
+ EVENTS_RELATED_TO_VOLTAGE = "Events related to voltage"
81
+ RU_EVENTS_RELATED_TO_CURRENT = "Events related to current"
82
+ RU_EVENTS_RELATED_TO_LOAD_RELAY = "Events related to load relay"
83
+ RU_EVENTS_FOR_PROGRAMMING_DEVICE_PARAMETERS = "Events for programming PU parameters"
84
+ RU_EXTERNAL_IMPACT_EVENTS = "External impact events"
85
+ RU_COMMUNICATION_EVENTS = "Communication events"
86
+ RU_ACCESS_CONTROL_EVENTS = "Access control events"
87
+ RU_EVENT_CODES_FOR_THE_SELF_DIAGNOSIS_LOG = "Event codes for the self-diagnosis log"
88
+ RU_EVENTS_FOR_EXCEEDING_THE_REACTIVE_POWER = "Events for exceeding the reactive power"
89
+ RU_CHANNEL_NUMBER_INTERFACE = "channel number (interface)"
90
+ COMMUNICATION_ADDRESS = "Communication address"
91
+ LOAD_PARAMETERS_PROFILE = "Load parameters profile"
92
+ # 6.2.59 Event counter objects
93
+ RU_RELAY_TRIGGERING_METER_FOR_OPENING = "RU. Relay triggering meter for opening"
94
+ # 6.2.62 Meter tamper event related objects
95
+ METER_OPEN_EVENT_COUNTER = "Meter open event counter"
96
+ METER_OPEN_EVENT_TIME_STAMP = "Meter open event, time stamp of current event occurrence"
97
+ METER_OPEN_EVENT_DURATION = "Meter open event, duration of current event"
98
+ METER_OPEN_EVENT_CUMULATIVE_DURATION = "Meter open event, cumulative duration "
99
+ TERMINAL_COVER_OPEN_EVENT_COUNTER = "Terminal cover open event counter"
100
+ TERMINAL_COVER_OPEN_EVENT_TIME_STAMP = "Terminal cover open event, time stamp of current event occurrence"
101
+ TERMINAL_COVER_OPEN_EVENT_DURATION = "Terminal cover open event, duration of current event"
102
+ TERMINAL_COVER_OPEN_EVENT_CUMULATIVE = "Terminal cover open event, cumulative duration"
103
+ TILT_EVENT_COUNTER = "Tilt event counter"
104
+ TILT_EVENT_TIME_STAMP = "Tilt event, time stamp of current event occurrence"
105
+ TILT_EVENT_DURATION = "Tilt event, duration of current event"
106
+ TILT_EVENT_CUMULATIVE_DURATION = "Tilt event, cumulative duration"
107
+ STRONG_DC_MAGNETIC_FIELD_EVENT_COUNTER = "Strong DC magnetic field event counter"
108
+ STRONG_DC_MAGNETIC_FIELD_EVENT_TIME_STAMP = "Strong DC magnetic field event, time stamp of current event occurrence"
109
+ STRONG_DC_MAGNETIC_FIELD_EVENT_DURATION = "Strong DC magnetic field event, duration of current event"
110
+ STRONG_DC_MAGNETIC_FIELD_EVENT_CUMULATIVE_DURATION = "Strong DC magnetic field event, cumulative duration"
111
+ SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_COUNTER = "Supply control switch / valve tamper event counter"
112
+ SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_TIME_STAMP = "Supply control switch / valve tamper event, time stamp of current event occurrence"
113
+ SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_DURATION = "Supply control switch / valve tamper event, duration of current event"
114
+ SUPPLY_CONTROL_SWITCH_VALVE_TAMPER_EVENT_CUMULATIVE_DURATION = "Supply control switch / valve tamper event, cumulative duration"
115
+ METROLOGY_TAMPER_EVENT_COUNTER = "Metrology tamper event counter"
116
+ METROLOGY_TAMPER_EVENT_TIME_STAMP = "Metrology tamper event, time stamp of current event occurrence"
117
+ METROLOGY_TAMPER_EVENT_DURATION = "Metrology tamper event, duration of current event"
118
+ METROLOGY_TAMPER_EVENT_CUMULATIVE_DURATION = "Metrology tamper event, cumulative duration"
119
+ COMMUNICATION_TAMPER_EVENT_COUNTER = "Communication tamper event counter"
120
+ COMMUNICATION_TAMPER_EVENT_TIME_STAMP = "Communication tamper event, time stamp of current event occurrence"
121
+ COMMUNICATION_TAMPER_EVENT_DURATION = "Communication tamper event, duration of current event"
122
+ COMMUNICATION_TAMPER_EVENT_CUMULATIVE_DURATION = "Communication tamper event, cumulative duration"
123
+ # 6.2.64 Alarm register, Alarm filter and Alarm descriptor objects
124
+ RU_ALARM_REGISTER_1 = "RU. Alarm register. Initiative output"
125
+ RU_ALARM_FILTER_1 = "RU. Alarm filter. Initiative exit"
126
+ RU_ALARM_REGISTER_2 = "RU. Alarm register. Load relay"
127
+ RU_ALARM_FILTER_2 = "RU. Alarm filter. Load relay"
128
+ ALARM_DESCRIPTOR = "SPODES3. Alarm descriptor. Initiative output"
129
+ # СТО 34.01-5.1-006-2021 Д.11 Журналы событий и захватываемые параметры
130
+ RU_VOLTAGE_LOG = "RU. Voltage log"
131
+ RU_CURRENT_LOG = "RU. Current log"
132
+ RU_COMMUTATION_LOG = "RU. Commutation log"
133
+ RU_DATA_CORRECTION_LOG = "RU. Data correction log"
134
+ RU_EXTERNAL_IMPACT_LOG = "RU. External impact log"
135
+ RU_COMMUNICATION_LOG = "RU. Communication log"
136
+ RU_ACCESS_LOG = "RU. Access log"
137
+ RU_SELF_DIAGNOSTIC_LOG = "RU. Self diagnostic log"
138
+ RU_REACTIVE_POWER_LOG = "RU. Reactive power log"
139
+ RU_QUALITY_POWER_LOG = "RU. Quality power log"
140
+ RU_STATUS_I_O_LOG = "RU. Status I/O log"
141
+ RU_REACTIVE_POWER_LIMIT_LOG = "RU. Reactive power limit log"
142
+ RU_TIME_CORRECTION_LOG = "RU. Time correction log"
143
+ RU_START_YEAR_LOG = "RU. Start year log"
144
+ RU_QUALITY_FOR_CALCULATION_PERIOD_LOG = "RU. Powerline quality for calculation period log"
145
+ RU_CONTROL_POWER_LOG = "RU. Control power log"
146
+ RU_BATTERY_LOG = "RU. Battery log"
147
+ RU_CONTROL_OF_LOAD_RELAY_BLOCKER_LOG = "RU. Control of load relay blocker log"
148
+ RU_TEMPERATURE_CONTROL_LOG = "RU. Temperature control log"
149
+ RU_VOLTAGE_DEVIATION_LOG = "RU. Voltage deviation log"
150
+ RU_LINEAR_VOLTAGE_DEVIATION_LOG = "RU. Linear voltage deviation log"
151
+ RU_ABNORMAL_NETWORK_SITUATION_LOG = "RU. Abnormal network situation log"
152
+ RU_VOLTAGE_INTERRUPTION_LOG = "RU. Over interruption log"
153
+ RU_OVER_VOLTAGE_LOG = "RU. Over voltage log"
154
+ #
155
+ ITE_FIRMWARE_DESCRIPTOR = "ITE. Firmware descriptor"
156
+ ITE_MAGNETIC_SENSOR_STATUS = "ITE. Magnetic sensor status"
157
+ ITE_DISCRETE_OUTPUTS = "ITE. Discrete outputs"
158
+ ITE_SETTING_OF_RELAY_INCLUSION_PER_DAY = "ITE. Setting of relay inclusion per day"
159
+ ITE_SETTINGS_MESSAGES = "ITE. Settings messages"
160
+ ITE_CORE_REGISTERS = "ITE. Core registers"
161
+ ITE_BLE_ID = "ITE. BLUETOOTHLE ID"
162
+ ITE_BITMAP = "ITE. BITMAP loader"
163
+ ITE_ICCID = "ITE. ICCID"
164
+ KPZ_IMSI = "KPZ. IMSI"
165
+ KPZ_RELAY_TURN_COUNTER = "KPZ. Relay turn counter"
166
+ RU_BODY_OPENING_STATE = "RU. Current condition of the opening sensor of the body"
167
+ RU_TERMINALS_COVER_OPENING_STATE = "RU. Current condition of the opening sensor of the terminal covers"
168
+ RU_MAGNETIC_FIELD_STATE = "RU. Current state of the magnetic field sensor"
169
+ RU_HF_FIELD_STATE = "RU. Current state of HF field"
170
+ RU_ELECTRONIC_SEALS_FIXED_STATE_OF_EVENTS = "RU. Fixed state of events of electronic seals"
171
+ RU_PRESSING_ELECTRONIC_SEALS = "RU. Pressing electronic seals"
172
+ RU_CLEAR_OF_ELECTRONIC_SEALS_FIXED_STATE = "RU. Cleaning recorded events (magnet and HF field)"
173
+ RU_FIRST_OPENING_TIME_OF_BODY = "RU. The first opening time of the electronic seal of the case"
174
+ RU_FIRST_OPENING_TIME_OF_TERMINALS_COVER = "RU. The first opening time of the electronic seal of the terminal covers"
175
+ # 7.4. Abstract object
176
+ # 7.4.1 Table 60 General and service entry object - Abstract
177
+ RU_RELAY_LOAD_ARBITRATOR = "RU. Relay load arbitrator"
178
+ # Communication port log parameters
179
+ ITE_USED_COMMUNICATION_INTERFACES = "ITE. Used communication interfaces"
180
+ # Consumer messages
181
+ LOCAL_CONSUMER_MESSAGE = "Consumer message via local consumer information port"
182
+ DISPLAY_CONSUMER_MESSAGE = "Consumer message via the meter display and / or via consumer information port"
183
+ # 7.4.5 Data profile objects – Abstract
184
+ GSM_DIAGNOSTIC_PROFILE = "GSM diagnostic profile"
185
+ # electricity
186
+ # 7.5.1 Value group C codes – Electricity
187
+ ACTIVE_POWER_PLUS = "Active power+ (QI+QIV)"
188
+ ACTIVE_POWER_MINUS = "Active power- (QII+QIII)"
189
+ REACTIVE_POWER_PLUS = "Reactive power+ (QI+QII)"
190
+ REACTIVE_POWER_MINUS = "Reactive power- (QIII+QIV)"
191
+ REACTIVE_POWER_QI = "Reactive power QI"
192
+ REACTIVE_POWER_QII = "Reactive power QII"
193
+ REACTIVE_POWER_QIII = "Reactive power QIII"
194
+ REACTIVE_POWER_QIV = "Reactive power QIV"
195
+ APPARENT_POWER_PLUS = "Apparent power+ (QI+QIV)"
196
+ APPARENT_POWER_MINUS = "Apparent power- (QII+QIII)"
197
+ CURRENT = "Current"
198
+ VOLTAGE = "Voltage"
199
+ POWER_FACTOR = "Power factor"
200
+ SUPPLY_FREQUENCY = "Supply frequency"
201
+ ACTIVE_POWER_ABS_PLUS = "Active power (abs(QI+QIV)+(abs(QII+QIII))"
202
+ ACTIVE_POWER_ABS_MINUS = "Active power (abs(QI+QIV)-abs(QII+QIII))"
203
+ ACTIVE_POWER_QI = "Active power QI"
204
+ ACTIVE_POWER_QII = "Active power QII"
205
+ ACTIVE_POWER_QIII = "Active power QIII"
206
+ ACTIVE_POWER_QIV = "Active power QIV"
207
+ REACTIVE_FACTOR = "Reactive factor"
208
+ CUMULATIVE = "Cumulative"
209
+ ANY_PHASE = "Any phase"
210
+ ALL_PHASE = "All phase"
211
+ L1 = "L1"
212
+ L2 = "L2"
213
+ L3 = "L3"
214
+ L1_L2 = "L1-L2"
215
+ L2_L3 = "L2-L3"
216
+ L3_L1 = "L3-L1"
217
+ CUMULATIVE_AMPERE_SQUARED_HOURS = "Cumulative Ampere-squared hours (QI+QII+QIII+QIV)"
218
+ CUMULATIVE_VOLT_SQUARED_HOURS = "Cumulative Volt-squared hours (QI+QII+QIII+QIV)"
219
+ L0_CURRENT_NEUTRAL = "L0 current (neutral)"
220
+ RU_DIFFERENTIAL_CURRENT = "RU. Differential current"
221
+ PERCENT = "Percent"
222
+ RU_LINEAR_VOLTAGE = "RU. Linear voltage"
223
+ RU_POSITIVE_DEVIATION = "RU. Positive deviation"
224
+ RU_NEGATIVE_DEVIATION = "RU. Negative deviation"
225
+ POWER_REACTIVE_FACTOR = "Power reactive factor"
226
+ VOLTAGE_ASYMMETRY_COEFFICIENT = "RU. Voltage asymmetry coefficient"
227
+ # 7.5.2 Value group D codes – Electricity
228
+ # 7.5.2.1 Processing of measurement values
229
+ BILLING_PERIOD_AVERAGE_SINCE_LAST_RESET = "Billing period average (since last reset)"
230
+ CUMULATIVE_MINIMUM_1 = "Cumulative minimum 1"
231
+ CUMULATIVE_MAXIMUM_1 = "Cumulative maximum 1"
232
+ MINIMUM_1 = "Minimum 1"
233
+ CURRENT_AVERAGE_1 = "Current average 1"
234
+ LAST_AVERAGE_1 = "Last average 1"
235
+ MAXIMUM_1 = "Maximum 1"
236
+ INSTANTANEOUS_VALUE = "Instantaneous value"
237
+ TIME_INTEGRAL_1 = "Time integral 1"
238
+ TIME_INTEGRAL_2 = "Time integral 2"
239
+ TIME_INTEGRAL_3 = "Time integral 3"
240
+ CUMULATIVE_MINIMUM_2 = "Cumulative minimum 2"
241
+ CUMULATIVE_MAXIMUM_2 = "Cumulative maximum 2"
242
+ MINIMUM_2 = "Minimum 2"
243
+ CURRENT_AVERAGE_2 = "Current average 2"
244
+ LAST_AVERAGE_2 = "Last average 2"
245
+ MAXIMUM_2 = "Maximum 2"
246
+ TIME_INTEGRAL_7 = "Time integral 7"
247
+ TIME_INTEGRAL_8 = "Time integral 8"
248
+ TIME_INTEGRAL_9 = "Time integral 9"
249
+ TIME_INTEGRAL_10 = "Time integral 10"
250
+ CUMULATIVE_MINIMUM_3 = "Cumulative minimum 3"
251
+ CUMULATIVE_MAXIMUM_3 = "Cumulative maximum 3"
252
+ MINIMUM_3 = "Minimum 3"
253
+ CURRENT_AVERAGE_3 = "Current average 3"
254
+ LAST_AVERAGE_3 = "Last average 3"
255
+ MAXIMUM_3 = "Maximum 3"
256
+ CURRENT_AVERAGE_5 = "Current average 5"
257
+ CURRENT_AVERAGE_6 = "Current average 6"
258
+ TIME_INTEGRAL_5 = "Time integral 5"
259
+ TIME_INTEGRAL_6 = "Time integral 6"
260
+ UNDER_LIMIT_THRESHOLD = "Under limit threshold"
261
+ UNDER_LIMIT_OCCURRENCE_COUNTER = "Under limit occurrence counter"
262
+ UNDER_LIMIT_DURATION = "Under limit duration"
263
+ UNDER_LIMIT_MAGNITUDE = "Under limit magnitude"
264
+ OVER_LIMIT_THRESHOLD = "Over limit threshold"
265
+ OVER_LIMIT_OCCURRENCE_COUNTER = "Over limit occurrence counter"
266
+ OVER_LIMIT_DURATION = "Over limit duration"
267
+ OVER_LIMIT_MAGNITUDE = "Over limit magnitude"
268
+ MISSING_THRESHOLD = "Missing threshold"
269
+ MISSING_OCCURRENCE_COUNTER = "Missing occurrence counter"
270
+ MISSING_DURATION = "Missing duration"
271
+ MISSING_MAGNITUDE = "Missing magnitude"
272
+ TIME_THRESHOLD_FOR_UNDER_LIMIT = "Time threshold for under limit"
273
+ TIME_THRESHOLD_FOR_OVER_LIMIT = "Time threshold for over limit"
274
+ TIME_THRESHOLD_FOR_MISSING_MAGNITUDE = "Time threshold for missing magnitude"
275
+ CONTRACTED_VALUE = "Contracted value"
276
+ AVERAGE_VALUE_FOR_RECORDING_INTERVAL_1 = "Average value for recording interval 1"
277
+ AVERAGE_VALUE_FOR_RECORDING_INTERVAL_2 = "Average value for recording interval 2"
278
+ MINIMUM_FOR_RECORDING_INTERVAL_1 = "Minimum for recording interval 1"
279
+ MINIMUM_FOR_RECORDING_INTERVAL_2 = "Minimum for recording interval 2"
280
+ MAXIMUM_FOR_RECORDING_INTERVAL_1 = "Maximum for recording interval 1"
281
+ MAXIMUM_FOR_RECORDING_INTERVAL_2 = "Maximum for recording interval 2"
282
+ TEST_AVERAGE = "Test average"
283
+ CURRENT_AVERAGE_4_FOR_HARMONICS_MEASUREMENT = "Current average 4 for harmonics measurement"
284
+ TIME_INTEGRAL_4 = "Time integral 4"
285
+ RU_TOTAL_DEVIATION_TIME = "RU. Total deviation time"
286
+ # 7.5.3.2 Tariff rates
287
+ TOTAL = "Total"
288
+ RATE = "Rate"
289
+ MANUFACTURER_SPECIFIC_CODES = "Manufacturer specific codes"
290
+
291
+ # 7.5.3.3 Harmonics
292
+ TOTAL_FUND_ALL = "Total (fundamental + all harmonics)"
293
+ HARMONIC = "harmonic"
294
+ THD = "Total Harmonic Distortion(THD)"
295
+ TDD = "Total Demand Distortion (TDD)"
296
+ ALL_HARMONICS = "All harmonics"
297
+ ALL_HARMONICS_TO_NOMINAL_VALUE_RATIO = "All harmonics to nominal value ratio"
298
+
299
+ # 7.5.3.4 Phase angles
300
+ ANGLE_FROM = "Angle from"
301
+ TO = "to"
302
+ U_L1 = "U(L1)"
303
+ U_L2 = "U(L2)"
304
+ U_L3 = "U(L3)"
305
+ ERROR = "error"
306
+ I_L1 = "I(L1)"
307
+ I_L2 = "I(L2)"
308
+ I_L3 = "I(L3)"
309
+ I_L0 = "I(L0)"
310
+
311
+ # 7.5.5.1 Table 72 General and service entry objects – Electricity
312
+ TRANSFORMER_RATIO = "transformer ratio"
313
+ COMPLETE_COMBINED_ELECTRICITY_ID = "Complete combined Electricity ID"
314
+ # Program entries
315
+ """ init in abstract Program entries"""
316
+ # Output pulse values or constants
317
+ ACTIVE_ENERGY_OUTPUT_PULSE = "Active energy, output pulse"
318
+ REACTIVE_ENERGY_OUTPUT_PULSE = "Reactive energy, output pulse"
319
+ # Ratios
320
+ TRANSFORMER_RATIO_CURRENT = F"{TRANSFORMER_RATIO} - current (numerator)"
321
+ TRANSFORMER_RATIO_VOLTAGE = F"{TRANSFORMER_RATIO} - voltage (numerator)"
322
+ # Nominal values
323
+ NOMINAL_VOLTAGE = "Nominal voltage"
324
+ NOMINAL_CURRENT = "Nominal current"
325
+ NOMINAL_FREQUENCY = "Nominal frequency"
326
+ MAXIMUM_CURRENT = "Maximum current"
327
+ REFERENCE_VOLTAGE_FOR_POWER_QUALITY_MEASUREMENT = "Reference voltage for power quality measurement"
328
+ REFERENCED_VOLTAGE_FOR_AUX_POWER_SUPPLY = "Reference voltage for aux. power supply"
329
+ # Measurement period- / recording interval- / billing period duration
330
+ RECORDING_INTERVAL_1_FOR_LOAD_PROFILE = "Recording interval 1, for load profile"
331
+ RECORDING_INTERVAL_2_FOR_LOAD_PROFILE = "Recording interval 2, for load profile"
332
+ # Coefficients
333
+ TRANSFORMER_MAGNETIC_LOSSES = "Transformer magnetic losses"
334
+ TRANSFORMER_IRON_LOSSES = "Transformer iron losses"
335
+ LINE_RESISTANCE_LOSSES = "Line resistance losses"
336
+ LINE_REACTANCE_LOSSES = "Line reactance losses"
337
+ # 7.5.5.3 List objects – Electricity
338
+ RU_MONTHLY_PROFILE = "RU. Monthly profile"
339
+ RU_DAILY_PROFILE = "RU. Daily profile"
340
+
341
+ # 7.5.5.4 Data profile objects – Electricity
342
+ RU_LOAD_PROFILE = "RU. Load profile"
343
+
344
+
345
+ # Country specific identifiers. Russian profiles
346
+ COUNTRY_SPECIFIC_IDENTIFIER = "Country specific identifier"
347
+ RU_PROFILE_OF_CURRENT_VALUES = "RU. Profile of current values"
348
+ RU_SCALE_PROFILE_FOR_THE_MAGAZINE_OF_MONTHLY_INDICATIONS = "RU. Scale profile for the magazine of monthly indications"
349
+ RU_SCALE_PROFILE_FOR_A_JOURNAL_OF_DAILY_INDICATION = "RU. Scale profile for a journal of daily indication"
350
+ RU_SCALE_PROFILE_FOR_CURRENT_FRAMES_OF_CURRENT_VALUES = "RU. Scale profile for current-frames of current values"
351
+ RU_SCALE_PROFILE_FOR_LOAD_PROFILES = "RU. Scale profile for load profiles"
352
+ RU_TELEMECHANICS_PROFILE_FOR_TELEVISION_MEASUREMENTS = "RU. Telemechanics profile for television measurements"
353
+ RU_TELEMECHANICS_PROFILE_OF_TELEVISION_SIGNALING = "RU. Telemechanics profile of television signaling"
354
+ RU_CHANGE_LIMIT_LEVEL = "RU. Change limit level"
355
+ # ITE
356
+ ITE_CALIBRATION_STATUS = "ITE. Calibration status"
357
+ ITE_CALIBRATION_APPARENT_POWER = "ITE. Calibration. Apparent power"
358
+ ITE_CALIBRATION_ACTIVE_POWER = "ITE. Calibration. Active power"
359
+ ITE_CALIBRATION_REACTIVE_POWER = "ITE. Calibration. Reactive power"
360
+ ITE_CALIBRATION_VOLTAGE = "ITE. Calibration. Voltage"
361
+ ITE_CALIBRATION_CURRENT = "ITE. Calibration. Current"
362
+ ITE_CALIBRATION_ANGLE = "ITE. Calibration. Angle"
363
+ ITE_DISPLAY_SETTING_1 = "ITE. Display setting #1"
364
+ ITE_DISPLAY_SETTING_2 = "ITE. Display setting #2"
365
+ ITE_CLOCK_OFFSET_SETTING = "ITE. Clock offset setting"
366
+ ITE_FACTORY_SETTING_10 = "ITE Factory setting #10"
367
+ ITE_FACTORY_SETTING_11 = "ITE Factory setting #11"
368
+ ITE_FACTORY_SETTING_12 = "ITE Factory setting #12"
369
+ ITE_FACTORY_SETTING_13 = "ITE Factory setting #13"
370
+ ITE_FACTORY_SETTING_14 = "ITE Factory setting #14"
371
+ ITE_FACTORY_SETTING_15 = "ITE Factory setting #15"
372
+ ITE_FACTORY_SETTING_16 = "ITE Factory setting #16"
373
+ ITE_FACTORY_SETTING_17 = "ITE Factory setting #17"
374
+ ITE_FACTORY_SETTING_18 = "ITE Factory setting #18"
375
+ ITE_FACTORY_SETTING_19 = "ITE Factory setting #19"
376
+
377
+ # RU. Simple OBIS. СТО 34.01-5.1-006-2021.
378
+ RU_TOTAL_VOLTAGE_DEVIATION_TIME_FOR_CALCULATED_PERIOD = "RU. Total voltage deviation time for calculated period"
379
+ RU_LOAD_LOCK_STATUS = "RU. Load lock status" # 13.5.6
380
+ # 13.9. Контроль чередования фаз
381
+ SPODES3_PHASE_ALTERNATING_CONTROL = "RU. SPODES3. Phase alternating control"
382
+ SPODES3_NOT_METROLOGICAL_FIRMWARE_ID = "RU. SPODES3. Not metrological firmware id"
383
+
384
+
385
+ # 7.2.4 Summary of rules for manufacturer, utility, consortia and country specific codes. Table 54
386
+ # KPZ - Kurgansky Priborostroitelny Zavod
387
+ KPZ_INTERFACE_LIST = "KPZ. Interface list"