IoT Smart Electricity Energy Meter using ESP32 & Blynk 2.0

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 101

  • @angelhuerta4559
    @angelhuerta4559 7 หลายเดือนก่อน +5

    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.

    • @supercorn5607
      @supercorn5607 7 หลายเดือนก่อน

      but are the connections correct?

    • @angelhuerta4559
      @angelhuerta4559 7 หลายเดือนก่อน +1

      @@supercorn5607 Yes the schematic shown in the video is correct

    • @mohamedsyahiran9857
      @mohamedsyahiran9857 3 หลายเดือนก่อน

      @@angelhuerta4559 So youre saying that it only works virtually? if done physically?

    • @PavithranD22
      @PavithranD22 หลายเดือนก่อน

      @@angelhuerta4559 can you elaborate on the resistor and capacitor part of the ckt, why are they required and what are they doing?

  • @srikumarc
    @srikumarc ปีที่แล้ว +3

    Can you make the same project for 3 phase power monitoring?

  • @sidharthsharma1008
    @sidharthsharma1008 ปีที่แล้ว +2

    can we use ACS712 current sensor?

    • @rauloliveira50
      @rauloliveira50 ปีที่แล้ว

      Did you it ? I'm trying here but I failed

  • @latest_dev
    @latest_dev 28 วันที่ผ่านมา

    Do you don't have the schematic project with protoboard and PCB?

  • @asyraafazhan136
    @asyraafazhan136 8 หลายเดือนก่อน

    do you mind sharing the pub design for this 2.0 version

  • @Engineerswarup
    @Engineerswarup ปีที่แล้ว +1

    Pls tell us that how to connect blynk app after 4 virtual variable pin set and code to get output

    • @beastscientist
      @beastscientist ปีที่แล้ว

      get the blink authiticating code

  • @MauriceArwa
    @MauriceArwa ปีที่แล้ว +1

    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?

    • @beastscientist
      @beastscientist ปีที่แล้ว

      yes the esp32 is having the eeprom of 512bytes so it can also save things

  • @mehmoodrec
    @mehmoodrec ปีที่แล้ว +2

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

  • @binisol7353
    @binisol7353 10 หลายเดือนก่อน

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

  • @vedanthlahoti3741
    @vedanthlahoti3741 ปีที่แล้ว

    Can you share where did you make circuit simulation

  • @inuzuka_6934
    @inuzuka_6934 ปีที่แล้ว

    Uhm what are the jumper cables did u use??

  • @juandanielvelezmunoz2667
    @juandanielvelezmunoz2667 ปีที่แล้ว

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

  • @muhammadshoaib3796
    @muhammadshoaib3796 10 หลายเดือนก่อน

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

    • @HowtoElectronics
      @HowtoElectronics  10 หลายเดือนก่อน

      With this current code, you cannot.
      You may need some modifications in the code to reset the Kwh value using an external push button.

    • @muhammadshoaib3796
      @muhammadshoaib3796 10 หลายเดือนก่อน

      Can You Guide Me Mam?

  • @bayazidkhanburki4158
    @bayazidkhanburki4158 9 หลายเดือนก่อน

    Can we add the a module of showing a real time price occuring while using the power electricity

    • @HowtoElectronics
      @HowtoElectronics  9 หลายเดือนก่อน

      Check the latest video. Its there.

  • @rafirabbanifirdaus5028
    @rafirabbanifirdaus5028 ปีที่แล้ว +1

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

  • @mrz2245
    @mrz2245 ปีที่แล้ว

    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

    • @toksgagik9111
      @toksgagik9111 8 หลายเดือนก่อน

      di you fix the problem?? i have the same issue

  • @lavanyayerguntala8977
    @lavanyayerguntala8977 10 หลายเดือนก่อน

    How to send current measure to email use in ESP32 board

  • @sajinraj-jy3rf
    @sajinraj-jy3rf ปีที่แล้ว +1

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

  • @jephtah737
    @jephtah737 ปีที่แล้ว

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

    • @beastscientist
      @beastscientist ปีที่แล้ว

      yes just remove the current part

  • @geraldosocorro1186
    @geraldosocorro1186 ปีที่แล้ว

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

    • @HowtoElectronics
      @HowtoElectronics  ปีที่แล้ว +2

      Hi there was minor bug in the code. I fixed it and updated few hours ago. Try the new code now, it works.

    • @geraldosocorro1186
      @geraldosocorro1186 ปีที่แล้ว

      @@HowtoElectronics OK! I will test it, thank you very much. 👏

  • @008sarathkismatwaale5
    @008sarathkismatwaale5 ปีที่แล้ว +1

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

    • @theochub
      @theochub ปีที่แล้ว

      Any where in the world if esp32 connect with wifi

  • @Radioknowhow-if7mz
    @Radioknowhow-if7mz 6 หลายเดือนก่อน

    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

  • @mohamedsyahiran9857
    @mohamedsyahiran9857 3 หลายเดือนก่อน

    Can you share the easyeda schematic?

  • @keeeerthan
    @keeeerthan ปีที่แล้ว

    I have doubt on the resistor value u said 10k and 100ohm but in fig 100e is there

  • @sifoslimeni3826
    @sifoslimeni3826 8 หลายเดือนก่อน

    Why is irms equal to zero?

    • @toksgagik9111
      @toksgagik9111 8 หลายเดือนก่อน

      di you fix the problem?? i have the same issue

  • @nishanenwani8043
    @nishanenwani8043 ปีที่แล้ว

    How can we fix board error while compiling the code on Arduino IDE?

    • @beastscientist
      @beastscientist ปีที่แล้ว

      can you tell me what error you are getting

    • @nishanenwani8043
      @nishanenwani8043 ปีที่แล้ว

      code is no compiling for selected board ARDUINO UNO@@beastscientist

  • @selvaraja0147
    @selvaraja0147 ปีที่แล้ว

    Mam i have esp 32 V1, but you are used V4. Will any problem come with V1?

  • @supercorn5607
    @supercorn5607 7 หลายเดือนก่อน

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

  • @0124akash
    @0124akash 6 หลายเดือนก่อน

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

  • @allinonetech9990
    @allinonetech9990 5 หลายเดือนก่อน

    How to skip iot coding part I don't want to send data to blink server. I only want data to display on display. Anyone help me .

    • @theochub
      @theochub 3 หลายเดือนก่อน

      yes i can

  • @naveedansari9842
    @naveedansari9842 ปีที่แล้ว

    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

  • @pulendranmathi1874
    @pulendranmathi1874 ปีที่แล้ว

    hi, So i want to display the power consumption price also, with time to time varying the unit price of Government updates. so how can i add this part in the code. please let me know. Because i want to do the project in campus. And also i want connect with this solar and want to calculate that power consumption also. So please help me

  • @peteranuforo8847
    @peteranuforo8847 ปีที่แล้ว

    How do you install ESP32 dev board module

  • @yougetchandan
    @yougetchandan ปีที่แล้ว +2

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

    • @Suryaa11105
      @Suryaa11105 ปีที่แล้ว

      Did you resolve it?

    • @yougetchandan
      @yougetchandan ปีที่แล้ว

      @@Suryaa11105 i used another laptop...and i didn't face the issue 🙂

    • @Suryaa11105
      @Suryaa11105 ปีที่แล้ว

      @@yougetchandan is this working properly or did you face any issues..

    • @arinjain2671
      @arinjain2671 8 หลายเดือนก่อน

      Driver issue

  • @mintamerinjacob5114
    @mintamerinjacob5114 ปีที่แล้ว

    How to power thr circuit without using usb cable

  • @dhananjayamurthyk8214
    @dhananjayamurthyk8214 ปีที่แล้ว

    How to use it for 3 ph energy

    • @beastscientist
      @beastscientist ปีที่แล้ว

      use one phase and do the changes according to your reaquirment an the code for more information contacat me

  • @alaa5125
    @alaa5125 10 วันที่ผ่านมา

    How to solve offline problem?

  • @omaramin3600
    @omaramin3600 ปีที่แล้ว

    why do my lcd doesnt output anything

    • @HowtoElectronics
      @HowtoElectronics  ปีที่แล้ว

      Adjust the contrast using the potentiometer at the back of the display.
      Or it could be the I2C address issues, the LCD display has 2 i2c address, please check and modify the i2c address in code.

    • @nikhiltm1711
      @nikhiltm1711 ปีที่แล้ว

      ​@@HowtoElectronics ma'am can you provide the i2c library link

  • @manthangujar1030
    @manthangujar1030 ปีที่แล้ว

    eepromstate(); was not declared in scope showing an error while compiling

    • @HowtoElectronics
      @HowtoElectronics  ปีที่แล้ว

      I have updated the code and fixed the issue. You can try with new code now.

  • @zeroman6860
    @zeroman6860 ปีที่แล้ว

    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

  • @CrazyCoupleDIY
    @CrazyCoupleDIY ปีที่แล้ว +2

    Well done, nice and easy one

  • @subhrajitghosh3314
    @subhrajitghosh3314 ปีที่แล้ว

    Vro how can I get auth code

  • @falconzod
    @falconzod ปีที่แล้ว

    Mam i need you help to setup esp32 file

  • @shaswatsingh4656
    @shaswatsingh4656 ปีที่แล้ว

    I am making Same project but on Home Assistant not using blynk 2.0 because of free version support max 2 devices

    • @beastscientist
      @beastscientist ปีที่แล้ว

      no you can add upto 10 devices

  • @ابوحسانالهويد-ج8ض
    @ابوحسانالهويد-ج8ض ปีที่แล้ว

    A circuit to prevent power pumping into the network with an on grid system

    • @beastscientist
      @beastscientist ปีที่แล้ว

      more explanation need for better asistance

  • @sudhakars8703
    @sudhakars8703 ปีที่แล้ว

    Please make an video for oxygen monitoring system for home with oxygen sensor

    • @HowtoElectronics
      @HowtoElectronics  ปีที่แล้ว

      Please share the link for buying oxygen sensor.

    • @beastscientist
      @beastscientist ปีที่แล้ว

      its easy i alreday had it

  • @malikumair5755
    @malikumair5755 ปีที่แล้ว

    Ap Ki mail id mil skte ha programming K hawale se bat krne ha

  • @chennaicraft7556
    @chennaicraft7556 ปีที่แล้ว

    Awesome project but power is not accurate

  • @ROHAN-PATIL
    @ROHAN-PATIL ปีที่แล้ว +1

    its clearly not working why you are wasting other people time
    i made this same project it doesn't calculate apms power in your vid its clear that its not working
    put 10w load bulb and its not reflating in app
    SHOW PROOF WITH HIGH LOAD

  • @MANOJ_BHASKAR_
    @MANOJ_BHASKAR_ 9 หลายเดือนก่อน

    Hie sir/ma'am
    Ur work is too good
    I need help from ur side ma'am
    From last one month I trying to connect esp32/esp8266 to blynk but it is not connecting but it is connecting to wifi so please help me out Monday I will be having project review

  • @sujalsirvi4681
    @sujalsirvi4681 3 หลายเดือนก่อน

    I done this project successful 😀

    • @latest_dev
      @latest_dev 2 หลายเดือนก่อน

      you can share the circuit

  • @MrAlsan
    @MrAlsan ปีที่แล้ว

    This is Awesome project 👍

  • @davidcromapix9083
    @davidcromapix9083 8 หลายเดือนก่อน

    Thanks for sharing

  • @jobertsor5112
    @jobertsor5112 ปีที่แล้ว

    No detail explanation in programming

  • @BACHRIR-z4v
    @BACHRIR-z4v หลายเดือนก่อน

    You code send tomy
    Imfroom indonesia

  • @kabitachand2578
    @kabitachand2578 ปีที่แล้ว

    👍