Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter homeconnect (BSH Home-Connect) v0.0.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Test Adapter homeconnect (BSH Home-Connect) v0.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
bshbsh home connecthome connecthomeconnect adapter
1.4k Beiträge 195 Kommentatoren 523.0k Aufrufe 148 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Christian WöhrleC Christian Wöhrle

    @manfredhi sorry, war an den thread opener gerichtet.

    D Offline
    D Offline
    Dave83
    schrieb am zuletzt editiert von
    #1113

    @christian-wöhrle meinst du mich? Weil ich die Frage gestellt habe, aber den Link von dir auch schon erwähnt habe. Angeblich soll man den Fenststart dauerhaft aktivieren können. Aber wie? Und woher weiß ich, ob das meinn Modell kan?

    sigi234S 1 Antwort Letzte Antwort
    0
    • D Dave83

      @christian-wöhrle meinst du mich? Weil ich die Frage gestellt habe, aber den Link von dir auch schon erwähnt habe. Angeblich soll man den Fenststart dauerhaft aktivieren können. Aber wie? Und woher weiß ich, ob das meinn Modell kan?

      sigi234S Online
      sigi234S Online
      sigi234
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #1114

      @dave83 sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

      @christian-wöhrle meinst du mich? Weil ich die Frage gestellt habe, aber den Link von dir auch schon erwähnt habe. Angeblich soll man den Fenststart dauerhaft aktivieren können. Aber wie? Und woher weiß ich, ob das meinn Modell kan?

      In der App

      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Immer Daten sichern!

      1 Antwort Letzte Antwort
      0
      • T tombox

        Update der Beschreibung nach Maintainer-Änderung 2022:
        Der Adapter ermöglicht die Anbindung von Homeconnect Geräte an den ioBroker.

        https://github.com/iobroker-community-adapters/ioBroker.homeconnect

        Es wird dabei die offizielle Homeconnect API verwendet.

        https://developer.home-connect.com/changelog

        Es werden nicht alle Funktionen aus der Homeconnect App unterstützt. Einige Status oder Programme sind nicht via Homeconnect API verfügbar. Wenn es dahingehend Änderungswünsche gibt, bitte direkt an Homeconnect API wenden:

        https://developer.home-connect.com/support/contact

        Anleitung für Client ID

        Für den Adapter wird eine Homeconnect API ClientID benötigt.

        https://developer.home-connect.com/user/register

        Bei Default Home Connect User Account for Testing die E-Mail-Adresse angeben, mit der die Home-Connect-App
        registriert wurde, diese wird später auch beim Authorization-Prozess benötigt.

        Bei Account Type Individual auswählen. Die restlichen Daten sofern vorhanden ergänzen.

        Dann auf Applications und anschließend auf Register Application gehen.
        https://developer.home-connect.com/applications

        Bei Application ID einen Namen für die Application eintragen, z.B. ioBroker. Bei OAuth Flow Device Flow selektieren.
        Home Connect User Account for Testing kann leer bleiben. Bei Success Redirect eine URI eintragen, z.B. https://example.com.
        Dann Speichern und dann hat man die benötigte ClientID.

        Konfiguration

        In der Adapter-Config muss der Homeconnect App Benutzername und Passwort und die erstellte ClientID eingetragen werden.

        Benutzung

        Mit den states in commands kannst du das Programm stoppen, pausieren oder fortführen.

        Mit den states in settings kannst du das Gerät ein oder ausschalten.

        Ändern des States programs.active.BSH_Common_Root_ActiveProgram führt zum starten eines Programms

        Ändern des States programs.selected.BSH_Common_Root_SelectedProgram führt zum auswählen des Programms oder Optionen

        Wenn man checken möchte, ob ein Programm fertig ist muss

        status.BSH_Common_Status_OperationState

        auf den kompletten Status Name übrprüft werden:

        BSH.Common.EnumType.OperationState.Finished

        Weitere Zustände sind noch:

        "BSH.Common.EnumType.OperationState.Inactive": "Inactive",
        "BSH.Common.EnumType.OperationState.Ready": "Ready",
        "BSH.Common.EnumType.OperationState.Run": "Run",
        "BSH.Common.EnumType.OperationState.ActionRequired": "ActionRequired",
        "BSH.Common.EnumType.OperationState.Finished": "Finished"

        Oder ob ein Gerät geöffnet ist

        "BSH.Common.EnumType.DoorState.Open": "Open",
        "BSH.Common.EnumType.DoorState.Closed": "Closed"


        Original AdapterAnnouncement von 2018:

        So, der Anfang ist gemacht.

        Der Adapter kann aber bisher noch nicht viel. Eigentlich fast garnix 😄

        Bisher funktioniert erstmal nur die Authorisierung und die verbundenen Geräte werden abgefragt und in Datenpunkten hinterlegt.

        Da ich nur ein Home-Connect-Gerät besitze, kann ich leider nicht testen, ob auch mehrere Geräte in der Objektstruktur angelegt werden. Denke aber das funktioniert.

        Dummerweise kann ich das ganze auch nicht mit dem Simulator testen, da der leider den OAuth2-Deviceflow nicht unterstützt.

        Daher bin ich auf Eure Hilfe angewiesen.

        Wer möchte kann den Adapter ja mal installieren und schauen, ob die Geräte soweit angelegt werden.

        Eine Beschreibung ist in der Readme zum Adapter.

        https://github.com/iobroker-community-adapters/ioBroker.homeconnect

        Ich würde mich über Feedback freuen.

        Dann noch ein kleiner Hinweis:

        Der automatische Token-Refresh funktioniert scheinbar noch nicht richtig.

        Sollte der Token abgelaufen sein (Hinweis im Log), einfach den Datenpunkt 'access' unter dev auf false setzen

        und anschließend den Adapter neu starten. Dann wird der Authorisierungsprozess nochmals gestartet.

        LG

        dna909

        B Offline
        B Offline
        bob der 1.
        schrieb am zuletzt editiert von
        #1115

        @tombox

        Habe heute bemerkt das BSH den Login geändert hat,SingleKey!
        Seit dem ist der Adapter nicht verbunden,ist das bekannt und gibt es dazu eine Lösung?

        sigi234S 1 Antwort Letzte Antwort
        0
        • B bob der 1.

          @tombox

          Habe heute bemerkt das BSH den Login geändert hat,SingleKey!
          Seit dem ist der Adapter nicht verbunden,ist das bekannt und gibt es dazu eine Lösung?

          sigi234S Online
          sigi234S Online
          sigi234
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #1116

          @bob-der-1 sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

          @tombox

          Habe heute bemerkt das BSH den Login geändert hat,SingleKey!
          Seit dem ist der Adapter nicht verbunden,ist das bekannt und gibt es dazu eine Lösung?

          Ja, Single Key erstellen

          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Immer Daten sichern!

          B 1 Antwort Letzte Antwort
          1
          • Merlin123M Offline
            Merlin123M Offline
            Merlin123
            schrieb am zuletzt editiert von
            #1117

            Beim Trockner habe ich ein kleines Problem:
            Wenn der Kondenswasserbehälter voll ist, bekomme ich eine entsprechende Meldung über die App.
            Leider sehe ich das nicht im Adapter, da steht der Trockner auf "Bereit" (oder so ähnlich).
            Kennt jemand eine Möglichkeit, solche Fehler im Adapter auszulesen? Hab da irgendwie kein passendes Feld gefunden.

            Beta-Tester

            1 Antwort Letzte Antwort
            0
            • sigi234S sigi234

              @bob-der-1 sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

              @tombox

              Habe heute bemerkt das BSH den Login geändert hat,SingleKey!
              Seit dem ist der Adapter nicht verbunden,ist das bekannt und gibt es dazu eine Lösung?

              Ja, Single Key erstellen

              B Offline
              B Offline
              bob der 1.
              schrieb am zuletzt editiert von bob der 1.
              #1118

              @sigi234
              Den habe ist erstellt und im Adapter eingetragen!

              Habe den Adapter runtergeworfen, neu erstellt und nach 30 min wurde er grün.
              Denke lag an Siemens

              1 Antwort Letzte Antwort
              0
              • N Offline
                N Offline
                nick-night
                schrieb am zuletzt editiert von nick-night
                #1119

                Ich habe da noch einige Warnmeldungen im log gefunden, vielleicht hilft das ja bei der Weiterentwicklung.

                homeconnect.0
                2023-12-03 13:23:48.114	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Cotton: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:23:19.182	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3960" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:23:19.138	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "40" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:22:49.047	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Sensitive: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:22:19.141	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4020" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:22:13.117	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "39" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:21:48.539	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DarkWash: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:21:19.130	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4080" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:21:07.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "38" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:20:48.658	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DelicatesSilk: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:20:19.185	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4140" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:20:01.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "37" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:19:48.077	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Wool: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:19:19.130	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4200" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:18:55.140	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "36" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:18:48.976	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Curtains: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:18:48.930	warn	This object will not be created in future versions. Please report this to the developer.
                
                homeconnect.0
                2023-12-03 13:18:48.929	warn	Object homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                
                homeconnect.0
                2023-12-03 13:18:19.179	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4260" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:17:49.117	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:17:49.113	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "35" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:17:19.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4320" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:16:50.042	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Cotton.CottonEco: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:16:43.109	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "34" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:16:19.178	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4380" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:15:48.020	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:15:36.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "33" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:15:18.606	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4440" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:14:48.071	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.WaterProof: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:14:30.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "32" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:14:18.647	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4500" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:13:48.135	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DownDuvet.Duvet: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:13:24.584	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "31" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:13:18.610	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4560" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:12:48.257	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected/options: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:12:18.666	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4620" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:12:18.624	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "30" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:11:48.544	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected/options: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:11:18.649	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4680" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:11:12.590	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "29" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:10:48.067	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:10:18.653	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4740" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:10:06.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "28" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:48.179	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active/options: There is no program active.
                
                homeconnect.0
                2023-12-03 13:09:48.141	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_WaterForecast" has value "80" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:48.139	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_EnergyForecast" has value "80" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:48.124	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4771" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:48.123	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "27" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:48.120	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_EstimatedTotalProgramTime" has value "6600" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:18.601	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4800" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:09:00.585	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "27" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:08:48.689	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active/options: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:08:18.602	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4860" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:07:54.599	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "26" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:07:48.810	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/available/Cooking.Oven.Program.HeatingMode.SabbathProgramme: Program currently not available.
                
                homeconnect.0
                2023-12-03 13:07:18.600	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4920" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:06:52.205	warn	This object will not be created in future versions. Please report this to the developer.
                
                homeconnect.0
                2023-12-03 13:06:52.204	warn	Object homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.status.BSH_Common_Status_OperationState is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                
                homeconnect.0
                2023-12-03 13:06:52.203	warn	This object will not be created in future versions. Please report this to the developer.
                
                homeconnect.0
                2023-12-03 13:06:52.203	warn	Object homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.status.BSH_Common_Status_DoorState is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                
                homeconnect.0
                2023-12-03 13:06:51.837	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:06:51.828	info	No array: active
                
                homeconnect.0
                2023-12-03 13:06:51.445	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:06:51.376	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.375	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.371	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:06:51.369	info	No array: active
                
                homeconnect.0
                2023-12-03 13:06:51.346	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.345	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.Cooking_Oven_Status_CurrentCavityTemperature" has to be stringified but received type "number"
                
                homeconnect.0
                2023-12-03 13:06:51.344	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.328	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.326	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.278	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.246	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:51.202	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:51.192	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:06:51.182	info	No array: active
                
                homeconnect.0
                2023-12-03 13:06:51.161	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected/options: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:06:51.157	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:06:51.154	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active/options: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:51.149	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:51.051	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:06:51.039	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:51.035	info	No available programs found for: SIEMENS-EX875KYW1E-68A40E29964A
                
                homeconnect.0
                2023-12-03 13:06:51.034	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:06:51.033	info	No array: active
                
                homeconnect.0
                2023-12-03 13:06:51.019	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected/options: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:06:51.010	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:50.702	info	State value to set for "homeconnect.0.SIEMENS-KI86SHD40-68A40E2F7C09.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:50.184	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:50.178	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:50.133	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:06:50.129	info	No array: active
                
                homeconnect.0
                2023-12-03 13:06:50.103	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active/options: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:50.095	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active: There is no program active.
                
                homeconnect.0
                2023-12-03 13:06:50.089	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:50.076	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "100" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:06:49.747	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:49.668	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:49.288	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:48.907	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:48.572	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:06:48.553	info	Found 7 devices
                
                homeconnect.0
                2023-12-03 13:06:47.841	info	starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.homeconnect, node: v18.18.2, js-controller: 5.0.17
                
                homeconnect.0
                2023-12-03 13:06:47.596	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                
                homeconnect.0
                2023-12-03 13:06:42.389	info	terminating
                
                homeconnect.0
                2023-12-03 13:06:41.887	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                
                homeconnect.0
                2023-12-03 13:06:41.884	info	terminating
                
                homeconnect.0
                2023-12-03 13:06:41.882	info	Got terminate signal TERMINATE_YOURSELF
                

                Hier noch der Debug Mode, den Token habe ich mal raus gelöscht.

                homeconnect.0
                2023-12-03 13:39:19.722	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3000" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:39:19.718	debug	Set event state
                
                homeconnect.0
                2023-12-03 13:39:19.714	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime:3000
                
                homeconnect.0
                2023-12-03 13:39:19.713	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"timestamp\":1701607159,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.RemainingProgramTime\",\"value\":3000}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                
                homeconnect.0
                2023-12-03 13:38:43.655	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "54" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:38:43.650	debug	Set event state
                
                homeconnect.0
                2023-12-03 13:38:43.647	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress:54
                
                homeconnect.0
                2023-12-03 13:38:43.646	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"level\":\"hint\",\"timestamp\":1701607123,\"unit\":\"%\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.ProgramProgress\",\"value\":54}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                
                homeconnect.0
                2023-12-03 13:38:29.349	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeFreezer
                
                homeconnect.0
                2023-12-03 13:38:29.349	debug	{"data":{"name":"superGefrieren","key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:29.348	debug	/settings/Refrigeration.FridgeFreezer.Setting.SuperModeFreezer
                
                homeconnect.0
                2023-12-03 13:38:29.348	debug	{"data":{"name":"superGefrieren","key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:29.194	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_Common_Setting_VacationMode
                
                homeconnect.0
                2023-12-03 13:38:29.194	debug	{"data":{"name":"Urlaubs-Modus","key":"Refrigeration.Common.Setting.VacationMode","constraints":{"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:29.194	debug	/settings/Refrigeration.Common.Setting.VacationMode
                
                homeconnect.0
                2023-12-03 13:38:29.193	debug	{"data":{"name":"Urlaubs-Modus","key":"Refrigeration.Common.Setting.VacationMode","constraints":{"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:29.044	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureFreezer
                
                homeconnect.0
                2023-12-03 13:38:29.044	debug	{"data":{"name":"Temperatur Gefrierfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","constraints":{"min":-24,"max":-16,"default":-18,"access":"readWrite"},"unit":"°C","type":"Double","value":-18}}
                
                homeconnect.0
                2023-12-03 13:38:29.044	debug	/settings/Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer
                
                homeconnect.0
                2023-12-03 13:38:29.043	debug	{"data":{"name":"Temperatur Gefrierfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","constraints":{"min":-24,"max":-16,"default":-18,"access":"readWrite"},"unit":"°C","type":"Double","value":-18}}
                
                homeconnect.0
                2023-12-03 13:38:28.829	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.BSH_Common_Setting_PowerState
                
                homeconnect.0
                2023-12-03 13:38:28.829	debug	{"data":{"name":"Energiezustand","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.MainsOff","BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On","BSH.Common.EnumType.PowerState.Standby"],"displayvalues":["Aus","Aus","An","Standby"],"default":"BSH.Common.EnumType.PowerState.On","access":"read"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"An","value":"BSH.Common.EnumType.PowerState.On"}}
                
                homeconnect.0
                2023-12-03 13:38:28.828	debug	/settings/BSH.Common.Setting.PowerState
                
                homeconnect.0
                2023-12-03 13:38:28.828	debug	{"data":{"name":"Energiezustand","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.MainsOff","BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On","BSH.Common.EnumType.PowerState.Standby"],"displayvalues":["Aus","Aus","An","Standby"],"default":"BSH.Common.EnumType.PowerState.On","access":"read"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"An","value":"BSH.Common.EnumType.PowerState.On"}}
                
                homeconnect.0
                2023-12-03 13:38:28.562	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:28.562	debug	{"data":{"name":"superKühlen","key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:28.561	debug	/settings/Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:28.560	debug	{"data":{"name":"superKühlen","key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                
                homeconnect.0
                2023-12-03 13:38:28.499	debug	Set default value
                
                homeconnect.0
                2023-12-03 13:38:28.488	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:28.488	debug	{"data":{"name":"Temperatur Kühlfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","constraints":{"min":2,"max":8,"default":4,"access":"readWrite"},"unit":"°C","type":"Double","value":6}}
                
                homeconnect.0
                2023-12-03 13:38:28.487	debug	/settings/Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:28.475	debug	{"data":{"name":"Temperatur Kühlfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","constraints":{"min":2,"max":8,"default":4,"access":"readWrite"},"unit":"°C","type":"Double","value":6}}
                
                homeconnect.0
                2023-12-03 13:38:28.440	debug	Extend Options: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_IntensiveLevel
                
                homeconnect.0
                2023-12-03 13:38:28.427	warn	This object will not be created in future versions. Please report this to the developer.
                
                homeconnect.0
                2023-12-03 13:38:28.426	warn	Object homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                
                homeconnect.0
                2023-12-03 13:38:28.421	debug	Extend common option: homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel
                
                homeconnect.0
                2023-12-03 13:38:28.411	debug	Set default value
                
                homeconnect.0
                2023-12-03 13:38:28.395	debug	Extend Options: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel
                
                homeconnect.0
                2023-12-03 13:38:28.394	debug	{"data":{"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe","options":[{"key":"Cooking.Common.Option.Hood.VentingLevel","type":"Cooking.Hood.EnumType.Stage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.Stage.FanStage01","Cooking.Hood.EnumType.Stage.FanStage02","Cooking.Hood.EnumType.Stage.FanStage03"],"displayvalues":["1","2","3"],"default":"Cooking.Hood.EnumType.Stage.FanStage02"},"name":"Lüfterstufe"},{"key":"Cooking.Common.Option.Hood.IntensiveLevel","type":"Cooking.Hood.EnumType.IntensiveStage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.IntensiveStage.IntensiveStage1","Cooking.Hood.EnumType.IntensiveStage.IntensiveStage2"],"displayvalues":["Intensiv 1","Intensiv 2"]},"name":"Intensivstufen"}]}}
                
                homeconnect.0
                2023-12-03 13:38:28.393	debug	/programs/available/Cooking.Common.Program.Hood.Venting
                
                homeconnect.0
                2023-12-03 13:38:28.382	debug	{"data":{"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe","options":[{"key":"Cooking.Common.Option.Hood.VentingLevel","type":"Cooking.Hood.EnumType.Stage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.Stage.FanStage01","Cooking.Hood.EnumType.Stage.FanStage02","Cooking.Hood.EnumType.Stage.FanStage03"],"displayvalues":["1","2","3"],"default":"Cooking.Hood.EnumType.Stage.FanStage02"},"name":"Lüfterstufe"},{"key":"Cooking.Common.Option.Hood.IntensiveLevel","type":"Cooking.Hood.EnumType.IntensiveStage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.IntensiveStage.IntensiveStage1","Cooking.Hood.EnumType.IntensiveStage.IntensiveStage2"],"displayvalues":["Intensiv 1","Intensiv 2"]},"name":"Intensivstufen"}]}}
                
                homeconnect.0
                2023-12-03 13:38:28.305	debug	{"data":{"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf","options":[]}}
                
                homeconnect.0
                2023-12-03 13:38:28.304	debug	/programs/available/Cooking.Common.Program.Hood.DelayedShutOff
                
                homeconnect.0
                2023-12-03 13:38:28.294	debug	{"data":{"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf","options":[]}}
                
                homeconnect.0
                2023-12-03 13:38:28.212	debug	{"data":{"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb","options":[]}}
                
                homeconnect.0
                2023-12-03 13:38:28.212	debug	/programs/available/Cooking.Common.Program.Hood.Automatic
                
                homeconnect.0
                2023-12-03 13:38:28.200	debug	{"data":{"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb","options":[]}}
                
                homeconnect.0
                2023-12-03 13:38:27.999	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                
                homeconnect.0
                2023-12-03 13:38:27.999	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected/options: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:38:27.970	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                
                homeconnect.0
                2023-12-03 13:38:27.969	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:38:27.888	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.884	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.883	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.882	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.882	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.881	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:38:27.872	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.BSH_Common_Setting_PowerState
                
                homeconnect.0
                2023-12-03 13:38:27.872	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_Common_Setting_VacationMode
                
                homeconnect.0
                2023-12-03 13:38:27.871	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:27.871	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeFreezer
                
                homeconnect.0
                2023-12-03 13:38:27.870	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureRefrigerator
                
                homeconnect.0
                2023-12-03 13:38:27.870	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureFreezer
                
                homeconnect.0
                2023-12-03 13:38:27.869	debug	{"data":{"settings":[{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","value":-18,"unit":"°C","name":"Temperatur Gefrierfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","value":6,"unit":"°C","name":"Temperatur Kühlfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","value":false,"name":"superGefrieren"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","value":false,"name":"superKühlen"},{"key":"Refrigeration.Common.Setting.VacationMode","value":false,"name":"Urlaubs-Modus"},{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.On","name":"Energiezustand","displayvalue":"An"}]}}
                
                homeconnect.0
                2023-12-03 13:38:27.869	debug	/settings
                
                homeconnect.0
                2023-12-03 13:38:27.858	debug	{"data":{"settings":[{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","value":-18,"unit":"°C","name":"Temperatur Gefrierfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","value":6,"unit":"°C","name":"Temperatur Kühlfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","value":false,"name":"superGefrieren"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","value":false,"name":"superKühlen"},{"key":"Refrigeration.Common.Setting.VacationMode","value":false,"name":"Urlaubs-Modus"},{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.On","name":"Energiezustand","displayvalue":"An"}]}}
                
                homeconnect.0
                2023-12-03 13:38:27.212	debug	{"error":{"description":"There is no program active","key":"SDK.Error.NoProgramActive"}}
                
                homeconnect.0
                2023-12-03 13:38:27.211	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active/options: There is no program active.
                
                homeconnect.0
                2023-12-03 13:38:26.515	debug	{"error":{"description":"There is no program selected","key":"SDK.Error.NoProgramSelected"}}
                
                homeconnect.0
                2023-12-03 13:38:26.514	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected/options: There is no program selected.
                
                homeconnect.0
                2023-12-03 13:38:26.409	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                
                homeconnect.0
                2023-12-03 13:38:26.408	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:38:26.326	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:38:26.326	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_DelayedShutOff
                
                homeconnect.0
                2023-12-03 13:38:26.325	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}
                
                homeconnect.0
                2023-12-03 13:38:26.325	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_Venting
                
                homeconnect.0
                2023-12-03 13:38:26.324	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"}
                
                homeconnect.0
                2023-12-03 13:38:26.324	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_Automatic
                
                homeconnect.0
                2023-12-03 13:38:26.323	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"}
                
                homeconnect.0
                2023-12-03 13:38:26.323	info	No array: active
                
                homeconnect.0
                2023-12-03 13:38:26.322	debug	{"data":{"active":{"constraints":{"access":"readWrite"}},"programs":[{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}],"selected":{"constraints":{"access":"read"}}}}
                
                homeconnect.0
                2023-12-03 13:38:26.322	debug	/programs
                
                homeconnect.0
                2023-12-03 13:38:26.310	debug	{"data":{"active":{"constraints":{"access":"readWrite"}},"programs":[{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}],"selected":{"constraints":{"access":"read"}}}}
                
                homeconnect.0
                2023-12-03 13:38:19.670	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3060" greater than max "null"
                
                homeconnect.0
                2023-12-03 13:38:19.666	debug	Set event state
                
                homeconnect.0
                2023-12-03 13:38:19.664	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime:3060
                
                homeconnect.0
                2023-12-03 13:38:19.663	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"timestamp\":1701607099,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.RemainingProgramTime\",\"value\":3060}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                
                homeconnect.0
                2023-12-03 13:37:39.452	debug	Extend common option: homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.events.LaundryCare_Washer_Event_IDos2FillLevelPoor
                
                homeconnect.0
                2023-12-03 13:37:39.445	debug	Set event state
                
                homeconnect.0
                2023-12-03 13:37:39.442	debug	SIEMENS-WM14U840EU-68A40E343E3E.events.LaundryCare_Washer_Event_IDos2FillLevelPoor:BSH.Common.EnumType.EventPresentState.Confirmed
                
                homeconnect.0
                2023-12-03 13:37:39.440	debug	event: {"type":"EVENT","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"acknowledge\",\"key\":\"LaundryCare.Washer.Event.IDos2FillLevelPoor\",\"level\":\"warning\",\"timestamp\":1701607059,\"value\":\"BSH.Common.EnumType.EventPresentState.Confirmed\"}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                
                homeconnect.0
                2023-12-03 13:37:39.347	debug	Start EventStream
                
                homeconnect.0
                2023-12-03 13:37:39.346	info	Keep Alive failed Reconnect EventStream
                
                homeconnect.0
                2023-12-03 13:37:26.310	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                
                homeconnect.0
                2023-12-03 13:37:26.308	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs: Operation not supported for HomeAppliance type FridgeFreezer.
                
                homeconnect.0
                2023-12-03 13:36:30.119	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:30.119	info	SIEMENS-LC97FVV60-68A40E2D00B4/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:30.097	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:30.097	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.977	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.976	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.963	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.962	info	SIEMENS-LC97FVV60-68A40E2D00B4/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.876	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.875	info	SIEMENS-KI86SHD40-68A40E2F7C09/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.862	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.862	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.553	debug	Delete: SIEMENS-KI86SHD40-68A40E2F7C09.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:29.553	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:29.550	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.549	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.527	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.526	info	SIEMENS-WM14U840EU-68A40E343E3E/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.521	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.520	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.459	info	Too many requests. Please wait 24h.
                
                homeconnect.0
                2023-12-03 13:36:29.459	error	Start Event Stream Error: {"type":"error","status":429,"message":"Too Many Requests"}
                
                homeconnect.0
                2023-12-03 13:36:29.458	error	429 Too Many Requests
                
                homeconnect.0
                2023-12-03 13:36:29.350	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.349	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.337	debug	Start EventStream
                
                homeconnect.0
                2023-12-03 13:36:29.315	info	State value to set for "homeconnect.0.SIEMENS-KI86SHD40-68A40E2F7C09.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:29.231	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:29.229	info	SIEMENS-WM14U840EU-68A40E343E3E/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:29.077	debug	Delete: SIEMENS-LC97FVV60-68A40E2D00B4.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:29.077	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:28.968	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.968	info	SIEMENS-EX875KYW1E-68A40E29964A/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.904	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.904	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.895	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.895	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.885	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.885	info	SIEMENS-WM14U840EU-68A40E343E3E/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.805	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.804	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.758	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:28.733	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.732	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.NightWash: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.669	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.668	info	SIEMENS-HN678G4S6-68A40E31A2B9/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.581	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.580	info	SIEMENS-HN678G4S6-68A40E31A2B9/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.559	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.558	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.496	debug	Delete: SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:28.495	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:28.484	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.482	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.459	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.458	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Quick45: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.326	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.325	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.318	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:28.305	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.305	info	SIEMENS-EX875KYW1E-68A40E29964A/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.278	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.277	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Auto3: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.227	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.227	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.218	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.217	info	SIEMENS-SN578S26TE-68A40E022F3B/settings/BSH.Common.Setting.PowerState: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.209	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.209	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.190	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.189	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Auto1: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.152	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:28.042	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.041	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:28.029	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:28.028	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.933	debug	Delete: SIEMENS-HN678G4S6-68A40E31A2B9.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:27.933	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:27.922	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.922	info	SIEMENS-SN578S26TE-68A40E022F3B/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.915	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.914	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Glas40: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.779	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.778	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Eco50: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.766	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:27.680	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.679	info	SIEMENS-EX875KYW1E-68A40E29964A/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.621	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.620	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.552	debug	Delete: SIEMENS-EX875KYW1E-68A40E29964A.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:27.551	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:27.539	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.538	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.463	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.462	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.439	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 29 seconds.","key":"429"}}
                
                homeconnect.0
                2023-12-03 13:36:27.438	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 29 seconds..
                
                homeconnect.0
                2023-12-03 13:36:27.419	debug	{"data":{"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen","options":[]}}
                
                homeconnect.0
                2023-12-03 13:36:27.418	debug	/programs/available/Dishcare.Dishwasher.Program.PreRinse
                
                homeconnect.0
                2023-12-03 13:36:27.416	debug	{"data":{"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen","options":[]}}
                
                homeconnect.0
                2023-12-03 13:36:27.362	debug	{"data":{"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C","options":[]}}
                
                homeconnect.0
                2023-12-03 13:36:27.362	debug	/programs/available/Dishcare.Dishwasher.Program.Auto2
                
                homeconnect.0
                2023-12-03 13:36:27.361	debug	{"data":{"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C","options":[]}}
                
                homeconnect.0
                2023-12-03 13:36:27.337	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:27.284	debug	Set api value
                
                homeconnect.0
                2023-12-03 13:36:27.172	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.settings.BSH_Common_Setting_PowerState
                
                homeconnect.0
                2023-12-03 13:36:27.172	debug	{"data":{"settings":[{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.Off","name":"Energiezustand","displayvalue":"Aus"}]}}
                
                homeconnect.0
                2023-12-03 13:36:27.171	debug	/settings
                
                homeconnect.0
                2023-12-03 13:36:27.170	debug	{"data":{"settings":[{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.Off","name":"Energiezustand","displayvalue":"Aus"}]}}
                
                homeconnect.0
                2023-12-03 13:36:27.152	info	No array: selected
                
                homeconnect.0
                2023-12-03 13:36:27.151	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_PreRinse
                
                homeconnect.0
                2023-12-03 13:36:27.151	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}
                
                homeconnect.0
                2023-12-03 13:36:27.150	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Quick45
                
                homeconnect.0
                2023-12-03 13:36:27.150	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.149	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Glas40
                
                homeconnect.0
                2023-12-03 13:36:27.149	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.148	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_NightWash
                
                homeconnect.0
                2023-12-03 13:36:27.146	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.146	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Eco50
                
                homeconnect.0
                2023-12-03 13:36:27.145	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.145	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto3
                
                homeconnect.0
                2023-12-03 13:36:27.144	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.144	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto2
                
                homeconnect.0
                2023-12-03 13:36:27.143	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.143	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto1
                
                homeconnect.0
                2023-12-03 13:36:27.142	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"}
                
                homeconnect.0
                2023-12-03 13:36:27.142	info	No array: active
                
                homeconnect.0
                2023-12-03 13:36:27.141	debug	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}],"selected":{"constraints":{"access":"read"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C","options":[{"key":"BSH.Common.Option.StartInRelative","value":0,"unit":"seconds","name":"Startzeit"},{"key":"Dishcare.Dishwasher.Option.IntensivZone","value":false,"name":"Intensiv Zone"},{"key":"Dishcare.Dishwasher.Option.VarioSpeedPlus","value":true,"name":"varioSpeed Plus"},{"key":"Dishcare.Dishwasher.Option.HalfLoad","value":false,"name":"Halbe Beladung"},{"key":"Dishcare.Dishwasher.Option.HygienePlus","value":false,"name":"HygienePlus"},{"key":"Dishcare.Dishwasher.Option.BrillianceDry","value":false,"name":"Glanztrocknen"}]}}}
                
                homeconnect.0
                2023-12-03 13:36:27.141	debug	/programs
                
                homeconnect.0
                2023-12-03 13:36:27.140	debug	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}],"selected":{"constraints":{"access":"read"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C","options":[{"key":"BSH.Common.Option.StartInRelative","value":0,"unit":"seconds","name":"Startzeit"},{"key":"Dishcare.Dishwasher.Option.IntensivZone","value":false,"name":"Intensiv Zone"},{"key":"Dishcare.Dishwasher.Option.VarioSpeedPlus","value":true,"name":"varioSpeed Plus"},{"key":"Dishcare.Dishwasher.Option.HalfLoad","value":false,"name":"Halbe Beladung"},{"key":"Dishcare.Dishwasher.Option.HygienePlus","value":false,"name":"HygienePlus"},{"key":"Dishcare.Dishwasher.Option.BrillianceDry","value":false,"name":"Glanztrocknen"}]}}}
                
                homeconnect.0
                2023-12-03 13:36:27.090	debug	Delete: SIEMENS-SN578S26TE-68A40E022F3B.programs.active.options
                
                homeconnect.0
                2023-12-03 13:36:27.088	debug	active.options.
                
                homeconnect.0
                2023-12-03 13:36:26.858	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.general.connected" has to be stringified but received type "boolean"
                
                homeconnect.0
                2023-12-03 13:36:26.794	info	Found 7 devices
                
                homeconnect.0
                2023-12-03 13:36:26.793	debug	{"data":{"homeappliances":[{"brand":"Siemens","connected":true,"enumber":"SN578S26TE/11","haId":"SIEMENS-SN578S26TE-68A40E022F3B","name":"Geschirrspüler","type":"Dishwasher","vib":"SN578S26TE"},{"brand":"Siemens","connected":true,"enumber":"EX875KYW1E/01","haId":"SIEMENS-EX875KYW1E-68A40E29964A","name":"Kochfeld","type":"Hob","vib":"EX875KYW1E"},{"brand":"Siemens","connected":true,"enumber":"HN678G4S6/63","haId":"SIEMENS-HN678G4S6-68A40E31A2B9","name":"Backofen","type":"Oven","vib":"HN678G4S6"},{"brand":"Siemens","connected":false,"enumber":"WT47X940EU/05","haId":"SIEMENS-WT47X940EU-68A40E36358D","name":"Trockner","type":"Dryer","vib":"WT47X940EU"},{"brand":"Siemens","connected":true,"enumber":"WM14U840EU/08","haId":"SIEMENS-WM14U840EU-68A40E343E3E","name":"Waschmaschine","type":"Washer","vib":"WM14U840EU"},{"brand":"Siemens","connected":true,"enumber":"LC97FVV60/04","haId":"SIEMENS-LC97FVV60-68A40E2D00B4","name":"Dunstabzugshaube","type":"Hood","vib":"LC97FVV60"},{"brand":"Siemens","connected":true,"enumber":"KI86SHD40/05","haId":"SIEMENS-KI86SHD40-68A40E2F7C09","name":"Kühl-Gefrier-Kombination","type":"FridgeFreezer","vib":"KI86SHD40"}]}}
                
                homeconnect.0
                2023-12-03 13:36:26.676	debug	Get device list
                
                homeconnect.0
                2023-12-03 13:36:26.673	debug	{"access_token":"TOKEN VON MIR GELÖSCHT!!!","scope":"CookProcessor-Monitor Dryer-Settings Hob Washer-Control Dryer-Monitor Settings IdentifyAppliance Control CleaningRobot Washer-Settings CoffeeMaker Washer CookProcessor-Settings Hob-Settings Oven-Monitor Hood-Control WasherDryer-Monitor Oven-Settings CoffeeMaker-Monitor Monitor Hob-Monitor WasherDryer-Control Dishwasher-Control Refrigerator-Control Dishwasher Dryer-Control CleaningRobot-Control WineCooler Freezer-Monitor WasherDryer Oven Refrigerator-Monitor Oven-Control CookProcessor Freezer Freezer-Settings WineCooler-Control WineCooler-Settings Dishwasher-Settings Hood Dryer FridgeFreezer-Monitor CleaningRobot-Settings Refrigerator Refrigerator-Settings Hob-Control Dishwasher-Monitor CoffeeMaker-Settings FridgeFreezer-Settings CleaningRobot-Monitor WineCooler-Monitor Freezer-Control CoffeeMaker-Control Washer-Monitor Hood-Monitor Hood-Settings FridgeFreezer-Control CookProcessor-Control WasherDryer-Settings","token_type":"Bearer"}
                
                homeconnect.0
                2023-12-03 13:36:26.206	debug	Refresh Token
                
                homeconnect.0
                2023-12-03 13:36:26.203	debug	Found current session
                
                homeconnect.0
                2023-12-03 13:36:26.123	info	starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.homeconnect, node: v18.18.2, js-controller: 5.0.17
                
                homeconnect.0
                2023-12-03 13:36:25.916	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                
                homeconnect.0
                2023-12-03 13:36:25.908	debug	Plugin sentry Initialize Plugin (enabled=true)
                
                T 1 Antwort Letzte Antwort
                0
                • N nick-night

                  Ich habe da noch einige Warnmeldungen im log gefunden, vielleicht hilft das ja bei der Weiterentwicklung.

                  homeconnect.0
                  2023-12-03 13:23:48.114	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Cotton: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:23:19.182	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3960" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:23:19.138	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "40" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:22:49.047	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Sensitive: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:22:19.141	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4020" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:22:13.117	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "39" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:21:48.539	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DarkWash: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:21:19.130	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4080" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:21:07.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "38" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:20:48.658	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DelicatesSilk: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:20:19.185	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4140" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:20:01.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "37" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:19:48.077	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Wool: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:19:19.130	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4200" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:18:55.140	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "36" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:18:48.976	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Curtains: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:18:48.930	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  homeconnect.0
                  2023-12-03 13:18:48.929	warn	Object homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                  
                  homeconnect.0
                  2023-12-03 13:18:19.179	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4260" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:17:49.117	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:17:49.113	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "35" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:17:19.127	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4320" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:16:50.042	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.Cotton.CottonEco: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:16:43.109	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "34" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:16:19.178	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4380" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:15:48.020	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:15:36.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "33" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:15:18.606	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4440" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:14:48.071	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.WaterProof: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:14:30.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "32" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:14:18.647	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4500" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:13:48.135	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/available/LaundryCare.Washer.Program.DownDuvet.Duvet: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:13:24.584	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "31" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:13:18.610	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4560" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:12:48.257	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected/options: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:12:18.666	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4620" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:12:18.624	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "30" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:11:48.544	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected/options: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:11:18.649	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4680" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:11:12.590	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "29" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:10:48.067	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:10:18.653	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4740" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:10:06.589	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "28" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:48.179	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active/options: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:09:48.141	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_WaterForecast" has value "80" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:48.139	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_EnergyForecast" has value "80" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:48.124	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4771" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:48.123	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "27" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:48.120	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_EstimatedTotalProgramTime" has value "6600" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:18.601	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4800" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:09:00.585	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "27" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:08:48.689	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active/options: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:08:18.602	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4860" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:07:54.599	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "26" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:07:48.810	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/available/Cooking.Oven.Program.HeatingMode.SabbathProgramme: Program currently not available.
                  
                  homeconnect.0
                  2023-12-03 13:07:18.600	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "4920" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:06:52.205	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  homeconnect.0
                  2023-12-03 13:06:52.204	warn	Object homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.status.BSH_Common_Status_OperationState is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                  
                  homeconnect.0
                  2023-12-03 13:06:52.203	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  homeconnect.0
                  2023-12-03 13:06:52.203	warn	Object homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.status.BSH_Common_Status_DoorState is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.837	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:06:51.828	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:06:51.445	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.376	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.375	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.371	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:06:51.369	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:06:51.346	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.345	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.Cooking_Oven_Status_CurrentCavityTemperature" has to be stringified but received type "number"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.344	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.328	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.326	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.278	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.246	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:51.202	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.192	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:06:51.182	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:06:51.161	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected/options: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.157	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.154	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active/options: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.149	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.051	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.039	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.035	info	No available programs found for: SIEMENS-EX875KYW1E-68A40E29964A
                  
                  homeconnect.0
                  2023-12-03 13:06:51.034	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:06:51.033	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:06:51.019	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected/options: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:06:51.010	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:50.702	info	State value to set for "homeconnect.0.SIEMENS-KI86SHD40-68A40E2F7C09.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:50.184	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:50.178	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:50.133	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:06:50.129	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:06:50.103	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active/options: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:50.095	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:06:50.089	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:50.076	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "100" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:06:49.747	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:49.668	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:49.288	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:48.907	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:48.572	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:06:48.553	info	Found 7 devices
                  
                  homeconnect.0
                  2023-12-03 13:06:47.841	info	starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.homeconnect, node: v18.18.2, js-controller: 5.0.17
                  
                  homeconnect.0
                  2023-12-03 13:06:47.596	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                  
                  homeconnect.0
                  2023-12-03 13:06:42.389	info	terminating
                  
                  homeconnect.0
                  2023-12-03 13:06:41.887	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  
                  homeconnect.0
                  2023-12-03 13:06:41.884	info	terminating
                  
                  homeconnect.0
                  2023-12-03 13:06:41.882	info	Got terminate signal TERMINATE_YOURSELF
                  

                  Hier noch der Debug Mode, den Token habe ich mal raus gelöscht.

                  homeconnect.0
                  2023-12-03 13:39:19.722	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3000" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:39:19.718	debug	Set event state
                  
                  homeconnect.0
                  2023-12-03 13:39:19.714	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime:3000
                  
                  homeconnect.0
                  2023-12-03 13:39:19.713	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"timestamp\":1701607159,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.RemainingProgramTime\",\"value\":3000}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                  
                  homeconnect.0
                  2023-12-03 13:38:43.655	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress" has value "54" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:38:43.650	debug	Set event state
                  
                  homeconnect.0
                  2023-12-03 13:38:43.647	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_ProgramProgress:54
                  
                  homeconnect.0
                  2023-12-03 13:38:43.646	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"level\":\"hint\",\"timestamp\":1701607123,\"unit\":\"%\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.ProgramProgress\",\"value\":54}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.349	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:29.349	debug	{"data":{"name":"superGefrieren","key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.348	debug	/settings/Refrigeration.FridgeFreezer.Setting.SuperModeFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:29.348	debug	{"data":{"name":"superGefrieren","key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.194	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_Common_Setting_VacationMode
                  
                  homeconnect.0
                  2023-12-03 13:38:29.194	debug	{"data":{"name":"Urlaubs-Modus","key":"Refrigeration.Common.Setting.VacationMode","constraints":{"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.194	debug	/settings/Refrigeration.Common.Setting.VacationMode
                  
                  homeconnect.0
                  2023-12-03 13:38:29.193	debug	{"data":{"name":"Urlaubs-Modus","key":"Refrigeration.Common.Setting.VacationMode","constraints":{"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.044	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:29.044	debug	{"data":{"name":"Temperatur Gefrierfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","constraints":{"min":-24,"max":-16,"default":-18,"access":"readWrite"},"unit":"°C","type":"Double","value":-18}}
                  
                  homeconnect.0
                  2023-12-03 13:38:29.044	debug	/settings/Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:29.043	debug	{"data":{"name":"Temperatur Gefrierfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","constraints":{"min":-24,"max":-16,"default":-18,"access":"readWrite"},"unit":"°C","type":"Double","value":-18}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.829	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.BSH_Common_Setting_PowerState
                  
                  homeconnect.0
                  2023-12-03 13:38:28.829	debug	{"data":{"name":"Energiezustand","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.MainsOff","BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On","BSH.Common.EnumType.PowerState.Standby"],"displayvalues":["Aus","Aus","An","Standby"],"default":"BSH.Common.EnumType.PowerState.On","access":"read"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"An","value":"BSH.Common.EnumType.PowerState.On"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.828	debug	/settings/BSH.Common.Setting.PowerState
                  
                  homeconnect.0
                  2023-12-03 13:38:28.828	debug	{"data":{"name":"Energiezustand","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.MainsOff","BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On","BSH.Common.EnumType.PowerState.Standby"],"displayvalues":["Aus","Aus","An","Standby"],"default":"BSH.Common.EnumType.PowerState.On","access":"read"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"An","value":"BSH.Common.EnumType.PowerState.On"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.562	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:28.562	debug	{"data":{"name":"superKühlen","key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.561	debug	/settings/Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:28.560	debug	{"data":{"name":"superKühlen","key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","constraints":{"default":false,"access":"readWrite"},"type":"Boolean","value":false}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.499	debug	Set default value
                  
                  homeconnect.0
                  2023-12-03 13:38:28.488	debug	Extend Settings: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:28.488	debug	{"data":{"name":"Temperatur Kühlfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","constraints":{"min":2,"max":8,"default":4,"access":"readWrite"},"unit":"°C","type":"Double","value":6}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.487	debug	/settings/Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:28.475	debug	{"data":{"name":"Temperatur Kühlfach","key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","constraints":{"min":2,"max":8,"default":4,"access":"readWrite"},"unit":"°C","type":"Double","value":6}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.440	debug	Extend Options: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_IntensiveLevel
                  
                  homeconnect.0
                  2023-12-03 13:38:28.427	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  homeconnect.0
                  2023-12-03 13:38:28.426	warn	Object homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.common.min has an invalid type! Expected "number", received "object"
                  
                  homeconnect.0
                  2023-12-03 13:38:28.421	debug	Extend common option: homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel
                  
                  homeconnect.0
                  2023-12-03 13:38:28.411	debug	Set default value
                  
                  homeconnect.0
                  2023-12-03 13:38:28.395	debug	Extend Options: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.options.Cooking_Common_Option_Hood_VentingLevel
                  
                  homeconnect.0
                  2023-12-03 13:38:28.394	debug	{"data":{"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe","options":[{"key":"Cooking.Common.Option.Hood.VentingLevel","type":"Cooking.Hood.EnumType.Stage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.Stage.FanStage01","Cooking.Hood.EnumType.Stage.FanStage02","Cooking.Hood.EnumType.Stage.FanStage03"],"displayvalues":["1","2","3"],"default":"Cooking.Hood.EnumType.Stage.FanStage02"},"name":"Lüfterstufe"},{"key":"Cooking.Common.Option.Hood.IntensiveLevel","type":"Cooking.Hood.EnumType.IntensiveStage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.IntensiveStage.IntensiveStage1","Cooking.Hood.EnumType.IntensiveStage.IntensiveStage2"],"displayvalues":["Intensiv 1","Intensiv 2"]},"name":"Intensivstufen"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.393	debug	/programs/available/Cooking.Common.Program.Hood.Venting
                  
                  homeconnect.0
                  2023-12-03 13:38:28.382	debug	{"data":{"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe","options":[{"key":"Cooking.Common.Option.Hood.VentingLevel","type":"Cooking.Hood.EnumType.Stage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.Stage.FanStage01","Cooking.Hood.EnumType.Stage.FanStage02","Cooking.Hood.EnumType.Stage.FanStage03"],"displayvalues":["1","2","3"],"default":"Cooking.Hood.EnumType.Stage.FanStage02"},"name":"Lüfterstufe"},{"key":"Cooking.Common.Option.Hood.IntensiveLevel","type":"Cooking.Hood.EnumType.IntensiveStage","constraints":{"allowedvalues":["Cooking.Hood.EnumType.IntensiveStage.IntensiveStage1","Cooking.Hood.EnumType.IntensiveStage.IntensiveStage2"],"displayvalues":["Intensiv 1","Intensiv 2"]},"name":"Intensivstufen"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.305	debug	{"data":{"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.304	debug	/programs/available/Cooking.Common.Program.Hood.DelayedShutOff
                  
                  homeconnect.0
                  2023-12-03 13:38:28.294	debug	{"data":{"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.212	debug	{"data":{"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:28.212	debug	/programs/available/Cooking.Common.Program.Hood.Automatic
                  
                  homeconnect.0
                  2023-12-03 13:38:28.200	debug	{"data":{"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.999	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.999	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected/options: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:38:27.970	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.969	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:38:27.888	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.884	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.883	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.882	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.882	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.881	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:38:27.872	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.BSH_Common_Setting_PowerState
                  
                  homeconnect.0
                  2023-12-03 13:38:27.872	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_Common_Setting_VacationMode
                  
                  homeconnect.0
                  2023-12-03 13:38:27.871	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:27.871	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SuperModeFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:27.870	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureRefrigerator
                  
                  homeconnect.0
                  2023-12-03 13:38:27.870	debug	Create State: SIEMENS-KI86SHD40-68A40E2F7C09.settings.Refrigeration_FridgeFreezer_Setting_SetpointTemperatureFreezer
                  
                  homeconnect.0
                  2023-12-03 13:38:27.869	debug	{"data":{"settings":[{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","value":-18,"unit":"°C","name":"Temperatur Gefrierfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","value":6,"unit":"°C","name":"Temperatur Kühlfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","value":false,"name":"superGefrieren"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","value":false,"name":"superKühlen"},{"key":"Refrigeration.Common.Setting.VacationMode","value":false,"name":"Urlaubs-Modus"},{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.On","name":"Energiezustand","displayvalue":"An"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.869	debug	/settings
                  
                  homeconnect.0
                  2023-12-03 13:38:27.858	debug	{"data":{"settings":[{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","value":-18,"unit":"°C","name":"Temperatur Gefrierfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","value":6,"unit":"°C","name":"Temperatur Kühlfach"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","value":false,"name":"superGefrieren"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","value":false,"name":"superKühlen"},{"key":"Refrigeration.Common.Setting.VacationMode","value":false,"name":"Urlaubs-Modus"},{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.On","name":"Energiezustand","displayvalue":"An"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.212	debug	{"error":{"description":"There is no program active","key":"SDK.Error.NoProgramActive"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:27.211	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active/options: There is no program active.
                  
                  homeconnect.0
                  2023-12-03 13:38:26.515	debug	{"error":{"description":"There is no program selected","key":"SDK.Error.NoProgramSelected"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.514	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected/options: There is no program selected.
                  
                  homeconnect.0
                  2023-12-03 13:38:26.409	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.408	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:38:26.326	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:38:26.326	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_DelayedShutOff
                  
                  homeconnect.0
                  2023-12-03 13:38:26.325	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.325	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_Venting
                  
                  homeconnect.0
                  2023-12-03 13:38:26.324	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.324	debug	Create State: SIEMENS-LC97FVV60-68A40E2D00B4.programs.available.Cooking_Common_Program_Hood_Automatic
                  
                  homeconnect.0
                  2023-12-03 13:38:26.323	debug	SIEMENS-LC97FVV60-68A40E2D00B4 available: {"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.323	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:38:26.322	debug	{"data":{"active":{"constraints":{"access":"readWrite"}},"programs":[{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}],"selected":{"constraints":{"access":"read"}}}}
                  
                  homeconnect.0
                  2023-12-03 13:38:26.322	debug	/programs
                  
                  homeconnect.0
                  2023-12-03 13:38:26.310	debug	{"data":{"active":{"constraints":{"access":"readWrite"}},"programs":[{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Automatic","name":"Automatikbetrieb"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.Venting","name":"Lüfterstufe"},{"constraints":{"available":true,"execution":"startonly"},"key":"Cooking.Common.Program.Hood.DelayedShutOff","name":"Lüfternachlauf"}],"selected":{"constraints":{"access":"read"}}}}
                  
                  homeconnect.0
                  2023-12-03 13:38:19.670	warn	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime" has value "3060" greater than max "null"
                  
                  homeconnect.0
                  2023-12-03 13:38:19.666	debug	Set event state
                  
                  homeconnect.0
                  2023-12-03 13:38:19.664	debug	SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options.BSH_Common_Option_RemainingProgramTime:3060
                  
                  homeconnect.0
                  2023-12-03 13:38:19.663	debug	event: {"type":"NOTIFY","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"timestamp\":1701607099,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options/BSH.Common.Option.RemainingProgramTime\",\"value\":3060}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                  
                  homeconnect.0
                  2023-12-03 13:37:39.452	debug	Extend common option: homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.events.LaundryCare_Washer_Event_IDos2FillLevelPoor
                  
                  homeconnect.0
                  2023-12-03 13:37:39.445	debug	Set event state
                  
                  homeconnect.0
                  2023-12-03 13:37:39.442	debug	SIEMENS-WM14U840EU-68A40E343E3E.events.LaundryCare_Washer_Event_IDos2FillLevelPoor:BSH.Common.EnumType.EventPresentState.Confirmed
                  
                  homeconnect.0
                  2023-12-03 13:37:39.440	debug	event: {"type":"EVENT","data":"{\"haId\":\"SIEMENS-WM14U840EU-68A40E343E3E\",\"items\":[{\"handling\":\"acknowledge\",\"key\":\"LaundryCare.Washer.Event.IDos2FillLevelPoor\",\"level\":\"warning\",\"timestamp\":1701607059,\"value\":\"BSH.Common.EnumType.EventPresentState.Confirmed\"}]}","lastEventId":"SIEMENS-WM14U840EU-68A40E343E3E","origin":"https://api.home-connect.com"}
                  
                  homeconnect.0
                  2023-12-03 13:37:39.347	debug	Start EventStream
                  
                  homeconnect.0
                  2023-12-03 13:37:39.346	info	Keep Alive failed Reconnect EventStream
                  
                  homeconnect.0
                  2023-12-03 13:37:26.310	debug	{"error":{"description":"Operation not supported for HomeAppliance type FridgeFreezer","key":"SDK.Error.UnsupportedOperation"}}
                  
                  homeconnect.0
                  2023-12-03 13:37:26.308	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs: Operation not supported for HomeAppliance type FridgeFreezer.
                  
                  homeconnect.0
                  2023-12-03 13:36:30.119	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:30.119	info	SIEMENS-LC97FVV60-68A40E2D00B4/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:30.097	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:30.097	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.977	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.976	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.963	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.962	info	SIEMENS-LC97FVV60-68A40E2D00B4/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.876	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.875	info	SIEMENS-KI86SHD40-68A40E2F7C09/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.862	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.862	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.553	debug	Delete: SIEMENS-KI86SHD40-68A40E2F7C09.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:29.553	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:29.550	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.549	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.527	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.526	info	SIEMENS-WM14U840EU-68A40E343E3E/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.521	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 26 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.520	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 26 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.459	info	Too many requests. Please wait 24h.
                  
                  homeconnect.0
                  2023-12-03 13:36:29.459	error	Start Event Stream Error: {"type":"error","status":429,"message":"Too Many Requests"}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.458	error	429 Too Many Requests
                  
                  homeconnect.0
                  2023-12-03 13:36:29.350	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.349	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.337	debug	Start EventStream
                  
                  homeconnect.0
                  2023-12-03 13:36:29.315	info	State value to set for "homeconnect.0.SIEMENS-KI86SHD40-68A40E2F7C09.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:29.231	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:29.229	info	SIEMENS-WM14U840EU-68A40E343E3E/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:29.077	debug	Delete: SIEMENS-LC97FVV60-68A40E2D00B4.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:29.077	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:28.968	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.968	info	SIEMENS-EX875KYW1E-68A40E29964A/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.904	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.904	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.895	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.895	info	SIEMENS-WM14U840EU-68A40E343E3E/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.885	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.885	info	SIEMENS-WM14U840EU-68A40E343E3E/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.805	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.804	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.758	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:28.733	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.732	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.NightWash: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.669	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.668	info	SIEMENS-HN678G4S6-68A40E31A2B9/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.581	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.580	info	SIEMENS-HN678G4S6-68A40E31A2B9/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.559	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.558	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.496	debug	Delete: SIEMENS-WM14U840EU-68A40E343E3E.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:28.495	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:28.484	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.482	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.459	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 27 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.458	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Quick45: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 27 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.326	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.325	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.318	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:28.305	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.305	info	SIEMENS-EX875KYW1E-68A40E29964A/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.278	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.277	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Auto3: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.227	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.227	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.218	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.217	info	SIEMENS-SN578S26TE-68A40E022F3B/settings/BSH.Common.Setting.PowerState: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.209	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.209	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.190	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.189	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Auto1: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.152	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:28.042	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.041	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:28.029	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:28.028	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.933	debug	Delete: SIEMENS-HN678G4S6-68A40E31A2B9.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:27.933	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:27.922	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.922	info	SIEMENS-SN578S26TE-68A40E022F3B/status: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.915	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.914	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Glas40: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.779	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.778	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/available/Dishcare.Dishwasher.Program.Eco50: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.766	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:27.680	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.679	info	SIEMENS-EX875KYW1E-68A40E29964A/settings: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.621	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.620	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/selected/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.552	debug	Delete: SIEMENS-EX875KYW1E-68A40E29964A.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:27.551	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:27.539	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.538	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.463	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 28 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.462	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active/options: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 28 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.439	debug	{"error":{"description":"The rate limit \"50 calls in 1 minute\" was reached. Requests are blocked during the remaining period of 29 seconds.","key":"429"}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.438	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active: The rate limit "50 calls in 1 minute" was reached. Requests are blocked during the remaining period of 29 seconds..
                  
                  homeconnect.0
                  2023-12-03 13:36:27.419	debug	{"data":{"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.418	debug	/programs/available/Dishcare.Dishwasher.Program.PreRinse
                  
                  homeconnect.0
                  2023-12-03 13:36:27.416	debug	{"data":{"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.362	debug	{"data":{"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.362	debug	/programs/available/Dishcare.Dishwasher.Program.Auto2
                  
                  homeconnect.0
                  2023-12-03 13:36:27.361	debug	{"data":{"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C","options":[]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.337	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:27.284	debug	Set api value
                  
                  homeconnect.0
                  2023-12-03 13:36:27.172	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.settings.BSH_Common_Setting_PowerState
                  
                  homeconnect.0
                  2023-12-03 13:36:27.172	debug	{"data":{"settings":[{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.Off","name":"Energiezustand","displayvalue":"Aus"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.171	debug	/settings
                  
                  homeconnect.0
                  2023-12-03 13:36:27.170	debug	{"data":{"settings":[{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.Off","name":"Energiezustand","displayvalue":"Aus"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.152	info	No array: selected
                  
                  homeconnect.0
                  2023-12-03 13:36:27.151	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_PreRinse
                  
                  homeconnect.0
                  2023-12-03 13:36:27.151	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.150	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Quick45
                  
                  homeconnect.0
                  2023-12-03 13:36:27.150	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.149	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Glas40
                  
                  homeconnect.0
                  2023-12-03 13:36:27.149	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.148	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_NightWash
                  
                  homeconnect.0
                  2023-12-03 13:36:27.146	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.146	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Eco50
                  
                  homeconnect.0
                  2023-12-03 13:36:27.145	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.145	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto3
                  
                  homeconnect.0
                  2023-12-03 13:36:27.144	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.144	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto2
                  
                  homeconnect.0
                  2023-12-03 13:36:27.143	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.143	debug	Create State: SIEMENS-SN578S26TE-68A40E022F3B.programs.available.Dishcare_Dishwasher_Program_Auto1
                  
                  homeconnect.0
                  2023-12-03 13:36:27.142	debug	SIEMENS-SN578S26TE-68A40E022F3B available: {"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.142	info	No array: active
                  
                  homeconnect.0
                  2023-12-03 13:36:27.141	debug	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}],"selected":{"constraints":{"access":"read"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C","options":[{"key":"BSH.Common.Option.StartInRelative","value":0,"unit":"seconds","name":"Startzeit"},{"key":"Dishcare.Dishwasher.Option.IntensivZone","value":false,"name":"Intensiv Zone"},{"key":"Dishcare.Dishwasher.Option.VarioSpeedPlus","value":true,"name":"varioSpeed Plus"},{"key":"Dishcare.Dishwasher.Option.HalfLoad","value":false,"name":"Halbe Beladung"},{"key":"Dishcare.Dishwasher.Option.HygienePlus","value":false,"name":"HygienePlus"},{"key":"Dishcare.Dishwasher.Option.BrillianceDry","value":false,"name":"Glanztrocknen"}]}}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.141	debug	/programs
                  
                  homeconnect.0
                  2023-12-03 13:36:27.140	debug	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto1","name":"Auto 35-45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto2","name":"Auto 45-65°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Eco50","name":"Eco 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.NightWash","name":"Leise 50°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Glas40","name":"Glas 40°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.Quick45","name":"Schnell 45°C"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"Dishcare.Dishwasher.Program.PreRinse","name":"Vorspülen"}],"selected":{"constraints":{"access":"read"},"key":"Dishcare.Dishwasher.Program.Auto3","name":"Auto 65-75°C","options":[{"key":"BSH.Common.Option.StartInRelative","value":0,"unit":"seconds","name":"Startzeit"},{"key":"Dishcare.Dishwasher.Option.IntensivZone","value":false,"name":"Intensiv Zone"},{"key":"Dishcare.Dishwasher.Option.VarioSpeedPlus","value":true,"name":"varioSpeed Plus"},{"key":"Dishcare.Dishwasher.Option.HalfLoad","value":false,"name":"Halbe Beladung"},{"key":"Dishcare.Dishwasher.Option.HygienePlus","value":false,"name":"HygienePlus"},{"key":"Dishcare.Dishwasher.Option.BrillianceDry","value":false,"name":"Glanztrocknen"}]}}}
                  
                  homeconnect.0
                  2023-12-03 13:36:27.090	debug	Delete: SIEMENS-SN578S26TE-68A40E022F3B.programs.active.options
                  
                  homeconnect.0
                  2023-12-03 13:36:27.088	debug	active.options.
                  
                  homeconnect.0
                  2023-12-03 13:36:26.858	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.general.connected" has to be stringified but received type "boolean"
                  
                  homeconnect.0
                  2023-12-03 13:36:26.794	info	Found 7 devices
                  
                  homeconnect.0
                  2023-12-03 13:36:26.793	debug	{"data":{"homeappliances":[{"brand":"Siemens","connected":true,"enumber":"SN578S26TE/11","haId":"SIEMENS-SN578S26TE-68A40E022F3B","name":"Geschirrspüler","type":"Dishwasher","vib":"SN578S26TE"},{"brand":"Siemens","connected":true,"enumber":"EX875KYW1E/01","haId":"SIEMENS-EX875KYW1E-68A40E29964A","name":"Kochfeld","type":"Hob","vib":"EX875KYW1E"},{"brand":"Siemens","connected":true,"enumber":"HN678G4S6/63","haId":"SIEMENS-HN678G4S6-68A40E31A2B9","name":"Backofen","type":"Oven","vib":"HN678G4S6"},{"brand":"Siemens","connected":false,"enumber":"WT47X940EU/05","haId":"SIEMENS-WT47X940EU-68A40E36358D","name":"Trockner","type":"Dryer","vib":"WT47X940EU"},{"brand":"Siemens","connected":true,"enumber":"WM14U840EU/08","haId":"SIEMENS-WM14U840EU-68A40E343E3E","name":"Waschmaschine","type":"Washer","vib":"WM14U840EU"},{"brand":"Siemens","connected":true,"enumber":"LC97FVV60/04","haId":"SIEMENS-LC97FVV60-68A40E2D00B4","name":"Dunstabzugshaube","type":"Hood","vib":"LC97FVV60"},{"brand":"Siemens","connected":true,"enumber":"KI86SHD40/05","haId":"SIEMENS-KI86SHD40-68A40E2F7C09","name":"Kühl-Gefrier-Kombination","type":"FridgeFreezer","vib":"KI86SHD40"}]}}
                  
                  homeconnect.0
                  2023-12-03 13:36:26.676	debug	Get device list
                  
                  homeconnect.0
                  2023-12-03 13:36:26.673	debug	{"access_token":"TOKEN VON MIR GELÖSCHT!!!","scope":"CookProcessor-Monitor Dryer-Settings Hob Washer-Control Dryer-Monitor Settings IdentifyAppliance Control CleaningRobot Washer-Settings CoffeeMaker Washer CookProcessor-Settings Hob-Settings Oven-Monitor Hood-Control WasherDryer-Monitor Oven-Settings CoffeeMaker-Monitor Monitor Hob-Monitor WasherDryer-Control Dishwasher-Control Refrigerator-Control Dishwasher Dryer-Control CleaningRobot-Control WineCooler Freezer-Monitor WasherDryer Oven Refrigerator-Monitor Oven-Control CookProcessor Freezer Freezer-Settings WineCooler-Control WineCooler-Settings Dishwasher-Settings Hood Dryer FridgeFreezer-Monitor CleaningRobot-Settings Refrigerator Refrigerator-Settings Hob-Control Dishwasher-Monitor CoffeeMaker-Settings FridgeFreezer-Settings CleaningRobot-Monitor WineCooler-Monitor Freezer-Control CoffeeMaker-Control Washer-Monitor Hood-Monitor Hood-Settings FridgeFreezer-Control CookProcessor-Control WasherDryer-Settings","token_type":"Bearer"}
                  
                  homeconnect.0
                  2023-12-03 13:36:26.206	debug	Refresh Token
                  
                  homeconnect.0
                  2023-12-03 13:36:26.203	debug	Found current session
                  
                  homeconnect.0
                  2023-12-03 13:36:26.123	info	starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.homeconnect, node: v18.18.2, js-controller: 5.0.17
                  
                  homeconnect.0
                  2023-12-03 13:36:25.916	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                  
                  homeconnect.0
                  2023-12-03 13:36:25.908	debug	Plugin sentry Initialize Plugin (enabled=true)
                  
                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #1120

                  @nick-night komisch kann eigentlich nie passieren
                  verhält sich die GitHub version genauso?

                  N 1 Antwort Letzte Antwort
                  0
                  • T tombox

                    @nick-night komisch kann eigentlich nie passieren
                    verhält sich die GitHub version genauso?

                    N Offline
                    N Offline
                    nick-night
                    schrieb am zuletzt editiert von nick-night
                    #1121

                    @tombox
                    kann ich dir nicht sagen, habe bisher immer die normale Version benutzt und regelmäßig upgedatet. Ich stecke da nicht so tief in der Materie wie ich auf die Github version update. Zumindest klappte ein einfaches installieren von Github aus nicht bei mir, das hat er einfach abgebrochen. Den Adapter deinstallieren und den von Github neu einrichten würde ich jetzt ungerne machen, bin froh das es soweit läuft.

                    Die Waschmaschine lief zu dem Zeitpunkt als ich in das log geschaut habe. Vielleicht hilft die Info auch weiter.

                    T 1 Antwort Letzte Antwort
                    0
                    • N nick-night

                      @tombox
                      kann ich dir nicht sagen, habe bisher immer die normale Version benutzt und regelmäßig upgedatet. Ich stecke da nicht so tief in der Materie wie ich auf die Github version update. Zumindest klappte ein einfaches installieren von Github aus nicht bei mir, das hat er einfach abgebrochen. Den Adapter deinstallieren und den von Github neu einrichten würde ich jetzt ungerne machen, bin froh das es soweit läuft.

                      Die Waschmaschine lief zu dem Zeitpunkt als ich in das log geschaut habe. Vielleicht hilft die Info auch weiter.

                      T Offline
                      T Offline
                      tombox
                      schrieb am zuletzt editiert von
                      #1122

                      @nick-night Ok ja muss nicht sein
                      du kannst auch programs.active.options.BSH_Common_Option_ProgramProgress löschen und adapter neustarten ob es dann weg ist

                      N 1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        saeft_2003
                        Most Active
                        schrieb am zuletzt editiert von saeft_2003
                        #1123

                        Hallo,

                        ist es möglich wenn an einer Spülmaschine der Fernstart aktiviert wurde, die Spülmaschine über den adapter starten zu lassen?

                        Ich hab dafür kein DP gefunden 🤔

                        1 Antwort Letzte Antwort
                        0
                        • M Offline
                          M Offline
                          ManfredHi
                          schrieb am zuletzt editiert von
                          #1124

                          @saeft_2003 sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

                          ist es möglich wenn an einer Spülmaschine der Fernstart aktiviert wurde, die Spülmaschine über den adapter starten zu lassen?
                          Ich hab dafür kein DP gefunden

                          ja, in den Datenpunkt

                          homeconnect.0.0xxxxxxxxxxxxxxxx.programs.active.BSH_Common_Root_ActiveProgram

                          das gewünschte programm schreiben.

                          Welche Programme es gibt und wie sie heißen steht unter
                          homeconnect.0.0xxxxxxxxxxxxxxxx.programs.available

                          1 Antwort Letzte Antwort
                          1
                          • T tombox

                            @nick-night Ok ja muss nicht sein
                            du kannst auch programs.active.options.BSH_Common_Option_ProgramProgress löschen und adapter neustarten ob es dann weg ist

                            N Offline
                            N Offline
                            nick-night
                            schrieb am zuletzt editiert von nick-night
                            #1125

                            @tombox
                            danke werde es mal versuchen. Aktuell wenn nichts läuft ist das Log sauber.

                            homeconnect.0
                            2023-12-07 21:11:19.102	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.Cooking_Oven_Status_CurrentCavityTemperature" has to be stringified but received type "number"
                            
                            homeconnect.0
                            2023-12-07 21:11:19.100	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:19.088	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:19.086	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:19.049	info	No array: selected
                            
                            homeconnect.0
                            2023-12-07 21:11:19.044	info	No array: active
                            
                            homeconnect.0
                            2023-12-07 21:11:19.041	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:19.038	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:19.033	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/active/options: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:19.030	info	SIEMENS-HN678G4S6-68A40E31A2B9/programs/selected/options: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.848	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:18.846	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:18.837	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:18.783	info	No array: selected
                            
                            homeconnect.0
                            2023-12-07 21:11:18.778	info	No array: active
                            
                            homeconnect.0
                            2023-12-07 21:11:18.762	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.753	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/selected/options: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.751	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active/options: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.748	info	SIEMENS-LC97FVV60-68A40E2D00B4/programs/active: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.109	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/active: Operation not supported for HomeAppliance type FridgeFreezer.
                            
                            homeconnect.0
                            2023-12-07 21:11:18.015	info	SIEMENS-KI86SHD40-68A40E2F7C09/programs/selected: Operation not supported for HomeAppliance type FridgeFreezer.
                            
                            homeconnect.0
                            2023-12-07 21:11:17.372	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlStartAllowed" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:17.370	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:17.106	info	No array: selected
                            
                            homeconnect.0
                            2023-12-07 21:11:17.102	info	No array: active
                            
                            homeconnect.0
                            2023-12-07 21:11:17.081	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:17.076	info	SIEMENS-SN578S26TE-68A40E022F3B/programs/active/options: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:16.952	info	State value to set for "homeconnect.0.SIEMENS-KI86SHD40-68A40E2F7C09.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:16.947	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected/options: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:16.905	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_RemoteControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:16.904	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.status.BSH_Common_Status_LocalControlActive" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:16.831	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:11:16.828	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:16.824	info	No available programs found for: SIEMENS-EX875KYW1E-68A40E29964A
                            
                            homeconnect.0
                            2023-12-07 21:11:16.824	info	No array: selected
                            
                            homeconnect.0
                            2023-12-07 21:11:16.822	info	No array: active
                            
                            homeconnect.0
                            2023-12-07 21:11:16.805	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:11:16.571	info	State value to set for "homeconnect.0.SIEMENS-LC97FVV60-68A40E2D00B4.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:16.462	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:16.324	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:15.944	info	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:15.528	info	State value to set for "homeconnect.0.SIEMENS-EX875KYW1E-68A40E29964A.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:15.167	info	State value to set for "homeconnect.0.SIEMENS-SN578S26TE-68A40E022F3B.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:11:15.100	info	Found 7 devices
                            
                            homeconnect.0
                            2023-12-07 21:11:14.378	info	starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.homeconnect, node: v18.18.2, js-controller: 5.0.17
                            
                            homeconnect.0
                            2023-12-07 21:11:14.176	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                            

                            Habe jetzt mal sogar noch einige mehr raus gelöscht die urplötzlich Warnungen ausgegeben haben. Eine kommt aber immer wieder.

                            homeconnect.0
                            2023-12-07 21:28:45.350	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/selected: There is no program selected.
                            
                            homeconnect.0
                            2023-12-07 21:28:45.334	info	State value to set for "homeconnect.0.SIEMENS-WM14U840EU-68A40E343E3E.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:28:45.332	warn	State value to set for "homeconnect.0.SIEMENS-HN678G4S6-68A40E31A2B9.programs.available.options.Cooking_Oven_Option_SetpointTemperature" has value "200" greater than max "150"
                            
                            homeconnect.0
                            2023-12-07 21:28:45.215	info	SIEMENS-EX875KYW1E-68A40E29964A/programs/active/options: There is no program active.
                            
                            homeconnect.0
                            2023-12-07 21:28:45.074	info	State value to set for "homeconnect.0.SIEMENS-WT47X940EU-68A40E36358D.general.connected" has to be stringified but received type "boolean"
                            
                            homeconnect.0
                            2023-12-07 21:28:44.902	info	No array: selected
                            
                            homeconnect.0
                            2023-12-07 21:28:44.894	info	No array: active
                            
                            homeconnect.0
                            2023-12-07 21:28:44.825	info	No available programs found for: SIEMENS-EX875KYW1E-68A40E29964A
                            
                            1 Antwort Letzte Antwort
                            0
                            • G Offline
                              G Offline
                              GrillSgt
                              schrieb am zuletzt editiert von GrillSgt
                              #1126

                              Hallo,

                              habe mich heute auch mal etwas mit dem Adapter beschäftigt. Beim Trockner ist alles gut, bei der Kaffeemaschine meckert er aber etwas rum:

                              homeconnect.0
                              2023-12-10 12:15:16.163	error	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Espresso","name":"Espresso"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee","name":"Caffè Crema"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Cappuccino","name":"Cappuccino"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.LatteMacchiato","name":"Latte Macchiato"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.MilkFroth","name":"Milchschaum"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.HotWater","name":"Heißwasser"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.EspressoMacchiato","name":"Espresso Macchiato"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Ristretto","name":"Ristretto"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Americano","name":"Americano"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.FlatWhite","name":"Flat White"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Verlaengerter","name":"Verlängerter"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.RedEye","name":"Red Eye"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.CafeConLeche","name":"Café con leche"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Garoto","name":"Garoto"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.WienerMelange","name":"Wiener Melange"}],"selected":{"constraints":{"access":"read"}}}}
                              
                              homeconnect.0
                              2023-12-10 12:15:16.162	error	/programs
                              
                              homeconnect.0
                              2023-12-10 12:15:16.162	error	TypeError: returnValue.data[item].forEach is not a function at Homeconnect.getAPIValues (/opt/iobroker/node_modules/iobroker.homeconnect/main.js:573:32) at processTicksAndRejections (node:internal/process/task_queues:95:5)
                              
                              homeconnect.0
                              2023-12-10 12:15:16.158	error	TypeError: returnValue.data[item].forEach is not a function
                              
                              T 1 Antwort Letzte Antwort
                              0
                              • G GrillSgt

                                Hallo,

                                habe mich heute auch mal etwas mit dem Adapter beschäftigt. Beim Trockner ist alles gut, bei der Kaffeemaschine meckert er aber etwas rum:

                                homeconnect.0
                                2023-12-10 12:15:16.163	error	{"data":{"active":{"constraints":{"access":"read"}},"programs":[{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Espresso","name":"Espresso"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee","name":"Caffè Crema"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Cappuccino","name":"Cappuccino"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.LatteMacchiato","name":"Latte Macchiato"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.MilkFroth","name":"Milchschaum"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.HotWater","name":"Heißwasser"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.EspressoMacchiato","name":"Espresso Macchiato"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Ristretto","name":"Ristretto"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Americano","name":"Americano"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.FlatWhite","name":"Flat White"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Verlaengerter","name":"Verlängerter"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.RedEye","name":"Red Eye"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.CafeConLeche","name":"Café con leche"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Garoto","name":"Garoto"},{"constraints":{"available":true,"execution":"selectandstart"},"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.WienerMelange","name":"Wiener Melange"}],"selected":{"constraints":{"access":"read"}}}}
                                
                                homeconnect.0
                                2023-12-10 12:15:16.162	error	/programs
                                
                                homeconnect.0
                                2023-12-10 12:15:16.162	error	TypeError: returnValue.data[item].forEach is not a function at Homeconnect.getAPIValues (/opt/iobroker/node_modules/iobroker.homeconnect/main.js:573:32) at processTicksAndRejections (node:internal/process/task_queues:95:5)
                                
                                homeconnect.0
                                2023-12-10 12:15:16.158	error	TypeError: returnValue.data[item].forEach is not a function
                                
                                T Offline
                                T Offline
                                tombox
                                schrieb am zuletzt editiert von
                                #1127

                                @grillsgt mit v1.2.2?

                                G 2 Antworten Letzte Antwort
                                0
                                • T tombox

                                  @grillsgt mit v1.2.2?

                                  G Offline
                                  G Offline
                                  GrillSgt
                                  schrieb am zuletzt editiert von
                                  #1128

                                  @tombox sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

                                  @grillsgt mit v1.2.2?

                                  Ist mit 1.1.1 - der Stable Version.
                                  Habe jetzt von GitHub die Version 1.2.2 draufgebügelt. Scheint als sei der Fehler damit nicht mehr vorhanden. Ich beobachte es aber noch ein paar Tage und melde mich.

                                  Viele Grüße

                                  1 Antwort Letzte Antwort
                                  0
                                  • werner2000xW Online
                                    werner2000xW Online
                                    werner2000x
                                    schrieb am zuletzt editiert von
                                    #1129

                                    Ich habe den Brandmelder 2 und versuche vergeblich einen Alarm auszulösen um eine Alarmanlage zu simulieren.
                                    Beim Status Alarm -> Status kann man zwar was einstellen s.Foto aber es passiert nichts.
                                    Gibt es dazu eine Lösung?

                                    BrandalarmStatus.jpg

                                    Raspi4 8 GB mit Aqara Zigbee USB, iob und PI-hole
                                    Innogy Smarthome
                                    Bosch Bridge 2
                                    HUE Bridge
                                    OpenWB Wallbox mit EVU Kit
                                    Google Nest Pro Hub

                                    1 Antwort Letzte Antwort
                                    0
                                    • T tombox

                                      @grillsgt mit v1.2.2?

                                      G Offline
                                      G Offline
                                      GrillSgt
                                      schrieb am zuletzt editiert von
                                      #1130

                                      @tombox sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

                                      @grillsgt mit v1.2.2?

                                      Wie versprochen die Rückmeldung. Demnach ist der Fehler mit 1.2.2 nicht mehr vorhanden.

                                      Schöne Feiertage!
                                      Michael

                                      1 Antwort Letzte Antwort
                                      0
                                      • G Offline
                                        G Offline
                                        GrillSgt
                                        schrieb am zuletzt editiert von
                                        #1131

                                        @tombox sagte in Test Adapter homeconnect (BSH Home-Connect) v0.0.x:

                                        @grillsgt mit v1.2.2?

                                        Wie versprochen die Rückmeldung. Demnach ist der Fehler mit 1.2.2 nicht mehr vorhanden.

                                        Schöne Feiertage!
                                        Michael

                                        1 Antwort Letzte Antwort
                                        0
                                        • Merlin123M Offline
                                          Merlin123M Offline
                                          Merlin123
                                          schrieb am zuletzt editiert von
                                          #1132

                                          Idee gesucht:
                                          Es kommt bei unserem Bosch Trockner immer mal wieder vor, dass der Kondenswasserbehälter voll ist und das Trocknen stoppt.
                                          Leider habe ich noch keine Möglichkeit gefunden, dass über den Adapter auszuwerten. Der Trockner steht laut Status auf bereit.
                                          Kann man das irgendwie direkt auswerten?

                                          Meine Workaround Idee:
                                          Ich triggere auf den Status und wenn der von Run auf Ready geht, ist (vermutlich) der Behälter voll. Nach Run geht er ja eigentlich auf Finished.

                                          Hat jemand ne bessere Idee?

                                          2024-01-12_08-23-12.png

                                          WhatsApp Image 2024-01-12 at 08.22.46.jpeg

                                          2024-01-12_08-23-12.png

                                          Beta-Tester

                                          arteckA 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          779

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe