Entries in the CES_PARAMETERS database table for the AMR component of the Oracle Utilities Network Management System MultiSpeak Adapter should have value 'AMRInterface' in the APP column. Column ATTRIB should contain name of the configuration parameter and column VALUE its value.
The following table describes the general configuration parameters.
The following table describes configuration parameters specific to a particular AMR vendor. This could be any MultiSpeak-compliant AMR system.
|
|
multispeak.meter_status.< external status>
|
This parameter configures mapping between external (MultiSpeak) and internal meter status values. Valid values are:
ON - meter is energizedOFF - meter is deenergized UNKNOWN - external meter status has no configured mapping,
Examples:multispeak.meter_status.Outage=OFF multispeak.meter_status.PowerOff=OFF multispeak.meter_status.PowerOn=ON multispeak.meter_status.Restoration=ON multispeak.meter_status.Instantaneous=UNKNOWN multispeak.meter_status.NoResponse=UNKNOWN multispeak.meter_status.Inferred=UNKNOWN
|
|
This parameter configures the URL of the AMR system web service.
Default: https://localhost/multispeak
|
multispeak.od_oa.username
|
Username to use when connecting to the AMR system web service.
|
multispeak.od_oa.password
|
Password to use when connecting to the AMR system web service.
|
multispeak.od_oa.header.<attribute>
|
Used to set the values for MultiSpeak header attributes. For example, the following would set the MultiSpeak header attribute "Company" to the value "Oracle":
multispeak.od_oa.header.Company=Oracle
|
|
Indicates the SOAP protocol version to use for communicating with the AMR/AMI system. If true, version 1.2 will be used. Otherwise, version 1.1 will be used.
Default: false (SOAP version 1.1 is used)
|
multispeak.max_ping_attempts
|
Maximum number of attempts to ping a meter.
|
multispeak.ping_attempt_interval
|
Amount of time in seconds to wait for reply from the AMR system before resending meter ping request.
|
multispeak.send_meter_number_field
|
This parameter designates which field in the InitiateOutageDetectionEventRequest message should be used to submit meter numbers to the AMR system.
•
|
meterID - meterID element should be used
|
•
|
objectID - objected attribute should be used
|
•
|
meterNo - meterNo attribute should be used
|
|
multispeak.unsolicited_meter_statuses
|
Comma-separated list of meter statuses for unsolicited "power up" and "last gasp" messages.
multispeak.unsolicited_meter_statuses=Outage,Restoration
|
multispeak.max_update_attempts
|
Maximum number of retries for a request enable/disable meters (MeterChangedNotification request). This is only supported when Oracle Utilities Network Management System is integrated with Oracle Utilities Smart Grid Gateway.
|
multispeak.update_attempt_interval
|
Amount of time in seconds the adapter will wait after failure before retrying request to enable/disable meters (MeterChangedNotification request). This is only supported when Oracle Utilities Network Management System is integrated with Oracle Utilities Smart Grid Gateway.
|