Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter homeconnect (BSH Home-Connect) v0.0.x

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    462

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    383

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    972

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

Geplant Angeheftet Gesperrt Verschoben Tester
bshbsh home connecthome connecthomeconnect adapter
1.4k Beiträge 198 Kommentatoren 574.5k Aufrufe 148 Beobachtet
  • Ä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.
  • arteckA arteck

    ein deleteObject auf ein adapter DP.. böse sehr böse.. mach ein issue auf GIT dafür im Adapter..

    SmartStuffCoyoteS Offline
    SmartStuffCoyoteS Offline
    SmartStuffCoyote
    schrieb am zuletzt editiert von
    #1399

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

    ein deleteObject auf ein adapter DP.. böse sehr böse.. mach ein issue auf GIT dafür im Adapter..

    Done.

    1 Antwort Letzte Antwort
    0
    • L Online
      L Online
      Lucky_ESA
      Developer Most Active
      schrieb am zuletzt editiert von
      #1400

      Das ist absolut böse aber hier nicht wirklich schlimm (sind flexibel). Das sind Objekte die werden bei jedem neu laden oder Programmwechsel gelöscht und wieder neu erstellt.
      @smartstuffcoyote
      So sieht es bei mir aus und ich steuere den Geschirrspüler mit der Alexa.

      Screenshot 2026-03-30 205621.png

      Inhalt der Function:

      const val = await existsObjectAsync(objID);
      if (val) {
          deleteObjectAsync(objID);
      }
      return true;
      

      Warum dieses Objekt bei beiden Adapter kommt ist mir ein Rätsel. Wahrscheinlich gibt es Geschirrspüler bei den es möglich ist. Bei mir in der APP ist diese Funktion unter ECO50 ausgegraut.

      Bei anderen Adpater ist das löschen eines Objects nicht erlaubt!

      Gruß//Lucky

      SmartStuffCoyoteS 1 Antwort Letzte Antwort
      0
      • L Lucky_ESA

        Das ist absolut böse aber hier nicht wirklich schlimm (sind flexibel). Das sind Objekte die werden bei jedem neu laden oder Programmwechsel gelöscht und wieder neu erstellt.
        @smartstuffcoyote
        So sieht es bei mir aus und ich steuere den Geschirrspüler mit der Alexa.

        Screenshot 2026-03-30 205621.png

        Inhalt der Function:

        const val = await existsObjectAsync(objID);
        if (val) {
            deleteObjectAsync(objID);
        }
        return true;
        

        Warum dieses Objekt bei beiden Adapter kommt ist mir ein Rätsel. Wahrscheinlich gibt es Geschirrspüler bei den es möglich ist. Bei mir in der APP ist diese Funktion unter ECO50 ausgegraut.

        Bei anderen Adpater ist das löschen eines Objects nicht erlaubt!

        Gruß//Lucky

        SmartStuffCoyoteS Offline
        SmartStuffCoyoteS Offline
        SmartStuffCoyote
        schrieb am zuletzt editiert von SmartStuffCoyote
        #1401

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

        Bei mir in der APP ist diese Funktion unter ECO50 ausgegraut.

        Bei mir läufts gerade und "Jetzt leise" ist in der App auch aktivierbar. Vielleicht ist es nur ausgegraut, solange das Programm nicht aktiv ist? Würde ja Sinn ergeben.

        Nachtrag: ja, jetzt wo sie aus ist, sind "Speed Perfekt jetzt" und "jetzt leise" ausgegraut.

        1 Antwort Letzte Antwort
        0
        • HomoranH Homoran verschob dieses Thema von Tester am
        • HomoranH Homoran verschob dieses Thema von ...nicht in offiziellem Repo am
        • nik82N Offline
          nik82N Offline
          nik82
          Most Active
          schrieb am zuletzt editiert von
          #1402

          Hallo,
          habe seit neuesten das Problem, dass sich die Programmlaufzeit nicht mehr aktualisiert bei meinem Trockner:

          0b3a926d-e63f-4266-ad0d-6f5d93a3def8-image.jpeg

          Wenn das Programm startet, dann zeigt er die korrekte Zeit an, zählt aber dann nicht mehr runter.
          Erst wenn ich die Tür öffne wenn er fertig ist, dann springt die Zeit wieder auf 0.

          Jemand eine Idee was ich machen könnte?

          L 1 Antwort Letzte Antwort
          0
          • nik82N nik82

            Hallo,
            habe seit neuesten das Problem, dass sich die Programmlaufzeit nicht mehr aktualisiert bei meinem Trockner:

            0b3a926d-e63f-4266-ad0d-6f5d93a3def8-image.jpeg

            Wenn das Programm startet, dann zeigt er die korrekte Zeit an, zählt aber dann nicht mehr runter.
            Erst wenn ich die Tür öffne wenn er fertig ist, dann springt die Zeit wieder auf 0.

            Jemand eine Idee was ich machen könnte?

            L Online
            L Online
            Lucky_ESA
            Developer Most Active
            schrieb am zuletzt editiert von
            #1403

            @nik82 Schau mal unter

            homeconnect.0.xxx.programs.selected.options
            

            Warum die API das jetzt macht kann ich dir nicht sagen. Bei mir läuft gerade der Gerschirrspüler und da zeigt er mir HEUTE das richtig an.
            Derzeit trigger ich jetzt auch beide Objecte.

            homeconnect.0.xx.programs.selected.options.BSH_Common_Option_RemainingProgramTime
            

            und

            homeconnect.0.xxx.programs.active.options.BSH_Common_Option_RemainingProgramTime
            

            Muss mal schauen wann die API das grundlos ändert.

            Gruß//Lucky

            1 Antwort Letzte Antwort
            0
            • Ro75R Online
              Ro75R Online
              Ro75
              schrieb am zuletzt editiert von
              #1404

              Das Problem tritt bei mir (Geschirrspüler) auch hin und wieder auf. Zuerst läuft alles problemlos los. Der Fortschritt geht voran. Die Restlaufzeit läuft normal "rückwärts". Dann irgendwann bleibt der Fortschritt stehen und Gesamtzeit und Restlaufzeit laufen gemeinsam parallel rückwärts.

              Ro75.

              SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

              1 Antwort Letzte Antwort
              0
              • L Online
                L Online
                Lucky_ESA
                Developer Most Active
                schrieb am zuletzt editiert von
                #1405

                Ich benötige mal das debug Log wenn der Gerschirrsplüer, Waschmaschine oder was auch immer plötzlich umschaltet.

                1 Antwort Letzte Antwort
                0
                • nik82N Offline
                  nik82N Offline
                  nik82
                  Most Active
                  schrieb am zuletzt editiert von
                  #1406

                  Danke, ich schick dir das Log beim nächsten Trockner Vorgang :-)

                  1 Antwort Letzte Antwort
                  0
                  • nik82N Offline
                    nik82N Offline
                    nik82
                    Most Active
                    schrieb am zuletzt editiert von nik82
                    #1407

                    @lucky_esa
                    Hi, wie gewünscht hier das Debug Log, steht momentan auf 187 Minuten, obwohl die App und auch der Trockner nur noch 94 Minuten anzeigt.

                    omeconnect.0
                    	2026-04-27 10:00:19.568	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819568,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 10:00:19.526	debug	Set event state
                    homeconnect.0
                    	2026-04-27 10:00:19.525	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819525,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 10:00:19.479	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 10:00:19.478	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819477,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 10:00:19.475	debug	Set event state
                    homeconnect.0
                    	2026-04-27 10:00:19.475	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5580
                    homeconnect.0
                    	2026-04-27 10:00:19.475	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 10:00:19.475	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 10:00:19.475	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276819,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5580}]}"
                    homeconnect.0
                    	2026-04-27 09:59:49.944	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:59:49.901	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:59:49.858	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:59:49.815	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:59:35.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267348711.721738,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:59:19.535	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759534,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:59:19.492	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:59:19.492	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759491,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:59:19.447	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:59:19.446	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759445,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:59:19.443	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:59:19.443	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5640
                    homeconnect.0
                    	2026-04-27 09:59:19.443	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:59:19.443	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:59:19.443	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276759,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5640}]}"
                    homeconnect.0
                    	2026-04-27 09:58:49.952	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:58:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:58:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:58:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:58:40.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267293712.385838,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:58:19.503	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699502,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:58:19.459	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:58:19.459	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699458,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:58:19.413	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:58:19.412	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699411,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:58:19.410	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:58:19.410	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5700
                    homeconnect.0
                    	2026-04-27 09:58:19.410	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:58:19.410	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:58:19.410	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276699,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5700}]}"
                    homeconnect.0
                    	2026-04-27 09:57:49.946	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:57:49.903	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:57:49.859	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:57:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:57:45.044	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267238712.724978,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:57:19.483	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639482,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:57:19.440	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:57:19.440	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639439,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:57:19.393	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:57:19.392	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639392,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:57:19.390	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:57:19.390	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5460
                    homeconnect.0
                    	2026-04-27 09:57:19.390	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:57:19.390	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:57:19.390	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276639,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5460}]}"
                    homeconnect.0
                    	2026-04-27 09:56:50.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267183711.981555,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:56:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:56:49.899	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:56:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:56:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:56:19.430	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579429,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:56:19.387	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:56:19.386	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579385,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:56:19.339	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:56:19.338	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579337,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:56:19.335	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:56:19.335	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5520
                    homeconnect.0
                    	2026-04-27 09:56:19.335	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:56:19.335	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:56:19.335	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276579,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5520}]}"
                    homeconnect.0
                    	2026-04-27 09:55:55.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267128712.628332,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:55:49.942	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:55:49.899	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:55:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:55:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:55:19.397	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519396,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:55:19.354	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:55:19.354	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519353,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:55:19.310	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:55:19.309	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519308,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:55:19.307	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:55:19.307	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5580
                    homeconnect.0
                    	2026-04-27 09:55:19.307	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:55:19.307	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:55:19.307	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276519,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5580}]}"
                    homeconnect.0
                    	2026-04-27 09:55:00.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267073712.049447,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:54:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:54:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:54:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:54:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:54:19.361	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459360,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:54:19.318	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:54:19.317	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459316,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:54:19.270	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:54:19.270	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459269,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:54:19.267	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:54:19.267	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5640
                    homeconnect.0
                    	2026-04-27 09:54:19.267	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:54:19.267	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:54:19.266	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276459,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5640}]}"
                    homeconnect.0
                    	2026-04-27 09:54:05.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267018712.200412,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:53:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:53:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:53:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:53:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:53:19.324	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399323,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:53:19.281	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:53:19.281	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399280,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:53:19.235	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:53:19.234	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399233,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:53:19.231	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:53:19.231	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5700
                    homeconnect.0
                    	2026-04-27 09:53:19.231	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:53:19.231	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:53:19.231	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276399,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5700}]}"
                    homeconnect.0
                    	2026-04-27 09:53:10.044	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266963712.84893,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:52:49.942	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:52:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:52:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:52:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:52:19.290	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339289,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:52:19.247	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:52:19.247	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339246,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:52:19.200	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:52:19.199	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339199,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:52:19.196	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:52:19.196	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5460
                    homeconnect.0
                    	2026-04-27 09:52:19.196	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:52:19.196	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:52:19.196	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276339,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5460}]}"
                    homeconnect.0
                    	2026-04-27 09:52:15.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266908712.331155,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:51:49.944	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:51:49.901	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:51:49.858	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:51:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:51:20.042	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266853711.302935,"origin":"https://api.home-connect.com"}
                    homeconnect.0
                    	2026-04-27 09:51:19.252	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279251,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:51:19.209	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:51:19.209	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279208,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:51:19.165	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:51:19.164	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279163,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                    homeconnect.0
                    	2026-04-27 09:51:19.161	debug	Set event state
                    homeconnect.0
                    	2026-04-27 09:51:19.161	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5520
                    homeconnect.0
                    	2026-04-27 09:51:19.161	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                    homeconnect.0
                    	2026-04-27 09:51:19.161	debug	eventType: "NOTIFY"
                    homeconnect.0
                    	2026-04-27 09:51:19.160	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276279,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5520}]}"
                    homeconnect.0
                    	2026-04-27 09:50:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:50:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                    homeconnect.0
                    	2026-04-27 09:50:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                    homeconnect.0
                    	2026-04-27 09:50:49.813	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                    homeconnect.0
                    	2026-04-27 09:50:45.691	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266819359.759168,"origin":"https://api.home-connect.com"}
                    

                    Wenn ich das Log so sehe, dann liest es anscheinend die Restlaufzeit richtig aus, aber im Objekt wird es nicht aktualisiert:
                    4e6edf90-b2d1-46ae-843e-b476ce630112-image.jpeg

                    Falls ich noch etwas anderes machen oder schicken soll, gib mir gerne Bescheid.

                    Vielen Dank im Voraus.

                    Ro75R 1 Antwort Letzte Antwort
                    0
                    • nik82N nik82

                      @lucky_esa
                      Hi, wie gewünscht hier das Debug Log, steht momentan auf 187 Minuten, obwohl die App und auch der Trockner nur noch 94 Minuten anzeigt.

                      omeconnect.0
                      	2026-04-27 10:00:19.568	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819568,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 10:00:19.526	debug	Set event state
                      homeconnect.0
                      	2026-04-27 10:00:19.525	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819525,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 10:00:19.479	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 10:00:19.478	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276819477,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276819477} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 10:00:19.475	debug	Set event state
                      homeconnect.0
                      	2026-04-27 10:00:19.475	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5580
                      homeconnect.0
                      	2026-04-27 10:00:19.475	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 10:00:19.475	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 10:00:19.475	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276819,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5580}]}"
                      homeconnect.0
                      	2026-04-27 09:59:49.944	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:59:49.901	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:59:49.858	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:59:49.815	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:59:35.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267348711.721738,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:59:19.535	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759534,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:59:19.492	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:59:19.492	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759491,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:59:19.447	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:59:19.446	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276759445,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276759445} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:59:19.443	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:59:19.443	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5640
                      homeconnect.0
                      	2026-04-27 09:59:19.443	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:59:19.443	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:59:19.443	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276759,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5640}]}"
                      homeconnect.0
                      	2026-04-27 09:58:49.952	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:58:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:58:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:58:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:58:40.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267293712.385838,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:58:19.503	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699502,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:58:19.459	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:58:19.459	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699458,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:58:19.413	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:58:19.412	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276699411,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276699411} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:58:19.410	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:58:19.410	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5700
                      homeconnect.0
                      	2026-04-27 09:58:19.410	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:58:19.410	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:58:19.410	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276699,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5700}]}"
                      homeconnect.0
                      	2026-04-27 09:57:49.946	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:57:49.903	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:57:49.859	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:57:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:57:45.044	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267238712.724978,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:57:19.483	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639482,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:57:19.440	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:57:19.440	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639439,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:57:19.393	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:57:19.392	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276639392,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276639392} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:57:19.390	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:57:19.390	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5460
                      homeconnect.0
                      	2026-04-27 09:57:19.390	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:57:19.390	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:57:19.390	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276639,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5460}]}"
                      homeconnect.0
                      	2026-04-27 09:56:50.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267183711.981555,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:56:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:56:49.899	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:56:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:56:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:56:19.430	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579429,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:56:19.387	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:56:19.386	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579385,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:56:19.339	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:56:19.338	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276579337,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276579337} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:56:19.335	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:56:19.335	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5520
                      homeconnect.0
                      	2026-04-27 09:56:19.335	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:56:19.335	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:56:19.335	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276579,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5520}]}"
                      homeconnect.0
                      	2026-04-27 09:55:55.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267128712.628332,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:55:49.942	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:55:49.899	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:55:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:55:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:55:19.397	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519396,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:55:19.354	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:55:19.354	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519353,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:55:19.310	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:55:19.309	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5580,"ack":true,"ts":1777276519308,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276519308} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:55:19.307	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:55:19.307	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5580
                      homeconnect.0
                      	2026-04-27 09:55:19.307	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:55:19.307	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:55:19.307	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276519,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5580}]}"
                      homeconnect.0
                      	2026-04-27 09:55:00.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267073712.049447,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:54:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:54:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:54:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:54:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:54:19.361	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459360,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:54:19.318	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:54:19.317	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459316,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:54:19.270	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:54:19.270	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5640,"ack":true,"ts":1777276459269,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276459269} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:54:19.267	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:54:19.267	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5640
                      homeconnect.0
                      	2026-04-27 09:54:19.267	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:54:19.267	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:54:19.266	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276459,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5640}]}"
                      homeconnect.0
                      	2026-04-27 09:54:05.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":267018712.200412,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:53:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:53:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:53:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:53:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:53:19.324	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399323,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:53:19.281	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:53:19.281	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399280,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:53:19.235	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:53:19.234	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5700,"ack":true,"ts":1777276399233,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276399233} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:53:19.231	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:53:19.231	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5700
                      homeconnect.0
                      	2026-04-27 09:53:19.231	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:53:19.231	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:53:19.231	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276399,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5700}]}"
                      homeconnect.0
                      	2026-04-27 09:53:10.044	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266963712.84893,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:52:49.942	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:52:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:52:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:52:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:52:19.290	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339289,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:52:19.247	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:52:19.247	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339246,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:52:19.200	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:52:19.199	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5460,"ack":true,"ts":1777276339199,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276339199} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:52:19.196	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:52:19.196	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5460
                      homeconnect.0
                      	2026-04-27 09:52:19.196	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:52:19.196	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:52:19.196	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276339,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5460}]}"
                      homeconnect.0
                      	2026-04-27 09:52:15.043	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266908712.331155,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:51:49.944	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:51:49.901	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:51:49.858	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:51:49.814	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:51:20.042	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266853711.302935,"origin":"https://api.home-connect.com"}
                      homeconnect.0
                      	2026-04-27 09:51:19.252	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279251,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:51:19.209	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:51:19.209	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279208,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:51:19.165	debug	INFORMATION - Extend common: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:51:19.164	debug	State changed: homeconnect.0.BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime {"val":5520,"ack":true,"ts":1777276279163,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1777276279163} BSH.Common.Option.RemainingProgramTime
                      homeconnect.0
                      	2026-04-27 09:51:19.161	debug	Set event state
                      homeconnect.0
                      	2026-04-27 09:51:19.161	debug	Path: BOSCH-WTX87KX0-68A40E73B091.programs.selected.options.BSH_Common_Option_RemainingProgramTime:5520
                      homeconnect.0
                      	2026-04-27 09:51:19.161	debug	lastEventId: BOSCH-WTX87KX0-68A40E73B091
                      homeconnect.0
                      	2026-04-27 09:51:19.161	debug	eventType: "NOTIFY"
                      homeconnect.0
                      	2026-04-27 09:51:19.160	debug	event: "{\"haId\":\"BOSCH-WTX87KX0-68A40E73B091\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"name\":\"Remaining programme running time\",\"timestamp\":1777276279,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/BOSCH-WTX87KX0-68A40E73B091/programs/selected/options/BSH.Common.Option.RemainingProgramTime\",\"value\":5520}]}"
                      homeconnect.0
                      	2026-04-27 09:50:49.943	debug	Catch state - homeconnect.0.rateTokenLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:50:49.900	debug	Catch state - homeconnect.0.rateLimit.reason - reason
                      homeconnect.0
                      	2026-04-27 09:50:49.857	debug	Catch state - homeconnect.0.rateLimit.isBlocked - isBlocked
                      homeconnect.0
                      	2026-04-27 09:50:49.813	debug	Catch state - homeconnect.0.rateLimit.limitJson - limitJson
                      homeconnect.0
                      	2026-04-27 09:50:45.691	debug	KEEP-ALIVE: {"type":"KEEP-ALIVE","data":"","lastEventId":"","timestamp":266819359.759168,"origin":"https://api.home-connect.com"}
                      

                      Wenn ich das Log so sehe, dann liest es anscheinend die Restlaufzeit richtig aus, aber im Objekt wird es nicht aktualisiert:
                      4e6edf90-b2d1-46ae-843e-b476ce630112-image.jpeg

                      Falls ich noch etwas anderes machen oder schicken soll, gib mir gerne Bescheid.

                      Vielen Dank im Voraus.

                      Ro75R Online
                      Ro75R Online
                      Ro75
                      schrieb am zuletzt editiert von
                      #1408

                      @nik82 ist dann bei dir die Restlaufzeit und die Programmzeit ab da identisch?

                      Ro75.

                      SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                      nik82N 1 Antwort Letzte Antwort
                      0
                      • Ro75R Ro75

                        @nik82 ist dann bei dir die Restlaufzeit und die Programmzeit ab da identisch?

                        Ro75.

                        nik82N Offline
                        nik82N Offline
                        nik82
                        Most Active
                        schrieb am zuletzt editiert von
                        #1409

                        @Ro75
                        Jap, richtig, ist identisch und bleibt dann so:

                        186db8e8-e521-4360-ad04-377a4c0d66ad-image.jpeg

                        Ro75R 1 Antwort Letzte Antwort
                        0
                        • nik82N nik82

                          @Ro75
                          Jap, richtig, ist identisch und bleibt dann so:

                          186db8e8-e521-4360-ad04-377a4c0d66ad-image.jpeg

                          Ro75R Online
                          Ro75R Online
                          Ro75
                          schrieb am zuletzt editiert von
                          #1410

                          @nik82 und lasse mich raten, der Fortschritt läuft auch nicht mehr weiter - bleibt also zB. bei 40% stehen? Läuft bei dir auch die 1.5.2? Bei mir ist das erst seit dieser Version.

                          Ro75.

                          SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                          nik82N L 2 Antworten Letzte Antwort
                          0
                          • Ro75R Ro75

                            @nik82 und lasse mich raten, der Fortschritt läuft auch nicht mehr weiter - bleibt also zB. bei 40% stehen? Läuft bei dir auch die 1.5.2? Bei mir ist das erst seit dieser Version.

                            Ro75.

                            nik82N Offline
                            nik82N Offline
                            nik82
                            Most Active
                            schrieb am zuletzt editiert von
                            #1411

                            @Ro75
                            Du meinst das Objekt homeconnect.0.xxx.programs.active.options.BSH_Common_Option_ProgramProgress?
                            Der bleibt bei mir auf 0%.
                            Mein Trockner läuft gerade, also der Screenshot ist gerade während des laufens.
                            Ja ich hab die 1.5.2.
                            Hab aber vorher eine ältere drauf gehabt, hab vor ein paar Tagen erst aktualisiert und gehofft das der Fehler weg ist.
                            Bei mir kam das von heute auf morgen, ohne das ich ein Update machte.

                            1 Antwort Letzte Antwort
                            0
                            • Ro75R Ro75

                              @nik82 und lasse mich raten, der Fortschritt läuft auch nicht mehr weiter - bleibt also zB. bei 40% stehen? Läuft bei dir auch die 1.5.2? Bei mir ist das erst seit dieser Version.

                              Ro75.

                              L Online
                              L Online
                              Lucky_ESA
                              Developer Most Active
                              schrieb am zuletzt editiert von Lucky_ESA
                              #1412

                              @Ro75 Kannst du mal eine ältere Version testen? Die API liefert eine falsche uri und ich weiß nicht warum. Wird in der Laufzeit der Token aktualisiert, wird auch die Websocket Verbindung erneut und dann kommt es wieder richtig.

                              Das kann ich abfangen aber ich muss sicher sein, dass der Adapter nicht der Verursacher ist.

                              Edit:
                              Falsch:

                              {"uri":"/api/homeappliances/BOSCH-xxx/programs/selected/options/BSH.Common.Option.RemainingProgramTime"}
                              

                              Richtig:

                              {"uri":"/api/homeappliances/BOSCH-xxx/programs/active/options/BSH.Common.Option.RemainingProgramTime"}
                              

                              Gruß//Lucky

                              1 Antwort Letzte Antwort
                              0
                              • Ro75R Online
                                Ro75R Online
                                Ro75
                                schrieb am zuletzt editiert von
                                #1413

                                kann ich machen. Aber warum bleibt dann auch der Fortschritt (%) stehen?

                                Ro75.

                                SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                1 Antwort Letzte Antwort
                                0
                                • L Online
                                  L Online
                                  Lucky_ESA
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #1414

                                  Der bleibt nicht stehen. Wird halt unter homeconnect.0.xxx.programs.selected.options.BSH_Common_Option_ProgramProgress geschrieben.

                                  1 Antwort Letzte Antwort
                                  0
                                  • nik82N Offline
                                    nik82N Offline
                                    nik82
                                    Most Active
                                    schrieb zuletzt editiert von
                                    #1415

                                    Hi, hab jetzt downgrad auf die 1.4.3. genommen, gleiches Problem:

                                    homeconnect.0.xxx.programs.active.options.BSH_Common_Option_RemainingProgramTime

                                    aktualisiert nicht, ABER

                                    homeconnect.0.xxx.programs.selected.options.BSH_Common_Option_RemainingProgramTime

                                    aktualisiert! Habe diesen Punkt noch gar nicht auf dem Schirm gehabt.
                                    Dann werd ich einfach den Datenpunkt umstellen.

                                    Ro75R L 2 Antworten Letzte Antwort
                                    0
                                    • nik82N nik82

                                      Hi, hab jetzt downgrad auf die 1.4.3. genommen, gleiches Problem:

                                      homeconnect.0.xxx.programs.active.options.BSH_Common_Option_RemainingProgramTime

                                      aktualisiert nicht, ABER

                                      homeconnect.0.xxx.programs.selected.options.BSH_Common_Option_RemainingProgramTime

                                      aktualisiert! Habe diesen Punkt noch gar nicht auf dem Schirm gehabt.
                                      Dann werd ich einfach den Datenpunkt umstellen.

                                      Ro75R Online
                                      Ro75R Online
                                      Ro75
                                      schrieb zuletzt editiert von
                                      #1416

                                      @nik82 naja, der eine gibt die Gesamtlaufzeit an und der andere die verbleibende Zeit. Also tauschen halte ich für keine gute Idee.

                                      Ro75.

                                      SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                      nik82N 1 Antwort Letzte Antwort
                                      0
                                      • Ro75R Ro75

                                        @nik82 naja, der eine gibt die Gesamtlaufzeit an und der andere die verbleibende Zeit. Also tauschen halte ich für keine gute Idee.

                                        Ro75.

                                        nik82N Offline
                                        nik82N Offline
                                        nik82
                                        Most Active
                                        schrieb zuletzt editiert von
                                        #1417

                                        @Ro75
                                        Vergiss es, klappt auch nicht, hab gerade anderes Programm rein und jetzt aktualisiert er wieder nicht.
                                        Was könnte ich denn noch für einen Datenpunkt nehmen, damit ich weiß wann der Trockner fertig ist?

                                        Der Punkt homeconnect.xxx.status.BSH_Common_Status_OperationState bleibt bei mir nämlich nach dem Abschluss auch auf RUN stehen.

                                        Ro75R 1 Antwort Letzte Antwort
                                        0
                                        • nik82N nik82

                                          @Ro75
                                          Vergiss es, klappt auch nicht, hab gerade anderes Programm rein und jetzt aktualisiert er wieder nicht.
                                          Was könnte ich denn noch für einen Datenpunkt nehmen, damit ich weiß wann der Trockner fertig ist?

                                          Der Punkt homeconnect.xxx.status.BSH_Common_Status_OperationState bleibt bei mir nämlich nach dem Abschluss auch auf RUN stehen.

                                          Ro75R Online
                                          Ro75R Online
                                          Ro75
                                          schrieb zuletzt editiert von
                                          #1418

                                          @nik82 sagte:

                                          Was könnte ich denn noch für einen Datenpunkt nehmen, damit ich weiß wann der Trockner fertig ist?

                                          status.BSH_Common_Status_OperationState ist dann 'Finished'

                                          Das löst aber nicht das Problem mit der Zeit.

                                          Ro75.

                                          SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                          nik82N 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          342

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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