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. Current Sensing?

Current Sensing?

Scheduled Pinned Locked Moved Hardware
111 Posts 12 Posters 30.7k Views 10 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.
  • S Offline
    S Offline
    Samuel235
    Hardware Contributor
    wrote on last edited by
    #1

    I would like to just float these questions around here and see what peoples views on this topic are:


    Current sensing, do you guys like the implementation of this in the IoT and Home Automation sector?

    Do you prefer the idea of individual nodes monitoring their current usage or do you prefer a master current measurement using something like a clamp style hall-effect sensor around the main input to the house or even a flashing LED monitor on the electric meter to your house?

    Please include as much opinion as you would like, or just your answers. Would like to hear of past experience with any of these styles of current sensing options if you have any, any issues such as inaccuracy of one compared to the other if any.

    MySensors 2.1.1
    Controller - OpenHAB (Virtual Machine)
    Gateway - Arduino Mega MQTT Gateway W5100

    AWIA 1 Reply Last reply
    0
    • hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #2

      I use a combination of things:

      • A total house consumption using blink sensor.
      • A few claps on the big (variable) consumers, like water heater, heat pump etc.
      • Calculated/fixed consumption on small consumers like (none dimmable) lights.
      S 1 Reply Last reply
      0
      • hekH hek

        I use a combination of things:

        • A total house consumption using blink sensor.
        • A few claps on the big (variable) consumers, like water heater, heat pump etc.
        • Calculated/fixed consumption on small consumers like (none dimmable) lights.
        S Offline
        S Offline
        Samuel235
        Hardware Contributor
        wrote on last edited by
        #3

        @hek - Do you find a need to use one type over another or is just what is installed on the module that dictated this? Do you have any reason to think one is more accurate than the other at all?

        MySensors 2.1.1
        Controller - OpenHAB (Virtual Machine)
        Gateway - Arduino Mega MQTT Gateway W5100

        1 Reply Last reply
        0
        • hekH Offline
          hekH Offline
          hek
          Admin
          wrote on last edited by
          #4

          It was installed pre-mysensors, so I used the (z-wave) modules available back then.

          1 Reply Last reply
          1
          • wallyllamaW Offline
            wallyllamaW Offline
            wallyllama
            wrote on last edited by
            #5

            There is a company that is identifying power loads with a little wifi box and some ct clamps on the incoming mains. I saw a demo on an american tv show called this old house(no irony there, right). They were at least able to identify big loads ovens and clothes washers. It appeared to be cloud based, so i'm out, but the concept is intriguing.

            S 1 Reply Last reply
            0
            • wallyllamaW wallyllama

              There is a company that is identifying power loads with a little wifi box and some ct clamps on the incoming mains. I saw a demo on an american tv show called this old house(no irony there, right). They were at least able to identify big loads ovens and clothes washers. It appeared to be cloud based, so i'm out, but the concept is intriguing.

              S Offline
              S Offline
              Samuel235
              Hardware Contributor
              wrote on last edited by
              #6

              @wallyllama - I'm very interested to see how accurate these clamp style or the LED FLashing readers actually are. If they are, i don't see the need for general current monitoring on nodes (unless you need for safety implications such as auto turn off etc etc)

              MySensors 2.1.1
              Controller - OpenHAB (Virtual Machine)
              Gateway - Arduino Mega MQTT Gateway W5100

              wallyllamaW 1 Reply Last reply
              0
              • S Samuel235

                @wallyllama - I'm very interested to see how accurate these clamp style or the LED FLashing readers actually are. If they are, i don't see the need for general current monitoring on nodes (unless you need for safety implications such as auto turn off etc etc)

                wallyllamaW Offline
                wallyllamaW Offline
                wallyllama
                wrote on last edited by
                #7

                @Samuel235 here is a link to the video. It was impressive. Im not going to advertise for the company, but you can find them withnsome simple searches.

                https://www.thisoldhouse.com/how-to/future-house-smarter-home-electrical-metering

                1 Reply Last reply
                1
                • S Offline
                  S Offline
                  Samuel235
                  Hardware Contributor
                  wrote on last edited by
                  #8

                  This is a very interesting watch if ever you're concerned about the resolution of the readings from the clamp style method. There is nothing saying its accurate but it is obviously grabbing data in high resolution. I have a smart meter here at home and i think i would be able to check the power usage there while using a node with clamps on the input to the house and compare them. If they are pretty similar i think it may be safe to say its accurate enough for our application with a resolution that is pretty impressive. I will post my findings here over the next few weeks and compare my findings to the smart meter. I may even make a flashing LED node too to see what that is like compared.

                  Do we know if the flashing LED on electric meters are different for each country or are they a standard protocol of flashing sequences/timings?

                  Aside from being used for safety implications, do you see any other advantages of using current sensing on the modules themselves apposed to an overall reading of the house?

                  MySensors 2.1.1
                  Controller - OpenHAB (Virtual Machine)
                  Gateway - Arduino Mega MQTT Gateway W5100

                  1 Reply Last reply
                  0
                  • gohanG Offline
                    gohanG Offline
                    gohan
                    Mod
                    wrote on last edited by
                    #9

                    Flashing led on meter is defined on the meter so you need to adjust code accordingly.
                    Measuring overall power usage or for individual loads, it's up to you and the amount of details you want to have. If you want to measure individual loads, there is sonoff pow that is quite cheap.

                    S 1 Reply Last reply
                    0
                    • gohanG gohan

                      Flashing led on meter is defined on the meter so you need to adjust code accordingly.
                      Measuring overall power usage or for individual loads, it's up to you and the amount of details you want to have. If you want to measure individual loads, there is sonoff pow that is quite cheap.

                      S Offline
                      S Offline
                      Samuel235
                      Hardware Contributor
                      wrote on last edited by
                      #10

                      @gohan - Ahh okay, I'm yet to do research into the flashing light LED method, so thanks for pointing that out.

                      I'm not after pre-built modules that do current sensing, i'm simply questioning what the personal opinions of our community are, as I have modules that I make that currently do current sensing on-board, but contemplating removing the current sensor and just monitoring the main input to the house :)

                      MySensors 2.1.1
                      Controller - OpenHAB (Virtual Machine)
                      Gateway - Arduino Mega MQTT Gateway W5100

                      1 Reply Last reply
                      0
                      • gohanG Offline
                        gohanG Offline
                        gohan
                        Mod
                        wrote on last edited by
                        #11

                        If you monitor overall power usage and also ofr some specific appliances you could choose to set rules to cut power to let's say dishwasher or washing machine if overall power usage is exceeding a certain limit in order to prevent the main switch to cut power to the whole house (I am planning to do that later this year)

                        S 1 Reply Last reply
                        0
                        • S Samuel235

                          I would like to just float these questions around here and see what peoples views on this topic are:


                          Current sensing, do you guys like the implementation of this in the IoT and Home Automation sector?

                          Do you prefer the idea of individual nodes monitoring their current usage or do you prefer a master current measurement using something like a clamp style hall-effect sensor around the main input to the house or even a flashing LED monitor on the electric meter to your house?

                          Please include as much opinion as you would like, or just your answers. Would like to hear of past experience with any of these styles of current sensing options if you have any, any issues such as inaccuracy of one compared to the other if any.

                          AWIA Offline
                          AWIA Offline
                          AWI
                          Hero Member
                          wrote on last edited by AWI
                          #12

                          @Samuel235 My main energy monitoring for AC is individual [p0] (https://forum.mysensors.org/topic/1013/contest-my-12-input-high-precision-pulse-counter-kwh-w) . These are pretty neat as they display the consumption as well as send a pulse for each Watt hour (precise and low cost). You can calculate actual power and consumption from the pulses.
                          On my project list is an intelligent solution which looks at the specific dissipation pattern of typical household items. Something like sense.com is doing.

                          1 Reply Last reply
                          0
                          • gohanG gohan

                            If you monitor overall power usage and also ofr some specific appliances you could choose to set rules to cut power to let's say dishwasher or washing machine if overall power usage is exceeding a certain limit in order to prevent the main switch to cut power to the whole house (I am planning to do that later this year)

                            S Offline
                            S Offline
                            Samuel235
                            Hardware Contributor
                            wrote on last edited by
                            #13

                            @gohan - This would be the safety measure that I referred to as 'safety concerns'. This is the only real reason i can see this becoming useful on a per node basis, because lets face it, it takes all over 1 minute to calculate how much power a 50 watt bulb is using.

                            @AWI - I love your meter project dude, nice work! That sense.com product is what @wallyllama mentioned earlier but without promoting their name. TBH, I wanted to keep it to a mysensors device rather than using WIFI to link to my controller. Either way, they're just using CT clamps to monitor the current coming into the house on the input electric feed, grabbing data in the box and sending it via WiFi to the network. I've just ordered a CT clamp meter and when it arrives i propose to make a module that monitors the input line for the house. If that exceeds 100A (which i have a feeling it is) I will purchase more and then attempt to monitor the lines that are coming out of the breakout board, which could possibly be the better idea anyway. Can then have different readings for the lines in the house, downstairs and upstairs lights on two channels, sockets on another, cooker and extension and exterior buildings on other lines.

                            I feel yet another module build coming!

                            MySensors 2.1.1
                            Controller - OpenHAB (Virtual Machine)
                            Gateway - Arduino Mega MQTT Gateway W5100

                            1 Reply Last reply
                            0
                            • gohanG Offline
                              gohanG Offline
                              gohan
                              Mod
                              wrote on last edited by
                              #14

                              I have seen the Sonoff pow sending out data very quickly if speed is what you are looking for. If you are concerned about safety, just use a fuse.
                              Could you please clarify if you are interested in reading power (W or watts per hour) or current (A)?

                              1 Reply Last reply
                              0
                              • hekH Offline
                                hekH Offline
                                hek
                                Admin
                                wrote on last edited by
                                #15

                                Would be great if someone could design a mysensors open hardware board for reading the power meter blinks. One that could be mounted on the meter directly.

                                S 1 Reply Last reply
                                0
                                • hekH hek

                                  Would be great if someone could design a mysensors open hardware board for reading the power meter blinks. One that could be mounted on the meter directly.

                                  S Offline
                                  S Offline
                                  Samuel235
                                  Hardware Contributor
                                  wrote on last edited by
                                  #16

                                  @hek - Are you requesting such? ;)

                                  I wonder how different meters are across the countries we're located in....

                                  MySensors 2.1.1
                                  Controller - OpenHAB (Virtual Machine)
                                  Gateway - Arduino Mega MQTT Gateway W5100

                                  1 Reply Last reply
                                  0
                                  • gohanG Offline
                                    gohanG Offline
                                    gohan
                                    Mod
                                    wrote on last edited by
                                    #17

                                    the problem is that they are not the same from country to country

                                    1 Reply Last reply
                                    0
                                    • hekH Offline
                                      hekH Offline
                                      hek
                                      Admin
                                      wrote on last edited by
                                      #18

                                      When googling images of residential power meters they don't look that different to each other. The biggest difference is if they're squarish or round.

                                      It might be hard to mount the full sensor with batteries on all types without hiding the digital display. So maybe the "eye" must be on a optionally brake away child board.

                                      S 1 Reply Last reply
                                      0
                                      • hekH hek

                                        When googling images of residential power meters they don't look that different to each other. The biggest difference is if they're squarish or round.

                                        It might be hard to mount the full sensor with batteries on all types without hiding the digital display. So maybe the "eye" must be on a optionally brake away child board.

                                        S Offline
                                        S Offline
                                        Samuel235
                                        Hardware Contributor
                                        wrote on last edited by
                                        #19

                                        I will take a look at this once i have my AC double relay with switches sorted. Talking of such, would someone like to take a look at my code to see if i have written any issues in there?

                                        Don't rely on me getting this made quickly though, too many projects on the go at the moment, but it sure is on the list to do!

                                        I will start doing some research into the different types of boxes. It maybe a case of just making different enclosure designs to be 3D Printed for this module. Maybe a daught-board config like you're suggesting too @hek.

                                        MySensors 2.1.1
                                        Controller - OpenHAB (Virtual Machine)
                                        Gateway - Arduino Mega MQTT Gateway W5100

                                        1 Reply Last reply
                                        0
                                        • scalzS Offline
                                          scalzS Offline
                                          scalz
                                          Hardware Contributor
                                          wrote on last edited by scalz
                                          #20

                                          i've already thought about designing some power monitoring stuff, but i saw there are already nice opensource hw at emon, and didn't want to reinvent the wheel..
                                          for instance : https://shop.openenergymonitor.com/
                                          the arduino shield is pretty cheap imho, can be mysensorized as it's rfm69 compatible, or not so hard for nrf as it's a shield
                                          there's also an optical meter connect it to your favorite node, sensebenber or others homemade, you should be almost done ;)

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


                                          17

                                          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