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. Water meter: Itron Aquadis+ with pulse sensor

Water meter: Itron Aquadis+ with pulse sensor

Scheduled Pinned Locked Moved Hardware
46 Posts 10 Posters 29.0k Views 9 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.
  • epierreE Offline
    epierreE Offline
    epierre
    Hero Member
    wrote on last edited by
    #11

    @bisschopsr hopefully not for the tone was quite small on the other and it worked perfectly well ! I think on the x0.0001 you could do that to detect the red cursor moving around.

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

    1 Reply Last reply
    0
    • bisschopsrB Offline
      bisschopsrB Offline
      bisschopsr
      wrote on last edited by
      #12

      Today I had another massive miscount. As expected this is happening random. I realigned the sensor 4 days ago. Until now the mismatch was 0. Today I had a +975 litre count in one hour. This is getting a little frustrating now. Any suggestions anyone?

      Domoticz, P1 meter interface, MySensors and more to come!

      1 Reply Last reply
      0
      • S Offline
        S Offline
        salvato
        wrote on last edited by
        #13

        @bisschopsr said:

        TCRT5000 module...
        What happens if the mirror is barely in position to reflect and the counter stay at rest or is moving very slowly?
        I'm afraid that it will trigger many false events instead of just one (maybe depending on the ambient light).
        Probably using a couple of detectors and trigger only when both see the reflection can help.

        bisschopsrB 1 Reply Last reply
        0
        • S salvato

          @bisschopsr said:

          TCRT5000 module...
          What happens if the mirror is barely in position to reflect and the counter stay at rest or is moving very slowly?
          I'm afraid that it will trigger many false events instead of just one (maybe depending on the ambient light).
          Probably using a couple of detectors and trigger only when both see the reflection can help.

          bisschopsrB Offline
          bisschopsrB Offline
          bisschopsr
          wrote on last edited by
          #14

          @salvato said:

          @bisschopsr said:

          TCRT5000 module...
          What happens if the mirror is barely in position to reflect and the counter stay at rest or is moving very slowly?
          I'm afraid that it will trigger many false events instead of just one (maybe depending on the ambient light).
          Probably using a couple of detectors and trigger only when both see the reflection can help.

          That is what I was thinking also. It must happen when the dish is stopped with the edge close to the detector or really moving slow. I was also thinking about using a second detector and only trigger when both see the dish. This might however mean modding a TCRT5000 sensor. Ambient light will not be the problem. The sensor and the dish are shielded from external light sources.

          Domoticz, P1 meter interface, MySensors and more to come!

          YveauxY 1 Reply Last reply
          0
          • bisschopsrB bisschopsr

            @salvato said:

            @bisschopsr said:

            TCRT5000 module...
            What happens if the mirror is barely in position to reflect and the counter stay at rest or is moving very slowly?
            I'm afraid that it will trigger many false events instead of just one (maybe depending on the ambient light).
            Probably using a couple of detectors and trigger only when both see the reflection can help.

            That is what I was thinking also. It must happen when the dish is stopped with the edge close to the detector or really moving slow. I was also thinking about using a second detector and only trigger when both see the dish. This might however mean modding a TCRT5000 sensor. Ambient light will not be the problem. The sensor and the dish are shielded from external light sources.

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

            @bisschopsr probably the number of miscounted can be reduced in software, by measuring the time between two successive pulses.
            Measure the maximum number of counts per time unit you will ever need to count (e.g open all valves completely and see how fast it runs). Any pulses coming in faster can be ignored as they are fakes.
            This will probably not eliminate all miscounts, but I suspect it will reduce it a lot.

            http://yveaux.blogspot.nl

            bisschopsrB 1 Reply Last reply
            0
            • YveauxY Yveaux

              @bisschopsr probably the number of miscounted can be reduced in software, by measuring the time between two successive pulses.
              Measure the maximum number of counts per time unit you will ever need to count (e.g open all valves completely and see how fast it runs). Any pulses coming in faster can be ignored as they are fakes.
              This will probably not eliminate all miscounts, but I suspect it will reduce it a lot.

              bisschopsrB Offline
              bisschopsrB Offline
              bisschopsr
              wrote on last edited by
              #16

              @Yveaux Hi, Thx for the feedback however IMHO I believe this won't solve it. At some point I had a miscount of 47 litre's. This is something that can actually happen in normal life. I do agree with you for the big deviations where 950 litre is counted in a span of 15 minutes.

              Domoticz, P1 meter interface, MySensors and more to come!

              YveauxY 1 Reply Last reply
              0
              • bisschopsrB bisschopsr

                @Yveaux Hi, Thx for the feedback however IMHO I believe this won't solve it. At some point I had a miscount of 47 litre's. This is something that can actually happen in normal life. I do agree with you for the big deviations where 950 litre is counted in a span of 15 minutes.

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

                @bisschopsr I suspect your issue is a combination of 'bouncing' sensor levels when switching and possibly flaky readouts when the wheel just happens to stop right below the sensor.
                Bouncing sensor levels can be fixed by monitoring the rate of change in a certain interval. E.g. when at maximum water usage you get one count every second, then any pulses coming in at a higher rate then once a second can be regarded fakes.
                You currently don't know if these 950 litres are counted in one second, or one hour, correct?

                Anyway, if you have access to an oscilloscope you could connect it to the water meter sensor and see what signal actually comes out of it.
                Then you'll know what's causing the problem and you can start thinking of a solution.

                http://yveaux.blogspot.nl

                bisschopsrB 1 Reply Last reply
                0
                • YveauxY Yveaux

                  @bisschopsr I suspect your issue is a combination of 'bouncing' sensor levels when switching and possibly flaky readouts when the wheel just happens to stop right below the sensor.
                  Bouncing sensor levels can be fixed by monitoring the rate of change in a certain interval. E.g. when at maximum water usage you get one count every second, then any pulses coming in at a higher rate then once a second can be regarded fakes.
                  You currently don't know if these 950 litres are counted in one second, or one hour, correct?

                  Anyway, if you have access to an oscilloscope you could connect it to the water meter sensor and see what signal actually comes out of it.
                  Then you'll know what's causing the problem and you can start thinking of a solution.

                  bisschopsrB Offline
                  bisschopsrB Offline
                  bisschopsr
                  wrote on last edited by bisschopsr
                  #18

                  @Yveaux said:

                  @bisschopsr I suspect your issue is a combination of 'bouncing' sensor levels when switching and possibly flaky readouts when the wheel just happens to stop right below the sensor.
                  Bouncing sensor levels can be fixed by monitoring the rate of change in a certain interval. E.g. when at maximum water usage you get one count every second, then any pulses coming in at a higher rate then once a second can be regarded fakes.
                  You currently don't know if these 950 litres are counted in one second, or one hour, correct?

                  Anyway, if you have access to an oscilloscope you could connect it to the water meter sensor and see what signal actually comes out of it.
                  Then you'll know what's causing the problem and you can start thinking of a solution.

                  Hi @Yveaux , I fully agree with your conclusion however this occurs only once every few days (I wish it was more often to enable analytics). I can do some analytics as the result is sent to my controller (Domoticz) every 5 minutes. That how I know it’s happening in a short timespan within the hour (in five minute frames). I believe it to happen when the silver dish or the red needle stops with the edge near the sensor. The sensor then starts floating slightly around the Schmitt triggers (LM 393) switch point. As the Schmitt trigger circuit has no hysteresis, this results inevitably in pulses to the Arduino. I’m considering two solutions. 1) built a hardware hysteresis around the LM393. 2) built in software hysteresis by using one of the analog pins of the Arduino. I prefer to do the latter since its more tuneable.

                  Domoticz, P1 meter interface, MySensors and more to come!

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    salvato
                    wrote on last edited by
                    #19

                    Hi, I don't know if this is easy to do but if if the red needle and the mirror are in different positions you could use a sort of flip-flop having two sensors one that set the FF and the other that reset it.

                    bisschopsrB 1 Reply Last reply
                    0
                    • S salvato

                      Hi, I don't know if this is easy to do but if if the red needle and the mirror are in different positions you could use a sort of flip-flop having two sensors one that set the FF and the other that reset it.

                      bisschopsrB Offline
                      bisschopsrB Offline
                      bisschopsr
                      wrote on last edited by bisschopsr
                      #20

                      @salvato said:

                      Hi, I don't know if this is easy to do but if if the red needle and the mirror are in different positions you could use a sort of flip-flop having two sensors one that set the FF and the other that reset it.

                      I was looking into this. However I figured this might require another interupt capable pin which is not available anymore (if you want to do it from software). On the other hand a hardware solution might be feasable. The LM393 for one has two comperators.

                      Domoticz, P1 meter interface, MySensors and more to come!

                      1 Reply Last reply
                      0
                      • ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #21

                        I just follow for now, because I have the same water meter.

                        1 Reply Last reply
                        0
                        • R Offline
                          R Offline
                          rob.21
                          wrote on last edited by
                          #22

                          Hello,
                          I was reading this forum and this can be also a solution.I have the same problems with reading the water meter.
                          Use a special sensor for the Aquadis+, it costs about 70 Euro. (search for Cyble sensor)
                          upload-975ca954-5946-4e84-828e-aae28489d8cd
                          Datasheet sensor: https://www.itron.com/PublishedContent/Cyble_Sensor_pb_EN_12-11.pdf
                          I have not tried this sensor yet.
                          Rob

                          bisschopsrB 1 Reply Last reply
                          0
                          • R rob.21

                            Hello,
                            I was reading this forum and this can be also a solution.I have the same problems with reading the water meter.
                            Use a special sensor for the Aquadis+, it costs about 70 Euro. (search for Cyble sensor)
                            upload-975ca954-5946-4e84-828e-aae28489d8cd
                            Datasheet sensor: https://www.itron.com/PublishedContent/Cyble_Sensor_pb_EN_12-11.pdf
                            I have not tried this sensor yet.
                            Rob

                            bisschopsrB Offline
                            bisschopsrB Offline
                            bisschopsr
                            wrote on last edited by
                            #23

                            @rob.21 Thanks for the addition. This is indeed the original Itron device for enabling pulse counting on the standard Aquadis+. Although probably the best solution (no hassle, just fits, avoids miscounting) it's rather expensive. Also it's a hard to buy one and even more important, it runs on a non-replaceable battery. The ones I found on the market have a battery of 5 years old (I believe the battery should last for 10). And don't forget about the fun of building it yourself!

                            Domoticz, P1 meter interface, MySensors and more to come!

                            1 Reply Last reply
                            0
                            • bisschopsrB Offline
                              bisschopsrB Offline
                              bisschopsr
                              wrote on last edited by
                              #24

                              Hi All,
                              Herewith an update of my effort to get this working correctly. I decided to try and work with the analogue value coming from the TCRT5000. I adapted the original MySensors watermeter sketch to enable the use of the analogue input. I put in a software hysteresis mechanism and ‘tools’ to check the values coming from the TCRT. This appeared to be very successful the setup has been running now 24/7 since January 1st. The result so fa is zero miscounts! The counter value is the same as the reading on the meter itself. I will post more details later and I will upload everything to Github, so the code, the pictures of the setup and the PCB I’m developing for this.

                              Domoticz, P1 meter interface, MySensors and more to come!

                              1 Reply Last reply
                              2
                              • bisschopsrB Offline
                                bisschopsrB Offline
                                bisschopsr
                                wrote on last edited by
                                #25

                                Hi all,

                                The design and the sketch are on github. Link
                                https://github.com/rbisschops/mySensors/tree/master/Watermeter

                                This is an early stage design. Any feedback is welcome!

                                Ralph

                                Domoticz, P1 meter interface, MySensors and more to come!

                                1 Reply Last reply
                                0
                                • bisschopsrB Offline
                                  bisschopsrB Offline
                                  bisschopsr
                                  wrote on last edited by bisschopsr
                                  #26

                                  Hi All,

                                  The water meter sensor has been running as of Jan 1st without a litre deviation compared to the actual water meter reading. That is 2 month! This week I received the most of the parts for the board. Made some final changed to the layout (see Github and Openhardware.io for the files). This week I will do a final quality check on the board. After that the order for the board goes out.

                                  Domoticz, P1 meter interface, MySensors and more to come!

                                  1 Reply Last reply
                                  1
                                  • bisschopsrB Offline
                                    bisschopsrB Offline
                                    bisschopsr
                                    wrote on last edited by bisschopsr
                                    #27

                                    Just the let you know, the board is submitted for production (V0.10). Now I have to wait patiently. Meanwhile I probably will work on the sketch, get the parts not used anymore out. Also I need to further write the manual.

                                    Domoticz, P1 meter interface, MySensors and more to come!

                                    1 Reply Last reply
                                    2
                                    • KlonK Offline
                                      KlonK Offline
                                      Klon
                                      wrote on last edited by
                                      #28

                                      Thanks for developing this. It works excellent with my water meter flawlessly, but does not appear to me the "water flow". No device in the domoticz.

                                      1 Reply Last reply
                                      0
                                      • bisschopsrB Offline
                                        bisschopsrB Offline
                                        bisschopsr
                                        wrote on last edited by
                                        #29

                                        @Klon This might be a Domoticz problem. DO you see water flow when you for instance connect with a tool like MYSController? My interest is about counting water consumption, so I did not pay attention to flow (yet). I dismantled the test setup a week ago, so can't test.

                                        Domoticz, P1 meter interface, MySensors and more to come!

                                        1 Reply Last reply
                                        0
                                        • bisschopsrB Offline
                                          bisschopsrB Offline
                                          bisschopsr
                                          wrote on last edited by
                                          #30

                                          I just received the PCB's, so I will start to build the first proto somewhere this week. I will update the progress to the forum as soon as I have results.

                                          Domoticz, P1 meter interface, MySensors and more to come!

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


                                          14

                                          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