IDP Sem 6
IDP Sem 6
PROJECT REPORT
Submitted by
KARTHIKEYAN M C - 412422104078
LIEOAMBROUSE E - 412422104091
BONAFIDE CERTIFICATE
Certified that this project report titled Efficient Energy Monitoring in Home
Appliances Using IoT is the bonafide work of Karthikeyan M C
(412422104078), A.R. Kavin Aarya (412422104079), Lieo Ambrouse E
(412422104091) who carried out the 20CSPJ601 –INNOVATIVE DESIGN
PROJECT Work under my supervision.
2
ACKNOWLEDGEMENT
A successful man is one who can lay a firm foundation with the bricks others have thrown at
him. — David Brinkley
Such a successful personality is our beloved founder Chairman, Thiru. MJF. Ln.
LEOMUTHU. At first, we express our sincere gratitude to our beloved chairman
through prayers, who in the form of a guiding star has spread his wings of external
support with immortal blessings.
We express our gratitude to our CEO, Mr. J. SAI PRAKASH LEOMUTHU, for
having given us spontaneous and whole hearted encouragement for completing this
project.
We indebted to our HOD, Dr. B. SREEDEVI, for her support during the entire
course of this project work.
Our sincere thanks to our project coordinator, Ms. P. SUGANTHI for his kind
support in bringing out this project.
We thank all the teaching and non-teaching staff members of the Department of
Computer Science and Engineering and all others who contributed directly or
indirectly for the successful completion of the project.
3
TABLE OF CONTENTS
CHAPTER NO. TITLE PAGE NO.
LIST OF TABLES 6
LIST OF FIGURES 7
LIST OF SYMBOLS 8
LIST OF ABBREVIATIONS 9
ABSTRACT 10
1 INTRODUCTION 11
1.1 BACKGROUND 11
1.2 PROBLEM STATEMENT 11
1.2.1 Sub Chapter (if applicable)
1.3 OBJECTIVES 11
1.4 SCOPE AND LIMITATIONS 13
2 SOLUTION OVERVIEW 15
2.1 SOLUTION METHODOLOGY 15
2.2 HIGH-LEVEL DESIGN 16
2.3MODULE DESCRIPTION 17
6.1 CONCLUSION 37
REFERENCES 38
APPENDICES
APPENDIX – I
CODE / DATA SHEET / ANY OTHER
RELEVANT DATA
APPENDIX II
KEY PERFORMANCE INDICATORS
APPENDIX III
JUSTIFICATION FOR POSITIVE
APPENDIX IV
FINAL PPT
5
LIST OF TABLES
2 Cost-Benefit Table 27
6
LIST OF FIGURES
2 Screenshots 21 - 23
7 Conference certificates 41 - 43
8 Workshop Certificate 44
9 Event Participation 45
7
LIST OF SYMBOLS
Symbol Description
I Current (Amperes)
V Voltage (Volts)
R Resistance (Ohms)
P Power (Watts)
T Temperature (°C)
β Regression coefficient
8
LIST OF ABBREVIATIONS
CT Current Transformer
ML Machine Learning
UI User Interface
9
ABSTRACT
The escalating demand for energy, coupled with the imperative of sustainable living,
necessitates innovative solutions for efficient energy management. This project
introduces an Internet of Things (IoT)-based Smart Energy Management System
designed to revolutionize how we monitor, analyze, and optimize residential energy
consumption. The system integrates sensors on household appliances, a centralized
controller, and a user-friendly mobile application, creating a seamless ecosystem for
real-time energy tracking.
Through case studies in varied settings, including smart homes, urban complexes,
and corporate offices, we showcase the system's adaptability and its potential impact
on reducing energy waste. The project envisions a future where IoT technologies
play a pivotal role in shaping environmentally conscious energy practices,
contributing to a more sustainable and eco-friendly world.
10
INTRODUCTION
1.1 BACKGROUND
Energy consumption in households has risen significantly with the advent of modern
appliances. While these devices enhance convenience, they also contribute to
increasing energy bills and environmental degradation due to inefficient usage
patterns. Managing energy consumption has become a necessity in the quest for
sustainability.
The Internet of Things (IoT) offers a groundbreaking approach to tackling this issue.
By connecting devices to the internet and enabling real-time monitoring and control,
IoT provides actionable insights into energy usage. This project focuses on
developing an IoT-based system to monitor and optimize energy consumption in
home appliances, making it more accessible and effective for users.
In response to the growing need for efficient energy consumption, our project
focuses on developing an IoT-based Smart Energy Management System. The system
integrates sensors on household appliances, a centralized IoT controller, and a user-
friendly mobile app. Users can track real-time energy usage, receive personalized
recommendations, and engage in optimizing their energy habits. Leveraging
machine learning, the system not only provides immediate insights but also predicts
usage patterns, contributing to sustainability. Our project aims to empower users
with a seamless, intuitive, and eco-friendly approach to residential energy
management.
1.3 OBJECTIVE
12
1.4 SCOPE AND LIMITATIONS
The implementation of the Smart Energy Management System using IoT technologies is
poised to benefit various stakeholders, each experiencing positive outcomes tailored to
their specific needs:
Energy Efficiency: Empower households with insights into real-time energy usage,
allowing for informed decisions and the potential for substantial energy savings.
Load Management: Facilitate load management through insights into peak energy
consumption times, allowing utility companies to optimize their grid operations more
effectively.
Resource Planning: Provide valuable data for strategic resource planning and infrastructure
development, aiding in the efficient distribution of energy resources.
Reduced Carbon Footprint: By promoting energy efficiency and sustainable practices, the
project aims to contribute to a reduction in carbon footprint, aligning with global
environmental conservation goals.
Data Insights: Offer a valuable dataset for researchers and data scientists to analyze energy
consumption patterns, contributing to ongoing research in the field of smart energy
management.
Innovation Catalyst: Provide a platform for further innovation in IoT applications, machine
learning algorithms, and user-centric interfaces.
13
Policy Formulation: Benefit regulatory bodies by offering insights into energy
consumption trends, aiding in the formulation of informed policies to promote sustainable
energy practices.
Energy Conservation Goals: Support governmental initiatives for energy conservation and
sustainability, aligning with broader environmental objectives.
Market Growth: Foster growth in the IoT industry by showcasing the practical applications
of IoT technologies in residential energy management.
14
2. SOLUTION OVERVIEW
Hardware Setup:
The system utilizes CT sensors for current sensing and ESP32 for data processing.
These components were selected for their accuracy and affordability.
Software Development:
The microcontroller was programmed using Arduino IDE. The cloud platform was
configured to handle real-time data processing. Python-based machine learning
models were implemented for pattern recognition and forecasting.
System Integration:
Sensors were integrated with the ESP32 to collect data, which was transmitted to the
15
cloud using MQTT protocols. The user interface was developed to display real-time
insights, including consumption trends and alerts for anomalies.
Key Components:
- ESP32 Microcontroller – Core controller that interfaces with current sensors.
- Current Transformers (CT Sensors) – Measure current flowing through
appliances.
- Voltage Sensors – Track voltage to calculate power consumption.
- Temperature Sensors – Monitor device/environment temperature.
- Cloud Server – Stores, processes, and runs ML algorithms on data.
- Mobile & Web Dashboards – Display real-time stats, alerts, and analytics.
- MQTT Protocol – Lightweight communication protocol for IoT data exchange.
Workflow Overview:
1. Sensors collect current, voltage, and temperature data.
2. ESP32 transmits this data to the cloud via MQTT.
3. The cloud processes and stores the data.
4. ML models (e.g., regression) predict energy usage and anomalies.
5. Dashboards visualize usage trends, forecasts, and recommendations.
16
2.3 MODULE DESCRIPTION
MODULE DESCRIPTION
Sensor Interface Module Interfaces with CT and voltage sensors to
capture electrical parameters. Converts
analog signals to digital data.
Controller & Communication Module Collects sensor data and sends it to the cloud
(ESP32) via Wi-Fi and MQTT protocol. Acts as the
data bridge.
Cloud & Data Storage Module Receives sensor data, stores it in databases
(e.g., Firebase), and prepares it for analysis.
Machine Learning & Prediction Module Uses ML models (like linear regression,
ARIMA) to forecast energy usage, detect
anomalies, and provide optimization
suggestions.
Dashboard (UI/UX Module) Web and mobile dashboards display energy
usage stats, alerts, and recommendations in a
user-friendly format.
Alert & Notification Module Sends warnings/alerts to users via
dashboards or push notifications for unusual
energy consumption.
Cost & ROI Analysis Module Calculates estimated energy costs and helps
users evaluate savings and ROI from usage
optimization.
Security Module Ensures secure data transmission using
encrypted protocols; includes authentication
for dashboard access.
17
3. IMPLEMENATION AND RESULTS
The experimental setup for the IoT-based Smart Energy Management System was
designed to evaluate the efficiency and reliability of real-time energy monitoring in
home appliances. The system's core components include current sensors (CT
sensors), the ESP32 microcontroller, a cloud data storage platform, and a user-
friendly dashboard for data visualization.
Hardware Components:
Software Components:
Testing Environment:
18
Tests were conducted in a controlled home environment.
Appliances such as lights, fans, and heaters were monitored.
Data collection was performed continuously for several hours each day over a week.
void serialEvent()
{
if(Serial.available() > 0)
{
inchar = (char)Serial.read();
if(inchar=='*')
{
while(Serial.available() > 0)
{
inchar = (char)Serial.read();
Serial.print(inchar);
if(inchar=='#'){break;}
inputstring+=inchar;
temp++;
}}}}
void setup()
{
Serial.begin(9600);
19
Blynk.begin(auth, ssid, pass);
inputstring.reserve(30);
pinMode(load1,OUTPUT);
pinMode(load2,OUTPUT);
pinMode(load3,OUTPUT);
pinMode(load4,OUTPUT);
digitalWrite(load1,HIGH);
digitalWrite(load2,HIGH);
digitalWrite(load3,HIGH);
digitalWrite(load4,HIGH);
}
void loop()
{
Blynk.run();
timer.run();
vat++;
if (Serial.available() > 0) { serialEvent(); }
Blynk.virtualWrite(V1,inputstring);
inputstring = "";
}
#include <OneWire.h>
#include <DallasTemperature.h>
#define ONE_WIRE_BUS 6
OneWire oneWire(ONE_WIRE_BUS);
DallasTemperature sensors(&oneWire);
int temp = 0;
#include <ZMPT101B.h>
#define SENSITIVITY 500.0f
ZMPT101B voltageSensor(A1, 50.0);
#include <LiquidCrystal.h>
const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
int sensorValue1=0;
int voltage=0;
int power=0;
void setup()
{
lcd.begin(16, 2);
delay(10);
Serial.begin(9600);
sensors.begin();
voltageSensor.setSensitivity(SENSITIVITY);
delay(2000);
}
void loop()
{
loop1:
lcd.display();
voltage = voltageSensor.getRmsVoltage();
20
lcd.setCursor(0, 0); lcd.print("V:"); lcd.print(voltage);lcd.print("V ");
sensors.requestTemperatures();
temp=sensors.getTempCByIndex(0);
lcd.setCursor(9, 0); lcd.print("T:");lcd.print(temp); lcd.print("oC ");
sensorValue1 = analogRead(A0);
power=sensorValue1*230;
Serial.print("*");
Serial.print(" V:"); Serial.print(voltage);
Serial.print(" T:"); Serial.print(temp);
if(power>100)
{
lcd.setCursor(0, 1);
lcd.print("...OVER LOAD....");Serial.print(" OVER LOAD ");
}
else
{
lcd.setCursor(0, 1);
lcd.print("W:");lcd.print(power);lcd.print("W ");
Serial.print(" W:"); Serial.print(power);Serial.print("W");
lcd.print("I:");lcd.print(sensorValue1);lcd.print("mA ");
Serial.print(" I:"); Serial.print(sensorValue1);Serial.print("mA");
}
3.3 SCREENSHOTS
21
22
23
3.4 RESULTS AND DISCUSSION
Objective: To compare the accuracy, cost, and reliability of various current sensing
technologies used in smart energy management systems.
Accuracy Measurement:
Accuracy(%)=( 1 (I[t]-I[p]) )/ I[t] ) * 100
here I[p] is the present current value in sensor readings and I[t] is the true current
value
Probability of Attack:
P[total attack]=1-(1-P[attack])^N
Rt=R0(1+A(TC-T0)
where:
RT is the resistance at temperature T .
R0 is the resistance at the reference temperature T_0 .
25
a is the temperature coefficient of resistance.
I=V/R0(1+a(TC-T0))
Consequently, the current " I " decreases as the temperature rises if the voltage "V"
remains constant.
Description: This formula calculates the total cost of the system, including initial
costs, maintenance costs, and operational costs.
Description: This formula calculates the User Satisfaction Index by weighting the
satisfaction scores s[i] of various factors by their respective weights W[i]
27
Table 3 : User Satisfaction Table
28
Table 4 : Comparative Accuracy Table
1. Ratio Error
The ratio error of a CT is the difference between the actual transformation ratio
and the nominal transformation ratio. This error is typically very small in high-
precision CTs. The formula for ratio error is:
Ratio Error = ((Is*R/Ip)-1)*100
Where:
Is is the secondary current.
Ip is the primary current.
R is the nominal transformation ratio.
For instance, a CT with a nominal ratio of 100:5 (100A on the primary side
corresponds to 5A on the secondary side) can have a ratio error of less than 0.5%,
ensuring high accuracy.
2. Phase Error
The phase error is the angular difference between the primary and secondary
currents. This error is crucial for applications requiring precise phase measurements.
The formula for phase error is:
Where:
θ[p] is the phase angle of the primary current.
θ[p] is the phase angle of the secondary current.
High-quality CTs exhibit phase errors of less than 1 degree, which is essential for
accurate power factor and phase angle measurements.
Where:
Isis the voltage burden.
Zb is the impedance of the burden.
Operating a CT within its specified burden range ensures minimal ratio and phase
errors. Additionally, CTs are designed to avoid saturation, which occurs when the
core magnetization exceeds its limit, causing significant measurement inaccuracies.
4. Frequency Response
CTs accurately measure currents over a wide frequency range, typically from 50
Hz to several kHz, depending on the application. This wide frequency response
ensures that the CT can accurately capture both fundamental and harmonic currents,
essential for detailed power quality analysis.
DISCUSSIONS:
Insights
The implementation of the IoT-based Smart Energy Management System has
provided valuable insights into the role of technology in optimizing residential and
commercial energy consumption. By integrating a combination of sensors, such as
CT sensors for current sensing, voltage dividers for voltage measurement, and
temperature sensors for environmental monitoring, the system has proven capable of
accurately capturing real-time data on energy usage. This data is pivotal for
identifying consumption patterns, detecting anomalies, and providing users with
actionable insights for energy optimization.
The cloud-based architecture for data storage and analysis has proven to be highly
scalable, enabling the collection and processing of vast amounts of data from
multiple sources. The mobile and web-based user interfaces have been user-friendly,
allowing for easy access to energy consumption trends, anomalies, and actionable
feedback, enhancing the overall user experience.
Limitations
30
While the system has shown significant promise, there are certain limitations that
need to be addressed for improved performance:
3. User Experience Variations: While the mobile and web interfaces were
designed to be intuitive, user feedback suggested that some features, particularly the
detailed analytics and feedback recommendations, could be better tailored to
different user needs. Some users found the dashboard too technical, while others felt
that the energy-saving suggestions were too general and not personalized enough.
Improving the user interface and making recommendations more intuitive could help
mitigate this deviation from the expected user experience.
31
4. Unexpected Costs: The initial cost estimates for sensors and components turned
out to be slightly higher than expected. While the goal was to keep the system
affordable, the final costs for some of the sensors, particularly the energy meter IC
and Rogowski coils , were higher due to sourcing challenges and the need for
higher-accuracy components. This deviation impacted the overall budget and forced
some compromises in the choice of sensors for certain parts of the system.
32
4.1.2 PITCH DECK
2.Revenue Projection:
In the first year, the projected revenue is based on an estimated subscription price of
₹100 per month, with 100 users. This generates a total monthly revenue of ₹10,000,
resulting in ₹1,20,000 annually. Over the next few years, the customer base is
expected to grow by 20% annually, driving up revenue projections significantly. By
Year 2, the revenue could reach ₹1,44,000, and by Year 3, it could rise to ₹1,72,800,
assuming consistent growth and retention of customers.
3.Profit Calculation:
The annual profit is derived from the difference between the projected annual
revenue and the annual operating costs. In the first year, the operating costs are
anticipated to be ₹1,02,000, including cloud storage, maintenance, and marketing
expenses. Subtracting the operating costs from the total revenue gives an annual
profit of ₹18,000. As the business scales up and user base grows, profit margins are
likely to improve due to economies of scale, particularly if operational costs do not
increase proportionately.
The TRL framework consists of nine levels, starting from basic research and
moving towards full-scale deployment:
The quiz aimed to assess students' understanding of the TRL stages and
their ability to apply the framework to their specific project work.
Quiz Objectives:
- The team successfully identified the project’s current TRL as TRL 6, with
ongoing efforts to move toward TRL 7.
- Evidence for each TRL level was collected (as shown in the TRL
Evaluation Table), demonstrating structured development from literature
review to prototype testing.
The TRL-based quiz not only supported self-assessment but also guided the
team in creating a realistic roadmap for system enhancement and
deployment.
35
5. SDG ALIGNMENT AND JUSTIFICATION
Target 7.3 - By 2030, double the global rate of improvement in energy efficiency.
The project titled "Efficient Energy Monitoring in Home Appliances Using IoT"
directly aligns with SDG 7.3. It focuses on promoting energy efficiency through
intelligent monitoring, data analysis, and user awareness. By deploying IoT-based
sensors and systems in households, the project offers an innovative method to track
and reduce energy consumption, enabling informed decisions and encouraging
responsible energy use.
Projected Impact:
6.1 CONCLUSION
The success of the project lies in its ability to provide users with detailed insights
into their energy consumption, thus empowering them to make informed decisions
that lead to energy savings. The system's continuous feedback loop ensures that it
evolves and adapts to users' behavior, improving its recommendations over time.
Moreover, the integration of cloud storage and mobile applications enhances
accessibility and ease of use, making the system both user-friendly and reliable.
A key future enhancement for the IoT-based Smart Energy Management System
involves creating an IoT operating system (OS) to manage and monitor connected
devices efficiently. This lightweight, specialized OS would handle basic tasks like
device control, data processing, and energy optimization. It would ensure the
efficient operation of devices, manage energy consumption, and implement security
measures to protect data and communication channels. The OS could also feature
automated energy-saving adjustments based on real-time usage patterns, ensuring
devices operate optimally with minimal energy wastage.
37
REFERENCES
[1] P. Xu, H. Zhang, X. Wang,J. Liu, and Y. Zhang, "Smart Plug Security:
Vulnerability Analysis and Enhancement Techniques," IEEE Transactions on
Information Forensics and Security, vol. 14, no. 9, pp. 2422-2435, Sept. 2019.
[2] M. V. J. Reddy and T. S. R. Kumar, "An Evaluation of Smart Plug Accuracy and
Security," Journal of Electrical Engineering & Technology, vol. 14, no. 3, pp. 1130-
1140, July 2019.
[3] A. Green and T. Brown, "Wear and Tear in Smart Plugs: Risks and Mitigation,"
Energy Reports, vol. 6, pp. 55-63, March 2020.
[4] S. Ghosh and M. K. Patel, "High Voltage Applications of Optical Sensors:
Advantages and Limitations," Sensors and Actuators A: Physical, vol. 285, pp. 185-
194, Jan. 2019.
[5] R. Singh and J. H. Lee, "Enhanced Accuracy in Energy Monitoring: Integrating
Current, Voltage, and Temperature Sensors," IEEE Sensors Journal, vol. 19, no. 7,
pp. 2630-2638, April 2019.
[6] L. Wu and Y. Xu, "Advanced Sensor Technologies for Energy Monitoring
Systems," Journal of Electrical Engineering & Technology, vol. 15, no. 4, pp. 1623-
1632, Oct. 2020.
[7] H. Li and J. S. Park, "Future Trends in Smart Energy Management Systems:
From Machine Learning to Enhanced User Interfaces," Journal of Sustainable
Energy, vol. 12, no. 2, pp. 78-89, Feb. 2021.
[8] C. Nguyen and M. A. Stewart, "Developing Dynamic Operating Systems for IoT
Devices: Challenges and Solutions," IEEE Internet of Things Journal, vol. 7, no. 6,
pp. 4925-4935, June 2020.
[9] J. A. Jones and M. T. Robinson, "Improving Smart Plug Performance:
Addressing Accuracy and Reliability Issues," IEEE Transactions on Smart Grid, vol.
10, no. 4, pp. 2101- 2112, Aug. 2019.
[10] A. Kumar and R. V. Prasad, "Thermal Management in Smart Plugs: Enhancing
Reliability and Performance," IEEE Transactions on Consumer Electronics, vol. 66,
no. 2, pp. 182-190, May 2020.
[11] N. Patel and K. M. Adams, "Security Concerns in IoT Devices: Smart Plugs and
Beyond," Journal of Cyber Security Technology, vol. 3, no. 1, pp. 33-44, Jan. 2021.
[12] L. Zhang and P. J. Morris, "Advancements in Smart Energy Management:
Sensor Integration and Data Analytics," Energy Reports, vol. 8, pp. 102-114, July
2022.
[13] V. Patel and J. D. Liu, "Predictive Analyticsin Smart Energy Systems:
Techniques and Applications," IEEE Transactions on Industrial Informatics, vol. 18,
no. 3, pp. 1715-1723, March 2022.
[14] R. T. Martin and E. F. Lewis, "User-Centric Design in Smart Energy
Management Systems: Enhancing Usability and Functionality," IEEE Access, vol. 9,
38
CERTIFICATES
39
40
41
WORKSHOP CERTIFICATE
42
EVENT PARTICIPATION
43
APPENDICES
APPENDIX I
SOURCE CODE
44
45
46
47
APPENDIX II
This system combines real-time data collection with predictive analytics to optimize
energy consumption in residential and commercial settings.
By integrating advanced sensors like CT and voltage sensors with the ESP32
microcontroller, we were able to monitor and manage energy usage efficiently.
The system not only provides real-time insights through a mobile app and web
dashboard but also leverages machine learning algorithms for forecasting and
anomaly detection.
Our work highlights the significance of IoT in creating sustainable and energy-
efficient solutions, contributing to the ongoing transformation of smart homes and
buildings.
48
APPENDIX III
Justification for Positive Aspects of the IoT Based Smart Energy Management
System
1. Productable
The IoT based Smart Energy Management System (SEMS) is productable because
it can be implemented in both residential and commercial buildings. The system’s
modular architecture ensures that it can be customized and scaled according to user
needs. The use of widely available, cost effective sensors like Current Transformers
(CT) for current sensing, combined with the ESP32 microcontroller for data
processing, makes it feasible to manufacture and distribute this product on a large
scale.
The cost reduction through mass production and component optimization makes it a
viable product for commercial release.
2. Opportunities
This system creates opportunities for consumers and businesses to reduce their
energy consumption and lower costs, while also contributing to global sustainability
49
efforts. By integrating predictive algorithms and real time monitoring, users can
detect inefficiencies, optimize their energy usage, and potentially integrate
renewable energy sources like solar or wind into the system. The technology also
opens the door for new services, such as energy consulting or remote energy
management.
Thus, the system offers tangible cost savings for users, enhancing its market
potential.
3. Sustainable
4. Informative
The system is informative by providing real time data on energy consumption and
trends. It offers users insights into their energy usage patterns and alerts them about
anomalies, helping them make informed decisions. Detailed reports, graphs, and
predictive insights on energy consumption can be accessed via the mobile app or
web based dashboard, enhancing user awareness and engagement.
50
Information utility :
Average number of users per month: 500
Average number of notifications sent per user (alerts, usage reports): 3
Total notifications per month : 500 × 3 = 1500 notifications
Energy usage insights provided : Each notification helps users reduce average
consumption by 5% (as per system's predictive analysis).
5. Technology
The system integrates cutting edge technology , using IoT for real time data
acquisition and machine learning for predictive energy usage analysis. The ESP32
microcontroller serves as an efficient platform for wireless communication and data
processing. The use of predictive algorithms allows for smarter energy management,
further enhancing its technological edge.
6. Innovative
7. Viable
Thus, customers see a near 90% return on their investment within the first year.
8. Ethical
The project is ethical because it prioritizes user privacy and data security. All user
data collected from the energy management system is anonymized and encrypted.
The system also promotes sustainability and responsible resource use, helping to
reduce carbon footprints and promote environmental stewardship. Ethical
considerations are integrated into the design by ensuring that no personal data is
misused, and energy consumption insights are shared solely for user benefit.
By ensuring that all data is encrypted and securely transmitted, the project ensures
ethical practices in handling user information.
In conclusion, the IoT based Smart Energy Management System has a positive
impact across multiple aspects: it is productable, offers opportunities for energy
optimization, promotes sustainability, and is backed by cutting edge technology. The
system’s innovation, scalability, and ethical design further enhance its potential as a
valuable solution for modern energy management.
52
APPENDIX IV
FINAL PPT
53
54