Electricity consumption has continued to go up rapidly at a rate faster than energy consumption. All forms of electricity generation have impact on our environment. Using electricity more efficiently reduces both the amount of fuel needed to generate electricity and the amount of greenhouse gases and other air pollution emitted as a result. This paper proposes smart, integrated power consumption monitoring system that has been implemented with the use of open-source standard technology. Just like commercial energy meter, this system can monitor electrical energy consumption from a remote distance with the technology of Internet of Things (IoT). This energy monitoring system using IoT will read the energy level and the consumer can check the energy consumption and the electric bill via Cloud platform such as ThingSpeak, MQTT and mobile app. The main target of this system is to reduce the high energy consumption. The consumer can reach out his/her energy consumption at anytime and anywhere in the world.
Introduction
Overview:
The traditional electricity meter only records energy usage but does not allow real-time tracking or alerts. To address concerns about unexpectedly high electricity bills, this IoT-based energy monitoring system allows real-time monitoring, remote access, and usage notifications via SMS or email when consumption exceeds a predefined threshold. The system is compact, cost-efficient, and more convenient than traditional meters.
System Components & Workflow:
Smart Energy Monitoring Module:
Uses ACS712 current sensor and Arduino Nano to measure real-time current.
Calculates power using Power=Voltage×Current\text{Power} = \text{Voltage} \times \text{Current}Power=Voltage×Current (Voltage = 240V AC).
Energy is computed as power × time.
Sends data via ESP8266 Wi-Fi module to a cloud platform.
Cloud Platform:
Utilizes Adafruit IO and MQTT protocol (via PubSubClient).
Stores and visualizes energy consumption data.
Integrates with IFTTT to send SMS/email alerts when thresholds are crossed.
Calculates the electricity bill based on kWh usage and unit cost.
User Interface (User End):
Accessible via mobile app (MQTT Dashboard) or web.
Displays real-time consumption, total energy used, and bill estimation.
Offers security, troubleshooting, and device management tools.
Causes of High Electricity Bills Identified:
Leaving electronics plugged in (vampire load).
Using large appliances inefficiently.
Forgetting to turn off lights/fans.
Operating outdated or inefficient appliances.
Constantly charging multiple devices.
Benefits of the System:
Real-time monitoring of energy consumption and cost.
Customizable alerts for consumption limits.
Greater control over appliance usage, even remotely.
Encourages energy-saving habits and reduces unnecessary consumption.
Provides more accurate billing and transparency for consumers.
Small size, low cost, and expandable for automation and advanced power analysis.
Potential to add features like power factor, phase angle, and remote appliance control with simple upgrades.
Conclusion
Electricity Energy meter is a well-known device which is installed in every household and other work place to give the accurate data of the measure of energy consumption. As we observe, most of the consumers are always worried about the high electricity bills, it became a necessity to find a solution towards this problem.