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. water level for pool

water level for pool

Scheduled Pinned Locked Moved My Project
12 Posts 10 Posters 8.1k 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.
  • M Offline
    M Offline
    madmax
    wrote on last edited by
    #1

    Hello

    i want to make a water level sensor for my pool

    i have a sensor
    it's this
    but i don't find a sketch for this
    it's analog imput
    thanks to share if you have

    best regards

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

      Hi,

      Looks like it gives an analog output. Just hook it up to one of the analog inputs (e.g. A0) and read out the value.

      int value = analogRead(A0);
      
      1 Reply Last reply
      0
      • greglG Offline
        greglG Offline
        gregl
        Hero Member
        wrote on last edited by
        #3

        You will likely find this sensor will not last very long in a swimming pool environment. The chemicals and water itself will give it a hard time.

        Try it though first and then look to make it more robust by building your own sensor based off this design.
        See if you can scavenge/ebay some titanium coated wire, or plates from an old salt cell. mount them in some pvc pipe and run cable back to a IP65 sealed project box with your Mysensors sender and powersupply.

        Let us know how it goes too!

        BulldogLowellB 1 Reply Last reply
        0
        • greglG gregl

          You will likely find this sensor will not last very long in a swimming pool environment. The chemicals and water itself will give it a hard time.

          Try it though first and then look to make it more robust by building your own sensor based off this design.
          See if you can scavenge/ebay some titanium coated wire, or plates from an old salt cell. mount them in some pvc pipe and run cable back to a IP65 sealed project box with your Mysensors sender and powersupply.

          Let us know how it goes too!

          BulldogLowellB Offline
          BulldogLowellB Offline
          BulldogLowell
          Contest Winner
          wrote on last edited by
          #4

          @gregl said:

          The chemicals and water itself will give it a hard time.

          and exposure to prolonged electrical current will only accelerate the corrosion.

          I've been testing a float sensor (that I use in fuel tanks) that may be good in a salt/chlorine environment. I'll post a photo whenI get the chance.

          1 Reply Last reply
          0
          • N Offline
            N Offline
            notforyou23
            wrote on last edited by
            #5

            There is a great liquid level sensor that I have been using in a number of sump pump wells (I use to track volume, and trigger the pump).

            The sensor is called eTape, check it out: http://www.milonetech.com/Home_Page.html

            1 Reply Last reply
            1
            • P Offline
              P Offline
              phil pritchard
              wrote on last edited by phil pritchard
              #6

              Try http://www.ebay.com.au/itm/Hot-Ultrasonic-Module-Distance-Measuring-Transducer-Sensor-Waterproof-/121627918430?pt=LH_DefaultDomain_15&hash=item1c5196c05e you would need to be able to mount above the water.

              BulldogLowellB 1 Reply Last reply
              0
              • P phil pritchard

                Try http://www.ebay.com.au/itm/Hot-Ultrasonic-Module-Distance-Measuring-Transducer-Sensor-Waterproof-/121627918430?pt=LH_DefaultDomain_15&hash=item1c5196c05e you would need to be able to mount above the water.

                BulldogLowellB Offline
                BulldogLowellB Offline
                BulldogLowell
                Contest Winner
                wrote on last edited by
                #7

                @phil-pritchard

                I'm working with this:

                liquidLevelSensor.jpg

                DwaltD 1 Reply Last reply
                0
                • BulldogLowellB BulldogLowell

                  @phil-pritchard

                  I'm working with this:

                  liquidLevelSensor.jpg

                  DwaltD Offline
                  DwaltD Offline
                  Dwalt
                  wrote on last edited by
                  #8

                  @BulldogLowell

                  It that a float switch or does it return water level?

                  Veralite UI5 :: IBoard Ethernet GW :: MyS 1.5

                  1 Reply Last reply
                  0
                  • BulldogLowellB Offline
                    BulldogLowellB Offline
                    BulldogLowell
                    Contest Winner
                    wrote on last edited by
                    #9

                    returns level, not a switch.

                    1 Reply Last reply
                    0
                    • DNKROZD Offline
                      DNKROZD Offline
                      DNKROZ
                      wrote on last edited by
                      #10

                      I currently have a functioning fuel level sensor for my fuel tank built with an ultrasonic hc-sr04 device and it works pretty ok.
                      Before installing that on the top of the tank (hot-glued to the cap actually) all my tests were done on a water tank, so I know beforehand that this works well with water.

                      There some things you'll want to consider though:

                      • This does NOT work well on moist environments, you'll have wrong readings, I recommend the "water proof" version for that (it's not waterproof, it simply works better with higher humidity levels)
                      • If the water is moving you'll have different readings (as with ALL water level meters) I've modified the sketch to read the distance several times at random intervals (for example 6 times with intervals at 1 sec, 3, 5.5, 6,7, 9.2 secs) and then give the average distance, this flattens false readings and gives a more realistic value.

                      Hope that it works for you.

                      Regards.

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        Andreas Maurer
                        wrote on last edited by
                        #11

                        Perhaps my following sketch can help you: https://codebender.cc/sketch:98928
                        I use the same Setup to meassure the Level of the pellet store. There is a lot of dust in the Air and no even Surface. So a lot of "noise".
                        The digitalSmooth function tries to find the relevant values. My graph looks much better with it :)

                        1 Reply Last reply
                        0
                        • boanjoB Offline
                          boanjoB Offline
                          boanjo
                          wrote on last edited by
                          #12

                          I agree with "notforyou23", the eTape is a great product (although a bit pricy). I use it in this project where i easily keep my pond water level +-5mm. And i rever overfill the pond anymore...
                          https://github.com/epkboan/pc

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


                          26

                          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