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 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
                              • scalzS scalz

                                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 Offline
                                S Offline
                                Samuel235
                                Hardware Contributor
                                wrote on last edited by
                                #21

                                @scalz - Thank you for providing that link. I've now just realise how easy this module could potentially be. I also don't like the idea of it costing nearly £20 for that sensor that sticks onto the LED. If we want a dumb node option, this sensor on the front relaying back to MySensors like the example sketch does right now, but i'm thinking a sensor like that small round module that sticks onto the meter, connected to the arduino (possibly through a 3.5mm jack to make it simple for remove and install) and then a custom made atmega board in a box sending off the data to MySensors.

                                I think i may have my next project already! I may make this nRF24l01 and RFM69 compatible rather than just the nRF24l01 that i use. We could get this stuck on the front with some simple velcro tape cut in the same shape as the light sensor module to be neat, a little 3D printed case with another custom made board holding the light sensor circuitry inside.

                                I'm going to draft up some ideas for this and publish here for you guys to see.

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

                                1 Reply Last reply
                                3
                                • hekH Offline
                                  hekH Offline
                                  hek
                                  Admin
                                  wrote on last edited by
                                  #22

                                  @scalz said in Current Sensing?:

                                  https://shop.openenergymonitor.com/

                                  Pretty smart with the through hole velcrotape attachment.

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

                                    @Samuel235
                                    cool. i remember that i saw a cheaper one, but i can't find where, will try to recover mem..
                                    in France, we have the blinkled too, but we have sort of serial protocol on power meters for getting multiple infos.

                                    S 1 Reply Last reply
                                    0
                                    • scalzS scalz

                                      @Samuel235
                                      cool. i remember that i saw a cheaper one, but i can't find where, will try to recover mem..
                                      in France, we have the blinkled too, but we have sort of serial protocol on power meters for getting multiple infos.

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

                                      @scalz - I know its not going to be huge savings but any amount smaller is what i want to get for the rest of the community tbh. I would like to make it a complete product to then possibly hand over to the team here to then sell on the store for themselves or to put it on the build page as a nice, complete product like the sensebender or such.

                                      What are your views on DIN Rail mounting things, do many people on MySensors do it do you think, is it something that you like the look of and would contemplate doing in your electric cupboard? I don't do it simply due to location of the electricity cupboard in my house, not really possible for myself.

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

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

                                        Openenergymonity seem to resell "BBSP-LPD" by enistic.
                                        http://www.enistic.com/homepage?start=10

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

                                          oki, keep the good work ;)
                                          i know in France people prefer DIN rails mounting. makes sense, but can be done in lot of ways..

                                          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