IoT Based Smart Electricity Energy Meter using ESP8266 & Blynk Application

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 87

  • @gowdayashu920
    @gowdayashu920 Місяць тому +2

    50k views soon 🎉

  • @yedukondalumidde1900
    @yedukondalumidde1900 Місяць тому

    Very valuable project🎉🎉

  • @sparkydiytech2370
    @sparkydiytech2370 Рік тому +9

    Nice video, but please remove music on your next video. Not only is it simply not needed, I can barely hear you over the music. It's a complete distraction.

  • @temyraverdana6421
    @temyraverdana6421 2 місяці тому

    Thanks a lot for great idea and very useful video

  • @srikumarc
    @srikumarc Рік тому +4

    Can you please make the same project for 3 phase power measurement?

  • @nidhia3809
    @nidhia3809 Рік тому +2

    nice project sir😇

  • @นนทวัฒน์วิชัยรัตน์-ช5ฒ

    Its work. Thank you.🙏🙏

  • @m.irfanbasharat4480
    @m.irfanbasharat4480 6 місяців тому

    Incredible work
    Possibly for DC too....!

  • @abujargifary9
    @abujargifary9 Рік тому +2

    How blynk workspace is made for this project? Please explain.

    • @hrbembedded_craft
      @hrbembedded_craft  10 місяців тому

      First setup blynk in desktop then copy credentials

  • @leelavathikumarmkl2863
    @leelavathikumarmkl2863 Рік тому +1

    Good Supa

  • @marcosepe7595
    @marcosepe7595 10 місяців тому +1

    Which library to use for LiquidCrystal_I2C to manage brightness?

    • @hrbembedded_craft
      @hrbembedded_craft  10 місяців тому

      Brightness is fixed, u can vary the contrast by pot available in i2c board itself

    • @marcosepe7595
      @marcosepe7595 10 місяців тому

      yes I know...in fact I would need to lower the brightness...too bright.
      At maximum contrast you can read little@@hrbembedded_craft

  • @sanjaygheji1925
    @sanjaygheji1925 Рік тому +3

    By using this ,can we calculate energy consumption in 4 months? if yes ,how ? Please answer me sir

  • @arnavsinghelectrical1313
    @arnavsinghelectrical1313 Рік тому +3

    But does it calculate and store total power consumed

  • @EXTREMEMACHINE
    @EXTREMEMACHINE Рік тому

    How to improve pf. I build this. When i add capacitor to supply pf goes down , why?
    Example, if i running a small device and its pf value is .55, when i added a 45mfd capacitor to suppy its goes down like .40 , as i searched about this, if i add capacitor pf should increase then why its decreasing.

    • @hrbembedded_craft
      @hrbembedded_craft  Рік тому

      Here, type of load is concerned. May be pf goes leading. Capacitor value shold be caculated to get required pf. Refer chart its available in google

  • @storywaadi6612
    @storywaadi6612 2 місяці тому

    Thank sir

  • @Vijaydm
    @Vijaydm Рік тому +2

    👏🏻

  • @AlAmin-io8hq
    @AlAmin-io8hq Рік тому +1

    What is the cable that through to current coil?

  • @7ioe
    @7ioe Рік тому +1

    hello when i use the code their is error it is
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).
    can you help me

    • @hrbembedded_craft
      @hrbembedded_craft  Рік тому

      Watch my video ua-cam.com/video/8AAo00Sr4T8/v-deo.htmlsi=P2VjdJn-sEDk6CFL

  • @Amankhan-lk6qe
    @Amankhan-lk6qe 2 місяці тому

    Sir can you please tell me which liquid crystals 12c library you are using for esp8266 I am getting error it's urgent please tell me sir

    • @hrbembedded_craft
      @hrbembedded_craft  2 місяці тому

      LiquidCrystal_I2C.h from
      github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library

  • @Electrodoc8895
    @Electrodoc8895 Місяць тому

    I have a doubt i can see the readings in my mobile

  • @culturalheritage9610
    @culturalheritage9610 11 місяців тому

    Can I also use esp 32s module for this.
    I had a code,which was compatible with Arduino uno, now I am using esp32s and it is showing a lot of compilation errors.please help me

  • @dmwarnke1960
    @dmwarnke1960 Рік тому +1

    KWH doesn't seem to be working for me.

    • @hrbembedded_craft
      @hrbembedded_craft  11 місяців тому

      u have to initiate this
      float energy = pzem.energy();
      if( !isnan(energy) ){
      Serial.print("Energy: "); Serial.print(energy, 3); Serial.println("kWh");
      lcd.setCursor(12,2); lcd.print(" Kwh"); lcd.setCursor(12,2); lcd.print(energy,3);
      } else {
      Serial.println("Error reading energy");
      }
      watch the code once

    • @marcosepe7595
      @marcosepe7595 11 місяців тому +1

      Infatti, nel mio caso restituisce 3 cifre prima del punto

    • @hrbembedded_craft
      @hrbembedded_craft  11 місяців тому +1

      (energy,3);

  • @sanjaygheji1925
    @sanjaygheji1925 Рік тому +3

    Sir, how you calculate power factor?

  • @gururajhooli201
    @gururajhooli201 10 місяців тому +1

    sir can you please share the video of how to setup the blynk application?

  • @rasittastan
    @rasittastan 7 місяців тому

    Is the value measured in Pzem004t in seconds or minutes? Because I have 209 volts, 0.032 amps. And if that's hourly, it's almost hourly Doing 500 watts

    • @hrbembedded_craft
      @hrbembedded_craft  7 місяців тому

      Measured in hours

    • @rasittastan
      @rasittastan 7 місяців тому

      @hrbembedded_craft thank you very much. Because I thought these values were in seconds. as I said, if they are in seconds, the values are too much. I have a question in my mind now. For example, if I want to learn these results per minute, do I need to divide all the values in the code by 60. because for example, my hair dryer says 1500 watts on the label and measured 220V- 7A on the pzemde. what should I do if I want to print this on the screen as the power consumed per minute?

  • @Net-nd1yo
    @Net-nd1yo Рік тому +1

    Could we use the ESP32 in this project ?

  • @BiryaniBowlBablu
    @BiryaniBowlBablu Рік тому +1

    Will keb people allow us to install this system

  • @longnguyenvan1148
    @longnguyenvan1148 Рік тому +1

    Can you please add date tracking features? Thanks

  • @narasimhansrinivasan-mv3fd
    @narasimhansrinivasan-mv3fd 7 місяців тому

    Need the assembled one how much it will cost for measuring solar plant at home

  • @sony3387
    @sony3387 2 місяці тому

    Sir how I connect wire scl and sda in esp32 please ☺️♥️

  • @sunnialiazgaralambardarmak7056
    @sunnialiazgaralambardarmak7056 5 місяців тому

    This can simulate in which sofware

  • @moondaju
    @moondaju Рік тому

    Can we have this solution for dc bi-directional measurement too?

    • @hrbembedded_craft
      @hrbembedded_craft  Рік тому

      Particularly pzem is meant for oAC circuit only, for we need other components like current sensor and voltage sensor, programme should be altered

  • @edebiyat_arastirmacisi
    @edebiyat_arastirmacisi Рік тому

    So what if we did this for arduino?

  • @kavishparaswar8676
    @kavishparaswar8676 9 місяців тому

    list of components required for this project ?

  • @WordMouth
    @WordMouth 3 місяці тому

    Its wrong circuit diagram, The CT censor should be clipped to the hot wire not the neutral....

    • @hrbembedded_craft
      @hrbembedded_craft  3 місяці тому

      as its of single phase circuit, CT sensor can be placed on either, it works i checked.
      if its 3 phase then neutral is not to consider, any way thank you for reply,

  • @sony3387
    @sony3387 3 місяці тому

    It is work for esp32 for same code

    • @hrbembedded_craft
      @hrbembedded_craft  2 місяці тому

      yes its working but include library #include has to update instead of #include

    • @sony3387
      @sony3387 2 місяці тому

      @ thank you sir 😊♥️

  • @nalinakshimb1026
    @nalinakshimb1026 2 місяці тому

    Sir please help me for this project

  • @a.v.stechs9398
    @a.v.stechs9398 Рік тому +2

    Can I make for dc volt

  • @mahesh4uakp
    @mahesh4uakp 2 місяці тому

    Hi Sir,
    How to resolve the error
    #error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
    | ^~~~~
    exit status 1
    Compilation error: exit status 1

    • @Amankhan-lk6qe
      @Amankhan-lk6qe 2 місяці тому

      Hii please tell what liquid crystal i2c libary you used for this project

    • @maslansinto203
      @maslansinto203 Місяць тому

      hey we got the same problem do you know how to fixed it?

  • @faizmuhammad7779
    @faizmuhammad7779 Рік тому

    Code file is not opening Sir..Please provide code

  • @sunnialiazgaralambardarmak7056
    @sunnialiazgaralambardarmak7056 5 місяців тому

    Which software we can simulate circuit

  • @kushalp8166
    @kushalp8166 Рік тому

    Code please

  • @pratheeshtom4758
    @pratheeshtom4758 8 місяців тому +2

    Hi
    Can u sent programme fike for some projects
    If u can please reply i contact u