Provisioning a Gen5 Riva electricity meter's Wi-Fi for distributed intelligence

 

Provisioning with FDM Tools

  1. Sign in to FDM Tools.

  2. Navigate to Gen5 Riva Electricity Meter > Device Control Panel > Device Management > HAN Operations.

  3. Select Provision Wi-Fi Router as AP.

  4. Complete the Han Operations dialog box.

    1. In the SSID field, enter the SSID of the Wi-Fi router that the meter will connect to.

    2. In the PSK field, enter the pre-shared Key (PSK) or password of the router.

    3. Click OK.

      The meter connects to the Wi-Fi router. A Provision Remote HAN Operation Successful message appears in FDM Tools, and a HAnCOn message appears on the meter's LCD.

  5. Click OK.

Validating with Advanced Metering Manager (AMM) software

The status of the embedded Wi-FI interface on the device can be obtained via an Arbitrary Meter Read Job using OBIS code [ 0.128.96.27.4.255 ].

This can be implemented in a few different ways; the chosen implementation would depend on the use case:

  • Regularly Scheduled Read Job in AMM software on a Dynamic Device Group

    • Generic Meter Read

  • Ad-Hoc Read Job initiated from the Device Details page

    • Arbitrary Meter Read

  • On-Demand Read Job scheduled via an AMM WS API request

    • JobManager::AddMeterRead Job, type=Generic Meter Read

The results of the job can also be obtained in a variety of ways, depending on the use case:

  • If using Scheduled Read Job, a Scheduled Export Job can be used for export purposes.

    • Arbitrary Meter Read Results, associated with a scheduled Read Job

  • If using an Ad-Hoc Read job, the results will be displayed in the Device-Job Results screen.

    • Using the UI for Ad-Hoc inspection

  • If using the AMM WS API, the results can be retrieved using Job Results Request

    • JobResults::GetJobResultsByJobID, type=Generic Meter Read