IoT Smart Electricity Energy Meter using ESP32 & Blynk 2.0

preview_player
Показать описание
Register and get $100 from NextPCB:

Online Components Store:

𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
Almost a year and a half ago, I developed an Energy Meter project using the Blynk application. For that, I used the SCT-013 Current Sensor and the ZMPT101B Voltage Sensor. These sensors were pretty accurate in reading the current value, voltage value, as well as power, and total energy consumed. However, the Blynk application recently underwent an update, rendering it unusable for this project. As a result, I decided to rebuild the project using the newly updated Blynk 2.0 application.

In this project, we will build an IoT-based Smart Electricity Energy Meter using the ESP32 and the newly updated Blynk 2.0 application. By using the best current sensor SCT-013 and voltage sensor ZMPT101B, we can measure voltage, current, power, and total energy consumed in kWh. The readings will be sent to the Blynk 2.0 application and displayed on a dashboard accessible from any location. In case of power outages, the energy meter data will be stored in the ESP32’s EEPROM memory, thus ensuring that the readings are not lost and are continuous. Let's start our project to automate electricity consumption monitoring.

....................................................................................................................................................................................................................................

Drop a like if you liked this video.
Don't forget to subscribe to our channel for more Electronics projects and tutorials.

Рекомендации по теме
Комментарии
Автор

For everyone whos checking out this project, be aware of the following:

1.The code used in the linked webpage is masking APPARENT POWER into REAL POWER and thats completely wrong.
2. Whats worse is that the energy calculation in the code takes apparent power as real power sooo guess what? the energy calculation is also wrong.
3. The ZMPT module introduces a phase shift in the voltage signal. This is because on the secondary side the signal is fed into an amplifier. This doesnt affect RMS voltage readings at all but it completely screws up the REAL POWER calculation.

Im not saying this is a bad project at all, it works pretty well to get VRMS, IRMS and Apparent Power readings however forget about calculating real power, power factor and energy because as I said earlier, this is screwed up by the ZMPT module itself.. You may try to correct that phase shift by software but I cant guarantee you will get decent accuracy in the readings. If you want to calculate real power then you should use a crude step-down transformer.

angelhuerta
Автор

hi nice project but can we configure it to read power and energy in bidirectional mode.

mehmoodrec
Автор

Nice One but whats the Capacitor voltage you used cause it only shows the 10uf on the circuit???

binisol
Автор

hello guys i just build this project but i got some confusion when i add blynk function my serial monitor print zero but when i remove all the blynk function it read voltage and current all good where did i do wrong guys ....the issue is when i add blynk to send those data to blynk app it print all zero value but when i only do without blynk it work fine... any help guys i just stack here

Radioknowhow-ifmz
Автор

Wifi connected nahi hoga to LCD me parameters nahi show honge.

akash
Автор

Can you share where did you make circuit simulation

vedanthlahoti
Автор

Hello, can I please have the file for your schematic and pcb show in the video?

supercorn
Автор

how is it, with three phases, ? that is to say with 3 three current sensors and three voltage

juandanielvelezmunoz
Автор

How to send current measure to email use in ESP32 board

lavanyayerguntala
Автор

let's assume the wifi is faulty but there is power, does it have local (Offline Storage) that can be used during this time, so that when the wifi is back on it just syncs up? or does it just resume from where it lost connection?

MauriceArwa
Автор

i am facing an issue i compile this program and upload ESP32 ardunio module.Iused lcd 20*4 but nothing show in display of lcd . Any one suggest me

naveedansari
Автор

Sir, to measure the voltage of each device connected to nodemcuesp8266 is possible ?

sajinraj-jyrf
Автор

Mam how much maximum distance we can see parameter value mam..

sarathkismatwaale
Автор

Is it permissible to change the calibration factor in the code?
this line I mean:
#define vCalibration 200
#define currCalibration 0.50

rafirabbanifirdaus
Автор

hi, i need help. i only connect the esp32. but the voltage still reading at 5V. but i dont connect any voltage and current sensor

mrz
Автор

A fatal error occurred: Failed to connect to ESP32: No serial data received.

yougetchandan
Автор

can i reset the values of KWh by just click on esp32 reset button?

muhammadshoaib
Автор

ma'am can use the Emonlib to measure only voltage, i dont need the current

jephtah
Автор

Hello. I am not able to find the correct EEPROM library for the ESP32, I tried several, could you help me. Please.

geraldosocorro
Автор

please modify the code....still it is not working...code is complied and uploaded but the result is not coming....after the power cut it is still starts from zero itself

zeroman