Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. stingone
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by stingone

    • RE: 💬 Temperature Sensor

      @Sealander

      see solution above. Delete your dallas library and replace with the one above in the master zip file. That was the solution for me.

      posted in Announcements
      stingone
      stingone
    • PH and Temp controller

      Re: PH and Temp controller with arduino

      Hi everyone... couple of months ago i started working on a PH controller and temp controller. I finally got it working including in Pimatic.

      You can find the whole how-to, part-list and combined sketch in here.

      PH and Temp controller for Pimatic with mysensors (how-to)

      posted in My Project
      stingone
      stingone
    • RE: Help on code for Mysensors 2.0

      @mfalkvidd said:

      It depends on how much work you are prepared to do and how much flexibility you want in the code.

      If you only use one temperature sensor and don't have any plans to add more, change

      gw.send(msg.setSensor(i).set(temperature,1));
      
      gw.send(msg.set(temperature,1));
      

      Only using the ph sensor and 1 temperatuur sensor no need for more temp sensors.

      posted in Development
      stingone
      stingone
    • RE: Problems dallas tempsensor

      @Boots33 said:

      @stingone That is a known issue with the latest dallas library. See this post for the fix

      Many thanks.. works all fine now 🙂 had indeed the wrong datasheet...

      posted in Troubleshooting
      stingone
      stingone