Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Siemens Kaffeevollautomat und IOBroker

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Siemens Kaffeevollautomat und IOBroker

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

      @paul53 Hallo, also es funktioniert wunderbar. Super. Vielen Dank für die Unterstützung.
      Habe zwar noch andere Anliegen ich weiß aber nicht ob ich su sehr nerve damit.

      paul53 1 Reply Last reply Reply Quote 0
      • paul53
        paul53 @TimoWald last edited by

        @timowald sagte: Habe zwar noch andere Anliegen

        Welche? Wenn sie Skripte betreffen - kein Problem. Dann mache aber eine neues Thema auf.

        T 2 Replies Last reply Reply Quote 0
        • T
          TimoWald @paul53 last edited by

          @paul53 Kann ich an den Datenpunkten der Kaffeemaschine irgendwo abgreifen das sie an ist und eine 1 ausgeben die ich dann auf den Bus schicke als Status?

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @TimoWald last edited by

            @timowald sieh dir doch die Punkte an, und schalte die Maschi e an.
            Dann siehst du es. Paul hat diese Maschine höchstwahrscheinlich nicht

            T paul53 2 Replies Last reply Reply Quote 0
            • T
              TimoWald @Homoran last edited by

              @homoran Die Maschine gibt folgende werte des Betriebes aus. Diese würde ich als Text an ein KNX Objekt weitergeben.

              33.jpg

              1 Reply Last reply Reply Quote 0
              • paul53
                paul53 @Homoran last edited by

                @homoran sagte: Paul hat diese Maschine höchstwahrscheinlich nicht

                Stimmt.

                @timowald sagte in Siemens Kaffeevollautomat und IOBroker:

                abgreifen das sie an ist und eine 1 ausgeben die ich dann auf den Bus schicke als Status?

                Ich kann mir vorstellen, dass die Maschine läuft solange der Wert von "BSH_Common_Option_ProgrammProgress" < 100 ist.

                T 1 Reply Last reply Reply Quote 0
                • T
                  TimoWald @paul53 last edited by

                  @paul53 Ich möchte nur diese Werte "Ready, Run, ... " als Text auf den Bus geben. Dafür suche ich die Blockly.

                  paul53 1 Reply Last reply Reply Quote 0
                  • paul53
                    paul53 @TimoWald last edited by paul53

                    @timowald sagte: Werte "Ready, Run, ... " als Text auf den Bus geben. Dafür suche ich die Blockly.

                    Dann poste bitte die Objekteigenschaften des Datenpunktes in Code tags. Ich kenne die Wert-Texte nicht. "Ready, Run, ..." sind schon zugewiesene Texte aus der Werteliste (states).

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      TimoWald @paul53 last edited by Homoran

                      @paul53

                      homeconnect.0.SIEMENS-CT636LES6-68A40E7F934D.status.BSH_Common_Status_OperationState

                       {
                        "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.ActionRequired": "ActionRequired",
                            "BSH.Common.EnumType.OperationState.Finished": "Finished",
                            "BSH.Common.EnumType.OperationState.Inactive": "Inactive"
                          }
                        },
                        "native": {},
                        "from": "system.adapter.homeconnect.0",
                        "user": "system.user.admin",
                        "ts": 1656344716870,
                        "_id": "homeconnect.0.SIEMENS-CT636LES6-68A40E7F934D.status.BSH_Common_Status_OperationState",
                        "acl": {
                          "object": 1636,
                          "state": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        }
                      }
                      

                      MOD-EDIT: Code in code-tags gesetzt!

                      paul53 2 Replies Last reply Reply Quote 0
                      • paul53
                        paul53 @TimoWald last edited by paul53

                        @timowald
                        Dann kann man den vorderen Teil einfach entfernen.

                        Bild_2022-06-27_175751109.png

                        Wert (unter "Trigger"):

                        Blockly_DP_Props.JPG

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TimoWald @paul53 last edited by

                          @paul53 Was ist mit "nimm Teil ab" "36" und bis letzter Buchstabe gemeint? Stehe gerade auf dem schlauch.

                          paul53 1 Reply Last reply Reply Quote 0
                          • paul53
                            paul53 @TimoWald last edited by

                            @timowald sagte: Was ist mit "nimm Teil ab" "36" und bis letzter Buchstabe gemeint?

                            Das ist ein Block (der vorletzte) aus dem Bereich "Text".

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              TimoWald @paul53 last edited by

                              @paul53 Super, habe es hinbekommen. Danke schön. Ihr seid die Besten.

                              1 Reply Last reply Reply Quote 0
                              • paul53
                                paul53 @TimoWald last edited by

                                @timowald sagte:

                                "type": "mixed",
                                "role": "indicator",
                                "write": true,
                                

                                Schlampig programmiert.

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TimoWald @paul53 last edited by

                                  @paul53 Ist vom Hersteller so.

                                  paul53 1 Reply Last reply Reply Quote 0
                                  • paul53
                                    paul53 @TimoWald last edited by

                                    @timowald sagte: Ist vom Hersteller so.

                                    Vom Adapter-Ersteller.

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate
                                    FAQ Cloud / IOT
                                    HowTo: Node.js-Update
                                    HowTo: Backup/Restore
                                    Downloads
                                    BLOG

                                    764
                                    Online

                                    31.7k
                                    Users

                                    79.8k
                                    Topics

                                    1.3m
                                    Posts

                                    3
                                    26
                                    1067
                                    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