Configuring Responder/Smart Grid
Add WeatherSentry Button

Version: 10.1

Resource Center Home

This optional configuration adds a button to the top of the Responder web application. This button takes the user to the WeatherSentry website.

To add this functionality to your Responder web application, follow the steps outlined below.

  1. Browse to C:\Inetput\wwwroot\Responder and open Web.config for editing.
  2. Look for the following XML.
Copy Code
    <add key="masterPage.showWeatherSentryIcon" value="false"/>
  1. Set the Value attribute to "true".
  2. Save and close Web.config.
  3. In the same directory, open wso.htm for editing (e.g., Notepad).
  4. Look for the following XML
Copy Code
      <input type="hidden" name="username" value="" />
       <input type="hidden" name="password" value="" />
  1. Set the Value attributes to the username and password required by the WeatherSentry web site. You will need to sign up for an account with WeatherSentry to get a valid username/password.
  2. Save and close wso.htm.

 


Send Comment to documentation@schneider-electric.com