Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter homeconnect (BSH Home-Connect) v0.0.x

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tombox @emil70 last edited by

      @emil70 Siehe Beitrag #1 status.BSH_Common_Status_OperationState

      E 1 Reply Last reply Reply Quote 0
      • E
        emil70 @tombox last edited by

        @tombox

        Ok Danke. Da soll das ausgegeben werden?

        Steht jetzt nur ready drin. Ich werde es mir ansehen, mal fertig gespült hat, ob da dann was anderes drin steht

        {
          "type": "state",
          "common": {
            "name": "Betriebsstatus",
            "type": "mixed",
            "role": "indicator",
            "write": true,
            "read": true,
            "unit": "",
            "states": {
              "BSH.Common.EnumType.OperationState.Ready": "Ready"
            }
          },
          "native": {},
          "from": "system.adapter.homeconnect.0",
          "user": "system.user.admin",
          "ts": YYYYYYYYYY,
          "_id": "homeconnect.0XXXXXXXXXXXXx.status.BSH_Common_Status_OperationState",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          }
        }
        
        S 1 Reply Last reply Reply Quote 0
        • S
          saeft_2003 Most Active @emil70 last edited by

          @emil70

          Bei mir sieht das so aus...

           "type": "state",
            "common": {
              "name": "Betriebsstatus",
              "type": "mixed",
              "role": "indicator",
              "write": true,
              "read": true,
              "unit": "",
              "states": {
                "BSH.Common.EnumType.OperationState.Ready": "Ready",
                "BSH.Common.EnumType.OperationState.Run": "Run",
                "BSH.Common.EnumType.OperationState.Finished": "Finished",
                "BSH.Common.EnumType.OperationState.Aborting": "Aborting"
              }
            },
            "native": {},
            "from": "system.adapter.homeconnect.0",
            "user": "system.user.admin",
            "ts": 1706289854032,
            "_id": "homeconnect.0.status.BSH_Common_Status_OperationState",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          
          E 1 Reply Last reply Reply Quote 0
          • E
            emil70 @saeft_2003 last edited by

            @saeft_2003

            Habe da jetzt auch mehr drin. Die werden wohl erst befüllt im Betrieb

             "states": {
                  "BSH.Common.EnumType.OperationState.Ready": "Ready",
                  "BSH.Common.EnumType.OperationState.Run": "Run",
                  "BSH.Common.EnumType.OperationState.Finished": "Finished"
                }
            
            H 1 Reply Last reply Reply Quote 0
            • H
              hunterhb @emil70 last edited by

              @emil70 Hallo Emil70 Habe zum BSH Adapter eine Frage.
              Ich möchte die Startzeit des Programms in folgender Form anzeigen hh:mm:ss
              Der Datenpunkt:

              homeconnect.0.BOSCH-SBV68TX06E-68A40E0EFADA.programs.selected.options.Auto2.BSH_Common_Option_StartInRelative
              

              gibt nur eine 0 aus?

              Und kann die Verbleibende Zeit (9900s) in einem Binding in folgende Form gebracht werden (hh:mm:ss)?

              Für Tips wäre ich dankbar.

              1 Reply Last reply Reply Quote 0
              • M
                ManfredHi last edited by ManfredHi

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

                Und kann die Verbleibende Zeit (9900s) in einem Binding in folgende Form gebracht werden (hh:mm:ss)?

                Für Tips wäre ich dankbar.

                Ich hab mir einen eigenen Datenpunkt Restlaufzeit angelegt und mit dem folgenden Blockly wird der befüllt.

                85a7d8f4-a722-4b1e-b868-69ea5e3af3e7-image.png

                Diesen Datenpunkt lass ich mir dann in der VIS anzeigen. Passt genau mit der Anzeige am GErät überein.

                Geht vermutlich auch einfacher, aber es funktioniert so bei mir seit über einem Jahr.

                Achja nochwas:
                Ich nehme den Datenpunkt vom aktiven Programm im HomeConnect:

                homeconnect.0.012000000000007845.programs.active.options.BSH_Common_Option_StartInRelative
                
                H 1 Reply Last reply Reply Quote 0
                • pfried
                  pfried last edited by

                  Erstmal Danke für diesen Adapter! Great work!
                  Ich bin neu im BSH Home-Connect Thread und habe die Frage eines Neulings:
                  Ich habe einen Geschirrspüler von Bosch und mir werden im IOBroker nicht alle Options angezeigt die es gibt, wie z.B.: Dishcare.Dishwasher.Option.ZeoliteDry, obwohl mein Geschirrspüler diese Option eingebaut hat.
                  Muss ich noch irgendetwas im IOBroker handisch nachziehen?
                  Danke im voraus für etwaige Hinweise und Support!

                  arteck 1 Reply Last reply Reply Quote 0
                  • arteck
                    arteck Developer Most Active @pfried last edited by arteck

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

                    ZeoliteDry

                    das ist doch kein Programm oder
                    ich hab die
                    50e76344-2c7c-4dbc-906e-bfd904806dc4-grafik.png

                    und das unter options

                    21f043b7-7e04-4a11-96e9-40057586df5e-grafik.png

                    L pfried 2 Replies Last reply Reply Quote 0
                    • L
                      lustig29 @arteck last edited by

                      Ich bin auf der Suche nach einem Blockly. Um mir eine Mittteilung zusenden, wenn der Trockner fertig ist. Welchen Datenpunkt nehme ich da und auf was triggere ich?

                      arteck Chris76e B 3 Replies Last reply Reply Quote 0
                      • pfried
                        pfried @arteck last edited by

                        @arteck Da gibt es noch viel mehr Datenpunkte:

                        https://api-docs.home-connect.com/programs-and-options/#dishwasher

                        arteck 1 Reply Last reply Reply Quote 0
                        • arteck
                          arteck Developer Most Active @lustig29 last edited by

                          @lustig29 den da

                          81e96cbc-a332-49fe-b7d0-88e11c293e49-grafik.png

                          auf finished

                          32d0d0b7-f07a-4b9b-a35b-7d5b95a84522-grafik.png

                          L 1 Reply Last reply Reply Quote 0
                          • arteck
                            arteck Developer Most Active @pfried last edited by

                            @pfried da sin aber paar dazugekommen... hast recht

                            pfried 1 Reply Last reply Reply Quote 0
                            • pfried
                              pfried @arteck last edited by

                              @arteck Wie bekommt man diese in den IOBroker?

                              arteck 1 Reply Last reply Reply Quote 0
                              • Chris76e
                                Chris76e @lustig29 last edited by

                                @lustig29

                                Habe das so gelöst, habe auch einen Zähler mit eingebaut.

                                Screenshot 2024-02-15 133858.png

                                1 Reply Last reply Reply Quote 0
                                • arteck
                                  arteck Developer Most Active @pfried last edited by arteck

                                  @pfried mach ein issue auf GIT auf

                                  wobei hier ist schon mal was

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

                                  haselchen created this issue in iobroker-community-adapters/ioBroker.homeconnect

                                  open 2 Datenpunkte unter "events" fehlen beim BOSCH Geschirrspüler #66

                                  pfried 1 Reply Last reply Reply Quote 0
                                  • pfried
                                    pfried @arteck last edited by

                                    @arteck Ok, habe ich gemacht.

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      bob der 1. @lustig29 last edited by

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

                                      Ich bin auf der Suche nach einem Blockly. Um mir eine Mittteilung zusenden, wenn der Trockner fertig ist. Welchen Datenpunkt nehme ich da und auf was triggere ich?

                                      Für sowas gibt es auch dem device-reminder.
                                      Falls der dir nicht bekannt ist.
                                      Wird gerade auch neu geschrieben,als alternative zum Blockly

                                      1 Reply Last reply Reply Quote 0
                                      • H
                                        hunterhb @ManfredHi last edited by

                                        @manfredhi Hi, vielen Dank für den Support. Ich hab schlauerweise die Sekundenanzeige noch mit reingemacht. Allerdings hat die wenig Wert, weil nur alle Minute aktualisiert wird. Heisst ist immer 00. Na ja.
                                        Jetzt habe ich ein Anderes Problem:
                                        Der Türstatus : Open
                                        Der Betriebsstatus: Inactive
                                        Obwohl die Maschine läuft. Und die Restlaufzeit heruntergezählt wird.
                                        Kennt Ihr das Problem? Warum werden die Datenpunkte nicht mehr richtig beschrieben??

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          ManfredHi @hunterhb last edited by ManfredHi

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

                                          Der Türstatus : Open
                                          Der Betriebsstatus: Inactive
                                          Obwohl die Maschine läuft. Und die Restlaufzeit heruntergezählt wird.
                                          Kennt Ihr das Problem? Warum werden die Datenpunkte nicht mehr richtig beschrieben??

                                          Also ich frage den Datenpunkt

                                          homeconnect.0.010000000000007845.general.connected
                                          

                                          ab (weil bei mir der Geschirrspüler stromlos ist und somit eine zeit braucht, bis er wieder mit dem Netzwerk verbunden ist). Und bei dieser Abfrage wird der Türstatus überprüft und falls offen, kommt 3x im Abstand von eine Alexa-Meldung und eine WhatsApp dass die Tür geöffnet ist. Nach den 3x wird komplett abgebrochen. Solange offen ist, wird die Zeit nicht heruntergezählt. Das zu startende Programm übergebe ich auch erst wenn die Tür geschlossen ist.

                                          ae613440-2977-4678-a1fc-5339b20992bb-image.png

                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            lustig29 @arteck last edited by

                                            @arteck trockner_fertig.png

                                            Habe es probiert. Leider funktioniert es so nicht.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            767
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            bsh bsh home connect home connect homeconnect adapter
                                            192
                                            1302
                                            363289
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo