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. Send pH, Redox and temperature values to domoticz

Send pH, Redox and temperature values to domoticz

Scheduled Pinned Locked Moved My Project
7 Posts 2 Posters 2.8k 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.
  • Jérôme Mathues KoodyJ Offline
    Jérôme Mathues KoodyJ Offline
    Jérôme Mathues Koody
    wrote on last edited by
    #1

    Hello,
    In first time, sorry but my english is not very good.

    I will explain my project:

    I put in place a pool regulation with an arduino Mega and an LCD screen.

    • pH value of the water pool
    • Redox value
    • temperature of the water
    • pump to inject Chlore for the redox
    • pump to inject acid for the pH

    My system works as I want.

    My next step is:

    • Send the pH value to domoticz ( between 6.8 and 8.0 ) (float)
    • Send the Redox value to domoticz ( between 400 and 1000 ) (int)
    • send the temperature value

    I would like to be able to control the light and the heat pump of the pool throught domoticz.

    I allready have some mysensors nodes at home ( light level, temperature and motion sensors ) wiches are working perfectly.

    I don't know how to send the pH and the Redox values
    It will be kind of you if someone could help me.

    Best regards

    Jerome
    Belgium

    mfalkviddM 1 Reply Last reply
    0
    • Jérôme Mathues KoodyJ Jérôme Mathues Koody

      Hello,
      In first time, sorry but my english is not very good.

      I will explain my project:

      I put in place a pool regulation with an arduino Mega and an LCD screen.

      • pH value of the water pool
      • Redox value
      • temperature of the water
      • pump to inject Chlore for the redox
      • pump to inject acid for the pH

      My system works as I want.

      My next step is:

      • Send the pH value to domoticz ( between 6.8 and 8.0 ) (float)
      • Send the Redox value to domoticz ( between 400 and 1000 ) (int)
      • send the temperature value

      I would like to be able to control the light and the heat pump of the pool throught domoticz.

      I allready have some mysensors nodes at home ( light level, temperature and motion sensors ) wiches are working perfectly.

      I don't know how to send the pH and the Redox values
      It will be kind of you if someone could help me.

      Best regards

      Jerome
      Belgium

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #2

      Welcome @Jérôme-Mathues-Koody !

      I think you could use S_WATER_QUALITY and V_ORP + V_PH. See https://www.mysensors.org/download/serial_api_20#sensor-types for a complete list of the supported sensor types.

      See https://www.openhardware.io/view/381/Floating-Swimming-Pool-Sensor-Water-Quality for a similar project, maybe you can reuse some of Ric's ideas/code.

      1 Reply Last reply
      0
      • Jérôme Mathues KoodyJ Offline
        Jérôme Mathues KoodyJ Offline
        Jérôme Mathues Koody
        wrote on last edited by
        #3

        thanks @mfalkvidd I will have a look at this.

        1 Reply Last reply
        1
        • Jérôme Mathues KoodyJ Offline
          Jérôme Mathues KoodyJ Offline
          Jérôme Mathues Koody
          wrote on last edited by
          #4

          I have a look at https://www.openhardware.io/view/381/Floating-Swimming-Pool-Sensor-Water-Quality

          In fact, in my arduino code, I take the average value of the ph and the redox to keep stability of the values. I record it into 2 variables:

          • float pH
          • int Redox

          So I have to use the "var1_msg( 0 , V_VAR1 )," to send my variables as I can see in the "sensor water quality" project.

          I will try this

          1 Reply Last reply
          1
          • Jérôme Mathues KoodyJ Offline
            Jérôme Mathues KoodyJ Offline
            Jérôme Mathues Koody
            wrote on last edited by
            #5

            Oups!

            Unfortunatly, my LCD allready use the PIN 2 of the arduino.
            As I need to connect my NRF24L01+ on my Arduino mega, I need to use the PIN 2 also for the RF.

            Do you know if it's possible to map the LCD on other PIN?
            For the moment, it's map like this:

            LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

            Thank you for your help

            Jerome

            mfalkviddM 1 Reply Last reply
            0
            • Jérôme Mathues KoodyJ Jérôme Mathues Koody

              Oups!

              Unfortunatly, my LCD allready use the PIN 2 of the arduino.
              As I need to connect my NRF24L01+ on my Arduino mega, I need to use the PIN 2 also for the RF.

              Do you know if it's possible to map the LCD on other PIN?
              For the moment, it's map like this:

              LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

              Thank you for your help

              Jerome

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #6

              @Jérôme-Mathues-Koody just us another number instead of 2?

              1 Reply Last reply
              0
              • Jérôme Mathues KoodyJ Offline
                Jérôme Mathues KoodyJ Offline
                Jérôme Mathues Koody
                wrote on last edited by
                #7

                I try to change the pin 2 by another but my lcd doesn't works.
                I don't know if it's possible to change the assignment for the pin lcd.
                To put in place the lcd I have used a tutorial. I have a look on google but a lot of tutorials have the same pin assignment.

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


                28

                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