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. Development
  3. Heatpump controller

Heatpump controller

Scheduled Pinned Locked Moved Development
55 Posts 15 Posters 29.7k Views 11 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.
  • SGiS SGi

    @ToniA Hi, do you have a guide on how to set up Domoticz with this example? I understand enough about mysensors and domoticz to be dangerous but i dont get how Domoticz can send the right command....

    B Offline
    B Offline
    bjacobse
    wrote on last edited by
    #44

    @SGi
    Hi,
    I have created the wiki:
    https://www.domoticz.com/wiki/AC_/_heatpumpIR

    Everything is based in Toni's great effort :-)
    I also first used the mysensors Arduino, but since I am still using "old" mysensors ver 1.5.4 (And currently I don't have time to upgrade to latest and greatest, which support text based commands)
    Then I have taken same approach as Toni and use Wemos D1 Mini Pro that uses HTTP or MQTT wifi

    gohanG 1 Reply Last reply
    0
    • T ToniA

      Take a look at this topic on the Domoticz forum: http://www.domoticz.com/forum/viewtopic.php?f=34&t=8751

      M Offline
      M Offline
      moskovskiy82
      wrote on last edited by moskovskiy82
      #45

      @ToniA

      Thanks for the library it's great. I can also confirm that it works with Fujitsu remote AR-REB1E out of the box.

      Trying to integrate this into HomeAssistant and just do not know where to start. Is there any example how to post a whole string of commands for the air cond via mysensors-MQTT?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        moskovskiy82
        wrote on last edited by
        #46

        So nobody is using it this with MQTT gateway?

        B 1 Reply Last reply
        0
        • B bjacobse

          @SGi
          Hi,
          I have created the wiki:
          https://www.domoticz.com/wiki/AC_/_heatpumpIR

          Everything is based in Toni's great effort :-)
          I also first used the mysensors Arduino, but since I am still using "old" mysensors ver 1.5.4 (And currently I don't have time to upgrade to latest and greatest, which support text based commands)
          Then I have taken same approach as Toni and use Wemos D1 Mini Pro that uses HTTP or MQTT wifi

          gohanG Offline
          gohanG Offline
          gohan
          Mod
          wrote on last edited by
          #47

          @bjacobse if I have a new Daikin heat pump with a newer remote that is not in the library, I guess I'm out of luck, right?

          B 1 Reply Last reply
          0
          • M moskovskiy82

            So nobody is using it this with MQTT gateway?

            B Offline
            B Offline
            bjacobse
            wrote on last edited by
            #48

            @moskovskiy82
            hi, I'm not using the MQTT with mysensors
            I think you should direct your questions to a HomeAssistant forum.
            My setup uses Wemos D1 Mini Pro and Domoticz

            M 1 Reply Last reply
            0
            • gohanG gohan

              @bjacobse if I have a new Daikin heat pump with a newer remote that is not in the library, I guess I'm out of luck, right?

              B Offline
              B Offline
              bjacobse
              wrote on last edited by
              #49

              @gohan
              Please use the github for heatpump to ask you question, as I assume that Toni mostly is checking that. It seems that there 2 different Daikin heatpumps supported

              https://github.com/ToniA/arduino-heatpumpir

              1 Reply Last reply
              0
              • B bjacobse

                @moskovskiy82
                hi, I'm not using the MQTT with mysensors
                I think you should direct your questions to a HomeAssistant forum.
                My setup uses Wemos D1 Mini Pro and Domoticz

                M Offline
                M Offline
                moskovskiy82
                wrote on last edited by
                #50

                @bjacobse Can you elaborate a little more on how you wired things up?
                Also how you combined the libs and compiled everything for easyESP?
                Have a sonoff with easyESP and docs are not that clear how to that stuff

                B 1 Reply Last reply
                0
                • M moskovskiy82

                  @bjacobse Can you elaborate a little more on how you wired things up?
                  Also how you combined the libs and compiled everything for easyESP?
                  Have a sonoff with easyESP and docs are not that clear how to that stuff

                  B Offline
                  B Offline
                  bjacobse
                  wrote on last edited by
                  #51

                  @moskovskiy82
                  I took 5v from the heatpump, mine is an IVT, I took it from the Ir receive, soldered 2wires, one GND and on for 5V and drilled a hole on the plastic casing, and then I had power for the Wemos D1 Mini Pro module.
                  Then 100 Ohm resister in series with the Irda LED 940nm Ir LED, connected to GPio16/D0 on the Wemos module.

                  Downlaod the ESPEASYT files + download Tonis heatpump /P115 lib and put it in same Arduino IDE, compile it all together

                  http://www.domoticz.com/wiki/AC_/_heatpumpIR

                  1 Reply Last reply
                  0
                  • IspandyI Offline
                    IspandyI Offline
                    Ispandy
                    wrote on last edited by
                    #52

                    I want to make heatpumpIR, but after trying to send the signal using simple.ino sketch to my Sharp A/C nothing happened. Confused where to start ....

                    B 1 Reply Last reply
                    0
                    • IspandyI Ispandy

                      I want to make heatpumpIR, but after trying to send the signal using simple.ino sketch to my Sharp A/C nothing happened. Confused where to start ....

                      B Offline
                      B Offline
                      bjacobse
                      wrote on last edited by
                      #53

                      @Ispandy
                      did you look at the previous comment?
                      to make it easy for you, then don't use mysensors with Arduino for this, it's too difficult to setup, but instead use the Wemos and ESPEASY using your WIFI

                      http://www.domoticz.com/wiki/AC_/_heatpumpIR

                      M 1 Reply Last reply
                      0
                      • B bjacobse

                        @Ispandy
                        did you look at the previous comment?
                        to make it easy for you, then don't use mysensors with Arduino for this, it's too difficult to setup, but instead use the Wemos and ESPEASY using your WIFI

                        http://www.domoticz.com/wiki/AC_/_heatpumpIR

                        M Offline
                        M Offline
                        moskovskiy82
                        wrote on last edited by
                        #54

                        @bjacobse There is nothing difficult in setting it up. Just connect the irda to the 3rd PWM leg

                        B 1 Reply Last reply
                        0
                        • M moskovskiy82

                          @bjacobse There is nothing difficult in setting it up. Just connect the irda to the 3rd PWM leg

                          B Offline
                          B Offline
                          bjacobse
                          wrote on last edited by
                          #55

                          @moskovskiy82
                          I certainly agree, I assume your comment actually was meant to Ispandy ;-)

                          1 Reply Last reply
                          0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          14

                          Online

                          12.0k

                          Users

                          11.2k

                          Topics

                          113.4k

                          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