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. Troubleshooting
  3. Thermostat Node

Thermostat Node

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 4 Posters 3.3k Views 5 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.
  • K Offline
    K Offline
    karelsmits
    wrote on last edited by
    #1

    I am looking to use a “node” that will report as a thermostat to domoticz. This thermostat node will have a relay connected to it which turns on/off the hvac system. How can I make this happen?
    Thanks

    1 Reply Last reply
    0
    • dbemowskD Offline
      dbemowskD Offline
      dbemowsk
      wrote on last edited by
      #2

      It all depends on your furnace and how it is wired. Check your existing thermostat too and see how that is wired.Many furnaces in the US run on 24VAC. Once you know your wiring to your furnace, it should be as simple as putting relays between the common line (usually blue) and the heating (usually white) and air conditioning (usually yellow) lines. It's a little more complicated for multi-stage systems because you have to deal with 2 or 3 heating and/or cooling stages.

      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

      1 Reply Last reply
      0
      • K Offline
        K Offline
        karelsmits
        wrote on last edited by
        #3

        thank you, regarding the wiring, I don't have any issues. It is the programming that I am concerned about. Where do I find an example for the thermostat-node, which will be sending info to the relay-node?

        Thank you.

        dbemowskD 1 Reply Last reply
        0
        • K karelsmits

          thank you, regarding the wiring, I don't have any issues. It is the programming that I am concerned about. Where do I find an example for the thermostat-node, which will be sending info to the relay-node?

          Thank you.

          dbemowskD Offline
          dbemowskD Offline
          dbemowsk
          wrote on last edited by
          #4

          @karelsmits I am assuming that you are talking the relay that turns the furnace on and off. Wouldn't you have the relay on the same node as the temp sensor? Do you also have cooling/AC on your furnace? If so, you will need to take that into account.

          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

          1 Reply Last reply
          0
          • K Offline
            K Offline
            karelsmits
            wrote on last edited by karelsmits
            #5

            The temperature sensor is connected to a different node in a different place in the center of the house. I want the relay-node to act by instructions from the thermostat(temperature)-node. (I would hook the whole system up to Domoticz).
            Thanks

            dbemowskD K 2 Replies Last reply
            0
            • K karelsmits

              The temperature sensor is connected to a different node in a different place in the center of the house. I want the relay-node to act by instructions from the thermostat(temperature)-node. (I would hook the whole system up to Domoticz).
              Thanks

              dbemowskD Offline
              dbemowskD Offline
              dbemowsk
              wrote on last edited by
              #6

              @karelsmits So essentially, you want a relay node that will act as a thermostat node and accept temperature information from a different node. How then would you set your temperature set points?

              The relay/thermostat node will have to handle the temperature set points with some built in hysteresis, and probably some adjustable minimum off time (MOT) and minimum run time (MRT) to prevent constant cycling of the furnace/heating system. If you have AC on the furnace, or ever plan to add it, that will need to be factored in as well.If you have AC, then you will need two relays.

              When I put my setup together, I was just creating a bridge to an existing RS485 controlled thermostat. I didn't create a fully functional thermostat node. I am not sure if anyone out there has created a functional MySensors thermostat node as of yet. If you plan on doing it yourself, there is a lot of factors you need to take into account before coding such a thing.

              Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
              Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

              1 Reply Last reply
              0
              • K karelsmits

                The temperature sensor is connected to a different node in a different place in the center of the house. I want the relay-node to act by instructions from the thermostat(temperature)-node. (I would hook the whole system up to Domoticz).
                Thanks

                K Offline
                K Offline
                kimot
                wrote on last edited by kimot
                #7

                @karelsmits
                Use "events" in Domoticz.
                Check temperature from your temperature node and according its value set Heating or Cooling.
                You can choose Bloclky, LUA or dzVents in Domoticz.
                But it is hard to obtain any relevant information about getting data from Domoticz to thermostat
                -setpoint in MySensors for example.
                I need quick solution now, so I am using ESPEasy for my floor heating thermostat.
                I prefer regulate temperature "outside" of Domoticz, so it works even when domoticz ( raspberry) is down.
                I use temp. sensor on the same node like relay, but it is not problem send temperature from other node or send command for heating from Domoticz.
                Look here:
                video

                K 1 Reply Last reply
                0
                • K kimot

                  @karelsmits
                  Use "events" in Domoticz.
                  Check temperature from your temperature node and according its value set Heating or Cooling.
                  You can choose Bloclky, LUA or dzVents in Domoticz.
                  But it is hard to obtain any relevant information about getting data from Domoticz to thermostat
                  -setpoint in MySensors for example.
                  I need quick solution now, so I am using ESPEasy for my floor heating thermostat.
                  I prefer regulate temperature "outside" of Domoticz, so it works even when domoticz ( raspberry) is down.
                  I use temp. sensor on the same node like relay, but it is not problem send temperature from other node or send command for heating from Domoticz.
                  Look here:
                  video

                  K Offline
                  K Offline
                  karelsmits
                  wrote on last edited by
                  #8

                  @kimot
                  going to check it out, it looks very good.
                  thanks a lot

                  1 Reply Last reply
                  0
                  • alowhumA Offline
                    alowhumA Offline
                    alowhum
                    Plugin Developer
                    wrote on last edited by
                    #9

                    How did it go?

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


                    31

                    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