Tutorial: Deploy and walk through the solar panel monitoring application template

The solar panel monitoring app enables utilities and partners to monitor solar panels, such as their energy generation and connection status in near real time. It can send notifications based on defined threshold criteria. It provides sample commands, such as update firmware and other properties. The solar panel data can be set up to egress to other business applications and to develop custom solutions.

Key application functionality:

  • Solar panel sample device model
  • Solar Panel info and live status
  • Solar energy generation and other readings
  • Command and control samples
  • Built-in visualization and dashboards
  • Extensibility for custom solution development

Diagram showing the architecture of the solar panel application.

This architecture consists of the following components. Some applications may not require every component listed here.

Solar panels and connectivity

Solar panels are one of the significant sources of renewable energy. Typically, a solar panel uses a gateway to connect to an IoT Central application. You might need to build IoT Central device bridge to connect devices, which can't be connected directly. The IoT Central device bridge is an open-source solution and you can find the complete details here.

IoT Central platform

When you build an IoT solution, Azure IoT Central simplifies the build process and helps to reduce the burden and costs of IoT management, operations, and development. With IoT Central, you can easily connect, monitor, and manage your Internet of Things (IoT) assets at scale. After you connect your solar panels to IoT Central, the application template uses built-in features such as device models, commands, and dashboards. The application template also uses the IoT Central storage for warm path scenarios such as near real-time meter data monitoring, analytics, rules, and visualization.

Extensibility options to build with IoT Central

The IoT Central platform provides two extensibility options: Continuous Data Export (CDE) and APIs. The customers and partners can choose between these options based to customize their solutions for specific needs. For example, one of our partners configured CDE with Azure Data Lake Storage (ADLS). They're using ADLS for long-term data retention and other cold path storage scenarios, such batch processing, auditing, and reporting purposes.

In this tutorial, you learn how to:

  • Create a solar panel app
  • Walk through the application
  • Clean up resources

Prerequisites

An active Azure subscription. If you don't have an Azure subscription, create a free account before you begin.

Create a solar panel monitoring application

  1. Navigate to the Azure IoT Central Build site. Then sign in with a Microsoft personal, work, or school account. Select Build from the left-hand navigation bar and then select the Energy tab:

    Screenshot showing the Azure IoT Central build site with the energy app templates.

  2. Select Create app under Solar panel monitoring.

To learn more, see Create an IoT Central application.

Walk through the application

The following sections walk you through the key features of the application:

Dashboard

After you deploy the application template, you'll want to explore the app a bit more. Notice that it comes with sample smart meter device, device model, and dashboard.

Adatum is a fictitious energy company that monitors and manages solar panels. On the solar panel monitoring dashboard, you see solar panel properties, data, and sample commands. This dashboard allows you or your support team to perform the following activities proactively, before any problems require additional support:

  • Review the latest panel info and its installed location on the map.
  • Check the panel status and connection status.
  • Review the energy generation and temperature trends to catch any anomalous patterns.
  • Track the total energy generation for planning and billing purposes.
  • Activate a panel and update the firmware version, if necessary. In the template, the command buttons show the possible functionalities, and don't send real commands.

Screenshot of Solar Panel Monitoring Template Dashboard.

Devices

The app comes with a sample solar panel device. To see device details, select Devices.

Screenshot showing the devices page in the solar panel monitoring application.

Select the sample device, SP0123456789. From the Update Properties tab, you can update the writable properties of the device and see a visual of the updated values on the dashboard.

Screenshot showing the device property page in the solar panel monitoring application.

Device template

To see the solar panel device model, select the Device templates tab. The model has predefined interfaces for data, properties, commands, and views.

Screenshot showing the device template page in the solar panel monitoring application.

Customize your application

As an administrator, you can change settings to customize the user experience in your application.

Select Customization > Appearance, and then:

  • To set the masthead logo image, select Change.
  • To set the browser icon image that appears on browser tabs, select Change.
  • Under Browser colors, you can replace the default browser colors by adding HTML hexadecimal color codes. For more information about color notation for HEX values, see the W3Schools HTML Colors tutorial.

You can change the application image on the Application > Management page.

Clean up resources

If you don't plan to continue using this application, you can delete it:

  1. In your Azure IoT Central application, go to Application > Management.
  2. Select Delete, and then confirm your action.