Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Node-Red
    5. Text im ioBroker Protokoll ausgeben

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Text im ioBroker Protokoll ausgeben

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hotspot_2 last edited by

      Hallo zusammen,

      ich weiß wie ich mit Debug einen Payload oder das ganze Objekt usw. im iobroker Protokoll ausgeben kann.

      Wie kann ich den einen einfachen Text z.B. 1 Zeile als Meldung im ioBroker Protokoll ausgeben?

      mickym 1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @hotspot_2 last edited by

        @hotspot_2 Der Haken Systemkonsole funktioniert in der neuesten Version wieder.

        H 1 Reply Last reply Reply Quote 0
        • H
          hotspot_2 @mickym last edited by

          @mickym Ja, das weiß ich. Funktionieren tut alles bestens soweit.

          Meine Frage war wie ich kann ich einfach einen Text an im Protokoll vom ioBroker (Systemkonsole) ausgeben wie z.B. "Treppenhauslicht angeschaltet", "Treppenhauslicht ausgeschaltet" usw. Und ich ein msg Inhalt oder das gesamte msg Objekt.

          Ro75 mickym 3 Replies Last reply Reply Quote 0
          • Ro75
            Ro75 @hotspot_2 last edited by Ro75

            hier stand Müll
            Ro75.

            1 Reply Last reply Reply Quote 0
            • mickym
              mickym Most Active @hotspot_2 last edited by mickym

              @hotspot_2 Du kannst doch einfach eine payload mit entsprechenden Text in eine DebugNode schicken. ich mach das ja auch so, dass ich einfach ein payload eintrage. 😉

              1 Reply Last reply Reply Quote 0
              • mickym
                mickym Most Active @hotspot_2 last edited by mickym

                @hotspot_2 bzw. Du kannst ja auch jede Nachrichteneigenschaft ausgeben.

                83ba3a97-4b7c-4289-9fb3-af47fbf64190-image.png

                adff3ff0-2447-4033-a155-3882833d8d77-image.png

                [
                   {
                       "id": "bb6b10bafe8a9a01",
                       "type": "inject",
                       "z": "517cd16e4d7e6ae4",
                       "name": "",
                       "props": [
                           {
                               "p": "trigger",
                               "v": "true",
                               "vt": "bool"
                           }
                       ],
                       "repeat": "",
                       "crontab": "",
                       "once": false,
                       "onceDelay": 0.1,
                       "topic": "",
                       "x": 290,
                       "y": 6920,
                       "wires": [
                           [
                               "33f0037a4f78ea5e"
                           ]
                       ]
                   },
                   {
                       "id": "33f0037a4f78ea5e",
                       "type": "change",
                       "z": "517cd16e4d7e6ae4",
                       "name": "Schalte Licht",
                       "rules": [
                           {
                               "t": "set",
                               "p": "payload",
                               "pt": "msg",
                               "to": "true",
                               "tot": "bool"
                           },
                           {
                               "t": "set",
                               "p": "note",
                               "pt": "msg",
                               "to": "Licht eingeschaltet",
                               "tot": "str"
                           }
                       ],
                       "action": "",
                       "property": "",
                       "from": "",
                       "to": "",
                       "reg": false,
                       "x": 490,
                       "y": 6920,
                       "wires": [
                           [
                               "4f53d8783c85da77",
                               "58781438c2b474cc"
                           ]
                       ]
                   },
                   {
                       "id": "4f53d8783c85da77",
                       "type": "debug",
                       "z": "517cd16e4d7e6ae4",
                       "name": "debug",
                       "active": true,
                       "tosidebar": true,
                       "console": false,
                       "tostatus": true,
                       "complete": "payload",
                       "targetType": "msg",
                       "statusVal": "payload",
                       "statusType": "auto",
                       "x": 690,
                       "y": 6920,
                       "wires": []
                   },
                   {
                       "id": "58781438c2b474cc",
                       "type": "debug",
                       "z": "517cd16e4d7e6ae4",
                       "name": "Lichtschalter Wohnzimmer",
                       "active": true,
                       "tosidebar": false,
                       "console": true,
                       "tostatus": false,
                       "complete": "note",
                       "targetType": "msg",
                       "statusVal": "",
                       "statusType": "auto",
                       "x": 760,
                       "y": 6980,
                       "wires": []
                   }
                ]
                

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

                Support us

                ioBroker
                Community Adapters
                Donate

                1.1k
                Online

                31.7k
                Users

                79.7k
                Topics

                1.3m
                Posts

                3
                6
                180
                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