Skip to content

Commit 389bb6c

Browse files
committed
[AQ] edit pass: tutorial-smart-meter-app
1 parent 8bc747e commit 389bb6c

File tree

3 files changed

+56
-44
lines changed

3 files changed

+56
-44
lines changed

articles/iot-central/energy/tutorial-smart-meter-app.md

Lines changed: 46 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Azure IoT smart meter monitoring | Microsoft Docs
3-
description: This tutorial shows you how to deploy and use the smart meter monitoring application template for IoT Central.
2+
title: Tutorial - Azure IoT smart-meter monitoring
3+
description: This tutorial shows you how to deploy and use an application template for monitoring smart meters in Azure IoT Central.
44
author: dominicbetts
55
ms.author: dobett
66
ms.date: 06/14/2022
@@ -10,89 +10,99 @@ services: iot-central
1010
manager: abjork
1111
---
1212

13-
# Tutorial: Deploy and walk through the smart meter monitoring application template
13+
# Tutorial: Deploy and walk through an application template for monitoring smart meters
1414

15-
The smart meters not only enable automated billing, but also advanced metering use cases such as real-time readings and bi-directional communication. The _smart meter monitoring_ application template enables utilities and partners to monitor smart meters status and data, define alarms and notifications. It provides sample commands, such as disconnect meter and update software. The meter data can be set up to egress to other business applications and to develop custom solutions.
15+
Smart meters enable not only automated billing, but also advanced metering use cases like real-time readings and bidirectional communication.
1616

17-
App's key functionalities:
17+
An application template enables utilities and partners to monitor the status and data of smart meters, along with defining alarms and notifications. It provides sample commands, such as disconnecting a meter and updating software. You can set up the meter data to egress to other business applications, and to develop custom solutions.
1818

19-
- Meter sample device model
19+
The app's key functionalities include:
20+
21+
- Sample device model for meters
2022
- Meter info and live status
21-
- Meter readings such as energy, power, and voltages
23+
- Meter readings such as energy, power, and voltage
2224
- Meter command samples
2325
- Built-in visualization and dashboards
2426
- Extensibility for custom solution development
2527

26-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-app-architecture.png" alt-text="Diagram of smart meter application architecture." border="false":::
28+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-app-architecture.png" alt-text="Diagram of the architecture of a smart-meter application." border="false":::
2729

28-
This architecture consists of the following components. Some solutions may not require every component listed here.
30+
This architecture consists of the following components. Some solutions might not require every component listed here.
2931

3032
### Smart meters and connectivity
3133

32-
A smart meter is one of the most important devices among all the energy assets. It records and communicates energy consumption data to utilities for monitoring and other use cases, such as billing and demand response. Typically, a meter uses a gateway or bridge to connect to an IoT Central application. To learn more about bridges, see [Use the IoT Central device bridge to connect other IoT clouds to IoT Central](../core/howto-build-iotc-device-bridge.md).
34+
A smart meter is one of the most important devices among all the energy assets. It records and communicates energy consumption data to utilities for monitoring and other use cases, such as billing and demand response.
35+
36+
Typically, a meter uses a gateway or bridge to connect to an Azure IoT Central application. To learn more about bridges, see [Use the Azure IoT Central device bridge to connect other IoT clouds to Azure IoT Central](../core/howto-build-iotc-device-bridge.md).
37+
38+
### Azure IoT Central platform
3339

34-
### IoT Central platform
40+
When you build an Internet of Things (IoT) solution, Azure IoT Central simplifies the build process and helps to reduce the burden and costs of IoT management, operations, and development. With Azure IoT Central, you can easily connect, monitor, and manage your IoT assets at scale.
3541

36-
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 smart meters 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.
42+
After you connect your smart meters to Azure IoT Central, the application template uses built-in features such as device models, commands, and dashboards. The application template also uses the Azure IoT Central storage for warm path scenarios such as near real-time meter data monitoring, analytics, rules, and visualization.
3743

38-
### Extensibility options to build with IoT Central
44+
### Extensibility options to build with Azure IoT Central
3945

40-
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.
46+
The Azure IoT Central platform provides two extensibility options: Continuous Data Export and APIs. Customers and partners can choose between these options to customize their solutions for their specific needs.
47+
48+
For example, a partner might configure Continuous Data Export with Azure Data Lake Storage. That partner can then use Data Lake Storage for long-term data retention and other cold path storage scenarios, such batch processing, auditing and reporting.
4149

4250
In this tutorial, you learn how to:
4351

44-
- Create the smart meter app
45-
- Application walk-through
46-
- Clean up resources
52+
- Create an application for monitoring smart meters.
53+
- Walk through the application.
54+
- Clean up resources.
4755

4856
## Prerequisites
4957

50-
An active Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
58+
To complete this tutorial, you need an active Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
59+
60+
## Create an application for monitoring smart meters
5161

52-
## Create a smart meter monitoring application
62+
1. Go to the [Azure IoT Central build](https://aka.ms/iotcentral) site. Then sign in with a Microsoft personal, work, or school account.
5363

54-
1. Navigate to the [Azure IoT Central Build](https://aka.ms/iotcentral) 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:
64+
1. Select **Build** from the left menu, and then select the **Energy** tab.
5565

56-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-build.png" alt-text="Screenshot showing the Azure IoT Central build site with the energy app templates.":::
66+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-build.png" alt-text="Screenshot that shows the Azure IoT Central build site with energy app templates.":::
5767

58-
1. Select **Create app** under **Smart meter monitoring**.
68+
1. Under **Smart meter monitoring**, select **Create app**.
5969

60-
To learn more, see [Create an IoT Central application](../core/howto-create-iot-central-application.md).
70+
To learn more, see [Create an Azure IoT Central application](../core/howto-create-iot-central-application.md).
6171

6272
## Walk through the application
6373

64-
The following sections walk you through the key features of the application:
74+
The following sections walk you through the key features of the application.
6575

6676
### Dashboard
6777

68-
After you deploy the application template, it comes with sample smart meter device, device model, and a dashboard.
78+
After you deploy the application template, it comes with a sample smart-meter device, a device model, and a dashboard.
6979

70-
Adatum is a fictitious energy company, who monitors and manages smart meters. On the smart meter monitoring dashboard, you see smart meter properties, data, and sample commands. It enables operators and support teams to proactively perform the following activities before it turns into support incidents:
80+
Adatum is a fictitious energy company that monitors and manages smart meters. On the dashboard for monitoring smart meters, you see properties, data, and sample commands for meters. The dashboard enables operators and support teams to proactively perform the following activities before they become support incidents:
7181

7282
* Review the latest meter info and its installed [location](../core/howto-use-location-data.md) on the map.
7383
* Proactively check the meter network and connection status.
74-
* Monitor Min and Max voltage readings for network health.
84+
* Monitor minimum and maximum voltage readings for network health.
7585
* Review the energy, power, and voltage trends to catch any anomalous patterns.
7686
* Track the total energy consumption for planning and billing purposes.
77-
* Command and control operations such as reconnect meter and update firmware version. In the template, the command buttons show the possible functionalities and don't send real commands.
87+
* Perform command and control operations, such as reconnecting a meter and updating firmware version. In the template, the command buttons show the possible functionalities and don't send real commands.
7888

79-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png" alt-text="Screenshot showing the smart meter monitoring dashboard." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png":::
89+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png" alt-text="Screenshot that shows the dashboard for monitoring smart meters." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png":::
8090

8191
### Devices
8292

83-
The app comes with a sample smart meter device. You can see the device details by clicking on the **Devices** tab.
93+
The app comes with a sample smart-meter device. You can see the device details by selecting the **Devices** tab.
8494

85-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-devices.png" alt-text="Screenshot showing the smart meter devices." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-devices.png":::
95+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-devices.png" alt-text="Screenshot that shows smart-meter devices." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-devices.png":::
8696

87-
Click on the sample device **SM0123456789** link to see the device details. You can update the writable properties of the device on the **Update Properties** page, and visualize the updated values on the dashboard.
97+
Select the link for sample device **SM0123456789** to see the device details. You can update the writable properties of the device on the **Update Properties** page, and then visualize the updated values on the dashboard.
8898

89-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png" alt-text="Screenshot showing the smart meter device properties." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png":::
99+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png" alt-text="Screenshot that shows the properties of a smart-meter device." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png":::
90100

91-
### Device Template
101+
### Device template
92102

93-
Click on the **Device templates** tab to see the smart meter device model. The model has pre-define interface for Data, Property, Commands, and Views.
103+
Select the **Device templates** tab to see the model of the smart-meter device. The model has a predefined interface for data, properties, commands, and views.
94104

95-
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-device-template.png" alt-text="Screenshot showing the smart meter device template." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-device-template.png":::
105+
:::image type="content" source="media/tutorial-iot-central-smart-meter/smart-meter-device-template.png" alt-text="Screenshot that shows a template for a smart-meter device." lightbox="media/tutorial-iot-central-smart-meter/smart-meter-device-template.png":::
96106

97107
## Customize your application
98108

includes/iot-central-clean-up-resources-industry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: include
66
ms.date: 11/11/2022
77
---
88

9-
If you don't plan to continue using this application, you can delete it. To do so:
9+
If you don't plan to continue using this application, you can delete it:
1010

11-
1. In your IoT Central application, go to **Application** > **Management**.
11+
1. In your Azure IoT Central application, go to **Application** > **Management**.
1212
1. Select **Delete**, and then confirm your action.
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
As an administrator, you can change several settings to customize the user experience in your application:
1+
As an administrator, you can change settings to customize the user experience in your application.
22

3-
1. Select **Customization > Appearance**.
4-
1. To set the masthead logo image, select **Change**.
5-
1. To set the browser icon image that appears on browser tabs, select **Change**.
6-
1. You can replace the default **Browser colors** by adding HTML hexadecimal color codes. For more information about **HEX Value** color notation, see [HTML Colors](https://www.w3schools.com/html/html_colors.asp).
7-
1. You can change the application image on the **Application** > **Management** page.
3+
Select **Customization** > **Appearance**, and then:
4+
5+
- To set the masthead logo image, select **Change**.
6+
- To set the browser icon image that appears on browser tabs, select **Change**.
7+
- 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](https://www.w3schools.com/html/html_colors.asp) tutorial.
8+
9+
You can change the application image on the **Application** > **Management** page.

0 commit comments

Comments
 (0)