Skip to content
  • Home
  • 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

Community Forum

donate donate
  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.5k

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

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

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 525.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.
  • T tombox

    @derdominik Also den Fall bei Disconnect könnte man sicher verbessern aber warum Verliert das Gerät so oft die Verbindung

    D Offline
    D Offline
    derdominik
    schrieb am zuletzt editiert von derdominik
    #636

    @tombox Ich habe gestern den Adapter gestoppt, bevor das Rate Limit wieder greift. Heute morgen wieder gestartet und seit dem habe ich keine Disconnects mehr.

    Einige der Fehler im Adapter sind garantiert auf die instabile Homeconnect API zurückzuführen. Wenn du weisst, welche Adapter-Events zu eine Restart oder vermehrten API Call führen, könntest du dafür eine .info log oder sogar .warn schreiben?

    Ich habe auch gesehen dass die Rate Limit pro Minute auf debug geloggt werden. Kannst du so etwa auch für das 1000-Calls-Per-24h einbauen?

    Würde mir zumindest bei der Fehleranalyse helfen. Ich habe meine Disconnects nur durch debug level gesehen.

    EDIT
    zu früh gefreut, 3h später haben die DISCONNECTs wieder angefangen, alle 3-5min. Und 2h später war ich wieder im "The rate limit 1000 calls in 1 day" Modus.

    J 1 Antwort Letzte Antwort
    0
    • D derdominik

      Hallo, ich bekomme auch ab und zu das Rate-Limit angezeigt.

      Error getting Aplliances with existing Token: 429  The rate limit "1000 calls in 1 day" was reached
      

      Nach einem Tag warten funktioniert es wieder.
      In einem vorherigen Kommentar wurde erwähnt, dass das fast nur durch zu viel Restarts des Adapters liegen kann.

      Das wird bei mir nicht zeigesteuert ausgeführt, allerdings ist mir folgendes im Log aufgefallen:

      Ich bekomme gerade alle paar Minuten ein "DISCONNECTED" event angezeigt. Das ist dann gleichbedeutend mit einem Adapter Restart, der Adapter holt sich alle Infos, bei mir ist dann "Rate per min: 16". Ich nehme an dass damit pro Restart 16 API calls verbraucht werden. Nach ein paar Stunden bin ich dadurch direkt wieder im 1000 calls rate limit.

      $ grep homeconnect iobroker.current.log | grep CONNECT
      2021-10-19 21:56:11.172  - debug: homeconnect.0 (21621) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE...
      2021-10-19 21:56:50.557  - debug: homeconnect.0 (21621) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-68...
      2021-10-19 21:59:26.619  - debug: homeconnect.0 (21621) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE...
      2021-10-19 21:59:53.951  - debug: homeconnect.0 (21621) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-68...
      2021-10-19 22:02:29.975  - debug: homeconnect.0 (21621) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE...
      2021-10-19 22:03:11.884  - debug: homeconnect.0 (21621) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-68...
      2021-10-19 22:05:48.335  - debug: homeconnect.0 (21621) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE...
      2021-10-19 22:06:26.345  - debug: homeconnect.0 (21621) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-68...
      

      Kann das an einer lokalen Einstellung bei mir liegen oder sind das homeconnect-Probleme?

      oberfraggerO Offline
      oberfraggerO Offline
      oberfragger
      schrieb am zuletzt editiert von
      #637

      @derdominik Das Problem habe ich auch.
      Ich bin bei Adapterstart so bei ca. 100... da sind die 1.000 sehr schnell voll.

      Aktuell habe ich mir damit geholfen, dass die Instanz morgens gestartet und nachmittags wieder deaktiviert wird. So habe ich dann meisstens eine Rückmeldung meiner Kaffeemaschine.

      Alle Geräte stehen im selben Raum wieder der Router und ich habe kein Schloss. Die Verbindung verlieren die auch ab und an.

      1 Antwort Letzte Antwort
      0
      • D derdominik

        @tombox Ich habe gestern den Adapter gestoppt, bevor das Rate Limit wieder greift. Heute morgen wieder gestartet und seit dem habe ich keine Disconnects mehr.

        Einige der Fehler im Adapter sind garantiert auf die instabile Homeconnect API zurückzuführen. Wenn du weisst, welche Adapter-Events zu eine Restart oder vermehrten API Call führen, könntest du dafür eine .info log oder sogar .warn schreiben?

        Ich habe auch gesehen dass die Rate Limit pro Minute auf debug geloggt werden. Kannst du so etwa auch für das 1000-Calls-Per-24h einbauen?

        Würde mir zumindest bei der Fehleranalyse helfen. Ich habe meine Disconnects nur durch debug level gesehen.

        EDIT
        zu früh gefreut, 3h später haben die DISCONNECTs wieder angefangen, alle 3-5min. Und 2h später war ich wieder im "The rate limit 1000 calls in 1 day" Modus.

        J Offline
        J Offline
        JohnnyBahama
        schrieb am zuletzt editiert von JohnnyBahama
        #638

        @derdominik Bei mir hat ein falsches Skript die requests ausgelöst. Hast du daswas am laufen? Mal pausieren und beobachten.

        D 1 Antwort Letzte Antwort
        0
        • J JohnnyBahama

          @derdominik Bei mir hat ein falsches Skript die requests ausgelöst. Hast du daswas am laufen? Mal pausieren und beobachten.

          D Offline
          D Offline
          derdominik
          schrieb am zuletzt editiert von
          #639

          @johnnybahama danke für den Hinweis. Momentan habe ich lediglich ein Skript am laufen, welches mir die geänderte Remaining-Time ausliest und umschreibt, also rein lesend.

          Was war in deinem Fall der Fehler im Script? Ich dachte, dass die Events "DISCONNECTED" von den Homeconnect systemen kommen.

          J 1 Antwort Letzte Antwort
          0
          • D derdominik

            @johnnybahama danke für den Hinweis. Momentan habe ich lediglich ein Skript am laufen, welches mir die geänderte Remaining-Time ausliest und umschreibt, also rein lesend.

            Was war in deinem Fall der Fehler im Script? Ich dachte, dass die Events "DISCONNECTED" von den Homeconnect systemen kommen.

            J Offline
            J Offline
            JohnnyBahama
            schrieb am zuletzt editiert von JohnnyBahama
            #640

            @derdominik Bei mir war es der trigger. Ich hatte den auf Alexa Summery aktualisieren anstatt geändert stehen , somit hat der mehrmals ausgelöst und die 1000 voll gemacht. Der hat zwar auch ab und an disconnected, aber nicht soviel wie bei dir, daher die vermutung das irgendein Skript das auslöst.

            oberfraggerO T 2 Antworten Letzte Antwort
            0
            • J JohnnyBahama

              @derdominik Bei mir war es der trigger. Ich hatte den auf Alexa Summery aktualisieren anstatt geändert stehen , somit hat der mehrmals ausgelöst und die 1000 voll gemacht. Der hat zwar auch ab und an disconnected, aber nicht soviel wie bei dir, daher die vermutung das irgendein Skript das auslöst.

              oberfraggerO Offline
              oberfraggerO Offline
              oberfragger
              schrieb am zuletzt editiert von oberfragger
              #641

              @johnnybahama
              Mhh.. Ich habe mal mein EINZIGES Script im Zusammenhang mit Homeconnect gecheckt. Alle anderen dazu sind deaktiviert.

              Nix mit aktualisieren (in den Homeconnect-Werten). Ich habe auch den iot-Adapter überprüft, ob da irgendein homeconnect-Gerät noch drin hängt

              Mag da mal bitte jemand drüberschauen? Vielleicht Habe ich mich geirrt...?

              <xml xmlns="https://developers.google.com/blockly/xml">
                <variables>
                  <variable type="cron" id="schedule1">schedule1</variable>
                  <variable type="cron" id="schedule2">schedule2</variable>
                </variables>
                <block type="schedule_create" id="oe|t=GQDNP8xxeo`u.U5" x="163" y="-337">
                  <field name="NAME">schedule1</field>
                  <value name="SCHEDULE">
                    <shadow type="field_cron" id="sd-=*BK=Q,F(mT$-tX0q">
                      <field name="CRON">15 7 * * *</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="control" id="Zr2H0AeCT-Xv!]ZVDW7m">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">system.adapter.homeconnect.0.alive</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="b0K-8Ms4Q|cjO.s.3Y3O">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <next>
                    <block type="schedule_create" id="ZBjsX*j4Tpq}/BCNJhXD">
                      <field name="NAME">schedule2</field>
                      <value name="SCHEDULE">
                        <shadow type="field_cron" id="4gppE^]6Z3~fM4(`.p5#">
                          <field name="CRON">30 16 * * *</field>
                        </shadow>
                      </value>
                      <statement name="STATEMENT">
                        <block type="control" id="OL{~ch3yVhjgNI;%$Qc2">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">system.adapter.homeconnect.0.alive</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="mB.~3e!{tJKBPobiSyL8">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
                <block type="comment" id="LapTK?,zWE6pz2iV@=Bd" x="163" y="-82">
                  <field name="COMMENT">Zuletzt gewählten Kaffee in eigenen DP einsetzen</field>
                  <next>
                    <block type="on" id="P[p|KIv3DklZ*7m`J=N|">
                      <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.selected.BSH_Common_Root_SelectedProgram</field>
                      <field name="CONDITION">ne</field>
                      <field name="ACK_CONDITION"></field>
                      <statement name="STATEMENT">
                        <block type="controls_if" id="~6{*Ca*7l4%hOUmLmL{c">
                          <value name="IF0">
                            <block type="logic_compare" id="l7)TWOm#vM5l/2R}t#2X">
                              <field name="OP">NEQ</field>
                              <value name="A">
                                <block type="on_source" id="v!zVQIk]LtLD!f6}(RI5">
                                  <field name="ATTR">state.val</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_null" id="_tcb=-(;tZt(9GRfBEol"></block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="update" id="-$7Dw9!Tr_n]x24=+ud]">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="on_source" id="R:@y-I4Qe1h({z;lMu[%">
                                  <field name="ATTR">state.val</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </statement>
                      <next>
                        <block type="comment" id="Pb~:L+1hh!xT[39H,0HM">
                          <field name="COMMENT">Alexa Ansage wenn der Kaffee fertig ist</field>
                          <next>
                            <block type="on" id="8715eV~RN{[[atjqp@A8">
                              <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.active.options.BSH_Common_Option_ProgramProgress</field>
                              <field name="CONDITION">ne</field>
                              <field name="ACK_CONDITION"></field>
                              <statement name="STATEMENT">
                                <block type="controls_if" id="i$4lS6+x-a-AN;|Wmh]X">
                                  <value name="IF0">
                                    <block type="logic_compare" id="v9co4T,*.REvm,*8J2i#">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="on_source" id="W?RA#KxD4^Kb9*?T7_h?">
                                          <field name="ATTR">state.val</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="text" id="B+(*%MY~j/GNKQIdmFM9">
                                          <field name="TEXT">100</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="debug" id=")HW.x=,;sH),_zIqVF}i">
                                      <field name="Severity">log</field>
                                      <value name="TEXT">
                                        <shadow type="text" id="$RUw9@byon|Z=$_ASkcR">
                                          <field name="TEXT">Kaffe fertig</field>
                                        </shadow>
                                      </value>
                                      <next>
                                        <block type="control" id="Y}+T;Cn_Txd:w~=aM/PZ">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="text_join" id="RoFpf:(~km;gBVgIj_Ux">
                                              <mutation items="3"></mutation>
                                              <value name="ADD0">
                                                <block type="text" id="d]Vm*Ut]_wEqbN{iM.s3">
                                                  <field name="TEXT">25; Hallo, Dein </field>
                                                </block>
                                              </value>
                                              <value name="ADD1">
                                                <block type="text_getSubstring" id="0{Uw?u%^MYeJCt?!jOs$" inline="false">
                                                  <mutation at1="true" at2="false"></mutation>
                                                  <field name="WHERE1">FROM_START</field>
                                                  <field name="WHERE2">LAST</field>
                                                  <value name="STRING">
                                                    <block type="get_value" id="tOaa~3:fQ~~Fq}:TH8lA">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                    </block>
                                                  </value>
                                                  <value name="AT1">
                                                    <block type="math_arithmetic" id="sj1DNn3Ik-(Gm4$b~i02" inline="false">
                                                      <field name="OP">ADD</field>
                                                      <value name="A">
                                                        <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                          <field name="NUM">1</field>
                                                        </shadow>
                                                        <block type="text_indexOf" id="3@!vQ6nf?sI?`w5-C95N" inline="false">
                                                          <field name="END">LAST</field>
                                                          <value name="VALUE">
                                                            <block type="get_value" id=":s3Jmucd~0p.rr!)#=$e">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                            </block>
                                                          </value>
                                                          <value name="FIND">
                                                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                              <field name="TEXT">abc</field>
                                                            </shadow>
                                                            <block type="text" id="T1NDF@SW`wap^ydQ(]-c">
                                                              <field name="TEXT">.</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                          <field name="NUM">1</field>
                                                        </shadow>
                                                        <block type="math_number" id="c6Am(rXP]88U[N8J^4iD">
                                                          <field name="NUM">1</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <value name="ADD2">
                                                <block type="text" id="PvFX#`osf3d}$ICOYs*2">
                                                  <field name="TEXT"> ist fertig</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="debug" id="E;l%;geOn!|rdiT.sc5a">
                                              <field name="Severity">log</field>
                                              <value name="TEXT">
                                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="Xs_M92/GAeD6l2|_Y~dT">
                                                  <field name="TEXT">BSH_Common_Option_ProgramProgress_auf_100%</field>
                                                </shadow>
                                                <block type="text_join" id="Pl2tbDK3unWM,c-2~(po">
                                                  <mutation items="3"></mutation>
                                                  <value name="ADD0">
                                                    <block type="text" id="1]-mr1)bwgU!2iJW7Gr-">
                                                      <field name="TEXT">Hallo, Dein </field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD1">
                                                    <block type="text_getSubstring" id="7_gd/nDVsY5t7X^aC(dH" inline="false">
                                                      <mutation at1="true" at2="false"></mutation>
                                                      <field name="WHERE1">FROM_START</field>
                                                      <field name="WHERE2">LAST</field>
                                                      <value name="STRING">
                                                        <block type="get_value" id="u#1/@sb^88T:atE:rk+*">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                        </block>
                                                      </value>
                                                      <value name="AT1">
                                                        <block type="math_arithmetic" id="L04we+5X]U^5?@Ua.Jr!" inline="false">
                                                          <field name="OP">ADD</field>
                                                          <value name="A">
                                                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                              <field name="NUM">1</field>
                                                            </shadow>
                                                            <block type="text_indexOf" id="7Hg3~{#zFgX^4e]iEu[/" inline="false">
                                                              <field name="END">LAST</field>
                                                              <value name="VALUE">
                                                                <block type="get_value" id="]}8EkT?*B-y[0%o4SU5_">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                                </block>
                                                              </value>
                                                              <value name="FIND">
                                                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                                  <field name="TEXT">abc</field>
                                                                </shadow>
                                                                <block type="text" id="pe(!(TuP#HoKY39*~{G+">
                                                                  <field name="TEXT">.</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                              <field name="NUM">1</field>
                                                            </shadow>
                                                            <block type="math_number" id="cXVm+lfkz-m:|X#O5tQ2">
                                                              <field name="NUM">1</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <value name="ADD2">
                                                    <block type="text" id="0WPrr.Q,}Mn2P{0-WrTW">
                                                      <field name="TEXT"> ist fertig</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </statement>
                              <next>
                                <block type="comment" id="bdo3D}FyKm7rm:j@4jn:">
                                  <field name="COMMENT">Alexa Ansage wenn Tropfschale voll ist</field>
                                  <next>
                                    <block type="on" id="%Qry3R,F-w~eDWIZ;v~Q">
                                      <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                      <field name="CONDITION">ne</field>
                                      <field name="ACK_CONDITION"></field>
                                      <statement name="STATEMENT">
                                        <block type="controls_if" id="s+uRRm_,=H?8|j|GSLrD">
                                          <value name="IF0">
                                            <block type="logic_compare" id="({v/UANZbItzMGQVz;PO">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="on_source" id="pecp$)zA!mFQ,:p2NR($">
                                                  <field name="ATTR">state.val</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="text" id="9)#UKeJGU=0BXO9mzOft">
                                                  <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="control" id="P7Bc6PLl0dxm=qX#4y}p">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="text_join" id="ifG.sB+gArs}OYhMiA#0">
                                                  <mutation items="1"></mutation>
                                                  <value name="ADD0">
                                                    <block type="text" id="VH#/ZF#A}-W=bglU-ysE">
                                                      <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </statement>
                                        </block>
                                      </statement>
                                      <next>
                                        <block type="comment" id="TklKTCg(o7sKGG+Soo5`">
                                          <field name="COMMENT">Alexa Ansage wenn Wasserbehälter leer ist</field>
                                          <next>
                                            <block type="on" id="r,rZzTgfJpvG|EMfMq?2">
                                              <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                              <field name="CONDITION">ne</field>
                                              <field name="ACK_CONDITION"></field>
                                              <statement name="STATEMENT">
                                                <block type="controls_if" id="/SRV4Krr?~k?C_Zc{B=[">
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="[|/09!wyq_6V@Z9bkaq$">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="on_source" id="1O`h8`~4^ts5^V9/X*k$">
                                                          <field name="ATTR">state.val</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="text" id="[TL8I=S*Q!+x[^7aGbK1">
                                                          <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="control" id="riBuQRXa`*^-U|/k4!|5">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="6d8*@X#f_CG$HMK+?B)I">
                                                          <mutation items="1"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id=":A+Ik@zxhqdS0Wj=j3e-">
                                                              <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="comment" id="h51@na;9~)#yuUC6-x7f">
                                                  <field name="COMMENT">Ansage falls Bohnen leer sind</field>
                                                  <next>
                                                    <block type="on" id="j?sr8Kd.S/N@pQN(A1vt">
                                                      <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_BeanContainerEmpty</field>
                                                      <field name="CONDITION">ne</field>
                                                      <field name="ACK_CONDITION"></field>
                                                      <statement name="STATEMENT">
                                                        <block type="controls_if" id="8{?uPOLRWYL.d~nt8AUV">
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="@tLM~A-j]@aUA@-Wt`C3">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="on_source" id="K4CbR^8njT!H]#RdQdqS">
                                                                  <field name="ATTR">state.val</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id=".uE~(4Ui~h(LX?VY}yHN">
                                                                  <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="control" id="fwEt$!^lR5grq_.5G@+s">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="text_join" id="3FtBb*%yG-r,K0Z7)nk4">
                                                                  <mutation items="1"></mutation>
                                                                  <value name="ADD0">
                                                                    <block type="text" id="h/MN`7+=ZAG*Xw!8!*jp">
                                                                      <field name="TEXT">25; Bitte Kaffeebohnen nachfüllen.</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="comment" id="}I~v4EjMF9ly,k{2hP!]">
                                                          <field name="COMMENT">Ansage falls Tür offen ist</field>
                                                          <next>
                                                            <block type="on" id="%uv!4bEJ5Kn}MW$?2*bv">
                                                              <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.status.BSH_Common_Status_DoorState</field>
                                                              <field name="CONDITION">ne</field>
                                                              <field name="ACK_CONDITION"></field>
                                                              <statement name="STATEMENT">
                                                                <block type="controls_if" id="|]ZEt[`Y-]UICeM7zC$q">
                                                                  <value name="IF0">
                                                                    <block type="logic_compare" id="M8t!uA?y%5h{^L*09C|l">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="on_source" id="{_nwFo2Cx:VO6bOW+)H`">
                                                                          <field name="ATTR">state.val</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="text" id="nQ-ld:2fd5S$]IppT}Xj">
                                                                          <field name="TEXT">BSH.Common.EnumType.DoorState.Open</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <statement name="DO0">
                                                                    <block type="control" id="EEiwzKl/bO0`YQvisXFV">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="text_join" id="/`f@iijV(q7*0Q9|RUN-">
                                                                          <mutation items="1"></mutation>
                                                                          <value name="ADD0">
                                                                            <block type="text" id="Q0S#`rS_rNRU6yFQ^28q">
                                                                              <field name="TEXT">25; Bitte Tür der Kaffeemaschine schließen.</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </statement>
                                                                </block>
                                                              </statement>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </xml>
              
              J 1 Antwort Letzte Antwort
              0
              • J JohnnyBahama

                @derdominik Bei mir war es der trigger. Ich hatte den auf Alexa Summery aktualisieren anstatt geändert stehen , somit hat der mehrmals ausgelöst und die 1000 voll gemacht. Der hat zwar auch ab und an disconnected, aber nicht soviel wie bei dir, daher die vermutung das irgendein Skript das auslöst.

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

                @johnnybahama Kannst du nochmal genau erklären was du gemacht hast vielleicht kann man das im Adapter abfangen.
                Welcher Wert wurde wie gesetzt?

                J 1 Antwort Letzte Antwort
                0
                • T tombox

                  @derdominik Also den Fall bei Disconnect könnte man sicher verbessern aber warum Verliert das Gerät so oft die Verbindung

                  D Offline
                  D Offline
                  derdominik
                  schrieb am zuletzt editiert von
                  #643

                  So, nun alle Scripts gestoppt und Adapter wieder gestartet. Nach kurzer Zeit wieder DISCONNECTED mit folgender Neu-Initialisierung.

                  2021-10-22 08:06:50.399  - debug: homeconnect.0 (8384) SIEMENS-SX758X06TE-***.status.BSH_Common_Status_DoorState:BSH.Common.EnumType.DoorState.Closed
                  2021-10-22 08:09:25.455  - debug: homeconnect.0 (8384) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-***","origin":"https://api.home-connect.com"}
                  2021-10-22 08:10:05.866  - debug: homeconnect.0 (8384) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-***","origin":"https://api.home-connect.com"}
                  2021-10-22 08:10:05.868  - debug: homeconnect.0 (8384) Rate per min: 0
                  

                  Verständnisfrage: Da die Events DISCONNECTED / CONNECTED reinkommen, ist der Iobroker Adapter prinzipiell korrekt mit der Homeconnect-API verbunden, richtig? D.h. dass die Disconnects daher rühren, dass sich mein Geschirrspüler anscheinend kurzzeit ab- und wieder anmeldet?
                  (Kurze Info dazu: Die Wifi-Verbindung scheint stabil zu sein, mir wird im Router eine Wifi-Uptime von vielen Tagen angezeigt).

                  Kennt jemand weitere Debug-Möglichkeiten um herauszufinden weshalb diese Abbrüche kommen?

                  Und: Wenn das ein erwarteter Zustand ist, dann würde ich gerne auf das Verbessern des disconnect-handlings zurückkommen :-)

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

                  @derdominik Also den Fall bei Disconnect könnte man sicher verbessern aber warum Verliert das Gerät so oft die Verbindung

                  T 1 Antwort Letzte Antwort
                  0
                  • oberfraggerO oberfragger

                    @johnnybahama
                    Mhh.. Ich habe mal mein EINZIGES Script im Zusammenhang mit Homeconnect gecheckt. Alle anderen dazu sind deaktiviert.

                    Nix mit aktualisieren (in den Homeconnect-Werten). Ich habe auch den iot-Adapter überprüft, ob da irgendein homeconnect-Gerät noch drin hängt

                    Mag da mal bitte jemand drüberschauen? Vielleicht Habe ich mich geirrt...?

                    <xml xmlns="https://developers.google.com/blockly/xml">
                      <variables>
                        <variable type="cron" id="schedule1">schedule1</variable>
                        <variable type="cron" id="schedule2">schedule2</variable>
                      </variables>
                      <block type="schedule_create" id="oe|t=GQDNP8xxeo`u.U5" x="163" y="-337">
                        <field name="NAME">schedule1</field>
                        <value name="SCHEDULE">
                          <shadow type="field_cron" id="sd-=*BK=Q,F(mT$-tX0q">
                            <field name="CRON">15 7 * * *</field>
                          </shadow>
                        </value>
                        <statement name="STATEMENT">
                          <block type="control" id="Zr2H0AeCT-Xv!]ZVDW7m">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">system.adapter.homeconnect.0.alive</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="b0K-8Ms4Q|cjO.s.3Y3O">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <next>
                          <block type="schedule_create" id="ZBjsX*j4Tpq}/BCNJhXD">
                            <field name="NAME">schedule2</field>
                            <value name="SCHEDULE">
                              <shadow type="field_cron" id="4gppE^]6Z3~fM4(`.p5#">
                                <field name="CRON">30 16 * * *</field>
                              </shadow>
                            </value>
                            <statement name="STATEMENT">
                              <block type="control" id="OL{~ch3yVhjgNI;%$Qc2">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">system.adapter.homeconnect.0.alive</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="mB.~3e!{tJKBPobiSyL8">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                      <block type="comment" id="LapTK?,zWE6pz2iV@=Bd" x="163" y="-82">
                        <field name="COMMENT">Zuletzt gewählten Kaffee in eigenen DP einsetzen</field>
                        <next>
                          <block type="on" id="P[p|KIv3DklZ*7m`J=N|">
                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.selected.BSH_Common_Root_SelectedProgram</field>
                            <field name="CONDITION">ne</field>
                            <field name="ACK_CONDITION"></field>
                            <statement name="STATEMENT">
                              <block type="controls_if" id="~6{*Ca*7l4%hOUmLmL{c">
                                <value name="IF0">
                                  <block type="logic_compare" id="l7)TWOm#vM5l/2R}t#2X">
                                    <field name="OP">NEQ</field>
                                    <value name="A">
                                      <block type="on_source" id="v!zVQIk]LtLD!f6}(RI5">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_null" id="_tcb=-(;tZt(9GRfBEol"></block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="update" id="-$7Dw9!Tr_n]x24=+ud]">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="on_source" id="R:@y-I4Qe1h({z;lMu[%">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                              </block>
                            </statement>
                            <next>
                              <block type="comment" id="Pb~:L+1hh!xT[39H,0HM">
                                <field name="COMMENT">Alexa Ansage wenn der Kaffee fertig ist</field>
                                <next>
                                  <block type="on" id="8715eV~RN{[[atjqp@A8">
                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.active.options.BSH_Common_Option_ProgramProgress</field>
                                    <field name="CONDITION">ne</field>
                                    <field name="ACK_CONDITION"></field>
                                    <statement name="STATEMENT">
                                      <block type="controls_if" id="i$4lS6+x-a-AN;|Wmh]X">
                                        <value name="IF0">
                                          <block type="logic_compare" id="v9co4T,*.REvm,*8J2i#">
                                            <field name="OP">EQ</field>
                                            <value name="A">
                                              <block type="on_source" id="W?RA#KxD4^Kb9*?T7_h?">
                                                <field name="ATTR">state.val</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="text" id="B+(*%MY~j/GNKQIdmFM9">
                                                <field name="TEXT">100</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <statement name="DO0">
                                          <block type="debug" id=")HW.x=,;sH),_zIqVF}i">
                                            <field name="Severity">log</field>
                                            <value name="TEXT">
                                              <shadow type="text" id="$RUw9@byon|Z=$_ASkcR">
                                                <field name="TEXT">Kaffe fertig</field>
                                              </shadow>
                                            </value>
                                            <next>
                                              <block type="control" id="Y}+T;Cn_Txd:w~=aM/PZ">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="text_join" id="RoFpf:(~km;gBVgIj_Ux">
                                                    <mutation items="3"></mutation>
                                                    <value name="ADD0">
                                                      <block type="text" id="d]Vm*Ut]_wEqbN{iM.s3">
                                                        <field name="TEXT">25; Hallo, Dein </field>
                                                      </block>
                                                    </value>
                                                    <value name="ADD1">
                                                      <block type="text_getSubstring" id="0{Uw?u%^MYeJCt?!jOs$" inline="false">
                                                        <mutation at1="true" at2="false"></mutation>
                                                        <field name="WHERE1">FROM_START</field>
                                                        <field name="WHERE2">LAST</field>
                                                        <value name="STRING">
                                                          <block type="get_value" id="tOaa~3:fQ~~Fq}:TH8lA">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                          </block>
                                                        </value>
                                                        <value name="AT1">
                                                          <block type="math_arithmetic" id="sj1DNn3Ik-(Gm4$b~i02" inline="false">
                                                            <field name="OP">ADD</field>
                                                            <value name="A">
                                                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="text_indexOf" id="3@!vQ6nf?sI?`w5-C95N" inline="false">
                                                                <field name="END">LAST</field>
                                                                <value name="VALUE">
                                                                  <block type="get_value" id=":s3Jmucd~0p.rr!)#=$e">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                                  </block>
                                                                </value>
                                                                <value name="FIND">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                                    <field name="TEXT">abc</field>
                                                                  </shadow>
                                                                  <block type="text" id="T1NDF@SW`wap^ydQ(]-c">
                                                                    <field name="TEXT">.</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="math_number" id="c6Am(rXP]88U[N8J^4iD">
                                                                <field name="NUM">1</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <value name="ADD2">
                                                      <block type="text" id="PvFX#`osf3d}$ICOYs*2">
                                                        <field name="TEXT"> ist fertig</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="debug" id="E;l%;geOn!|rdiT.sc5a">
                                                    <field name="Severity">log</field>
                                                    <value name="TEXT">
                                                      <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="Xs_M92/GAeD6l2|_Y~dT">
                                                        <field name="TEXT">BSH_Common_Option_ProgramProgress_auf_100%</field>
                                                      </shadow>
                                                      <block type="text_join" id="Pl2tbDK3unWM,c-2~(po">
                                                        <mutation items="3"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id="1]-mr1)bwgU!2iJW7Gr-">
                                                            <field name="TEXT">Hallo, Dein </field>
                                                          </block>
                                                        </value>
                                                        <value name="ADD1">
                                                          <block type="text_getSubstring" id="7_gd/nDVsY5t7X^aC(dH" inline="false">
                                                            <mutation at1="true" at2="false"></mutation>
                                                            <field name="WHERE1">FROM_START</field>
                                                            <field name="WHERE2">LAST</field>
                                                            <value name="STRING">
                                                              <block type="get_value" id="u#1/@sb^88T:atE:rk+*">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT1">
                                                              <block type="math_arithmetic" id="L04we+5X]U^5?@Ua.Jr!" inline="false">
                                                                <field name="OP">ADD</field>
                                                                <value name="A">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="text_indexOf" id="7Hg3~{#zFgX^4e]iEu[/" inline="false">
                                                                    <field name="END">LAST</field>
                                                                    <value name="VALUE">
                                                                      <block type="get_value" id="]}8EkT?*B-y[0%o4SU5_">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="FIND">
                                                                      <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                                        <field name="TEXT">abc</field>
                                                                      </shadow>
                                                                      <block type="text" id="pe(!(TuP#HoKY39*~{G+">
                                                                        <field name="TEXT">.</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="math_number" id="cXVm+lfkz-m:|X#O5tQ2">
                                                                    <field name="NUM">1</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="ADD2">
                                                          <block type="text" id="0WPrr.Q,}Mn2P{0-WrTW">
                                                            <field name="TEXT"> ist fertig</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="comment" id="bdo3D}FyKm7rm:j@4jn:">
                                        <field name="COMMENT">Alexa Ansage wenn Tropfschale voll ist</field>
                                        <next>
                                          <block type="on" id="%Qry3R,F-w~eDWIZ;v~Q">
                                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                            <field name="CONDITION">ne</field>
                                            <field name="ACK_CONDITION"></field>
                                            <statement name="STATEMENT">
                                              <block type="controls_if" id="s+uRRm_,=H?8|j|GSLrD">
                                                <value name="IF0">
                                                  <block type="logic_compare" id="({v/UANZbItzMGQVz;PO">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="on_source" id="pecp$)zA!mFQ,:p2NR($">
                                                        <field name="ATTR">state.val</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="text" id="9)#UKeJGU=0BXO9mzOft">
                                                        <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="control" id="P7Bc6PLl0dxm=qX#4y}p">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="text_join" id="ifG.sB+gArs}OYhMiA#0">
                                                        <mutation items="1"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id="VH#/ZF#A}-W=bglU-ysE">
                                                            <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="comment" id="TklKTCg(o7sKGG+Soo5`">
                                                <field name="COMMENT">Alexa Ansage wenn Wasserbehälter leer ist</field>
                                                <next>
                                                  <block type="on" id="r,rZzTgfJpvG|EMfMq?2">
                                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                                    <field name="CONDITION">ne</field>
                                                    <field name="ACK_CONDITION"></field>
                                                    <statement name="STATEMENT">
                                                      <block type="controls_if" id="/SRV4Krr?~k?C_Zc{B=[">
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="[|/09!wyq_6V@Z9bkaq$">
                                                            <field name="OP">EQ</field>
                                                            <value name="A">
                                                              <block type="on_source" id="1O`h8`~4^ts5^V9/X*k$">
                                                                <field name="ATTR">state.val</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="text" id="[TL8I=S*Q!+x[^7aGbK1">
                                                                <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="control" id="riBuQRXa`*^-U|/k4!|5">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="text_join" id="6d8*@X#f_CG$HMK+?B)I">
                                                                <mutation items="1"></mutation>
                                                                <value name="ADD0">
                                                                  <block type="text" id=":A+Ik@zxhqdS0Wj=j3e-">
                                                                    <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block type="comment" id="h51@na;9~)#yuUC6-x7f">
                                                        <field name="COMMENT">Ansage falls Bohnen leer sind</field>
                                                        <next>
                                                          <block type="on" id="j?sr8Kd.S/N@pQN(A1vt">
                                                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_BeanContainerEmpty</field>
                                                            <field name="CONDITION">ne</field>
                                                            <field name="ACK_CONDITION"></field>
                                                            <statement name="STATEMENT">
                                                              <block type="controls_if" id="8{?uPOLRWYL.d~nt8AUV">
                                                                <value name="IF0">
                                                                  <block type="logic_compare" id="@tLM~A-j]@aUA@-Wt`C3">
                                                                    <field name="OP">EQ</field>
                                                                    <value name="A">
                                                                      <block type="on_source" id="K4CbR^8njT!H]#RdQdqS">
                                                                        <field name="ATTR">state.val</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="text" id=".uE~(4Ui~h(LX?VY}yHN">
                                                                        <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO0">
                                                                  <block type="control" id="fwEt$!^lR5grq_.5G@+s">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="text_join" id="3FtBb*%yG-r,K0Z7)nk4">
                                                                        <mutation items="1"></mutation>
                                                                        <value name="ADD0">
                                                                          <block type="text" id="h/MN`7+=ZAG*Xw!8!*jp">
                                                                            <field name="TEXT">25; Bitte Kaffeebohnen nachfüllen.</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </statement>
                                                              </block>
                                                            </statement>
                                                            <next>
                                                              <block type="comment" id="}I~v4EjMF9ly,k{2hP!]">
                                                                <field name="COMMENT">Ansage falls Tür offen ist</field>
                                                                <next>
                                                                  <block type="on" id="%uv!4bEJ5Kn}MW$?2*bv">
                                                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.status.BSH_Common_Status_DoorState</field>
                                                                    <field name="CONDITION">ne</field>
                                                                    <field name="ACK_CONDITION"></field>
                                                                    <statement name="STATEMENT">
                                                                      <block type="controls_if" id="|]ZEt[`Y-]UICeM7zC$q">
                                                                        <value name="IF0">
                                                                          <block type="logic_compare" id="M8t!uA?y%5h{^L*09C|l">
                                                                            <field name="OP">EQ</field>
                                                                            <value name="A">
                                                                              <block type="on_source" id="{_nwFo2Cx:VO6bOW+)H`">
                                                                                <field name="ATTR">state.val</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="text" id="nQ-ld:2fd5S$]IppT}Xj">
                                                                                <field name="TEXT">BSH.Common.EnumType.DoorState.Open</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <statement name="DO0">
                                                                          <block type="control" id="EEiwzKl/bO0`YQvisXFV">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="text_join" id="/`f@iijV(q7*0Q9|RUN-">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="text" id="Q0S#`rS_rNRU6yFQ^28q">
                                                                                    <field name="TEXT">25; Bitte Tür der Kaffeemaschine schließen.</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </statement>
                                                                      </block>
                                                                    </statement>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </xml>
                    
                    J Offline
                    J Offline
                    JohnnyBahama
                    schrieb am zuletzt editiert von
                    #644

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

                    @johnnybahama
                    Mhh.. Ich habe mal mein EINZIGES Script im Zusammenhang mit Homeconnect gecheckt. Alle anderen dazu sind deaktiviert.

                    Nix mit aktualisieren (in den Homeconnect-Werten). Ich habe auch den iot-Adapter überprüft, ob da irgendein homeconnect-Gerät noch drin hängt

                    Mag da mal bitte jemand drüberschauen? Vielleicht Habe ich mich geirrt...?

                    <xml xmlns="https://developers.google.com/blockly/xml">
                      <variables>
                        <variable type="cron" id="schedule1">schedule1</variable>
                        <variable type="cron" id="schedule2">schedule2</variable>
                      </variables>
                      <block type="schedule_create" id="oe|t=GQDNP8xxeo`u.U5" x="163" y="-337">
                        <field name="NAME">schedule1</field>
                        <value name="SCHEDULE">
                          <shadow type="field_cron" id="sd-=*BK=Q,F(mT$-tX0q">
                            <field name="CRON">15 7 * * *</field>
                          </shadow>
                        </value>
                        <statement name="STATEMENT">
                          <block type="control" id="Zr2H0AeCT-Xv!]ZVDW7m">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">system.adapter.homeconnect.0.alive</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="b0K-8Ms4Q|cjO.s.3Y3O">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <next>
                          <block type="schedule_create" id="ZBjsX*j4Tpq}/BCNJhXD">
                            <field name="NAME">schedule2</field>
                            <value name="SCHEDULE">
                              <shadow type="field_cron" id="4gppE^]6Z3~fM4(`.p5#">
                                <field name="CRON">30 16 * * *</field>
                              </shadow>
                            </value>
                            <statement name="STATEMENT">
                              <block type="control" id="OL{~ch3yVhjgNI;%$Qc2">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">system.adapter.homeconnect.0.alive</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="mB.~3e!{tJKBPobiSyL8">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                      <block type="comment" id="LapTK?,zWE6pz2iV@=Bd" x="163" y="-82">
                        <field name="COMMENT">Zuletzt gewählten Kaffee in eigenen DP einsetzen</field>
                        <next>
                          <block type="on" id="P[p|KIv3DklZ*7m`J=N|">
                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.selected.BSH_Common_Root_SelectedProgram</field>
                            <field name="CONDITION">ne</field>
                            <field name="ACK_CONDITION"></field>
                            <statement name="STATEMENT">
                              <block type="controls_if" id="~6{*Ca*7l4%hOUmLmL{c">
                                <value name="IF0">
                                  <block type="logic_compare" id="l7)TWOm#vM5l/2R}t#2X">
                                    <field name="OP">NEQ</field>
                                    <value name="A">
                                      <block type="on_source" id="v!zVQIk]LtLD!f6}(RI5">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_null" id="_tcb=-(;tZt(9GRfBEol"></block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="update" id="-$7Dw9!Tr_n]x24=+ud]">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="on_source" id="R:@y-I4Qe1h({z;lMu[%">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                              </block>
                            </statement>
                            <next>
                              <block type="comment" id="Pb~:L+1hh!xT[39H,0HM">
                                <field name="COMMENT">Alexa Ansage wenn der Kaffee fertig ist</field>
                                <next>
                                  <block type="on" id="8715eV~RN{[[atjqp@A8">
                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.programs.active.options.BSH_Common_Option_ProgramProgress</field>
                                    <field name="CONDITION">ne</field>
                                    <field name="ACK_CONDITION"></field>
                                    <statement name="STATEMENT">
                                      <block type="controls_if" id="i$4lS6+x-a-AN;|Wmh]X">
                                        <value name="IF0">
                                          <block type="logic_compare" id="v9co4T,*.REvm,*8J2i#">
                                            <field name="OP">EQ</field>
                                            <value name="A">
                                              <block type="on_source" id="W?RA#KxD4^Kb9*?T7_h?">
                                                <field name="ATTR">state.val</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="text" id="B+(*%MY~j/GNKQIdmFM9">
                                                <field name="TEXT">100</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <statement name="DO0">
                                          <block type="debug" id=")HW.x=,;sH),_zIqVF}i">
                                            <field name="Severity">log</field>
                                            <value name="TEXT">
                                              <shadow type="text" id="$RUw9@byon|Z=$_ASkcR">
                                                <field name="TEXT">Kaffe fertig</field>
                                              </shadow>
                                            </value>
                                            <next>
                                              <block type="control" id="Y}+T;Cn_Txd:w~=aM/PZ">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="text_join" id="RoFpf:(~km;gBVgIj_Ux">
                                                    <mutation items="3"></mutation>
                                                    <value name="ADD0">
                                                      <block type="text" id="d]Vm*Ut]_wEqbN{iM.s3">
                                                        <field name="TEXT">25; Hallo, Dein </field>
                                                      </block>
                                                    </value>
                                                    <value name="ADD1">
                                                      <block type="text_getSubstring" id="0{Uw?u%^MYeJCt?!jOs$" inline="false">
                                                        <mutation at1="true" at2="false"></mutation>
                                                        <field name="WHERE1">FROM_START</field>
                                                        <field name="WHERE2">LAST</field>
                                                        <value name="STRING">
                                                          <block type="get_value" id="tOaa~3:fQ~~Fq}:TH8lA">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                          </block>
                                                        </value>
                                                        <value name="AT1">
                                                          <block type="math_arithmetic" id="sj1DNn3Ik-(Gm4$b~i02" inline="false">
                                                            <field name="OP">ADD</field>
                                                            <value name="A">
                                                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="text_indexOf" id="3@!vQ6nf?sI?`w5-C95N" inline="false">
                                                                <field name="END">LAST</field>
                                                                <value name="VALUE">
                                                                  <block type="get_value" id=":s3Jmucd~0p.rr!)#=$e">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                                  </block>
                                                                </value>
                                                                <value name="FIND">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                                    <field name="TEXT">abc</field>
                                                                  </shadow>
                                                                  <block type="text" id="T1NDF@SW`wap^ydQ(]-c">
                                                                    <field name="TEXT">.</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="math_number" id="c6Am(rXP]88U[N8J^4iD">
                                                                <field name="NUM">1</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <value name="ADD2">
                                                      <block type="text" id="PvFX#`osf3d}$ICOYs*2">
                                                        <field name="TEXT"> ist fertig</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="debug" id="E;l%;geOn!|rdiT.sc5a">
                                                    <field name="Severity">log</field>
                                                    <value name="TEXT">
                                                      <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="Xs_M92/GAeD6l2|_Y~dT">
                                                        <field name="TEXT">BSH_Common_Option_ProgramProgress_auf_100%</field>
                                                      </shadow>
                                                      <block type="text_join" id="Pl2tbDK3unWM,c-2~(po">
                                                        <mutation items="3"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id="1]-mr1)bwgU!2iJW7Gr-">
                                                            <field name="TEXT">Hallo, Dein </field>
                                                          </block>
                                                        </value>
                                                        <value name="ADD1">
                                                          <block type="text_getSubstring" id="7_gd/nDVsY5t7X^aC(dH" inline="false">
                                                            <mutation at1="true" at2="false"></mutation>
                                                            <field name="WHERE1">FROM_START</field>
                                                            <field name="WHERE2">LAST</field>
                                                            <value name="STRING">
                                                              <block type="get_value" id="u#1/@sb^88T:atE:rk+*">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT1">
                                                              <block type="math_arithmetic" id="L04we+5X]U^5?@Ua.Jr!" inline="false">
                                                                <field name="OP">ADD</field>
                                                                <value name="A">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="A`TLz5Lbfgw;=mJOp}(^">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="text_indexOf" id="7Hg3~{#zFgX^4e]iEu[/" inline="false">
                                                                    <field name="END">LAST</field>
                                                                    <value name="VALUE">
                                                                      <block type="get_value" id="]}8EkT?*B-y[0%o4SU5_">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">0_userdata.0.Kaffemaschine.last_coffee</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="FIND">
                                                                      <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="P5s;aJDPT*F;y(,VtRBs">
                                                                        <field name="TEXT">abc</field>
                                                                      </shadow>
                                                                      <block type="text" id="pe(!(TuP#HoKY39*~{G+">
                                                                        <field name="TEXT">.</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="-9+`M14/p._`PvUM3`yk">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="math_number" id="cXVm+lfkz-m:|X#O5tQ2">
                                                                    <field name="NUM">1</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="ADD2">
                                                          <block type="text" id="0WPrr.Q,}Mn2P{0-WrTW">
                                                            <field name="TEXT"> ist fertig</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="comment" id="bdo3D}FyKm7rm:j@4jn:">
                                        <field name="COMMENT">Alexa Ansage wenn Tropfschale voll ist</field>
                                        <next>
                                          <block type="on" id="%Qry3R,F-w~eDWIZ;v~Q">
                                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                            <field name="CONDITION">ne</field>
                                            <field name="ACK_CONDITION"></field>
                                            <statement name="STATEMENT">
                                              <block type="controls_if" id="s+uRRm_,=H?8|j|GSLrD">
                                                <value name="IF0">
                                                  <block type="logic_compare" id="({v/UANZbItzMGQVz;PO">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="on_source" id="pecp$)zA!mFQ,:p2NR($">
                                                        <field name="ATTR">state.val</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="text" id="9)#UKeJGU=0BXO9mzOft">
                                                        <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="control" id="P7Bc6PLl0dxm=qX#4y}p">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="text_join" id="ifG.sB+gArs}OYhMiA#0">
                                                        <mutation items="1"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id="VH#/ZF#A}-W=bglU-ysE">
                                                            <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="comment" id="TklKTCg(o7sKGG+Soo5`">
                                                <field name="COMMENT">Alexa Ansage wenn Wasserbehälter leer ist</field>
                                                <next>
                                                  <block type="on" id="r,rZzTgfJpvG|EMfMq?2">
                                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_DripTrayFull</field>
                                                    <field name="CONDITION">ne</field>
                                                    <field name="ACK_CONDITION"></field>
                                                    <statement name="STATEMENT">
                                                      <block type="controls_if" id="/SRV4Krr?~k?C_Zc{B=[">
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="[|/09!wyq_6V@Z9bkaq$">
                                                            <field name="OP">EQ</field>
                                                            <value name="A">
                                                              <block type="on_source" id="1O`h8`~4^ts5^V9/X*k$">
                                                                <field name="ATTR">state.val</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="text" id="[TL8I=S*Q!+x[^7aGbK1">
                                                                <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="control" id="riBuQRXa`*^-U|/k4!|5">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="text_join" id="6d8*@X#f_CG$HMK+?B)I">
                                                                <mutation items="1"></mutation>
                                                                <value name="ADD0">
                                                                  <block type="text" id=":A+Ik@zxhqdS0Wj=j3e-">
                                                                    <field name="TEXT">25; Bitte Tropfschale leeren.</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block type="comment" id="h51@na;9~)#yuUC6-x7f">
                                                        <field name="COMMENT">Ansage falls Bohnen leer sind</field>
                                                        <next>
                                                          <block type="on" id="j?sr8Kd.S/N@pQN(A1vt">
                                                            <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.events.ConsumerProducts_CoffeeMaker_Event_BeanContainerEmpty</field>
                                                            <field name="CONDITION">ne</field>
                                                            <field name="ACK_CONDITION"></field>
                                                            <statement name="STATEMENT">
                                                              <block type="controls_if" id="8{?uPOLRWYL.d~nt8AUV">
                                                                <value name="IF0">
                                                                  <block type="logic_compare" id="@tLM~A-j]@aUA@-Wt`C3">
                                                                    <field name="OP">EQ</field>
                                                                    <value name="A">
                                                                      <block type="on_source" id="K4CbR^8njT!H]#RdQdqS">
                                                                        <field name="ATTR">state.val</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="text" id=".uE~(4Ui~h(LX?VY}yHN">
                                                                        <field name="TEXT">BSH.Common.EnumType.EventPresentState.Present</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO0">
                                                                  <block type="control" id="fwEt$!^lR5grq_.5G@+s">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="text_join" id="3FtBb*%yG-r,K0Z7)nk4">
                                                                        <mutation items="1"></mutation>
                                                                        <value name="ADD0">
                                                                          <block type="text" id="h/MN`7+=ZAG*Xw!8!*jp">
                                                                            <field name="TEXT">25; Bitte Kaffeebohnen nachfüllen.</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </statement>
                                                              </block>
                                                            </statement>
                                                            <next>
                                                              <block type="comment" id="}I~v4EjMF9ly,k{2hP!]">
                                                                <field name="COMMENT">Ansage falls Tür offen ist</field>
                                                                <next>
                                                                  <block type="on" id="%uv!4bEJ5Kn}MW$?2*bv">
                                                                    <field name="OID">homeconnect.0.BOSCH-CTL636ES6-68A40E26C6C6.status.BSH_Common_Status_DoorState</field>
                                                                    <field name="CONDITION">ne</field>
                                                                    <field name="ACK_CONDITION"></field>
                                                                    <statement name="STATEMENT">
                                                                      <block type="controls_if" id="|]ZEt[`Y-]UICeM7zC$q">
                                                                        <value name="IF0">
                                                                          <block type="logic_compare" id="M8t!uA?y%5h{^L*09C|l">
                                                                            <field name="OP">EQ</field>
                                                                            <value name="A">
                                                                              <block type="on_source" id="{_nwFo2Cx:VO6bOW+)H`">
                                                                                <field name="ATTR">state.val</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="text" id="nQ-ld:2fd5S$]IppT}Xj">
                                                                                <field name="TEXT">BSH.Common.EnumType.DoorState.Open</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <statement name="DO0">
                                                                          <block type="control" id="EEiwzKl/bO0`YQvisXFV">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">alexa2.0.Echo-Devices.G2A14Q04942203FS.Commands.speak</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="text_join" id="/`f@iijV(q7*0Q9|RUN-">
                                                                                <mutation items="1"></mutation>
                                                                                <value name="ADD0">
                                                                                  <block type="text" id="Q0S#`rS_rNRU6yFQ^28q">
                                                                                    <field name="TEXT">25; Bitte Tür der Kaffeemaschine schließen.</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </statement>
                                                                      </block>
                                                                    </statement>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </xml>
                    

                    Alles stoppen und schauen. Würde auch mal den Geschirrspüler komplett entfernen. Der scheint das Problem zu verursachen. Hast du geschaut, ob die WIFI verbindung des Geschirrspüler konstant ist?

                    1 Antwort Letzte Antwort
                    0
                    • T tombox

                      @johnnybahama Kannst du nochmal genau erklären was du gemacht hast vielleicht kann man das im Adapter abfangen.
                      Welcher Wert wurde wie gesetzt?

                      J Offline
                      J Offline
                      JohnnyBahama
                      schrieb am zuletzt editiert von JohnnyBahama
                      #645

                      @tombox

                      • Objektbaum der Haube komplett gelöscht
                      • Adapter neu gestartet.
                      • Warten bis die Haube im Objektbaum wieder erscheint
                      • Haube angeschaltet
                      • Über die App die einzelnen Lüfterstufen durchgespielt, denn nur so kommen die einzelnen Stufen in den DP programs->active->options->.Cooking_Common_Option_Hood_VentingLevel

                      Übrigens, über die Options lassen sich alle Programme durchspielen.

                      Schaltet man die Haube aus, verschwindet dieser Datenpunkt und der Intensivlevel DP als dem Objektbaum.
                      Beim Wiedereinschalten erscheinen die DP wieder, ader der DP Venting.Level ist kein State mehr und lässt sich somit nicht mehr verändern.

                      Bekomme auch nen warn:

                      Object homeconnect.0.NEFF-D96BMV5N5-68A40E08BA18.programs.active.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.type has to exist
                      
                      T 1 Antwort Letzte Antwort
                      0
                      • D derdominik

                        So, nun alle Scripts gestoppt und Adapter wieder gestartet. Nach kurzer Zeit wieder DISCONNECTED mit folgender Neu-Initialisierung.

                        2021-10-22 08:06:50.399  - debug: homeconnect.0 (8384) SIEMENS-SX758X06TE-***.status.BSH_Common_Status_DoorState:BSH.Common.EnumType.DoorState.Closed
                        2021-10-22 08:09:25.455  - debug: homeconnect.0 (8384) event: {"type":"DISCONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-***","origin":"https://api.home-connect.com"}
                        2021-10-22 08:10:05.866  - debug: homeconnect.0 (8384) event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-SX758X06TE-***","origin":"https://api.home-connect.com"}
                        2021-10-22 08:10:05.868  - debug: homeconnect.0 (8384) Rate per min: 0
                        

                        Verständnisfrage: Da die Events DISCONNECTED / CONNECTED reinkommen, ist der Iobroker Adapter prinzipiell korrekt mit der Homeconnect-API verbunden, richtig? D.h. dass die Disconnects daher rühren, dass sich mein Geschirrspüler anscheinend kurzzeit ab- und wieder anmeldet?
                        (Kurze Info dazu: Die Wifi-Verbindung scheint stabil zu sein, mir wird im Router eine Wifi-Uptime von vielen Tagen angezeigt).

                        Kennt jemand weitere Debug-Möglichkeiten um herauszufinden weshalb diese Abbrüche kommen?

                        Und: Wenn das ein erwarteter Zustand ist, dann würde ich gerne auf das Verbessern des disconnect-handlings zurückkommen :-)

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

                        @derdominik Also den Fall bei Disconnect könnte man sicher verbessern aber warum Verliert das Gerät so oft die Verbindung

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

                        @derdominik @oberfragger Ich habe mal in die github version eine option eingebaut mit der man das programm holen bei wiederverbinden deaktivieren

                        D oberfraggerO 2 Antworten Letzte Antwort
                        0
                        • J JohnnyBahama

                          @tombox

                          • Objektbaum der Haube komplett gelöscht
                          • Adapter neu gestartet.
                          • Warten bis die Haube im Objektbaum wieder erscheint
                          • Haube angeschaltet
                          • Über die App die einzelnen Lüfterstufen durchgespielt, denn nur so kommen die einzelnen Stufen in den DP programs->active->options->.Cooking_Common_Option_Hood_VentingLevel

                          Übrigens, über die Options lassen sich alle Programme durchspielen.

                          Schaltet man die Haube aus, verschwindet dieser Datenpunkt und der Intensivlevel DP als dem Objektbaum.
                          Beim Wiedereinschalten erscheinen die DP wieder, ader der DP Venting.Level ist kein State mehr und lässt sich somit nicht mehr verändern.

                          Bekomme auch nen warn:

                          Object homeconnect.0.NEFF-D96BMV5N5-68A40E08BA18.programs.active.options.Cooking_Common_Option_Hood_VentingLevel is invalid: obj.type has to exist
                          
                          T Offline
                          T Offline
                          tombox
                          schrieb am zuletzt editiert von
                          #647

                          @johnnybahama Ich benötige dafür ein debug log via mail

                          J 1 Antwort Letzte Antwort
                          0
                          • T tombox

                            @johnnybahama Ich benötige dafür ein debug log via mail

                            J Offline
                            J Offline
                            JohnnyBahama
                            schrieb am zuletzt editiert von JohnnyBahama
                            #648

                            @tombox Hab ich dir geschickt. Evtl im Spam wegen dem txt Anhang

                            1 Antwort Letzte Antwort
                            0
                            • T tombox

                              @derdominik @oberfragger Ich habe mal in die github version eine option eingebaut mit der man das programm holen bei wiederverbinden deaktivieren

                              D Offline
                              D Offline
                              derdominik
                              schrieb am zuletzt editiert von
                              #649

                              @tombox
                              cool, danke! D.h. die einzige Einschränkung ist, dass die verfügbaren Programme nicht geholt werden?
                              Da ich eh nur an der Restlaufzeit interessiert bin, ist das total ok :-)

                              Leider führt bei mir momentan jegliches Adapter-Update gerade zum Totalversagen von iobroker, ich muss danach das ganze iobroker Verzeichnis wiederherstellen... Das ist aber unabhängig vom homeconnect-Adapter und passiert bei jedem Update.

                              homeconnect.0 (14956) TypeError: _this._getProxy is not a function
                                  at new HTTPSTransport (/opt/iobroker/node_modules/@sentry/node/src/transports/https.ts:12:24)
                                  at NodeBackend._setupTransport (/opt/iobroker/node_modules/@sentry/node/src/backend.ts:129:12)
                              

                              Heisst, dass ich deine neue Option gerade nicht testen kann, muss am Wochenende da mal ran. Seit 3 Tagen läuft die Homeconnect Verbindung erstmal wieder stabil.

                              J 1 Antwort Letzte Antwort
                              0
                              • D derdominik

                                @tombox
                                cool, danke! D.h. die einzige Einschränkung ist, dass die verfügbaren Programme nicht geholt werden?
                                Da ich eh nur an der Restlaufzeit interessiert bin, ist das total ok :-)

                                Leider führt bei mir momentan jegliches Adapter-Update gerade zum Totalversagen von iobroker, ich muss danach das ganze iobroker Verzeichnis wiederherstellen... Das ist aber unabhängig vom homeconnect-Adapter und passiert bei jedem Update.

                                homeconnect.0 (14956) TypeError: _this._getProxy is not a function
                                    at new HTTPSTransport (/opt/iobroker/node_modules/@sentry/node/src/transports/https.ts:12:24)
                                    at NodeBackend._setupTransport (/opt/iobroker/node_modules/@sentry/node/src/backend.ts:129:12)
                                

                                Heisst, dass ich deine neue Option gerade nicht testen kann, muss am Wochenende da mal ran. Seit 3 Tagen läuft die Homeconnect Verbindung erstmal wieder stabil.

                                J Offline
                                J Offline
                                JohnnyBahama
                                schrieb am zuletzt editiert von
                                #650

                                @derdominik Wenn das der Fall ist, solltest du den Broker neu aufsetzen. Das ist zwar eine Menge arbeit, aber die Abstürze sind nicht normal. Wahrscheinlich erübrigt sich dann auch der andere Fehler.

                                arteckA 1 Antwort Letzte Antwort
                                0
                                • J JohnnyBahama

                                  @derdominik Wenn das der Fall ist, solltest du den Broker neu aufsetzen. Das ist zwar eine Menge arbeit, aber die Abstürze sind nicht normal. Wahrscheinlich erübrigt sich dann auch der andere Fehler.

                                  arteckA Offline
                                  arteckA Offline
                                  arteck
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #651

                                  @johnnybahama das ist quack.. nur wegen einem Fehler der noch dokumentiert ist komplett alles neu aufsetzten.

                                  @derdominik da ist im Sentry was faul

                                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                  1 Antwort Letzte Antwort
                                  0
                                  • arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    schrieb am zuletzt editiert von arteck
                                    #652

                                    hmmmm

                                    de08506a-0221-4f2f-ac1f-0a03eb8384f1-grafik.png

                                    die Kaffemaschiene scheint probleme zu verursachen.. währen die einen Kaffe zubereitet bekomm ich error request überlauf

                                    ich glaub bei Einschalten läuft da was schief... der Spüllvorgang vielleicht.. da ist noch kein Programm aktiv..

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    T 1 Antwort Letzte Antwort
                                    0
                                    • arteckA arteck

                                      hmmmm

                                      de08506a-0221-4f2f-ac1f-0a03eb8384f1-grafik.png

                                      die Kaffemaschiene scheint probleme zu verursachen.. währen die einen Kaffe zubereitet bekomm ich error request überlauf

                                      ich glaub bei Einschalten läuft da was schief... der Spüllvorgang vielleicht.. da ist noch kein Programm aktiv..

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

                                      @arteck Also der notify event kann nicht im direkten zusammenhang stehen. Es muss vorher passieren. Ist der adapter schon im debug?

                                      arteckA 1 Antwort Letzte Antwort
                                      0
                                      • T tombox

                                        @arteck Also der notify event kann nicht im direkten zusammenhang stehen. Es muss vorher passieren. Ist der adapter schon im debug?

                                        arteckA Offline
                                        arteckA Offline
                                        arteck
                                        Developer Most Active
                                        schrieb am zuletzt editiert von arteck
                                        #654

                                        @tombox jo ist der.... seid 1 woche

                                        ich liebe SEQ

                                        04 Nov 2021 09:38:55.607
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 574 seconds.
                                        04 Nov 2021 09:38:55.607
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 575 seconds.
                                        04 Nov 2021 09:38:55.114
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 574 seconds.
                                        04 Nov 2021 09:38:53.603
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 575 seconds.
                                        04 Nov 2021 09:38:52.721
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:10
                                        04 Nov 2021 09:38:52.720
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015132,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":10,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:52.589
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 577 seconds.
                                        04 Nov 2021 09:38:52.588
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 579 seconds.
                                        04 Nov 2021 09:38:52.104
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 577 seconds.
                                        04 Nov 2021 09:38:51.706
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:9
                                        04 Nov 2021 09:38:51.706
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015131,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":9,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:50.715
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:8
                                        04 Nov 2021 09:38:50.715
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015130,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":8,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:50.585
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 579 seconds.
                                        04 Nov 2021 09:38:49.698
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:7
                                        04 Nov 2021 09:38:49.698
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015129,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":7,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:49.591
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 580 seconds.
                                        04 Nov 2021 09:38:49.590
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 582 seconds.
                                        04 Nov 2021 09:38:49.095
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 580 seconds.
                                        04 Nov 2021 09:38:48.695
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:6
                                        04 Nov 2021 09:38:48.694
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015128,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":6,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:47.697
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:5
                                        04 Nov 2021 09:38:47.697
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015127,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":5,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:47.587
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 582 seconds.
                                        04 Nov 2021 09:38:46.693
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:4
                                        04 Nov 2021 09:38:46.693
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015126,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":4,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:46.604
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 583 seconds.
                                        04 Nov 2021 09:38:46.604
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 585 seconds.
                                        04 Nov 2021 09:38:46.077
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 583 seconds.
                                        04 Nov 2021 09:38:45.704
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:3
                                        04 Nov 2021 09:38:45.703
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015125,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":3,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:44.600
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: The rate limit "10 successive error calls in 10 minutes" was reached. Requests are blocked during the remaining period of 585 seconds.
                                        04 Nov 2021 09:38:43.596
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:43.596
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:43.152
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:41.591
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:40.587
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:40.587
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:40.098
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:38.584
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:37.598
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:37.598
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:37.085
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:35.595
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:34.599
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:34.599
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:34.076
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:33.562
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_LocalControlActive:false
                                        04 Nov 2021 09:38:33.562
                                         master homeconnect.0: event: {"type":"STATUS","data":"{\"items\":[{\"timestamp\":1636015113,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/status/BSH.Common.Status.LocalControlActive\",\"key\":\"BSH.Common.Status.LocalControlActive\",\"value\":false,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:32.594
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:31.604
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:31.604
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:31.081
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:30.137
                                         master homeconnect.0: Delete: SIEMENS-TI909701HC-68A40E188708.programs.active.options
                                        04 Nov 2021 09:38:30.072
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.BSH_Common_Root_SelectedProgram:null
                                        04 Nov 2021 09:38:30.072
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015110,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected\",\"key\":\"BSH.Common.Root.SelectedProgram\",\"value\":null,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:30.038
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.BSH_Common_Root_ActiveProgram:ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee
                                        04 Nov 2021 09:38:30.038
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015110,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active\",\"key\":\"BSH.Common.Root.ActiveProgram\",\"value\":\"ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee\",\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:30.035
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_OperationState:BSH.Common.EnumType.OperationState.Run
                                        04 Nov 2021 09:38:30.035
                                         master homeconnect.0: event: {"type":"STATUS","data":"{\"items\":[{\"timestamp\":1636015110,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/status/BSH.Common.Status.OperationState\",\"key\":\"BSH.Common.Status.OperationState\",\"value\":\"BSH.Common.EnumType.OperationState.Run\",\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:29.601
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:29.022
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_OperationState:BSH.Common.EnumType.OperationState.ActionRequired
                                        04 Nov 2021 09:38:29.021
                                         master homeconnect.0: event: {"type":"STATUS","data":"{\"items\":[{\"timestamp\":1636015109,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/status/BSH.Common.Status.OperationState\",\"key\":\"BSH.Common.Status.OperationState\",\"value\":\"BSH.Common.EnumType.OperationState.ActionRequired\",\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:28.507
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_LocalControlActive:true
                                        04 Nov 2021 09:38:28.506
                                         master homeconnect.0: event: {"type":"STATUS","data":"{\"items\":[{\"timestamp\":1636015108,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/status/BSH.Common.Status.LocalControlActive\",\"key\":\"BSH.Common.Status.LocalControlActive\",\"value\":true,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:26.453
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.ConsumerProducts_CoffeeMaker_Option_BeanContainerSelection:ConsumerProducts.CoffeeMaker.EnumType.BeanContainerSelection.Left
                                        04 Nov 2021 09:38:26.453
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.BSH_Common_Option_ProgramProgress:0
                                        04 Nov 2021 09:38:26.453
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.ConsumerProducts_CoffeeMaker_Option_FlowRate:ConsumerProducts.CoffeeMaker.EnumType.FlowRate.Intense
                                        04 Nov 2021 09:38:26.452
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.ConsumerProducts_CoffeeMaker_Option_FillQuantity:140
                                        04 Nov 2021 09:38:26.452
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.ConsumerProducts_CoffeeMaker_Option_BeanAmount:ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.VeryStrong
                                        04 Nov 2021 09:38:26.452
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.options.ConsumerProducts_CoffeeMaker_Option_CoffeeTemperature:ConsumerProducts.CoffeeMaker.EnumType.CoffeeTemperature.96C
                                        04 Nov 2021 09:38:26.452
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.BSH_Common_Root_SelectedProgram:ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee
                                        04 Nov 2021 09:38:26.452
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected\",\"key\":\"BSH.Common.Root.SelectedProgram\",\"value\":\"ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee\",\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/ConsumerProducts.CoffeeMaker.Option.CoffeeTemperature\",\"key\":\"ConsumerProducts.CoffeeMaker.Option.CoffeeTemperature\",\"value\":\"ConsumerProducts.CoffeeMaker.EnumType.CoffeeTemperature.96C\",\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/ConsumerProducts.CoffeeMaker.Option.BeanAmount\",\"key\":\"ConsumerProducts.CoffeeMaker.Option.BeanAmount\",\"value\":\"ConsumerProducts.CoffeeMaker.EnumType.BeanAmount.VeryStrong\",\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/ConsumerProducts.CoffeeMaker.Option.FillQuantity\",\"key\":\"ConsumerProducts.CoffeeMaker.Option.FillQuantity\",\"unit\":\"ml\",\"value\":140,\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/ConsumerProducts.CoffeeMaker.Option.FlowRate\",\"key\":\"ConsumerProducts.CoffeeMaker.Option.FlowRate\",\"value\":\"ConsumerProducts.CoffeeMaker.EnumType.FlowRate.Intense\",\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":0,\"level\":\"hint\"},{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected/options/ConsumerProducts.CoffeeMaker.Option.BeanContainerSelection\",\"key\":\"ConsumerProducts.CoffeeMaker.Option.BeanContainerSelection\",\"value\":\"ConsumerProducts.CoffeeMaker.EnumType.BeanContainerSelection.Left\",\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:26.431
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_OperationState:BSH.Common.EnumType.OperationState.Ready
                                        04 Nov 2021 09:38:26.431
                                         master homeconnect.0: event: {"type":"STATUS","data":"{\"items\":[{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/status/BSH.Common.Status.OperationState\",\"key\":\"BSH.Common.Status.OperationState\",\"value\":\"BSH.Common.EnumType.OperationState.Ready\",\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:25.600
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:24.533
                                         master homeconnect.0: Delete: SIEMENS-TI909701HC-68A40E188708.programs.active.options
                                        04 Nov 2021 09:38:24.458
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.BSH_Common_Root_ActiveProgram:null
                                        04 Nov 2021 09:38:24.458
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015104,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active\",\"key\":\"BSH.Common.Root.ActiveProgram\",\"value\":null,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:23.596
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:22.591
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:22.591
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:22.102
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:20.586
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:19.598
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:19.598
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:19.124
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:17.593
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:16.605
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:16.605
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:16.101
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:14.717
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:95
                                        04 Nov 2021 09:38:14.716
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015094,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":95,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:14.601
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:13.715
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:70
                                        04 Nov 2021 09:38:13.715
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015093,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":70,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:13.661
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:13.661
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:13.093
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:12.712
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:69
                                        04 Nov 2021 09:38:12.712
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015092,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":69,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:11.717
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:67
                                        04 Nov 2021 09:38:11.717
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015091,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":67,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:11.583
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: Program currently not available
                                        04 Nov 2021 09:38:11.549
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: There is no program selected
                                        04 Nov 2021 09:38:10.714
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:64
                                        04 Nov 2021 09:38:10.713
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015090,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":64,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:09.723
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:62
                                        04 Nov 2021 09:38:09.722
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015089,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":62,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:09.546
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: There is no program selected
                                        04 Nov 2021 09:38:08.709
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:59
                                        04 Nov 2021 09:38:08.709
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015088,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":59,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:08.354
                                         homeconnect.0 (22023) SIEMENS-TI909701HC-68A40E188708: There is no program selected
                                        04 Nov 2021 09:38:07.952
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress
                                        04 Nov 2021 09:38:07.712
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:57
                                        04 Nov 2021 09:38:07.712
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015087,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":57,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:06.716
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:54
                                        04 Nov 2021 09:38:06.715
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015086,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":54,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:06.350
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708: There is no program selected
                                        04 Nov 2021 09:38:05.708
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:52
                                        04 Nov 2021 09:38:05.708
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015085,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":52,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:04.987
                                         master homeconnect.0: Delete: SIEMENS-TI909701HC-68A40E188708.programs.active.options
                                        04 Nov 2021 09:38:04.912
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.active.BSH_Common_Root_ActiveProgram
                                        04 Nov 2021 09:38:04.712
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:49
                                        04 Nov 2021 09:38:04.712
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015084,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":49,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:03.705
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:47
                                        04 Nov 2021 09:38:03.705
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015083,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":47,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:02.713
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:44
                                        04 Nov 2021 09:38:02.712
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015082,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":44,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:01.808
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:42
                                        04 Nov 2021 09:38:01.808
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015081,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":42,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:01.052
                                         master homeconnect.0: Delete: SIEMENS-TI909701HC-68A40E188708.programs.active.options
                                        04 Nov 2021 09:38:00.948
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.selected.BSH_Common_Root_SelectedProgram:null
                                        04 Nov 2021 09:38:00.947
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015080,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/selected\",\"key\":\"BSH.Common.Root.SelectedProgram\",\"value\":null,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterPowderCoffee
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterHotWater
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterHotMilk
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterFrothyMilk
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterCoffeeAndMilk
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterCoffee
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.ConsumerProducts_CoffeeMaker_Status_BeverageCounterRistrettoEspresso
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_RemoteControlStartAllowed
                                        04 Nov 2021 09:38:00.931
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_OperationState
                                        04 Nov 2021 09:38:00.930
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_LocalControlActive
                                        04 Nov 2021 09:38:00.930
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.status.BSH_Common_Status_DoorState
                                        04 Nov 2021 09:38:00.930
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.settings.ConsumerProducts_CoffeeMaker_Setting_CupWarmer
                                        04 Nov 2021 09:38:00.930
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.settings.BSH_Common_Setting_PowerState
                                        04 Nov 2021 09:38:00.929
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.settings.BSH_Common_Setting_ChildLock
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_DeadEye
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.DeadEye","name":"Dead Eye","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_BlackEye
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.BlackEye","name":"Black Eye","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_RedEye
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.RedEye","name":"Red Eye","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.909
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Americano
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Americano","name":"Americano","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Garoto
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Garoto","name":"Garoto","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Galao
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Galao","name":"Galão","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_KoffieVerkeerd
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.KoffieVerkeerd","name":"Koffie verkeerd","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Kaapi
                                        04 Nov 2021 09:38:00.908
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Kaapi","name":"Kaapi","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_CafeAuLait
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.CafeAuLait","name":"Café au lait","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_CafeConLeche
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.CafeConLeche","name":"Café con leche","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_CafeCortado
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.CafeCortado","name":"Café cortado","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Cortado
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Cortado","name":"Cortado","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_FlatWhite
                                        04 Nov 2021 09:38:00.907
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.FlatWhite","name":"Flat White","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_WienerMelange
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.WienerMelange","name":"Wiener Melange","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_VerlaengerterBraun
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.VerlaengerterBraun","name":"Verlängerter braun","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_Verlaengerter
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.Verlaengerter","name":"Verlängerter","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.906
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_GrosserBrauner
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.GrosserBrauner","name":"Großer Brauner","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_CoffeeWorld_KleinerBrauner
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.CoffeeWorld.KleinerBrauner","name":"Kleiner Brauner","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_WarmMilk
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.WarmMilk","name":"Warme Milch","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_MilkFroth
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.MilkFroth","name":"Milchschaum","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_CaffeLatte
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.CaffeLatte","name":"Milchkaffee","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.904
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_LatteMacchiato
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.LatteMacchiato","name":"Latte Macchiato","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_Cappuccino
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Cappuccino","name":"Cappuccino","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_Coffee
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Coffee","name":"Caffè Crema","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_EspressoMacchiato
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.EspressoMacchiato","name":"Espresso Macchiato","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_Espresso
                                        04 Nov 2021 09:38:00.903
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Espresso","name":"Espresso","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.902
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_EspressoDoppio
                                        04 Nov 2021 09:38:00.902
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.EspressoDoppio","name":"Espresso doppio","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.902
                                         master homeconnect.0: Create State: SIEMENS-TI909701HC-68A40E188708.programs.available.ConsumerProducts_CoffeeMaker_Program_Beverage_Ristretto
                                        04 Nov 2021 09:38:00.902
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708 available: {"key":"ConsumerProducts.CoffeeMaker.Program.Beverage.Ristretto","name":"Ristretto","constraints":{"execution":"selectandstart","available":true}}
                                        04 Nov 2021 09:38:00.895
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.options.BSH_Common_Option_ProgramProgress:39
                                        04 Nov 2021 09:38:00.894
                                         master homeconnect.0: SIEMENS-TI909701HC-68A40E188708.programs.active.BSH_Common_Root_ActiveProgram:ConsumerProducts.CoffeeMaker.Program.CleaningModes.ApplianceOnRinsing
                                        04 Nov 2021 09:38:00.894
                                         master homeconnect.0: event: {"type":"NOTIFY","data":"{\"items\":[{\"timestamp\":1636015080,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active\",\"key\":\"BSH.Common.Root.ActiveProgram\",\"value\":\"ConsumerProducts.CoffeeMaker.Program.CleaningModes.ApplianceOnRinsing\",\"level\":\"hint\"},{\"timestamp\":1636015080,\"handling\":\"none\",\"uri\":\"/api/homeappliances/SIEMENS-TI909701HC-68A40E188708/programs/active/options/BSH.Common.Option.ProgramProgress\",\"key\":\"BSH.Common.Option.ProgramProgress\",\"unit\":\"%\",\"value\":39,\"level\":\"hint\"}],\"haId\":\"SIEMENS-TI909701HC-68A40E188708\"}","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        04 Nov 2021 09:38:00.261
                                         master homeconnect.0: Delete: SIEMENS-TI909701HC-68A40E188708.programs.active.options
                                        04 Nov 2021 09:38:00.151
                                         master homeconnect.0: event: {"type":"CONNECTED","data":"","lastEventId":"SIEMENS-TI909701HC-68A40E188708","origin":"https://api.home-connect.com"}
                                        

                                        so log von unten ..kaffe maschiene AN
                                        kaffe gezogen kannst im LOG 04 Nov 2021 09:38:14.717 erkennen da progress 95
                                        bis dahin alles gut

                                        um
                                        04 Nov 2021 09:38:44.600

                                        gings los

                                        hängts mit dem
                                        Program currently not available vielleicht zusammen..dass der hier murks macht

                                        dann weiter um 04 Nov 2021 09:38:45.704 läuft der 2-te kaffee...

                                        zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                        1 Antwort Letzte Antwort
                                        0
                                        • T tombox

                                          @derdominik @oberfragger Ich habe mal in die github version eine option eingebaut mit der man das programm holen bei wiederverbinden deaktivieren

                                          oberfraggerO Offline
                                          oberfraggerO Offline
                                          oberfragger
                                          schrieb am zuletzt editiert von
                                          #655

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

                                          @derdominik @oberfragger Ich habe mal in die github version eine option eingebaut mit der man das programm holen bei wiederverbinden deaktivieren

                                          Hi,
                                          ich bin gerade überfordert bei dem Satz...? Was meinst du genau? Da fehlt irgendwie ein verb? Sorry. Vielleicht ist das aber auch nur zu spät heute aben. Ich hoffe ja es kommt jetzt etwas schwung rein und der Fehler wird gefunden.

                                          Ich möchte ja gerne wieder die verläßliche Kaffeeansage...

                                          T 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

                                          632

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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