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. Spezielle Node oder Flow gesucht

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Spezielle Node oder Flow gesucht

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

      Moin, sorry für die Überschrift. Mir ist gerade nix besseres eingefallen 🙄

      Konkret suche ich eine Node, die true/false am Eingang bekommt. Intern sollte ein Timer einstellbar sein, der true oder false erst nach Ablauf der Zeit zum Ausgang rausschickt.
      Allerdings soll zB. das "false" nur geschickt werden, wenn nicht innerhalb der einstellbaren Zeit ein "true" kommt.
      Also das "false" soll nur raussenden, wenn kein "true" innerhalb der Zeit kommt. Kommt das "true", soll nix passieren.

      Gibt es da was oder muß ein Flow gebastelt werden?
      Steh gerade etwas aufm' Schlauch. 😞

      Vl. kann mich jemand in die richtige Richtung schubsen.

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

        @frankthegreat Das kann alles die trigger Node

        266a24d7-a7ff-492f-91bb-3c6a3a89e7fa-image.png

        [
           {
               "id": "46218d5eaf7159e6",
               "type": "inject",
               "z": "7e6af0015415146d",
               "name": "",
               "props": [
                   {
                       "p": "payload"
                   }
               ],
               "repeat": "",
               "crontab": "",
               "once": false,
               "onceDelay": 0.1,
               "topic": "",
               "payload": "true",
               "payloadType": "bool",
               "x": 190,
               "y": 6920,
               "wires": [
                   [
                       "c03d59c81da9eefe"
                   ]
               ]
           },
           {
               "id": "506183199ed34c19",
               "type": "inject",
               "z": "7e6af0015415146d",
               "name": "",
               "props": [
                   {
                       "p": "payload"
                   }
               ],
               "repeat": "",
               "crontab": "",
               "once": false,
               "onceDelay": 0.1,
               "topic": "",
               "payload": "false",
               "payloadType": "bool",
               "x": 190,
               "y": 6960,
               "wires": [
                   [
                       "c03d59c81da9eefe"
                   ]
               ]
           },
           {
               "id": "c03d59c81da9eefe",
               "type": "trigger",
               "z": "7e6af0015415146d",
               "name": "",
               "op1": "",
               "op2": "false",
               "op1type": "nul",
               "op2type": "bool",
               "duration": "5",
               "extend": true,
               "overrideDelay": false,
               "units": "s",
               "reset": "true",
               "bytopic": "all",
               "topic": "topic",
               "outputs": 1,
               "x": 380,
               "y": 6940,
               "wires": [
                   [
                       "a87a0d327f0c3a95"
                   ]
               ]
           },
           {
               "id": "a87a0d327f0c3a95",
               "type": "debug",
               "z": "7e6af0015415146d",
               "name": "Nur false nach 5 Sekunden",
               "active": true,
               "tosidebar": true,
               "console": false,
               "tostatus": false,
               "complete": "payload",
               "targetType": "msg",
               "statusVal": "",
               "statusType": "auto",
               "x": 620,
               "y": 6940,
               "wires": []
           }
        ]
        

        frankthegreat 1 Reply Last reply Reply Quote 1
        • frankthegreat
          frankthegreat @mickym last edited by

          @mickym Ahhhhh, bin blind 😧
          Hatte den "trigger" zwar schon in der Mache...kam bei mir aber nix gescheites raus.

          Aber so läuft es jetzt wie gewünscht...supi, vielen Dank 👍

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

          Support us

          ioBroker
          Community Adapters
          Donate

          719
          Online

          31.7k
          Users

          79.7k
          Topics

          1.3m
          Posts

          2
          3
          156
          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