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

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    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 @FI_84 last edited by

      @fi_84 wie in github schon geschrieben, ist das wohl eine Folge einer Änderung der letzten Tage... Da wollte ich das Thema lösen, dass bei Betätigung der +/- Tasten im vis kein log geschrieben wurde. das macht er zwar jetzt, weil der Adapter auch Änderungen der Zieltemperatur vom Thermostat übernimmt, wenn er schon im manual-Mode ist, aber die abgesenkte Temperatur darf er nicht übernehmen. Dieses manuelle Eingreifen an verschiedenen Stellen macht es dem Adapter wirklich nicht leicht...

      J G 2 Replies Last reply Reply Quote 0
      • J
        Jens Lattwesen @Rene_HM last edited by

        @rene_hm
        Moin,
        habe die Version 2.0.0 am Start, Gestern kam ein Update, dass ich auch gemacht habe,

        Vor dem Update lief auch alles, jetzt eher weniger.

        Wie bekomme ich das wieder ganz? Adapter löschen, neu installieren und alles wieder eintickern oder wie stelle ich richtig um?

        Z 1 Reply Last reply Reply Quote 0
        • Z
          zahnheinrich @Jens Lattwesen last edited by

          @Rene_HM

          Hallo Rene,
          der Adapter läuft bei mir seit vielen Monaten, zuletzt sehr unauffällig.
          Das hat sich seit dem Update auf 2.0.0 geändert.
          Ich habe alle Werte nach dem Update im Datenbaum überprüft/erneuert, auch die Profilnummer angepasst usw.
          Der Adapter scheint Probleme mit alias Datenpunkten zu haben. Ich erhalte beim Adapterstart zunächst keine Feher/Warnungen. Sobald ein adapter-run z.B. durch Änderung des VacationAbsent DP ausgelöst wird, erbricht das Log im 10tel Sekundentakt bis ich den Adapter stoppe

          heatingcontrol.0	2021-01-18 15:20:23.120	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:23.080	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:23.017	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.973	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.943	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.909	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.872	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.829	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.781	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.695	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          heatingcontrol.0	2021-01-18 15:20:22.515	warn	(13289) State "heatingcontrol.0.alias.0.Thermostate.Studio.SollTemp" has no existing object, this might lead to an error in future versions
          

          Die Datenpunkte existieren natürlich schon lange, haben bisher keine Probleme gemacht:

          {
            "type": "state",
            "common": {
              "name": "Studio SollTemp",
              "def": 18,
              "type": "number",
              "read": true,
              "write": true,
              "min": 6,
              "max": 24,
              "unit": "°C",
              "role": "level.temperature",
              "alias": {
                "id": "hm-rpc.1.KEQ0079244.2.SETPOINT",
                "read": "Math.round(val * 10) / 10",
                "write": "Math.round(val * 10) / 10"
              },
              "custom": {
                "influxdb.0": {
                  "enabled": true,
                  "changesOnly": true,
                  "debounce": "1000",
                  "retention": "31536000",
                  "changesRelogInterval": "300",
                  "changesMinDelta": 0,
                  "storageType": "",
                  "aliasId": ""
                }
              }
            },
            "native": {},
            "from": "system.adapter.javascript.0",
            "user": "system.user.admin",
            "ts": 1593682271460,
            "_id": "alias.0.Thermostate.Studio.SollTemp",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          

          Auch ein Neuverbinden des DP in den Adaptereinstellungen bringt keine Besserung.
          Allerdings werden die DP korrekt vom Adapter gefüllt, die Funktion ist daher nicht beeinträchtigt.

          Vielen Dank für den tollen Adapter!!
          VG Ulrich

          J Rene_HM 2 Replies Last reply Reply Quote 0
          • J
            Jens Lattwesen @zahnheinrich last edited by

            @zahnheinrich

            Moin,

            was muss ich alles anpassen?

            Z 1 Reply Last reply Reply Quote 0
            • Z
              zahnheinrich @Jens Lattwesen last edited by

              @jens-lattwesen

              ???

              J 1 Reply Last reply Reply Quote 0
              • J
                Jens Lattwesen @zahnheinrich last edited by

                @zahnheinrich

                Du hattest geschrieben, dass du angesichts der Umstellung mit den Profilen etwas angepasst hast.

                G 1 Reply Last reply Reply Quote 0
                • G
                  guergen @Jens Lattwesen last edited by

                  @jens-lattwesen Die Profile beginnen jetzt mit 1 anstatt mit 0, genauso wie die Perioden

                  A S 0 1 Reply Last reply Reply Quote 0
                  • A S 0
                    A S 0 @guergen last edited by

                    Huhu.

                    Kann man irgend wo einstellen, dass wenn jemand per Hand am thermostat die Temperatur verändert hat, diese nach 10min wieder zurück auf die programmierte Temperatur zurück springt?

                    G F Rene_HM 3 Replies Last reply Reply Quote 0
                    • G
                      guergen @A S 0 last edited by

                      @a-s-0 Nicht nach einer bestimmten Zeit, sondern nur bis zum nächsten Profilpunkt

                      1 Reply Last reply Reply Quote 0
                      • G
                        guergen @Rene_HM last edited by guergen

                        @rene_hm Wo kommt denn der state "auto" in V2.0 her?

                        Irgendwie funktioniert die Fenster offen Erkennung nicht.

                        Hat sich wahrscheinlich erledigt... Wenn Profile anpassen, dann alles... 🙂
                        Fenster offen geht.... der Fehler sitz vor meinem Bildschirm....

                        1 Reply Last reply Reply Quote 0
                        • F
                          FI_84 @A S 0 last edited by

                          @a-s-0 @guergen

                          Doch musst "als Override" einstellen im Adapter und unter den Objekten "TemperaturOverrideTime" die Zeit

                          1 Reply Last reply Reply Quote 0
                          • F
                            FI_84 last edited by

                            @Rene_HM ich habe heute morgen Errors produzier

                            Heute morgen habe ich eine Gäste Temperatur eingestellt und dann ist es passiert.

                            Leider Stand der Adapter nicht auf Debug musste ihn dann auch neu starten

                            2021-01-19 07:38:44.210 - info: heatingcontrol.0 (11073) start create cron jobs for profile type 3 (ery day)
                            2021-01-19 07:38:44.594 - info: heatingcontrol.0 (11073) 53 cron job(s) created
                            2021-01-19 07:38:44.594 - info: heatingcontrol.0 (11073) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:40:04.472 - info: heatingcontrol.0 (11073) start create cron jobs for profile type 3 (ery day)
                            2021-01-19 07:40:04.875 - info: heatingcontrol.0 (11073) 53 cron job(s) created
                            2021-01-19 07:40:04.875 - info: heatingcontrol.0 (11073) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:40:38.430 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:03.620 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:03.781 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:03.966 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:04.129 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:05.185 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:16.560 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped all GuestsPresent false
                            2021-01-19 07:41:16.686 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:17.110 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:17.288 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:17.991 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Wohn-Esszimmer Thermostats_Current [object Object]
                            2021-01-19 07:41:18.003 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:18.042 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Wohn-Esszimmer Thermostats_Target [object Object]
                            2021-01-19 07:41:18.122 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:18.456 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:18.792 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:28.927 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:29.263 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:30.265 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:30.606 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:30.765 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:31.110 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:33.435 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:33.600 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:33.932 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:34.619 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:37.671 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:37.838 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:38.172 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:38.344 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:38.511 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:38.678 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:39.024 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:39.199 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:39.361 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:39.701 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:39.864 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:43.889 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:44.373 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:44.544 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:45.489 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:45.781 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:46.018 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:48.482 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:48.679 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:49.984 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:55.773 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:41:57.011 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:01.313 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:01.793 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:04.624 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:04.786 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:04.957 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:05.120 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Büro Thermostats_Target [object Object]
                            2021-01-19 07:42:06.181 - error: heatingcontrol.0 (11073) ChangeStatusCmdList is longer then 60 entries, no new entry allowed -> skipped Schlafzimmer Thermostats_Target [object Object]
                            2021-01-19 07:42:13.954 - info: host.ioBroker-Pi stopInstance system.adapter.heatingcontrol.0 (force=false, process=true)
                            2021-01-19 07:42:13.961 - info: host.ioBroker-Pi stopInstance system.adapter.heatingcontrol.0 send kill signal
                            2021-01-19 07:42:13.966 - info: heatingcontrol.0 (11073) Got terminate signal TERMINATE_YOURSELF
                            2021-01-19 07:42:13.967 - info: heatingcontrol.0 (11073) cleaned everything up...
                            2021-01-19 07:42:13.970 - info: heatingcontrol.0 (11073) terminating
                            2021-01-19 07:42:13.971 - info: heatingcontrol.0 (11073) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2021-01-19 07:42:14.507 - info: host.ioBroker-Pi instance system.adapter.heatingcontrol.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2021-01-19 07:42:17.022 - info: host.ioBroker-Pi instance system.adapter.heatingcontrol.0 started with pid 26162
                            2021-01-19 07:42:18.417 - info: heatingcontrol.0 (26162) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.heatingcontrol, node: v12.20.1, js-controller: 3.1.6
                            2021-01-19 07:42:18.457 - info: heatingcontrol.0 (26162) start CreateDatabase
                            2021-01-19 07:42:18.473 - info: heatingcontrol.0 (26162) CreateDatabase done with 4 rooms
                            2021-01-19 07:42:18.476 - info: heatingcontrol.0 (26162) start CreateDatapoints
                            2021-01-19 07:42:19.970 - info: heatingcontrol.0 (26162) CreateDatapoints done
                            2021-01-19 07:42:20.187 - info: heatingcontrol.0 (26162) start SetInfo
                            2021-01-19 07:42:20.262 - info: heatingcontrol.0 (26162) SetInfo done
                            2021-01-19 07:42:20.263 - info: heatingcontrol.0 (26162) start SetCurrent
                            2021-01-19 07:42:20.264 - info: heatingcontrol.0 (26162) SetCurrent done
                            2021-01-19 07:42:20.298 - info: heatingcontrol.0 (26162) subscribe devices start
                            2021-01-19 07:42:20.299 - info: heatingcontrol.0 (26162) subscribe thermostats current 4
                            2021-01-19 07:42:20.299 - info: heatingcontrol.0 (26162) subscribe thermostat current Wohn-Esszimmer INT0000003 hm-rpc.2.INT0000003.1.ACTUAL_TEMPERATURE
                            2021-01-19 07:42:20.300 - info: heatingcontrol.0 (26162) subscribe thermostat current HM-CC-RT-DN REQ0839634 hm-rpc.0.REQ0839634.4.ACTUAL_TEMPERATURE
                            2021-01-19 07:42:20.301 - info: heatingcontrol.0 (26162) subscribe thermostat current HM-CC-RT-DN REQ0842061 hm-rpc.0.REQ0842061.4.ACTUAL_TEMPERATURE
                            2021-01-19 07:42:20.302 - info: heatingcontrol.0 (26162) subscribe thermostat current HM-CC-RT-DN REQ0842053 hm-rpc.0.REQ0842053.4.ACTUAL_TEMPERATURE
                            2021-01-19 07:42:20.303 - info: heatingcontrol.0 (26162) subscribe thermostats target 4
                            2021-01-19 07:42:20.303 - info: heatingcontrol.0 (26162) subscribe thermostat target Wohn-Esszimmer INT0000003 hm-rpc.2.INT0000003.1.SET_TEMPERATURE
                            2021-01-19 07:42:20.304 - info: heatingcontrol.0 (26162) subscribe thermostat target HM-CC-RT-DN REQ0839634 hm-rpc.0.REQ0839634.4.SET_TEMPERATURE
                            2021-01-19 07:42:20.305 - info: heatingcontrol.0 (26162) subscribe thermostat target HM-CC-RT-DN REQ0842061 hm-rpc.0.REQ0842061.4.SET_TEMPERATURE
                            2021-01-19 07:42:20.306 - info: heatingcontrol.0 (26162) subscribe thermostat target HM-CC-RT-DN REQ0842053 hm-rpc.0.REQ0842053.4.SET_TEMPERATURE
                            2021-01-19 07:42:20.307 - info: heatingcontrol.0 (26162) subscribe sensor Is open zigbee.0.00158d0003a4b637.opened
                            2021-01-19 07:42:20.308 - info: heatingcontrol.0 (26162) subscribe sensor Is open zigbee.0.00158d0003a34c86.opened
                            2021-01-19 07:42:20.309 - info: heatingcontrol.0 (26162) subscribe sensor Is open zigbee.0.00158d0003a4ae97.opened
                            2021-01-19 07:42:20.310 - info: heatingcontrol.0 (26162) subscribe devices done
                            2021-01-19 07:42:20.333 - info: heatingcontrol.0 (26162) start create cron jobs for profile type 3 (ery day)
                            2021-01-19 07:42:21.191 - info: heatingcontrol.0 (26162) 53 cron job(s) created
                            2021-01-19 07:42:22.422 - info: heatingcontrol.0 (26162) start statemachine
                            2021-01-19 07:42:22.717 - info: heatingcontrol.0 (26162) check all active sensors
                            2021-01-19 07:42:23.016 - info: heatingcontrol.0 (26162) checking external states
                            2021-01-19 07:42:25.273 - info: heatingcontrol.0 (26162) checking external states done
                            2021-01-19 07:42:25.274 - info: heatingcontrol.0 (26162) calculate current profile point for all rooms
                            2021-01-19 07:42:25.280 - info: heatingcontrol.0 (26162) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:42:25.388 - info: heatingcontrol.0 (26162) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:42:25.484 - info: heatingcontrol.0 (26162) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:42:25.575 - info: heatingcontrol.0 (26162) start calculate current profile point for profile type 3 (every day)
                            2021-01-19 07:42:26.221 - info: heatingcontrol.0 (26162) statemachine started
                            

                            Rene_HM 1 Reply Last reply Reply Quote 0
                            • H
                              Hohenbostler last edited by

                              Guten Morgen,

                              ich habe leider auch das Problem das die Fenster offen erkennung nicht reagiert.
                              Ich habe bei absolut eingestellt das die Heizung auf 0° gehen soll -> also eigentlich aus.

                              0d4adb18-ff7c-4c91-8a75-f784ed14854a-grafik.png

                              Leider ändert sich der Wert im aktuellem Raum und auch im Tado Heizkörper nicht. Jemand eine Idee was ich noch testen kann ?

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                FI_84 @Hohenbostler last edited by

                                @hohenbostler

                                0° bedeutet inaktiv, also es wird nicht abgesenkt.

                                im VIS von @Pittini ist es deutlich dargestellt

                                b1c6b2f4-e4d9-4f70-9a7b-d618c2e8a88d-image.png

                                1 Reply Last reply Reply Quote 0
                                • C
                                  ChrisXY last edited by

                                  hm also ich hab den Adapter nun schon 1 Jahr drauf. Mehr oder weniger am laufen.
                                  Jedoch scheint meine VIS nicht so recht zu laufen einiges wird angezeigt anderes auch nicht. Batterie z.b wird auch nicht angezeigt:
                                  Bildschirmfoto vom 2021-01-19 11-11-16.png

                                  Heute morgen auch das Problem das laut Platz 23c eingestellt sein soll aber auf dem HM Heizungsregler 20 angezeigt wurde ...

                                  Ich würde am liebsten alles sauber löschen und neu Anfangen. Hoffe dann klappt es auch mit der VIS. Kommt diese Automatisch mit ? Oder muss ich den Projektordner löschen ? Nach Adapter Installation wieder die VIS daten Kopieren ? Oder geht das Automatisch ?

                                  Da ich im Raum Zigbee Temperaturmesser habe möchte ich diese nutzen. Ist das so richtig wie im Screen ? Bildschirmfoto vom 2021-01-19 11-07-42.png Ich nutze hier vom HM das : 4.SET_TEMPERATURE

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    Pittini Developer @ChrisXY last edited by

                                    @chrisxy sagte in Test Adapter HeatingControl v2.0.x:

                                    Batterie z.b wird auch nicht angezeigt:

                                    Ich zitiere aus der Anleitung:

                                    1. Dient als Layout Vorlage falls Du für jeden Raum die Basis Werte anzeigen möchtest. Muss komplett von Dir konfiguriert werden.

                                    2. Ändere die ObjekID bei der Batterieanzeig auf den Datenpunkt Deines Thermostats welcher die Batteriespannung anzeigt.

                                    Und haste das gemacht?

                                    C 1 Reply Last reply Reply Quote 1
                                    • Rene_HM
                                      Rene_HM Developer @A S 0 last edited by

                                      @a-s-0 sagte in Test Adapter HeatingControl v2.0.x:

                                      Huhu.
                                      Kann man irgend wo einstellen, dass wenn jemand per Hand am thermostat die Temperatur verändert hat, diese nach 10min wieder zurück auf die programmierte Temperatur zurück springt?

                                      per Thermostat-Option "als Override" ...

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

                                        @zahnheinrich sagte in Test Adapter HeatingControl v2.0.x:

                                        Der Adapter scheint Probleme mit alias Datenpunkten zu haben

                                        Das kommt mit der neuen Version von js-controller...

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

                                          @fi_84 Das sollte nicht passieren, aber ohne debug log nicht nachvollziehbar...

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            FI_84 @Rene_HM last edited by FI_84

                                            @rene_hm
                                            ich hab es leider auch nicht mehr reproduziert bekommen

                                            und??

                                            Das kommt mit der neuen Version von js-controller...

                                            Kann man ohne Probleme auf die neue Version wechseln?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            802
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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