Example flow for filtering duplicate messages

An example flow for filtering duplicate messages

More see in german http://blog.wenzlaff.de/?p=10086

[{"id":"3328263d.a9beaa","type":"tab","label":"Test Filter","disabled":false,"info":""},{"id":"ea699d27.d25","type":"deduplicate","z":"3328263d.a9beaa","name":"Filter doppelte Nachrichten für 5 Sekunden","keyproperty":"","expiry":5,"x":370,"y":140,"wires":[["a83a8014.f47d8"],["c82d007.5162a8"]],"inputLabels":["Eingang"],"outputLabels":["Einmal","Duplikat"]},{"id":"216fab0b.558d8c","type":"inject","z":"3328263d.a9beaa","name":"","topic":"","payload":"Test","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":140,"wires":[["ea699d27.d25"]]},{"id":"a83a8014.f47d8","type":"debug","z":"3328263d.a9beaa","name":"Einmal","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":650,"y":120,"wires":[]},{"id":"c82d007.5162a8","type":"debug","z":"3328263d.a9beaa","name":"Duplikat","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":660,"y":180,"wires":[]},{"id":"8cc38fe2.7330d8","type":"comment","z":"3328263d.a9beaa","name":"(c) 2018 Thomas Wenzlaff http://www.wenzlaff.info","info":"","x":230,"y":40,"wires":[]}]

Flow Info

Created 7 years, 7 months ago
Rating: 5 2

Owner

Actions

Rate:

Node Types

Core
  • comment (x1)
  • debug (x2)
  • inject (x1)
Other
  • deduplicate (x1)
  • tab (x1)

Tags

  • Test
  • Flow
  • doppelte
  • nachricht
  • filter
  • filtering
  • duplicate
  • messages
  • exampl
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option