Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Power Measurements

Power Measurements

Scheduled Pinned Locked Moved Hardware
7 Posts 3 Posters 4.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • skatunS Offline
    skatunS Offline
    skatun
    wrote on last edited by
    #1

    Hi everyone,
    I would like to measure my electric power usage in my flat. In my fusebox I have several fuses like this one,
    alt text

    Does other have same kind of fuses?

    So reading on the forum here and other places, to achieve some kind of realistic result you need measure both current and voltage. So my idea is to make a small pcb with two tabs that fits in the fuse(put wires and pcb int he screw terminals on the fuse) in order to measure voltage, then for one of the wire it goes through one of this:
    alt text

    As output from the pcb it will then be 2 analog signal between 0-5v and it needs 5v and gnd so the interface will be some kind of 4 pin connector(rj11 or screw terminals).

    So I was wondering if others might have interest of such a sensor, then I would also like input of which sensor to use(I guess 20 A sensor such as TA12-100 for current) but what to use for voltage sensing, just resistors?
    alt text

    I hope such a pcb fully assembled would come out below 10usd.

    Then lets say you have 6 fuses you wire up 6 of these pcb to one arduino nano node, which then transmit both current and voltage to the gatway.

    Talat KeleşT YveauxY 2 Replies Last reply
    0
    • skatunS skatun

      Hi everyone,
      I would like to measure my electric power usage in my flat. In my fusebox I have several fuses like this one,
      alt text

      Does other have same kind of fuses?

      So reading on the forum here and other places, to achieve some kind of realistic result you need measure both current and voltage. So my idea is to make a small pcb with two tabs that fits in the fuse(put wires and pcb int he screw terminals on the fuse) in order to measure voltage, then for one of the wire it goes through one of this:
      alt text

      As output from the pcb it will then be 2 analog signal between 0-5v and it needs 5v and gnd so the interface will be some kind of 4 pin connector(rj11 or screw terminals).

      So I was wondering if others might have interest of such a sensor, then I would also like input of which sensor to use(I guess 20 A sensor such as TA12-100 for current) but what to use for voltage sensing, just resistors?
      alt text

      I hope such a pcb fully assembled would come out below 10usd.

      Then lets say you have 6 fuses you wire up 6 of these pcb to one arduino nano node, which then transmit both current and voltage to the gatway.

      Talat KeleşT Offline
      Talat KeleşT Offline
      Talat Keleş
      wrote on last edited by
      #2

      @skatun
      Nowadays I'm also working on this consept. Openenergymonitor building blocks are very valuable source. Your idea is right about resistors however important component is AC-AC adapter (transformer) Otherwise line voltages are deadly to play with. Transformers isolate and step down this voltage.

      You can dismantle a charger or buy a resin-molded pcb transformer. Input this voltage to arduino after conditioning it via circuit you posted. Current transformer selection is up to you i.e maximum current you want to measure and enough output (mV/A - bigger is better) for desired resolution.

      You may use same arduino to measure many current sensors and only 1 voltage sensing is enough per phase. I don't know how many of CT can be added a nano/pro in practical limits. I just have 2.

      Meanwhile powering arduino via voltage sensing brach is not suggested however since you'll measure main line and will have big currents, arduino won't have much effect on that in my opinion.

      For now just breadboard experimenting, If I design a pcb for this I'll share it.

      skatunS 1 Reply Last reply
      0
      • Talat KeleşT Talat Keleş

        @skatun
        Nowadays I'm also working on this consept. Openenergymonitor building blocks are very valuable source. Your idea is right about resistors however important component is AC-AC adapter (transformer) Otherwise line voltages are deadly to play with. Transformers isolate and step down this voltage.

        You can dismantle a charger or buy a resin-molded pcb transformer. Input this voltage to arduino after conditioning it via circuit you posted. Current transformer selection is up to you i.e maximum current you want to measure and enough output (mV/A - bigger is better) for desired resolution.

        You may use same arduino to measure many current sensors and only 1 voltage sensing is enough per phase. I don't know how many of CT can be added a nano/pro in practical limits. I just have 2.

        Meanwhile powering arduino via voltage sensing brach is not suggested however since you'll measure main line and will have big currents, arduino won't have much effect on that in my opinion.

        For now just breadboard experimenting, If I design a pcb for this I'll share it.

        skatunS Offline
        skatunS Offline
        skatun
        wrote on last edited by
        #3

        @Talat-Keleş I am not going to use 230V to power the arduino.

        The point is to get power you need P=U*I and for accuracy U is not 220V but varies quite a bit(210-230 typ), hence you need to measure it.

        So for
        current: 20A +-0.01A
        voltage: 220+-0.1V

        we will get 20/1024 *220 = 5W resolution. In addition we need to add accuracy of sensors, so lets say 7W, so then if we pull 300W, we have only 300W+-23%..

        So maybe we need to add an adc(10bit) or skip mesuring peaks(10A sensor?)

        I have 20 circuit breakers so I can easily measure how much: heating is using,water heater, oven top etc...

        1 Reply Last reply
        0
        • skatunS skatun

          Hi everyone,
          I would like to measure my electric power usage in my flat. In my fusebox I have several fuses like this one,
          alt text

          Does other have same kind of fuses?

          So reading on the forum here and other places, to achieve some kind of realistic result you need measure both current and voltage. So my idea is to make a small pcb with two tabs that fits in the fuse(put wires and pcb int he screw terminals on the fuse) in order to measure voltage, then for one of the wire it goes through one of this:
          alt text

          As output from the pcb it will then be 2 analog signal between 0-5v and it needs 5v and gnd so the interface will be some kind of 4 pin connector(rj11 or screw terminals).

          So I was wondering if others might have interest of such a sensor, then I would also like input of which sensor to use(I guess 20 A sensor such as TA12-100 for current) but what to use for voltage sensing, just resistors?
          alt text

          I hope such a pcb fully assembled would come out below 10usd.

          Then lets say you have 6 fuses you wire up 6 of these pcb to one arduino nano node, which then transmit both current and voltage to the gatway.

          YveauxY Offline
          YveauxY Offline
          Yveaux
          Mod
          wrote on last edited by Yveaux
          #4

          @skatun I developed a power monitor a while ago, based on a current transformer (as shown in your picture) and a power monitoring IC (ADE7753 in my case).
          Accuracy is impressive over the whole range (as far as I could check without professional measurement equipment) and you can use cheap components if you're willing to calibrate the powermeter.
          However, this power metering IC is not isolated from mains power.

          If you'd like the whole solution (per fusebox) to stay below usd 10 and have a decent accuracy, using a power metering IC is probably a better solution than using a voltage transformer.
          A single Arduino can easily communicate with multiple power metering ICs (over SPI -- the power metering IC's only have to be polled every once in a while as they perform the measurement autonomously).

          http://yveaux.blogspot.nl

          skatunS 1 Reply Last reply
          0
          • YveauxY Yveaux

            @skatun I developed a power monitor a while ago, based on a current transformer (as shown in your picture) and a power monitoring IC (ADE7753 in my case).
            Accuracy is impressive over the whole range (as far as I could check without professional measurement equipment) and you can use cheap components if you're willing to calibrate the powermeter.
            However, this power metering IC is not isolated from mains power.

            If you'd like the whole solution (per fusebox) to stay below usd 10 and have a decent accuracy, using a power metering IC is probably a better solution than using a voltage transformer.
            A single Arduino can easily communicate with multiple power metering ICs (over SPI -- the power metering IC's only have to be polled every once in a while as they perform the measurement autonomously).

            skatunS Offline
            skatunS Offline
            skatun
            wrote on last edited by
            #5

            @Yveaux which power meter ic do you suggest?

            YveauxY 1 Reply Last reply
            0
            • skatunS skatun

              @Yveaux which power meter ic do you suggest?

              YveauxY Offline
              YveauxY Offline
              Yveaux
              Mod
              wrote on last edited by
              #6

              @skatun said:

              @Yveaux which power meter ic do you suggest?

              As I said, I settled for ADE7753. The datasheet is quite a read, but it performs very well.
              Also the footprint could just be hand-soldered (if you're experienced ;-) )

              http://yveaux.blogspot.nl

              skatunS 1 Reply Last reply
              0
              • YveauxY Yveaux

                @skatun said:

                @Yveaux which power meter ic do you suggest?

                As I said, I settled for ADE7753. The datasheet is quite a read, but it performs very well.
                Also the footprint could just be hand-soldered (if you're experienced ;-) )

                skatunS Offline
                skatunS Offline
                skatun
                wrote on last edited by skatun
                #7

                i came across this one: https://github.com/FriedCircuits/ADE7753/tree/master/ADE7753_Breakout_v.2

                I want it in this form

                alt text

                http://download.schneider-electric.com/files?p_Reference=CA9SS048E&p_EnDocType=Application solutions&p_File_Id=5047423337&p_File_Name=CA9SS048E (web).pdf

                or something like this
                https://www.aliexpress.com/item/Free-shipping-DDS6866-5-30-A-230V-50HZ-Single-phase-Din-rail-KWH-Watt-hour-din/32324079915.html?spm=2114.01010208.3.54.D7Ft8i&ws_ab_test=searchweb0_0,searchweb201602_1_116_10065_117_10068_114_115_113_10000009_10084_10083_10080_10082_10081_10060_10061_10062_10056_10055_10054_10059_10099_10078_10079_427_10103_10073_10102_10096_10052_10050_10051-10102,searchweb201603_9,afswitch_3&btsid=81065051-9d8f-4742-afff-05bace226fa6

                or this one, but it seems to output serial data, how many software serial can you have on one arduino?
                https://www.aliexpress.com/item/Mini-Multifuncion-power-energy-amp-voltage-monitor-meter-communication-module-with-CT-coil-AC-80-260V/32512169668.html?spm=2114.01010208.3.156.Hh7LxY&ws_ab_test=searchweb0_0,searchweb201602_1_116_10065_117_10068_114_115_113_10000009_10084_10083_10080_10082_10081_10060_10061_10062_10056_10055_10054_10059_10099_10078_10079_427_10103_10073_10102_10096_10052_10050_10051-10050_114,searchweb201603_9,afswitch_3&btsid=810667df-39e8-4801-a123-f3cd7ca3456a

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                25

                Online

                11.7k

                Users

                11.2k

                Topics

                113.1k

                Posts


                Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • MySensors
                • OpenHardware.io
                • Categories
                • Recent
                • Tags
                • Popular