Hi there,
Since the codec itself is available from Adeunis, and you have a node-red already in place, you can install the codec on the host running the node-red and make an exec to system to call the codec and make the decoding for you.
Codec installation howto can be found in the Readme.md file.
Like this:
EDIT:
Here’s to flow’s code:
[{“id”:“72c11275.1dc18c”,“type”:“tab”,“label”:“Flow 1”,“disabled”:false,“info”:“”},{“id”:“d2f05f90.374e3”,“type”:“exec”,“z”:“72c11275.1dc18c”,“command”:“/home/mogyoros/Letöltések/package/bin/codec decode --json”,“addpay”:true,“append”:“”,“useSpawn”:“false”,“timer”:“”,“oldrc”:false,“name”:“Exec Adeunis decoder”,“x”:280,“y”:900,“wires”:[[“3474df97.2367e”],,]},{“id”:“8a05bef8.463a2”,“type”:“inject”,“z”:“72c11275.1dc18c”,“name”:“Input from TTN”,“topic”:“”,“payload”:“43400100F40200F1”,“payloadType”:“str”,“repeat”:“10”,“crontab”:“”,“once”:true,“onceDelay”:0.1,“x”:180,“y”:800,“wires”:[[“d2f05f90.374e3”,“4f931dc1.fb4564”]]},{“id”:“4f931dc1.fb4564”,“type”:“debug”,“z”:“72c11275.1dc18c”,“name”:“”,“active”:true,“tosidebar”:true,“console”:false,“tostatus”:false,“complete”:“false”,“x”:650,“y”:800,“wires”:},{“id”:“3474df97.2367e”,“type”:“json”,“z”:“72c11275.1dc18c”,“name”:“”,“property”:“payload”,“action”:“”,“pretty”:false,“x”:490,“y”:880,“wires”:[[“4f931dc1.fb4564”]]}]
Cheers,
Tamas