DIY Home Energy Monitor & CT sensors explained

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 156

  • @bryan_hiebert
    @bryan_hiebert 2 года назад +8

    This was exactly the kind of project I was looking for to monitor energy consumption and, in the future, the efficiency of each component. Thanks for outlining the process.

  •  5 лет назад +14

    Yes! More videos like this! I love tinkering with IoT projects, and am constantly looking for inspiration. Keep up the good work!

    • @simplyexplained
      @simplyexplained  5 лет назад +2

      Me too! I recently got into programming microcontrollers and it's so much fun (but also very time consuming). I also have a project with an e-ink display. Might do a video on that one as well. Depends on how people like this video.

    •  5 лет назад +3

      Simply Explained - Savjee I bought a few CT sensors as well a few years back, but the incoming wires are actually too wide for the sensors.
      However I noticed that we have a LED flashing 10 000 times for each kWh on our energy meter, so I’m thinking of using a D1 mini (a tiny Arduino-like board) with a photo resistor. That microprocessor will then report to a Home Assistant instance. I might write a blog post if you’re interested?

    • @simplyexplained
      @simplyexplained  5 лет назад +2

      @ Would definitely read that! I also think that Home Assistant is very interesting. I don't have it at home yet, but I am considering it as my collection of IoT devices is steadily growing and not all of them work together nicely.

    • @user-nt4nm4fb3u
      @user-nt4nm4fb3u 3 года назад +1

      @ sure please keep the good work with good explanation... we are eager to try that!

  • @stephentaylforth4731
    @stephentaylforth4731 3 года назад +2

    This is very similar to the route I went down around 2007 for my energy monitoring, ecept I used a much larger CT which wasn't split and I had to do the ballasting for the CT myself and mesure AC voltage. THey weren't as easily obtainable back then. It worked OK ish with high resistivite loads but it was pitiful at low typical loads with a high reactive element. I abandoned the CT route and moved to a blink timing and counting from the main meter using a photo transistor. Thats still the system I use in 2020. Very accurate. The only downside is that at low power consumtion the pulses can be a long time apart and so don't update too frequently. The meter is a typical 1000 pulse per kWh so at 60 watts the pulses are a minute apart. . at 3.6 kW a second apart. THere is a further problem usng the ESP32 in that the analog to digital converter is a bit iffy (read non linear) at the ends of the voltage scale,

    • @whatvideo3107
      @whatvideo3107 11 месяцев назад

      hello, I would like to talk to you about this. How can I reach you? thank you

  • @steffenbuettner4294
    @steffenbuettner4294 Год назад

    Cool project, I want to put together something similar. ESP32 is a great platform for this.
    One little thing: your CT measures an AC current. Without voltage reference there is no way to calculate real power. If you just assume 230V without phase information, you are calculating apparent power. For a household this is probably very close to real power, as you discovered. ‘Reactive current’ is still current and your CT does measure it.

  • @VladimirKorichkov
    @VladimirKorichkov 4 года назад +15

    Can you share the diffs between the real consumptions (based on your bill) and measured ones by your DIY energy monitor? Thanks

  • @korishan
    @korishan 5 лет назад +2

    I've built my own on a solder board using an arduino nano. Problem is I have to poll it using python/serial and inject into influxdb. My next version is going to be the esp32 as well. But I am going to use the ADC1115 to get better resolution, 16-bit vs 12-bit.
    Nice project build. I love the idea of the usage over time in the way you store the data and figure out the "Always On" devices and account for them.
    To get real voltage, you could add AC circuit that reads the voltage directly, then rectifies and outputs to power the esp. But you'd need to have an AC power brick, as the DC ones have been smoothed and/or are done digitally with no transformer. On my line, over the course of a day, my voltage can swing from 125VAC to 116VAC (US power), which can make big difference on power consumption. Right now I'm actually using 2 power bricks as it's still in prototype form.

    • @simplyexplained
      @simplyexplained  5 лет назад +3

      Thank you! Wow, that's indeed quite a big difference in voltage. I'm actually investigating in using a TP-Link smart switch to do the voltage monitoring. I have a few around the house already and they do expose the voltage through an (unofficial) API.

  • @Coltography
    @Coltography 3 года назад +4

    This is so cool, I am definitely going to try this. Wish you showed a little more of how you set it up and powered it etc.
    Edit: nvm I see there's quite a bit more media on the blog post

  • @manayagabhartwenversonm.7811
    @manayagabhartwenversonm.7811 3 года назад +2

    ohm's law (P=IV) only works for DC circuit... when it comes on AC circuit, we need to know for the power factor in order calculate the real power drawn (P=IV*PowerFactor)
    Power factor is 1 or close to 1if the load is a resistive type.
    Please correct me if I said something wrong for what I understood. Thanks :)

    • @The_Unobtainium
      @The_Unobtainium 2 года назад

      So true. If you don't sense voltage and phase shift it is senseless to call it accurate.

  • @anthonylosego
    @anthonylosego 9 месяцев назад

    You really should also include a voltage meter as well. Though that becomes invasive and is probably more problematic. Power is exponential, so when the voltage drops or raises (it's never the number they rate it at) you can fluctuate pretty large on power consumption. Length of copper wire can drop the voltage quite a bit if you aren't using a larger gauge. You would want to have the voltage read at the location of the current meter as well. This would give you a better read on the actual power consumed. Reading at the device will kinda bypass line losses, so you can use your readings to determine how efficient your wiring is as well (comparing that to your whole house meter).

  • @herbertpalines4695
    @herbertpalines4695 4 месяца назад

    This project and video are great! You also gave a comprehensive discussion on your blog post. Thank you and keep it up!

  • @soundslight7754
    @soundslight7754 Год назад

    Hi, Enjoyed this project, well done but there are some inaccuracies
    1. CT stands for current transducer, not current transformer
    2. The mains voltage supply throughout Europe (including the UK) has been harmonised since January 2003 at a nominal 230v 50 Hz (formerly 240V in UK, 220V in the rest of Europe) but this does not mean there has been a real change in the supply. Instead, the new “harmonised voltage limits” in most of Europe (the former 220V nominal countries) are now:
    230V -10% +6% (i.e. 207.0 V-243.8 V)
    In the UK (former 240V nominal) they are:
    230V -6% +10% (i.e. 216.2 V - 253.0 V)
    This effectively means there is no real change of supply voltage, only a change in the “label”, with no incentive for electricity supply companies to actually change the supply voltage. To cope with both sets of limits all modern equipment will therefore be able to accept 230V +/-10% i.e. 207-253V.
    To calculate your energy consumption more correctly, use 220v in Europe and 240v in the UK in your software calculations

  • @user-hh6cn5uv8e
    @user-hh6cn5uv8e 11 месяцев назад +1

    what is the use of voltage divider here

  • @ReidarVik
    @ReidarVik Год назад

    I saw someone doing a similar project. If I remember right they calibrated the readings with a known source. I don't know how to do it, but it would maybe be a bit more accurate.

  • @deftdawg
    @deftdawg 5 лет назад +2

    Really wish there was a way to use a clip style sensor on an individual appliance cord to determine if it is on or not. From my readings a CT would require cutting the cord to clamp one of the conductors, is there another way?

    • @mcdls5
      @mcdls5 5 лет назад +2

      You are correct. These sensors can't detect current with a regular appliance cord because the current going in one wire is going out the other wire in the other direction. These opposing currents null out each other. You could make a short extension cord that has the two wires and then put the clamp over one of the wires. Given the crap I have lying around that's how I'd do it.
      A cool little trick for measuring low currents is that you can wrap the wire you put the sensor through the sensor several times and then divide the resulting measurement by the number of loops you did.

    • @whitefields5595
      @whitefields5595 4 года назад

      Yes, using Hall Effect sensor. See non-contact voltage probes

  • @dimitriosstamou629
    @dimitriosstamou629 3 года назад +1

    Really great video. Wanted to go the approach with an ESP32-CAM and number detection of the electricity meter. After viewing your video I am rethinking this. :-)

  • @pravinp1979
    @pravinp1979 4 года назад

    Thank you for putting the tutorial together. We will contact you as we are facing some difficulties in getting correct power consumption values.

  • @KeCardin
    @KeCardin 3 года назад +1

    Hey cool project en goed uitgelegd! Van waar ben je precies? Misschien kunnen we elkaar verder helpen.
    Ik wil een soortgelijk systeem bouwen met inderdaad een extra CT voor de zonnepanelen en nog wat extra´s.

  • @TermicLtda
    @TermicLtda 2 года назад

    Another factor not considered in the accuracy is that europe has 230V, but with fluctuations, so unless you meassure the voltage every second, you are not getting accurate values for the kwh consumed just by meassuring the Amps

  • @jomango1929
    @jomango1929 4 года назад +1

    C'est vraiment du beau boulot ! Beaucoup de courage ! C'est une très belle chaîne ! Belle découverte !

  • @TheDjexcessive
    @TheDjexcessive Год назад +1

    I've been following your blog post about the home-energy-monitor-v2 but can't figure out how to power the ESP32 while it's installed in the DIN box. Do you recommend using an external battery to power the ESP32? For this project, can I use ESPRESSIF ESP32-WROOM-32D ? Thank you!

  • @pi1325
    @pi1325 4 месяца назад

    What is the maximum distance for the ct cables? I would need 3meters from thensensor to the meter
    Is it ok? What kind of cable shouldni use? Is 1,5 mm ok?

  • @JeremyCook
    @JeremyCook 5 лет назад +1

    Well done video. However, don't you mean watt x hours (not divided) at around 3:30?

  • @josepharmstrong6852
    @josepharmstrong6852 3 года назад

    Could you in future acutally show more clearly how to in detail things like how the audio jack is wired up. Honestly was one of the hardest things to figure out and how you connected it to the AWS ect you could make it like an hour i would watch it like 5 time in the progress of completing this project.

  • @khdro9692
    @khdro9692 3 года назад +1

    Thank's a lot when do you release the multiple sensors videos?

  • @MuhammadIqbal-hl6mx
    @MuhammadIqbal-hl6mx Месяц назад

    Can I directly use this CT with my Acrel Energy meter or have to put any circuit CT rating is 100A / 50 milli Amp

  • @AlexandruDragoescu
    @AlexandruDragoescu 4 года назад +1

    P is not U*I for AC. Only for DC you can use this formula.

  • @FredrikRambris
    @FredrikRambris 4 года назад +1

    What about measuring mains voltage? What options are there if you want to measure inline (not via a magnetic field)?

  • @darshanags
    @darshanags Год назад

    Why haven’t you used a burden resistor for the ct sensor?

  • @rossfisher5543
    @rossfisher5543 4 года назад +1

    Love the video! Why did you not need a burden resistor?

    • @simplyexplained
      @simplyexplained  4 года назад +1

      This particular sensor has one built-in. Pay close attention to the type number of the sensor if you plan on buying one ;)

  • @embeddeddevzone5605
    @embeddeddevzone5605 3 года назад +2

    I can't found the config.h file . Can you help me ?
    Thank you

  • @Simi2437
    @Simi2437 3 месяца назад

    Do I get that right:
    Your CT Sensor outputs a direct Voltage so no alternatig Voltage that you can take a measurement at any point ? ( I mean you have a AC Current and output a DC Voltage with your CT ? ) Otherwise I would not realy understand how that works except if this emonlib does it in the background ?
    Also you only measuring Current which means if one wants to measure power going out of the house ( with photovoltaik for example ) You cannot measure that way right ?

  • @muhamaddeeb7738
    @muhamaddeeb7738 3 года назад

    Thank you . Can you please explain to us how to connect the voltage and current sensor to a data collection card and then connect the card to a computer for data processing

  • @kpopggroup3363
    @kpopggroup3363 3 года назад +2

    What is the function of capacitors?

  • @bartdepauw1156
    @bartdepauw1156 2 года назад

    I suppose you only have 'used from the grid' power and no 'injected to the grid' power ?

  • @DIYPINOY
    @DIYPINOY 4 года назад

    Can the output of controller control a digital potentiometer?

  • @MuhammadSalmanAbbasi
    @MuhammadSalmanAbbasi 5 лет назад

    What should we do if we have a 3 phase system? We can add 3 CTs but how do we calculate the total power used? Do we just add the power of individual phase? And what is the value of resistors you have used?

  • @azizi8090
    @azizi8090 2 года назад

    Hi, nice project over there. Thanks for sharing. Could you share the current value without any load?

  • @porriesmovies
    @porriesmovies 2 года назад

    @simply explained did you ever try this on a three phase system, using three CT clamps?

  • @upendrachaudhari4635
    @upendrachaudhari4635 4 года назад

    wow this is so great, i have one of these CT sensors lying with me and couples of esp32s.

  • @AlekseyNew
    @AlekseyNew 5 лет назад +1

    Cool. I'm going to do the same. Keep going! It is very expiring!

  • @octaviomakes
    @octaviomakes 5 лет назад +4

    Hey nice work! Im planning on doing a similar project on my channel soon. You bet I'll take a look at your code!
    A small correction though at 5:22 I think you meant apparent power. You cant reliably measure true power without taking into account the voltage, it should be fairly easy for you to implement this using a voltage transformer.

    • @carloangelocahoy3732
      @carloangelocahoy3732 3 года назад

      show me???

    • @diffabergus4268
      @diffabergus4268 Год назад

      5:54, yes you are right, he means apparent power. He is not measuring true power consumption, only apparent power. But in his case they should be very close.

  • @andraro87
    @andraro87 3 года назад

    I am trying to install the CT clamp but the wire is larger that the hole. Must the clamp be fully closed?

  • @harmate123
    @harmate123 4 года назад

    hey could u explain how to deploy the aws server part,i had tried to burn the program to esp and then dont know how to proceed further,i appreciate if u could make a blog or video on how u deploy the frontend

  • @jonas4083
    @jonas4083 5 лет назад +1

    3:18 But it's AC and the voltage is fluctuating between +325V and -325V. Do you assume that it will average out in the long run?

    • @simplyexplained
      @simplyexplained  5 лет назад +3

      Well the circuit converts the AC output of the CT sensor into a completely positive one (going from 0V to 2V). Then the emonlib library counts the cycles and calculates how much current is going through it. Emonlib is actually where the magic happens.

    • @chrisharvie-smith486
      @chrisharvie-smith486 4 года назад

      This will show aparent power or KVA. Capacitive (switched mode PSUs) or Inductive (Motors) without power factor correction will skew the readings. The usual trick is to power your circuit from an ac ac adaptor to also get a reference low voltage to go with the reference current from the Current Transformer.

  • @marcelgongora
    @marcelgongora 4 года назад

    Really nice video. great project, well presented, congrats. Would you share what 3d printer do you own... I'm thinking to get one and I really like the end result (box)

  • @binisol7353
    @binisol7353 5 месяцев назад

    Okay, But it wont be accurate cause its not always 230 volts exaclty so why not add a voltage sensor?

  • @gdefederico
    @gdefederico 4 года назад

    Thanks for your VLOG, great job; Keep going! It is very interesting!

  • @souzamce
    @souzamce 4 года назад +1

    Pretty good work. Congrats!!

  • @krishk4870
    @krishk4870 3 месяца назад

    is that andre marie ampere or micheal faraday???

  • @claudioparedes6707
    @claudioparedes6707 2 года назад

    That CT sensor may can work with efergy engage transmitter?

  • @fromgermany271
    @fromgermany271 2 года назад

    Ohm‘s law (U=R*I) is about resistance, not about power, even if you present it in the most convinced way.
    And unfortunately, the reactive power‘s current does flow through the wire and by thus creates loss.

  • @anudeepsharmaramadugu4031
    @anudeepsharmaramadugu4031 2 года назад

    Could you please share the links for current calculations and voltage calculations, I'm using esp32 with nodemcu lua so can't use Emonlib

  • @ranjanpal7217
    @ranjanpal7217 3 года назад

    Nice video..just one query...In order too connect SCT-013-020 to Arduino GPIO pin, do we need to cut the SCT013 cable and solder it to the GPIO pins? Is there any other way other than cutting the cable ?

    • @simplyexplained
      @simplyexplained  3 года назад +1

      Yes, you could use a female headphone jack.

  • @skyblaze6687
    @skyblaze6687 6 месяцев назад

    how can i join more then 1 do i need more resistor for that ?

  • @dmortara
    @dmortara 4 года назад

    Nicely done! and thanks for sharing.

  • @khalidhamada2685
    @khalidhamada2685 3 года назад +1

    amazing work thank you

  • @shehriyarbinak3776
    @shehriyarbinak3776 4 года назад

    Although your work is really very appreciated. I am a little bit confused about the EmonLib it works on 1024 resolution and ESP32 work on 4096 can you help me out how you are scaling your resolution my whole project is ready and tested on Arduino Uno but I am stuck with this issue doing the same thing with ESP32.

  • @daveofyorkshire301
    @daveofyorkshire301 2 года назад

    I'm considering the same thing, I've got a 100Amp CT sensor that's rated at 100ma at 100Amps, but I have no idea how many turns (1000-1 does not tell you how many turns just the ratio) to calculate the voltage divider resistors/capacitors - which is how all the video start for a 5v Arduino Nano?

  • @uguracar7738
    @uguracar7738 3 года назад

    Thank you for video, what kind of cable would you recommed to extend the wire of CT (arround 10m) ?

    • @baldspacemonkey
      @baldspacemonkey 3 года назад

      I'm no expert but there may be voltage drop over a long run of cable. I'm in the same boat but am thinking about adding an external wifi antenna to the esp.

  • @allNiceTube
    @allNiceTube 5 лет назад +1

    FYI: Look into ESPHome and home assistant.

    • @simplyexplained
      @simplyexplained  5 лет назад +2

      I did come across that one. Very interesting, might use for future projects.

  • @jirihala8684
    @jirihala8684 3 года назад

    Does need to be sensor clip "just" over live wire? or can be over all wires like clip sensor over extended cable cord (3wires - live, ground, neutral)? Does it affect if I will just clip it over extended cable core?

    • @simplyexplained
      @simplyexplained  3 года назад +1

      You can't clip it over all wires. The live and neutral wire cancel each other out, so the sensor would report zero.
      It has to be either the live or neutral wire. Not both. Doesn't really matter where you attach the sensor, as long as it's on the cable that you want to measure.

  • @hepaestus
    @hepaestus 3 года назад +1

    Great Video Thanks!

  • @understand.create.9990
    @understand.create.9990 5 лет назад

    Great video! A really interesting project, thanks for sharing.

  • @Karl0ss
    @Karl0ss 2 года назад

    Can someone tell me how to work out if this would work for me in the UK? and if i then need to order a different rated CT clamp?
    I don't get that part, but understand the rest...lol
    Is there something I can look at on my fuseboard/breaker box to work out what one would be suitable?
    Thanks

  • @jefersonbronze
    @jefersonbronze 4 года назад

    Excellent buddy, excellent!

  • @karamaltidispanagiotis5643
    @karamaltidispanagiotis5643 4 года назад

    hello what it needs to be changed to work with 100 A CT?i just want to check it without mqtt just only lcd

  • @fatemehmostofi3236
    @fatemehmostofi3236 3 года назад

    Thanks, great explanation

  • @marekklucka4407
    @marekklucka4407 2 года назад

    Do you think it's possible to have it more granular, meaning not only main power, but power per breaker?

    • @simplyexplained
      @simplyexplained  Год назад

      Sure! The ESP32 has a few more ADC input pins where you can attach CT sensors to.
      And if that's not enough, you can always buy an external ADC.

  • @Romello_Pietersz
    @Romello_Pietersz Месяц назад +1

    Without calculating the Power Factor, your energy reading are Wrong!

  • @Milooz7000
    @Milooz7000 5 лет назад

    Hello, where we can find your code for the application in ionic app ? Thanks very much ;) I really want to rebuild this tool for monitoring my home but I am newbie ;) do you write in the future a complete guide with all details and code to do it ? Thanks very much

  • @PabloSanJuanOk
    @PabloSanJuanOk 4 года назад

    Hi !! Great video!!, do you have any idea on how to measure electricity supplied to the grid by a solar Inverter?

    • @simplyexplained
      @simplyexplained  4 года назад +1

      Should be the same process. Just add a secondary sensor to the output of your inverter ;)

  • @adon8672
    @adon8672 3 года назад

    Can this be done for monitoring DC current from solar pv?

  • @rickl6697
    @rickl6697 Год назад

    I'm wanting to be able to know when a remote device(sump pump) is being powered in our side yard by monitoring the circuit in our breaker box. I just want to turn on an LED light on the wall when it comes on.(to know it's still working and hasn't malfunctioned) Any ideas, anybody.

  • @Anazet-Energy
    @Anazet-Energy 4 года назад

    Great video; It is very interesting! Many thanks for sharing

  • @etchmfg
    @etchmfg 5 лет назад +3

    Subd - great vid, keep em coming!

  • @carljay2177
    @carljay2177 2 года назад

    can i measure voltage with hall effect transformer sensor?

  • @FalkBay
    @FalkBay 3 года назад

    Nice project, and nice video. Some more schematics would have been fine. Doesn't the CT measure the magnitude of the current? so you are getting the apparent power, not the true power. Adding a voltage transformer and some more math will allow you to compute the apparent, the true and the reactive power.

    • @simplyexplained
      @simplyexplained  3 года назад +2

      Correct! I didn't bother doing this, because my measurements were pretty on point (in comparison to the analog meter). However, since then, I've moved to a house and it's been causing some issues. Might revisit this project in the future, thanks for your suggestion!

    • @FalkBay
      @FalkBay 3 года назад +1

      @@simplyexplained Just mentioning something like: to measure reactive power you need to keep track of the voltage too.
      That would make the point. Nice video anyway.

  • @marylim3886
    @marylim3886 4 года назад

    Hi! I just want to ask if the CT sensor will be destroyed or burned when the ampere passing through the wire exceeds 30A? Can the CT sensor handle large amount of current?

    • @simplyexplained
      @simplyexplained  4 года назад

      You can buy higher rated sensors. There is one that goes up to 100A.

    • @marylim3886
      @marylim3886 4 года назад

      @@simplyexplained Thank you! :)

    • @whitefields5595
      @whitefields5595 4 года назад

      This is an important point. Due to non-linearity of CTs, we choose the rating in the sweet spot of what we want to measure. However what happens if we supersaturate the coil?

    • @whitefields5595
      @whitefields5595 4 года назад +1

      Simply Explained - Savjee This doesn’t answer the question posed

  • @cademichaels9187
    @cademichaels9187 4 года назад

    Is there a way to identify different devices similar to how SENSE claims to work (but doesn't)?

    • @simplyexplained
      @simplyexplained  4 года назад

      In theory yes (this is still on my todo list). However, to get the best results you would also need to measure voltage.

  • @TheJavaSync
    @TheJavaSync 2 года назад

    Can it read DC curent, too?

  • @amirprojects
    @amirprojects 4 года назад

    I can't find the source code .INO
    in Gitube
    where is he??

  • @eletronicados3506
    @eletronicados3506 3 года назад

    very cool project!

  • @spiritcore1
    @spiritcore1 5 лет назад

    Very cool project!
    Can I use it on a power bar (which has 3 wires insulated) for example? or only on the hot wire of the entire house?

    • @simplyexplained
      @simplyexplained  5 лет назад +1

      You can add it to any wire of any appliance or device. In your case, you would need to dismantle the insulation and add the sensor to 1 of the wires that are carrying current (most likely blue or brown).

    • @spiritcore1
      @spiritcore1 5 лет назад

      @@simplyexplained Thanks. BTW, did you add a burden resistor to the sensor?

    • @simplyexplained
      @simplyexplained  5 лет назад +1

      No, this model had a built-in burden resistor (which is why it outputs 0 to 1V)

    • @spiritcore1
      @spiritcore1 5 лет назад

      @@simplyexplained when I searched for the model of this sensor on RUclips one guy said he needed to use burden resistor. I wonder why..

  • @hi-tech-1149
    @hi-tech-1149 3 года назад

    Can we measure DC current?

  • @MatthewSmithx
    @MatthewSmithx 4 года назад

    would it be possible to put a ct sensor on each circuit in the breaker box or is it too noisy in there?

    • @simplyexplained
      @simplyexplained  4 года назад

      Should be possible! I doubt that the noise will be significant enough to really throw of your readings.

  • @nursemalila892
    @nursemalila892 4 года назад

    Can I use this project with measuring current by CT sensor for EV car. If I can, is it importance to use monitor together?

    • @simplyexplained
      @simplyexplained  4 года назад +2

      Not sure I understand the question. Important to monitor what together?
      Yes, you can also use this to monitor individual appliances or your EV car.

  • @fred7flinstone
    @fred7flinstone 3 года назад

    Well explained.

  • @nigelhelsby1422
    @nigelhelsby1422 9 месяцев назад

    Have you found a neat way to detect power direction for the case where the CT is monitoring a system which can both absorb power and generate power? This will require current phase detection I believe. The ESP32 should be able to do that if, for example, we set up a 1ms interrupt and sample instantaneous supply voltage (via a voltage transformer) and the relative instantaneous current phase. We can also get power factor this way and get closer to real power.

  • @wernerschellekens2913
    @wernerschellekens2913 2 года назад

    can this also be used for 3 phase?

  • @RayneeshHaribhajan
    @RayneeshHaribhajan Год назад

    Ty

  • @hbi1j9
    @hbi1j9 4 года назад

    Hi....This is extremely informative video as I am looking for some knowledge. I want to develop this, where should i get started in taking technical help. What kind of technical knowledge people can help. Is there anyways I can seek assistance from your company.

  • @fatemehmostofi3236
    @fatemehmostofi3236 3 года назад

    Really helpful

  • @geoff1873
    @geoff1873 4 года назад

    Hey, great project!
    I am in the process of building this for my home, but have come up with a problem.
    After 60 samples of values are shown on the Arduino IDE monitor window the readings drop to zero.
    I have changed the 1 second sampling to 3 seconds, and still after 60 samples, it goes to zero!
    I am running all new resistors and capacitors, confirmed all ok, the CT clamp is same model, and i have confirmed i am getting Vac from it.
    I have tried different input pins on the ESP32, tries calibration values, tried changing the 1480 averaging value, but still no more than 60 readings!
    Any suggestions greatly appreciated!
    The first 60 readings are realistic, and fluctuate a little.

    • @geoff1873
      @geoff1873 4 года назад

      Seems like after further investigation, the millis() is causing the problem.
      I have also tried the millisdelay() and that does similar (not same) problem.
      Without any timing, sampling as fast as possible, it works fine... strange!

  • @bhagbatmohapatra5824
    @bhagbatmohapatra5824 3 года назад

    Hey, I need your help in making this project. I have the hardware required for the project but not able to configure the AWS IoT can you please help to configure that part I tried to contact you on Twitter but nothing happened so I requesting you to please help me to fix it this. Please help me.

  • @solidfuel0
    @solidfuel0 4 года назад

    That sensor output is 1v AC not DC , right?

    • @simplyexplained
      @simplyexplained  4 года назад +1

      Yes, AC.

    • @solidfuel0
      @solidfuel0 4 года назад

      @@simplyexplained ok thanks. I didn't know we can hook up an AC voltage to the leg of DC microcontroller

  • @pavlinpetkov8984
    @pavlinpetkov8984 3 дня назад

    Man, you have a tons of free time. Just buy Shelly...

  • @ganikaraduman550
    @ganikaraduman550 2 года назад

    03:21 "You can calculate how many watts you have per hour"

  • @felipeholanda4208
    @felipeholanda4208 3 года назад

    You don't know the power factor of the system; so you can't calculate the Active Power(W), you know the apparent power(VA).

  • @mysteriouswindamv4340
    @mysteriouswindamv4340 5 лет назад

    Hi! You are awesome!! Can you pls make a video explaining sql injection?! Ty! 🙏🏻👍🏻💪🏻

  • @VijayKiran
    @VijayKiran 5 лет назад

    How much does AWS IOT cost monthly

    • @simplyexplained
      @simplyexplained  5 лет назад +1

      It has a very generous free tier. This setup doesn't cost me anything. That includes AWS IOT but also DynamoDB, API Gateway, Lambda and S3