Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter HeatingControl v2.12.x

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter HeatingControl v2.12.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Rene_HM
      Rene_HM Developer @danny_v1 last edited by

      @danny_v1 Ich habe eben das ganze noch mal simuliert:

      bild1.PNG

      • grün - simulierte Ist-Temperatur (zwischen 16°C und 30°C)
      • blau - Zieltemperatur
      • grau - Fenster auf/zu
      • rot - Aktor an/aus
      • kurz nach 18:30 habe ich das "Thermostat" auf 27 °C hochgedreht
      • danach bleibt die Zieltemperatur bis 21:00 auf 27°C und wird dann wieder auf 21°C (also den nächsten Profilwert) gesetzt

      Aus meiner Sicht passt das.
      In deinem log sehe ich auch, dass der Wert vom Thermostat übernommen wird. Dann triggert der Wert PartyNow = false das Neuberechnen der Zieltemperatur, und da hat der Adapter schon vergessen, dass er bis zum nächsten Profilpunkt warten soll.
      Es fehlt das log

      Change From Thermostate Until Next Profilepoint: we still wait for next profile point
      

      Kannst du bitte nochmal den aktuellen Stand aus github installieren und auf jeden Fall nach Installation den Adapter-admin mal öffnen und danach den Test mit dem Thermostat machen?

      D 2 Replies Last reply Reply Quote 0
      • D
        danny_v1 @Rene_HM last edited by

        @Rene_HM Alles klar mach ich heute Abend, und berichte ob es funktioniert hat

        1 Reply Last reply Reply Quote 0
        • Rene_HM
          Rene_HM Developer @Stephan Schleich last edited by

          @Stephan-Schleich sagte in Test Adapter HeatingControl v1.0.x:

          Kann man den Datenpunkten z.b. Gäste/Party eine weitere Funktion geben z.B. würde ich gerne "fb-checkpresence.0.guest.count" abfragen und wenn der über einen Wert kommt (z.B. ab 2 Gästen in meinem WLAN, da alle meine freunde mein Gäste WLAN haben) deine Gäste Funktion automatisch aktiviert werden.

          Ich habe das mal in die aktuelle Version eingebaut. Liegt derzeit nur auf github. Wenn du möchstest, kannst du mal schauen, ob die Änderung für dich so passen...

          1 Reply Last reply Reply Quote 1
          • D
            deta Most Active last edited by

            Hallo,
            ich versuche gerade den Adapter richtig zum Laufen zu bringen,
            was mir nicht so klar ist welche werte ich eintragen muss hier:
            06e34032-568a-4232-ba5e-edf02cf607e7-grafik.png

            25aac81d-aabb-4e92-a0c1-fdff73fc5bd9-grafik.png

            Welches der Werte?
            2bc6019d-5f95-4f16-99cd-403ac2a72dbd-grafik.png

            9b095f30-331b-4a32-b95c-b60b3beba3a0-grafik.png

            Sensor Fensterkontakt aus den Daten vom Fensterkontakt oder vom Thermostat Window open?
            Und welche Daten wo vom Thermostat? Verstehe die Bezeichnungen nicht.

            Rene_HM 1 Reply Last reply Reply Quote 0
            • Rene_HM
              Rene_HM Developer @deta last edited by Rene_HM

              @deta okay, in OID Zieltemperatur des Thermostats muss "Set_Point_Temperature" rein,
              in OID Aktueller Wert muss "Actual_Temperature" rein.
              Im Sensor muss unter OID der "State" vom Fensterkontakt rein (bitte hier nichts vom Thermostat eintragen)

              D 1 Reply Last reply Reply Quote 0
              • D
                deta Most Active @Rene_HM last edited by deta

                @Rene_HM So gemacht

                Fensterkontakt wird jetzt im VIS von Pitini angezeigt. aber erst nach dem ich das Objekt Manuell auf true gestellt hatte. Wenn der Fensterkontakt geändert wird ist offen oder zu jetzt. Das passt schon mal.
                3fefcfc0-c721-484a-b7ad-4b5af027b45b-grafik.png

                Thermostat wird nix angezeigt. Was Passiert in das den Thermostat im Wohnzimmer auf 19 Grad stellt. Wo holt er sich den Wert her? Der ist nirgend probgramiert im der CCU?
                CurrentTarget da steht die 19 Grad, aber woher kommt der?

                Rene_HM 1 Reply Last reply Reply Quote 0
                • Rene_HM
                  Rene_HM Developer @deta last edited by

                  @deta das macht der Adapter. Im Adapter werden Profile verwaltet und diese werden zeitgesteuert auf das Thermostat geschrieben. Im Moment bist du in Periode 3 (ab 16:00 Uhr) und da ist als Zieltemperatur 19°C eingetragen. Das Profil kannst du nun in der vis nach deinen Bedürfnissen anpassen. Ohne vis kannst du dir die Datenpunkte unter heatingcontrol.0.Profiles.0 anschauen
                  Was meinst du mit

                  Thermostat wird nix angezeigt

                  ?

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    danny_v1 @Rene_HM last edited by

                    @Rene_HM Also ich habs noch von github upgedated, es sieht immer noch aus wie zuvor. Den Datenpunkt Party now hab ich gar nicht eingetragen, komisch das der da triggert.

                    heatingcontrol_log2.txt

                    Rene_HM 1 Reply Last reply Reply Quote 0
                    • D
                      deta Most Active @Rene_HM last edited by

                      @Rene_HM A so , ich dachte immer er übernimmt die Einstellungen aus der CCU.
                      Aber in Wirklichkeit werden diese da Ignoriert und die Einstellungen im VIS genommen.

                      Rene_HM 1 Reply Last reply Reply Quote 0
                      • Rene_HM
                        Rene_HM Developer @deta last edited by

                        @deta na dafür ist doch der Adapter da...

                        1 Reply Last reply Reply Quote 0
                        • Rene_HM
                          Rene_HM Developer @danny_v1 last edited by

                          @danny_v1 Im github liegt aber eine V1.1.0 und du startest eine V1.0.0. Du bist sicher, du installierst von https://github.com/rg-engineering/ioBroker.heatingcontrol ?

                          D 1 Reply Last reply Reply Quote 0
                          • sigi234
                            sigi234 Forum Testing Most Active @Rene_HM last edited by sigi234

                            @Rene_HM

                            Hallo, irgendwas stimmt nicht bei mir. Habe sicher was Falsch eingestellt

                            heatingcontrol.0	2020-10-23 21:12:05.237	warn	(19424) handling actors out of heating period not implemented yet
                            heatingcontrol.0	2020-10-23 21:12:05.237	warn	(19424) handling actors out of heating period not implemented yet
                            heatingcontrol.0	2020-10-23 21:11:05.711	info	(19424) 12 cron job(s) created
                            heatingcontrol.0	2020-10-23 21:11:05.691	info	(19424) set thermostat hm-rpc.0.OEQ0655913.4.SET_TEMPERATURE to 0; current is 4.5
                            web.0	2020-10-23 21:10:58.453	info	(19904) ==>Connected system.user.admin from ::1
                            web.0	2020-10-23 21:10:58.119	info	(19904) <==Disconnect system.user.admin from ::1 vis.0
                            heatingcontrol.0	2020-10-23 21:10:53.508	info	(19424) 12 cron job(s) created
                            heatingcontrol.0	2020-10-23 21:10:53.484	error	(19424) vis: error: for Rooms.Esszimmer.ActiveTimeSlot got null
                            heatingcontrol.0	2020-10-23 21:10:53.484	error	(19424) could not read current active time slot in FindNextPeriod
                            heatingcontrol.0	2020-10-23 21:10:53.473	error	(19424) vis: error: for Profiles.0.Esszimmer.none.WindowOpenDecrease got null
                            heatingcontrol.0	2020-10-23 21:10:53.469	error	(19424) vis: error: for Profiles.0.Esszimmer.none.VacationAbsentDecrease got null
                            heatingcontrol.0	2020-10-23 21:10:53.466	error	(19424) vis: error: for Profiles.0.Esszimmer.none.PartyDecrease got null
                            heatingcontrol.0	2020-10-23 21:10:53.464	error	(19424) vis: error: for Profiles.0.Esszimmer.none.GuestIncrease got null
                            heatingcontrol.0	2020-10-23 21:10:53.461	error	(19424) vis: error: for Profiles.0.Esszimmer.none.AbsentDecrease got null
                            heatingcontrol.0	2020-10-23 21:10:53.345	info	(19424) starting vis part 2
                            heatingcontrol.0	2020-10-23 21:10:53.342	info	(19424) starting vis
                            heatingcontrol.0	2020-10-23 21:10:53.337	info	(19424) subscribe roomBedroom hm-rpc.0.OEQ0926852.1.STATE
                            heatingcontrol.0	2020-10-23 21:10:53.336	info	(19424) subscribe Esszimmer hm-rpc.0.NEQ1826414.1.STATE
                            heatingcontrol.0	2020-10-23 21:10:53.336	info	(19424) subscribe Vorraum hm-rpc.0.NEQ1818500.1.STATE
                            heatingcontrol.0	2020-10-23 21:10:53.336	info	(19424) subscribe for UseActors Esszimmer hm-rpc.0.OEQ0655913.4.ACTUAL_TEMPERATURE
                            heatingcontrol.0	2020-10-23 21:10:53.333	info	(19424) 12 cron job(s) created
                            heatingcontrol.0	2020-10-23 21:10:53.315	error	(19424) could not read current active time slot in FindNextPeriod
                            

                            Screenshot (917).png

                            Rene_HM 1 Reply Last reply Reply Quote 0
                            • D
                              danny_v1 @Rene_HM last edited by

                              @Rene_HM ich hab den link bei Adapter aus beliebiger Quelle installieren eingefügt und installiert.

                              Das bringt mir die Ausgabe:

                              $ ./iobroker url "https://github.com/rg-engineering/ioBroker.heatingcontrol/tree/master" --debug
                              install https://github.com/rg-engineering/ioBroker.heatingcontrol/tree/master/tarball/137f15dab3aa9a09b74d2e07bc0e26bb21e7accf
                              NPM version: 6.14.4
                              npm install https://github.com/rg-engineering/ioBroker.heatingcontrol/tree/master/tarball/137f15dab3aa9a09b74d2e07bc0e26bb21e7accf --loglevel error --prefix "/opt/iobroker" (System call)
                              npm ERR! code E404npm ERR! 404 Not Found - GET https://github.com/rg-engineering/ioBroker.heatingcontrol/tree/master/tarball/137f15dab3aa9a09b74d2e07bc0e26bb21e7accfnpm ERR! 404 npm ERR! 404 'https://github.com/rg-engineering/ioBroker.heatingcontrol/tree/master/tarball/137f15dab3aa9a09b74d2e07bc0e26bb21e7accf' is not in the npm registry.npm ERR! 404 Your package name is not valid, because npm ERR! 404 1. name can only contain URL-friendly charactersnpm ERR! 404 2. name can no longer contain capital lettersnpm ERR! 404 npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.
                              npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-10-23T19_56_00_575Z-debug.log
                              upload [4] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/words.js words.js application/javascript
                              upload [3] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/styles.css styles.css text/css
                              upload [2] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/index_m.html index_m.html text/html
                              upload [1] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/img/info-big.png img/info-big.png image/png
                              upload [0] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/heatingcontrol.png heatingcontrol.png image/png
                              process exited with code 0

                              Rene_HM 1 Reply Last reply Reply Quote 0
                              • Rene_HM
                                Rene_HM Developer @sigi234 last edited by

                                @sigi234 heatingcontrol.0.HeatingPeriodActive ist aus?

                                sigi234 1 Reply Last reply Reply Quote 0
                                • Rene_HM
                                  Rene_HM Developer @danny_v1 last edited by

                                  @danny_v1 Die URL ist https://github.com/rg-engineering/ioBroker.heatingcontrol

                                  ohne "/tree/master"

                                  Das sieht dann so aus

                                  bild2.PNG

                                  bild3.PNG

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    danny_v1 @Rene_HM last edited by

                                    @Rene_HM Ich werd verrückt, kaum mach ich es richtig geht es! Vielen Dank!!! 👍 👍

                                    Da das nun geht hätte ich noch ne Frage (hoffe ich stell mich da nicht wieder so dumm an). Ist es möglich alles so einzustellen das z.b. Party now oder Gäste anwesend nur Auswirkungen auf bestimmte Räume hat? Muss ja nicht im Schlafzimmer wärmer werden wenn die Gäste im Wohnzimmer sind.

                                    Rene_HM 1 Reply Last reply Reply Quote 0
                                    • sigi234
                                      sigi234 Forum Testing Most Active @Rene_HM last edited by

                                      @Rene_HM sagte in Test Adapter HeatingControl v1.0.x:

                                      @sigi234 heatingcontrol.0.HeatingPeriodActive ist aus?

                                      Ja, habe es jetzt auf True gesetzt.
                                      Keine Änderung.

                                      Rene_HM 1 Reply Last reply Reply Quote 0
                                      • Rene_HM
                                        Rene_HM Developer @danny_v1 last edited by

                                        @danny_v1 sagte in Test Adapter HeatingControl v1.0.x:

                                        Ist es möglich alles so einzustellen das z.b. Party now oder Gäste anwesend nur Auswirkungen auf bestimmte Räume hat? Muss ja nicht im Schlafzimmer wärmer werden wenn die Gäste im Wohnzimmer sind.

                                        Die Absenk-Temperaturen sind doch Raum-spezifisch. Wenn du also keine Absenkung für das Schafzimmer konfigurierst, wird dort auch nicht abgesenkt...

                                        D 1 Reply Last reply Reply Quote 0
                                        • Rene_HM
                                          Rene_HM Developer @sigi234 last edited by

                                          @sigi234 sagte in Test Adapter HeatingControl v1.0.x:

                                          Ja, habe es jetzt auf True gesetzt.
                                          Keine Änderung.

                                          aber das log sollte jetzt anders aussehen, oder?

                                          sigi234 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @Rene_HM last edited by sigi234

                                            @Rene_HM sagte in Test Adapter HeatingControl v1.0.x:

                                            @sigi234 sagte in Test Adapter HeatingControl v1.0.x:

                                            Ja, habe es jetzt auf True gesetzt.
                                            Keine Änderung.

                                            aber das log sollte jetzt anders aussehen, oder?

                                            Ja

                                            heatingcontrol.0	2020-10-24 09:02:29.188	info	(11456) handle actors Esszimmer current 23.9 target 22
                                            heatingcontrol.0	2020-10-24 09:02:05.447	info	(11456) 35 cron job(s) created
                                            heatingcontrol.0	2020-10-24 09:02:05.418	error	(11456) vis: error: for Rooms.Esszimmer.ActiveTimeSlot got null
                                            heatingcontrol.0	2020-10-24 09:02:05.417	error	(11456) could not read current active time slot in FindNextPeriod
                                            heatingcontrol.0	2020-10-24 09:02:05.410	error	(11456) vis: error: for Profiles.0.Esszimmer.none.WindowOpenDecrease got null
                                            heatingcontrol.0	2020-10-24 09:02:05.409	error	(11456) vis: error: for Profiles.0.Esszimmer.none.VacationAbsentDecrease got null
                                            heatingcontrol.0	2020-10-24 09:02:05.407	error	(11456) vis: error: for Profiles.0.Esszimmer.none.PartyDecrease got null
                                            heatingcontrol.0	2020-10-24 09:02:05.406	error	(11456) vis: error: for Profiles.0.Esszimmer.none.GuestIncrease got null
                                            heatingcontrol.0	2020-10-24 09:02:05.189	info	(11456) starting vis part 2
                                            heatingcontrol.0	2020-10-24 09:02:05.185	info	(11456) starting vis
                                            heatingcontrol.0	2020-10-24 09:02:05.180	info	(11456) subscribe Esszimmer hm-rpc.0.NEQ1826414.1.STATE
                                            heatingcontrol.0	2020-10-24 09:02:05.180	info	(11456) subscribe for UseActors Esszimmer hm-rpc.0.OEQ0655913.4.ACTUAL_TEMPERATURE
                                            heatingcontrol.0	2020-10-24 09:02:05.175	info	(11456) 35 cron job(s) created
                                            heatingcontrol.0	2020-10-24 09:02:05.139	error	(11456) could not read current active time slot in FindNextPeriod
                                            heatingcontrol.0	2020-10-24 09:02:05.132	info	(11456) external states checked, done
                                            heatingcontrol.0	2020-10-24 09:02:05.128	info	(11456) checking all external states
                                            heatingcontrol.0	2020-10-24 09:02:05.125	info	(11456) 0 actors are on of 0
                                            heatingcontrol.0	2020-10-24 09:02:05.125	info	(11456) checking all actors
                                            heatingcontrol.0	2020-10-24 09:02:05.119	info	(11456) Esszimmer window open on Terrassentuer.STATE
                                            heatingcontrol.0	2020-10-24 09:02:05.117	info	(11456) 35 cron job(s) created
                                            heatingcontrol.0	2020-10-24 09:02:04.930	info	(11456) no temperature degrease configured 3
                                            heatingcontrol.0	2020-10-24 09:02:04.859	info	(11456) starting. Version 1.1.0 in C:/Program Files/iobroker/Heizung/node_modules/iobroker.heatingcontrol, node: v12.18.4, js-controller: 3.1.6
                                            

                                            Screenshot (923).png

                                            Erledigt, der Absenkmodus war auf kein absenken.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            964
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            heating
                                            236
                                            3157
                                            1423847
                                            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