Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Homematic Heizungsthermostat Tastensperre

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Homematic Heizungsthermostat Tastensperre

    This topic has been deleted. Only users with topic management privileges can see it.
    • paul53
      paul53 last edited by

      Ja, aber nicht automatisch (per Programm).

      1 Reply Last reply Reply Quote 0
      • E
        el-lutschi last edited by

        Hey und Danke für die Rückmeldung.

        Kannst du mir sagen wo ich das da einstellen kann? Ich finde es nämlich nicht.

        1 Reply Last reply Reply Quote 0
        • paul53
          paul53 last edited by

          @el-lutschi:

          wo ich das da einstellen kann? `
          Im Adapter ioBroker.hmm.

          1 Reply Last reply Reply Quote 0
          • E
            el-lutschi last edited by

            Hmm OK. Den Adapter hab ich installiert.

            Sorry, falls ich gerade auf dem Schlauch stehe. Aber wo kann ich denn jetzt die Tastensperre setzen?

            1 Reply Last reply Reply Quote 0
            • paul53
              paul53 last edited by

              Ich verwende ioBroker.hmm nicht. Die Option für die Tastensperre muss im MASTER PARAMSET des Gerätes stecken.

              1 Reply Last reply Reply Quote 0
              • E
                el-lutschi last edited by

                Alles klar. Danke!

                Aber wie benutz ich das dann in nem blockly… Ich hab den Eindruck, dass wir uns falsch verstanden haben :!:

                1 Reply Last reply Reply Quote 0
                • paul53
                  paul53 last edited by

                  @el-lutschi:

                  Aber wie benutz ich das dann in nem blockly… ` @paul53:

                  Ja, aber nicht automatisch (per Programm). `

                  1 Reply Last reply Reply Quote 0
                  • M
                    mirko.vasilgmx.at last edited by

                    Hallo,

                    hast du es in zwischen hinbekommen? Wenn ja wie?

                    Gruß Mirko

                    1 Reply Last reply Reply Quote 0
                    • D
                      den21 last edited by

                      würde mich auch interessieren

                      1 Reply Last reply Reply Quote 0
                      • Mic
                        Mic Developer last edited by

                        Hi,

                        letztendlich besteht wohl der Wunsch, einen Datenpunkt in einer Instanz des https://github.com/ioBroker/ioBroker.hm-rpc zur Verfügung zu haben. Also würde ich Euch vorschlagen, dort in der Issue-Liste einen neuen Feature Request eröffnen: https://github.com/ioBroker/ioBroker.hm-rpc/issues

                        Geht ganz einfach, und einen GitHub-Account sollte man als ioBroker User eh haben (musste ich auch erst lernen 🙂 ).

                        1 Reply Last reply Reply Quote 0
                        • paul53
                          paul53 last edited by

                          Vorschlag für einen Versuch (nicht getestet):

                          const idLock = '...'; // Datenpunkt-ID für Tastensperre ein/aus (boolean)
                          const snHKT  = 'OEQ1861203'; // Seriennummer HKT
                          
                          on(idLock, function(dp) {
                             sendTo('hm-rpc.0', 'putParamset', {ID: snHKT, paramType: 'MASTER', params: {'BUTTON_LOCK': dp.state.val}}, res => {
                                log(JSON.stringify(res));
                             });
                          });
                          
                          1 Reply Last reply Reply Quote 0
                          • foxriver76
                            foxriver76 Developer last edited by

                            @Mic:

                            Hi,

                            letztendlich besteht wohl der Wunsch, einen Datenpunkt in einer Instanz des https://github.com/ioBroker/ioBroker.hm-rpc zur Verfügung zu haben. Also würde ich Euch vorschlagen, dort in der Issue-Liste einen neuen Feature Request eröffnen: https://github.com/ioBroker/ioBroker.hm-rpc/issues

                            Geht ganz einfach, und einen GitHub-Account sollte man als ioBroker User eh haben (musste ich auch erst lernen 🙂 ). `

                            Für die Master Area werden wir den Zugriff nur mittels den sendTo Kommandos ermöglichen. Siehe https://github.com/ioBroker/ioBroker.hm-rpc/issues/34

                            StephanBeutel created this issue in ioBroker/ioBroker.hm-rpc

                            closed Week programm get/set not available #34

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            565
                            Online

                            32.0k
                            Users

                            80.4k
                            Topics

                            1.3m
                            Posts

                            6
                            13
                            3686
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo