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. Soil Humidity and temperature sensor - SHT1x

Soil Humidity and temperature sensor - SHT1x

Scheduled Pinned Locked Moved My Project
6 Posts 2 Posters 5.5k Views 1 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
    #1

    Here is the one I have (not from this store): Digital Temperature & humidity sensor (With Stainless Steel Probe)

    It is calibrated and use the SHT1x library yet not present in MySensors.

    Here is my first code, that I have adapted but found in principles very close to the DHT11 example:
    https://github.com/empierre/arduino/blob/master/SoilMoistSensorSHT1x.ino

    Mine does not seems to be immersible, there are some other around that are given such:

    • SHT10 with protection
    • Davis/Watermark reference
    • alternative for existing sketch with immersion gold treatment

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

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

      @hek a new unit if properly done !

      cb (centibar) http://www.irrometer.com/basics.html

      0-10 Saturated Soil. Occurs for a day or two after irrigation 
      10-20 Soil is adequately wet (except coarse sands which are drying out at this range) 
      30-60 Usual range to irrigate or water (except heavy clay soils). 
      60-100 Usual range to irrigate heavy clay soils 
      100-200 Soil is becoming dangerously dry for maximum production. Proceed with caution.
      

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

      hekH 1 Reply Last reply
      0
      • epierreE epierre

        @hek a new unit if properly done !

        cb (centibar) http://www.irrometer.com/basics.html

        0-10 Saturated Soil. Occurs for a day or two after irrigation 
        10-20 Soil is adequately wet (except coarse sands which are drying out at this range) 
        30-60 Usual range to irrigate or water (except heavy clay soils). 
        60-100 Usual range to irrigate heavy clay soils 
        100-200 Soil is becoming dangerously dry for maximum production. Proceed with caution.
        
        hekH Offline
        hekH Offline
        hek
        Admin
        wrote on last edited by
        #3

        @epierre said:

        cb (centibar)

        Nice to leran new things every day. Irrometer!

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

          Hello,

          now I have an issue: I wired it (correctly) yesterday and readings give me -40°C and 5.5 Humidity...

          adafruit description

          Also this kind of sensor can be partially buried, only the front part, not the whole, I may consider having a look to the Watermark/Davis one they use in libellium or make myself one.

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

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

            Here are my readings:

            Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
            Temperature: 285.2200012207C / -41.5480003356F. Humidity: -1732.49%
            Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
            Temperature: 285.1900024414C / -46.1559982299F. Humidity: -1732.49%
            Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
            Temperature: 178.4499969482C / -44.6080017089F. Humidity: -1732.49%
            

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

            epierreE 1 Reply Last reply
            0
            • epierreE epierre

              Here are my readings:

              Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
              Temperature: 285.2200012207C / -41.5480003356F. Humidity: -1732.49%
              Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
              Temperature: 285.1900024414C / -46.1559982299F. Humidity: -1732.49%
              Temperature: -258.4599914550C / -433.2279968261F. Humidity: -1732.49%
              Temperature: 178.4499969482C / -44.6080017089F. Humidity: -1732.49%
              
              epierreE Offline
              epierreE Offline
              epierre
              Hero Member
              wrote on last edited by
              #6

              ok found, you need the Sensirion Version 2.0 - 10Dec2010 !!!

              Temperature: 26.12 C, Humidity: 61.71 %, Dewpoint: 18.19 C
              Temperature: 26.10 C, Humidity: 61.70 %, Dewpoint: 18.17 C
              Temperature: 26.10 C, Humidity: 61.76 %, Dewpoint: 18.19 C
              Temperature: 26.10 C, Humidity: 61.82 %, Dewpoint: 18.20 C
              Temperature: 26.09 C, Humidity: 61.88 %, Dewpoint: 18.21 C
              

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

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


              19

              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