Configuring Responder/Smart Grid
Miner.Responder.TroubleMaker.exe.config

Version: 10.1

Resource Center Home

Follow the steps below to configure the Trouble Maker configuration file for AMI Integration:

  1. Browse to and open Miner.Responder.TroubleMaker.exe.config. By default, this file is installed here:
    C:\Program Files (x86)\Miner and Miner\Responder\TroubleMaker\
  2. Look for the following XML and set "localhost" to the name of the machine that hosts the Event Service. This service will be visible on the server here: C:\inetpub\wwwroot\Miner.Smartgrid.EventService. There are two instances of "localhost" in this configuration file (both are shown in the example below). Be sure to modify both.

    Copy Code
    <client>
       <endpoint address="http://localhost/Miner.Smartgrid.EventService/EndDeviceEventService.svc/basicHttpEndDeviceEventService"
           binding="basicHttpBinding"
           bindingConfiguration="EndDeviceEventService_basicHttpBinding"
           contract="IEndDeviceEvent"
           name="EndDeviceEventService_basicHttpEndpoint" />
       <endpoint address="http://localhost/Miner.Smartgrid.EventService/EndDeviceEventService.svc/wsHttpEndDeviceEventService"
           binding="wsHttpBinding"
           bindingConfiguration="EndDeviceEventService_wsHttpBinding"
           contract="IEndDeviceEvent"
           name="EndDeviceEventService_wsHttpEndpoint" />
    </client>
    
  3. Save and close Miner.Responder.TroubleMaker.exe.config.

Send Comment to documentation@schneider-electric.com