{"id":14228,"date":"2020-05-08T13:03:47","date_gmt":"2020-05-08T07:33:47","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/"},"modified":"2022-11-25T14:29:57","modified_gmt":"2022-11-25T08:59:57","slug":"automation-of-energy-meter-reading-monitoring-and-billing-using-aws","status":"publish","type":"post","link":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/","title":{"rendered":"Automation of Energy Meter Reading, Monitoring and Billing using AWS"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\" id=\"problem-statement\"><strong>PROBLEM STATEMENT<\/strong><\/h3>\n\n\n\n<p>State Utility and energy supply companies currently use energy meters to measure the electricity consumption and chargeback to the consumers.&nbsp;<\/p>\n\n\n\n<p>These meters display a cumulative electricity usage in KWH which is recorded manually and reported by the technicians to the power company on a monthly basis. Overall meter reading process requires tremendous manual effort, prone to human errors and is also open to manipulation.<\/p>\n\n\n\n<p>Many times these energy meters become faulty and cause voltage\/frequency fluctuations. This often goes undetected as there is no real-time monitoring mechanism.<\/p>\n\n\n\n<p>These inefficiencies often result in losses, power wastage, and increased costs for the utility companies<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"proposed-solution\"><strong>PROPOSED SOLUTION:<\/strong><\/h3>\n\n\n\n<p>The capstone project aims to leverage \u201csmart meter\u201d technology and AWS platform to achieve the following objectives:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Completely automate the meter reading process via MQTT protocol over network<\/li>\n\n\n\n<li>Develop a monitoring framework to detect faults and power fluctuations to the power company<\/li>\n\n\n\n<li>Provide accurate and real-time power usage to the consumer<\/li>\n\n\n\n<li>Optimise the monthly billing cycles<\/li>\n\n\n\n<li>Create the utilisation matrix for Power Company to prevent meltdowns and predict regional demands for intelligent scale-up of operations<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"smart-meters\"><strong>Smart meters<\/strong><\/h3>\n\n\n\n<p>The project leverages smart meter technology, which enables the meters to transmit their power consumption and health metrics (voltage, current and frequency) directly to the IoT services hosted in AWS cloud over the WAN network. Smart meters need to be registered to the IoT core services, only the registered meters can communicate with the IoT core service.<br><\/p>\n\n\n\n<p>IoT gateway is a device which resides in the close proximity of the smart meters and collects the data from the smart meter over the local network. The gateway then converts the collected meter data into JSON format and transmits it over the internet to AWS IoT core service using MQTT protocol.<br><\/p>\n\n\n\n<p>In the project context, a customised python program has been developed to simulate smart meter and IoT gateway devices. The program can be installed on a laptop and each installation is given a unique meter serial number. This serial number needs to be first registered to the IoT core for it to communicate with the service.&nbsp;<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"iot-core\"><strong>IoT Core<\/strong><\/h3>\n\n\n\n<p>IoT core service receives the streaming meter data and validates if the sender is a registered device. If the data is from a valid\/registered device, it is passed to the Kinesis delivery stream.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"kinesis-firehose-delivery-stream\"><strong>Kinesis FireHose Delivery Stream<\/strong><\/h3>\n\n\n\n<p>The Kinesis delivery stream transforms the data from JSON to CSV format and dumps it into the <strong>S3<\/strong> bucket in the form of CSV flat files. As the streaming data is written into S3, an object create event triggers lambda function which reads the CSV flat file and pushes every record into Dynamodb.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"s3\"><strong>S3<\/strong><\/h3>\n\n\n\n<p>S3 bucket is the data lake for all the raw and historical meter data. Keeping in mind the daily data volume, data is partitioned into specific dated folders within the S3 bucket, this helps to increase the performance while querying \/searching the data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"athena\"><strong>Athena<\/strong><\/h3>\n\n\n\n<p>Database schema and tables have been defined in the AWS Athena whose columns map to the comma-separated field in the flat files. The tables have been partitioned by the \u201ccreated date\u201d, this helps to prune the data while querying and reduces costs. This mapping directly allows to select, filter, aggregate data from the flat files using SQL queries. Once the data is available in SQL format, it can be utilised for reporting and further processing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"redash\"><strong>Redash<\/strong><\/h3>\n\n\n\n<p>Redash has been chosen as the reporting and analytics solution. It has a simple easy to use interface, out of box charting and reporting features, and supports all AWS data sources (Athena, RDS, Redshift, Dynamo). It is available as an AMI instance in AWS marketplace.&nbsp;<\/p>\n\n\n\n<p>For this project, Redash analytics solution is hosted on an EC2 instance located in the public subnet and connects to Athena data source for fetching data for analytics and reporting.<\/p>\n\n\n\n<p>There are two categories of reporting dashboards:<\/p>\n\n\n\n<p>1)<strong> Consumer dashboards<\/strong>: These are accessed by the consumers for the current and historical power consumption for the last 6 months.<\/p>\n\n\n\n<p>2) <strong>Monitoring dashboards: <\/strong>These are accessed by the utility companies, these are used to monitor region-wise power consumption, and detect faults and power outages&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cloudwatch-event\"><strong>Cloudwatch Event<\/strong><\/h3>\n\n\n\n<p>On 1<sup>st<\/sup> of every month at 8 AM a cloudwatch event triggers a lambda function. This lambda function aggregates raw consumption data for all meters for the past month from the Dynamodb table, converts them into monthly readings and pushes it into the RDS MYSQL database.&nbsp; This aggregated monthly consumption is further used to calculate the monthly bills to the consumers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"rds-mysql\"><strong>RDS MYSQL<\/strong><\/h3>\n\n\n\n<p>RDS MYSQL database has been chosen to host the consumer data, meter master data and aggregated monthly consumption data and consumer billing information. The database is hosted in the private subnet and only accessible within the VPC via 3306 port.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"business-challenges-technical-challenges\"><strong>Business Challenges &amp; Technical Challenges<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"technical-challenges\"><strong>Technical Challenges:<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We faced a challenge to simulate smart meter behaviour, the other challenge was to ensure a secure communication channel between smart meters and IoT service.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"solution\"><strong><span style=\"text-decoration: underline;\">Solution<\/span>:<\/strong><\/h4>\n\n\n\n<p>We developed a smart meter simulator program in python, which can generate readings at regular intervals. For secured communication, we generated certificates from the AWS IoT service and imported them into smart meters. Only the meters with certificates could now communicate with IoT service.<\/p>\n\n\n\n<p>2. Dynamodb does not support standard SQL, hence selecting and aggregating data from Dynamodb was a challenge. Also, the aggregated data had to be put into an RDS database.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"solution\"><strong><span style=\"text-decoration: underline;\">Solution<\/span>:<\/strong><\/h4>\n\n\n\n<p>This was achieved using the lambda function in python environment. Boto3 libraries were used to access data from Dynamodb.&nbsp;<\/p>\n\n\n\n<p>RDS database engine was postgres initially, but there is no boto3 inbuilt library available for postgres database thus making it difficult to code in python.&nbsp;<\/p>\n\n\n\n<p>Postgres database was eventually replaced with MYSQL database.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learnings\"><strong>Learnings<\/strong><\/h2>\n\n\n\n<p>Team has developed deep functional knowledge on the functioning of the energy meters, the recording of the meter readings and the key health check (voltage, current, frequency) metrics used for monitoring.&nbsp;<\/p>\n\n\n\n<p>Team also adopted and learnt project planning techniques such as scope management, schedule estimation, cost estimation.<\/p>\n\n\n\n    <div class=\"courses-cta-container\">\n        <div class=\"courses-cta-card\">\n            <div class=\"courses-cta-header\">\n                <div class=\"courses-learn-icon\"><\/div>\n                <span class=\"courses-learn-text\">Academy Pro<\/span>\n            <\/div>\n            <p class=\"courses-cta-title\">\n                <a href=\"https:\/\/www.mygreatlearning.com\/academy\/premium\/hands-on-aws-cloud-training-essentials\" class=\"courses-cta-title-link\">AWS Cloud Course<\/a>\n            <\/p>\n            <p class=\"courses-cta-description\">Learn AWS Cloud fundamentals and gain hands-on experience in deploying, managing, and scaling applications on AWS.<\/p>\n            <div class=\"courses-cta-stats\">\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-user-icon\"><\/div>\n                    <span>8.58 Hrs<\/span>\n                <\/div>\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-star-icon\"><\/div>\n                    <span>1 Project<\/span>\n                <\/div>\n            <\/div>\n            <a href=\"https:\/\/www.mygreatlearning.com\/academy\/premium\/hands-on-aws-cloud-training-essentials\" class=\"courses-cta-button\">\n                Enrol Now for AWS Cloud Course\n                <div class=\"courses-arrow-icon\"><\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n\n\n\n<p>Following were the learnings for AWS perspective:-&nbsp;<\/p>\n\n\n\n<p><strong>IoT core service<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration of IoT core service<\/li>\n\n\n\n<li>Onboarding of things in IoT core service<\/li>\n\n\n\n<li>Monitoring of communication between things and IoT core<\/li>\n\n\n\n<li>Creation of certificates for secured communication<\/li>\n\n\n\n<li>Define Rules and actions<\/li>\n<\/ul>\n\n\n\n<p><strong>Kinesis Delivery stream&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration of Kinesis delivery stream<\/li>\n\n\n\n<li>Applying S3 prefixes to partition the data<\/li>\n<\/ul>\n\n\n\n<p><strong>S3 events<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration of S3 buckets and folders<\/li>\n\n\n\n<li>Blocking public access to S3 bucket<\/li>\n\n\n\n<li>Creation of S3 events to trigger lambda functions<\/li>\n<\/ul>\n\n\n\n<p><strong>Lambda functions<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Creation of lambda functions<\/li>\n\n\n\n<li>Deploying lambda functions in VPC and private subnets<\/li>\n<\/ul>\n\n\n\n<p><strong>Python\/Boto3&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coding in python using boto3 libraries<\/li>\n\n\n\n<li>Selecting table data in cursors<\/li>\n\n\n\n<li>Accessing Dynamodb and MYSQL tables using python<\/li>\n<\/ul>\n\n\n\n<p><strong>Accessing data in Dynamodb<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Creation of tables in Dynamodb<\/li>\n\n\n\n<li>Inserting data into Dynamodb tables&nbsp;<\/li>\n\n\n\n<li>Selecting data from Dynamodb tables<\/li>\n<\/ul>\n\n\n\n<p><strong>Redash Analytics&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deploying Redash AMI in VPC<\/li>\n\n\n\n<li>Creation of Athena datasources<\/li>\n\n\n\n<li>Creation of stored queries<\/li>\n\n\n\n<li>Creation and publishing of dashboards&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"project-team\"><strong>Project Team&nbsp;<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.linkedin.com\/in\/shyampd\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" aria-label=\"Shyam Prabhudesai (opens in a new tab)\">Shyam Prabhudesai<\/a> has 20 years of work experience and works as Infrastructure delivery manager at IndiaIdeas.com<\/p>\n\n\n\n<p><a href=\"http:\/\/linkedin.com\/in\/jaymin-thakkar\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" aria-label=\"Jaymin Thakker (opens in a new tab)\">Jaymin Thakker<\/a> has 19 years of work experience and works as Principal Software Architect at Wabtec Corporation<\/p>\n\n\n\n<p><a href=\"https:\/\/www.linkedin.com\/in\/venkatraman-7a7ab814\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" aria-label=\"N Venkat Raman (opens in a new tab)\">N Venkat Raman<\/a> has 20 years of work experience, currently works as Sr. Technology Architect at Wipro.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener nofollow\" aria-label=\"Annapoorni Ramakrishnan (opens in a new tab)\" href=\"https:\/\/www.linkedin.com\/in\/annapoorni-ramakrishnan-998852190\/\" target=\"_blank\">Annapoorni Ramakrishnan<\/a> works as a project management and solution architect in Oracle Financials in JP Morgan. She has 16 years of work experience.<\/p>\n\n\n\n<p>If you wish to learn cloud computing and upskill in the domain, check out Great Learning's <a href=\"https:\/\/www.mygreatlearning.com\/pg-program-cloud-computing-course\" target=\"_blank\" rel=\"noreferrer noopener\">Postgraduate Program in Cloud Computing. <\/a> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>PROBLEM STATEMENT State Utility and energy supply companies currently use energy meters to measure the electricity consumption and chargeback to the consumers.&nbsp; These meters display a cumulative electricity usage in KWH which is recorded manually and reported by the technicians to the power company on a monthly basis. Overall meter reading process requires tremendous manual [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":14238,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[6],"tags":[],"content_type":[],"class_list":["post-14228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-computing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Automation of Energy Meter Reading, Monitoring and Billing using AWS<\/title>\n<meta name=\"description\" content=\"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring &amp; billing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Automation of Energy Meter Reading, Monitoring and Billing using AWS\" \/>\n<meta property=\"og:description\" content=\"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring &amp; billing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-08T07:33:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-25T08:59:57+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Great Learning Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/Great_Learning\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Great Learning Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"Automation of Energy Meter Reading, Monitoring and Billing using AWS\",\"datePublished\":\"2020-05-08T07:33:47+00:00\",\"dateModified\":\"2022-11-25T08:59:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/\"},\"wordCount\":1271,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/shutterstock_587373098.jpg\",\"articleSection\":[\"Cloud Computing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/\",\"name\":\"Automation of Energy Meter Reading, Monitoring and Billing using AWS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/shutterstock_587373098.jpg\",\"datePublished\":\"2020-05-08T07:33:47+00:00\",\"dateModified\":\"2022-11-25T08:59:57+00:00\",\"description\":\"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring & billing.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/shutterstock_587373098.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/shutterstock_587373098.jpg\",\"width\":1000,\"height\":667,\"caption\":\"Automation of energy meter reading\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cloud Computing\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/cloud-computing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Automation of Energy Meter Reading, Monitoring and Billing using AWS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Automation of Energy Meter Reading, Monitoring and Billing using AWS","description":"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring & billing.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/","og_locale":"en_US","og_type":"article","og_title":"Automation of Energy Meter Reading, Monitoring and Billing using AWS","og_description":"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring & billing.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","article_published_time":"2020-05-08T07:33:47+00:00","article_modified_time":"2022-11-25T08:59:57+00:00","og_image":[{"width":1000,"height":667,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg","type":"image\/jpeg"}],"author":"Great Learning Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/Great_Learning","twitter_site":"@Great_Learning","twitter_misc":{"Written by":"Great Learning Editorial Team","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"Automation of Energy Meter Reading, Monitoring and Billing using AWS","datePublished":"2020-05-08T07:33:47+00:00","dateModified":"2022-11-25T08:59:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/"},"wordCount":1271,"commentCount":0,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg","articleSection":["Cloud Computing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/","url":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/","name":"Automation of Energy Meter Reading, Monitoring and Billing using AWS","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg","datePublished":"2020-05-08T07:33:47+00:00","dateModified":"2022-11-25T08:59:57+00:00","description":"Automation of Energy Meter Reading: A Capstone project report by GL learners who have provided an effective solution for Automation of energy meter readings using AWS for monitiring & billing.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg","width":1000,"height":667,"caption":"Automation of energy meter reading"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/automation-of-energy-meter-reading-monitoring-and-billing-using-aws\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Cloud Computing","item":"https:\/\/www.mygreatlearning.com\/blog\/cloud-computing\/"},{"@type":"ListItem","position":3,"name":"Automation of Energy Meter Reading, Monitoring and Billing using AWS"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",1000,667,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098-150x150.jpg",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098-768x512.jpg",768,512,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",1000,667,false],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",1000,667,false],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",1000,667,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",640,427,false],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",96,64,false],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/04\/shutterstock_587373098.jpg",150,100,false]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"PROBLEM STATEMENT State Utility and energy supply companies currently use energy meters to measure the electricity consumption and chargeback to the consumers.&nbsp; These meters display a cumulative electricity usage in KWH which is recorded manually and reported by the technicians to the power company on a monthly basis. Overall meter reading process requires tremendous manual&hellip;","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/14228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=14228"}],"version-history":[{"count":9,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/14228\/revisions"}],"predecessor-version":[{"id":110182,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/14228\/revisions\/110182"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/14238"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=14228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=14228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=14228"},{"taxonomy":"content_type","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/content_type?post=14228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}