Skip to content

Latest commit

 

History

History
114 lines (72 loc) · 6.83 KB

File metadata and controls

114 lines (72 loc) · 6.83 KB
title Tutorial - Azure IoT solar panel monitoring
description This tutorial shows you how to deploy and use the solar panel monitoring application template for IoT Central.
author dominicbetts
ms.author dobett
ms.date 10/14/2024
ms.topic tutorial
ms.service azure-iot-central
services iot-central

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. You can export the solar panel data to other business applications.

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

:::image type="content" source="media/tutorial-iot-central-solar-panel/solar-panel-app-architecture.png" alt-text="Diagram showing the architecture of the solar panel application." border="false":::

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

Solar panels and connectivity

Solar panels are a source 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 that can't connect directly. The IoT Central device bridge is an open-source bridge solution.

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 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: data export and APIs. The customers and partners can choose between these options to customize their solutions for specific needs. For example, use data export to send telemetry to Azure Data Lake Storage (ADLS). Use ADLS for long-term data retention and other cold path storage scenarios, such batch processing, auditing, and reporting.

In this tutorial, you learn how to:

[!div class="checklist"]

  • 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

To create your IoT Central application:

  1. Navigate to the Create IoT Central Application page in the Azure portal. If prompted, sign in with your Azure account.

  2. Enter the following information:

    Field Description
    Subscription The Azure subscription you want to use.
    Resource group The resource group you want to use. You can create a new resource group or use an existing one.
    Resource name A valid Azure resource name.
    Application URL The URL subdomain for your application. The URL for an IoT Central application looks like https://yoursubdomain.azureiotcentral.com.
    Template Smart Power Monitoring
    Region The Azure region you want to use.
    Pricing plan The pricing plan you want to use.
  3. Select Review + create. Then select Create.

[!INCLUDE iot-central-navigate-from-portal]

Walk through the application

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

Dashboard

After you deploy the application template, you can explore the application. The application comes with sample smart meter device, device template, 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 complete the following tasks, before any issues require extra support resources:

  • 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.

:::image type="content" source="media/tutorial-iot-central-solar-panel/solar-panel-dashboard.png" alt-text="Screenshot of Solar Panel Monitoring Template Dashboard.":::

Devices

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

:::image type="content" source="media/tutorial-iot-central-solar-panel/solar-panel-device.png" alt-text="Screenshot showing the devices page in the solar panel monitoring application." lightbox="media/tutorial-iot-central-solar-panel/solar-panel-device.png":::

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.

:::image type="content" source="media/tutorial-iot-central-solar-panel/solar-panel-device-properties.png" alt-text="Screenshot showing the device property page in the solar panel monitoring application." lightbox="media/tutorial-iot-central-solar-panel/solar-panel-device-properties.png":::

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.

:::image type="content" source="media/tutorial-iot-central-solar-panel/solar-panel-device-templates.png" alt-text="Screenshot showing the device template page in the solar panel monitoring application." lightbox="media/tutorial-iot-central-solar-panel/solar-panel-device-templates.png":::

Customize your application

[!INCLUDE iot-central-customize-appearance]

Clean up resources

[!INCLUDE iot-central-clean-up-resources-industry]