Query flight data from HAJ (EDDV) Germany

Query flight data from HAJ (EDDV) Germany. Request from thinkSpeak.com.

[{"id":"f3ae9f7b.3f9d3","type":"debug","z":"f052ec3b.cab2c","name":"Ausgabe","active":true,"console":"true","complete":"payload","x":660.36669921875,"y":368.25,"wires":[]},{"id":"d62ca435.e783","type":"inject","z":"f052ec3b.cab2c","name":"Start","topic":"","payload":"","payloadType":"date","repeat":"300","crontab":"","once":true,"x":212.36666870117188,"y":91.75,"wires":[["a7840b03.538768"]]},{"id":"a7840b03.538768","type":"http request","z":"f052ec3b.cab2c","name":"Flugzeuge von thingspeak.com abfragen","method":"GET","ret":"obj","url":"https://api.thingspeak.com/channels/44177/feeds/last.json","x":294.3666687011719,"y":207,"wires":[["60c7cf7e.f6c208"]]},{"id":"60c7cf7e.f6c208","type":"contrib-json","z":"f052ec3b.cab2c","engine":"JSONSelect","command":"jq","expr":":root > .field1","complete":"property","prop":"payload","name":"field1 auswerten","x":567.36669921875,"y":207.5,"wires":[["28831af3.2bfe9e"]]},{"id":"28831af3.2bfe9e","type":"function","z":"f052ec3b.cab2c","name":"Text und Zeit ergänzen","func":"var newMsg = { payload: \"Anzahl Flugzeuge in HAJ \"+ msg.payload + \" angefragt \" + new Date() };\nreturn newMsg;\n","outputs":1,"noerr":0,"x":420.36669921875,"y":369.75,"wires":[["f3ae9f7b.3f9d3"]]}]

Flow Info

Created 8 years, 7 months ago
Updated 8 years, 6 months ago
Rating: 5 2

Owner

Actions

Rate:

Node Types

Core
  • debug (x1)
  • function (x1)
  • http request (x1)
  • inject (x1)
Other

Tags

  • Flight
  • DUMP1090
  • HAJ
  • EDDV
  • Germany
  • Flugzeuge
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option