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. My Project
  3. Arduino 220V AC wattmeter

Arduino 220V AC wattmeter

Scheduled Pinned Locked Moved My Project
arduino ac watt
21 Posts 11 Posters 40.1k Views 3 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.
  • jocke4uJ jocke4u

    @stofakiller said:

    I found module from DX that i want to try, i dont want to mess with 220v cables So i waiting for this one to come
    http://www.dx.com/p/yqj010504-single-phase-ac-current-sensor-module-w-active-output-deep-blue-5a-294209#.VDOyK2d_t8E

    Hmm, how can you get the 230V cable into the transformer without mess with it ;)
    You need to get a split core CT that you can open without touching high voltage lines; something like this (the blue one)
    http://openenergymonitor.org/emon/buildingblocks/ct-sensors-interface

    AtomicGrogA Offline
    AtomicGrogA Offline
    AtomicGrog
    wrote on last edited by
    #10

    @jocke4u said:

    @stofakiller said:

    I found module from DX that i want to try, i dont want to mess with 220v cables So i waiting for this one to come
    http://www.dx.com/p/yqj010504-single-phase-ac-current-sensor-module-w-active-output-deep-blue-5a-294209#.VDOyK2d_t8E

    Hmm, how can you get the 230V cable into the transformer without mess with it ;)
    You need to get a split core CT that you can open without touching high voltage lines; something like this (the blue one)
    http://openenergymonitor.org/emon/buildingblocks/ct-sensors-interface

    You cant... not only that you need a single wire so you cant for example shove a 3 wire 'kettle lead' through it. Stick to the split core approach, same principle and easier to implement.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MarkV
      wrote on last edited by
      #11

      @stofakiller said:

      poweroutlet ac wattmeter

      I'm also searching for something like this and it should be possible.
      Look at the fibaro wall plug [(http://www.fibaro.com/en/the-fibaro-system/wall-plug)]

      Thats exactly what i want aldo then for less money or a arduino based plug.

      1 Reply Last reply
      0
      • daulagariD Offline
        daulagariD Offline
        daulagari
        Hero Member
        wrote on last edited by
        #12

        Look at the fibaro wall plug
        Thats exactly what i want aldo then for less money or a arduino based plug.

        That is quite challenging goal!

        If you do not mind the form size it should be possible and the component cost could be lower.

        ZWave devices are quite expensive (is that the Zwave license?) but companies have the economies of scale so they can spread fixed cost over more units and get volume discount on components.

        1 Reply Last reply
        0
        • epierreE Offline
          epierreE Offline
          epierre
          Hero Member
          wrote on last edited by
          #13

          yes the zwave chip and license and dev kits are expensive and proprietary...

          z-wave - Vera -> Domoticz
          rfx - Domoticz <- MyDomoAtHome <- Imperihome
          mysensors -> mysensors-gw -> Domoticz

          1 Reply Last reply
          0
          • daulagariD Offline
            daulagariD Offline
            daulagari
            Hero Member
            wrote on last edited by
            #14

            yes the zwave chip and license and dev kits are expensive and proprietary...

            Any idea what piece of the pricing is due to the zwave chip and license?
            Is that in the order of 2, 5, 10 or 15 Euro/Dollar?

            On implementing it using MySensors: As this is 230/110 Volts, I think a housing is essential. In that sense I think I would start buying a cheap energy/watt meter from Ebay, opening it and replace the electronics by your own electronics.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              MarkV
              wrote on last edited by
              #15

              Okay
              But isn't possible to make a similar device without the z-wave but with a arduino.
              instead of pussing the signals to a z-wave chip, push them to a arduino??
              Just a simple voltage en current measuring device and let the arduino calculate and store the wattage or kWh...
              That would be a nice and cheap sollution..

              1 Reply Last reply
              0
              • daulagariD Offline
                daulagariD Offline
                daulagari
                Hero Member
                wrote on last edited by
                #16

                If you want something simple, see http://gizmosnack.blogspot.se/2014/11/power-plug-energy-meter-now-wireless.html.

                1 Reply Last reply
                1
                • D Offline
                  D Offline
                  Dean
                  wrote on last edited by
                  #17

                  @axillent looks like there are a few people like me who are interested in your set up... Would you mind sharing more details one what you did, actual hardware setup, sketch, issues, etc?

                  1 Reply Last reply
                  0
                  • axillentA axillent

                    I made one. It is not just wattmeter, it is a 3 channel power switch with meter function per each channel

                    in general you have just two solution while you want to keep your arduino be isolated from AC line:

                    1. using special chip like ACS712
                    2. using current transformer

                    in both ways you will need analog inputs to measure related voltage and you will be able to calculate current based on analog read

                    M Offline
                    M Offline
                    mainali
                    wrote on last edited by
                    #18

                    @axillent said:

                    I made one. It is not just wattmeter, it is a 3 channel power switch with meter function per each channel

                    in general you have just two solution while you want to keep your arduino be isolated from AC line:

                    1. using special chip like ACS712

                    in both ways you will need analog inputs to measure related voltage and you will be able to calculate current based on analog read

                    I have tried using ACS712 to check if current is passing through the circuit, from the sketch I am using, sometimes even though the switch is off I get readings, Is there a way to make it full proof so that if there is no current there should not be false reading.

                    Do you have any sketch related to the implementation?

                    1 Reply Last reply
                    0
                    • Vladut GrecuV Offline
                      Vladut GrecuV Offline
                      Vladut Grecu
                      wrote on last edited by
                      #19

                      When you implement it with your relay you can call the readings only when the relay is on. That way you get accurate measures and don`t overload the mcu :D

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        mainali
                        wrote on last edited by
                        #20

                        I have a relay connected to a two way switch, I want to know when the switch was pressed. Basically I want to control the device via both the switch and the app which controls the relay. In case someone switches on the device from physical switch I want to update the app to show that the device is switched on. Hence using the current sensor to sense the current between the switch.

                        1 Reply Last reply
                        0
                        • axillentA Offline
                          axillentA Offline
                          axillent
                          Mod
                          wrote on last edited by
                          #21

                          false readings from acs712 is a subject of electrical noise
                          I also faced it
                          coper&wires from acs712 to MCU have to be as short as possible

                          sense and drive

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


                          18

                          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