Hello,
I am searching a working Payload decoder for nke ino sensors.
I have tried:
https://github.com/Watteco/Codec-Report-Standard-Javascript
https://github.com/TheThingsNetwork/lorawan-devices/blob/master/vendor/nke-watteco/ino-sensor.js
http://support.nke-watteco.com/wp-content/uploads/2017/05/decodeZCL_svn5031.js
But none of them seems to work.
I want to get a JSON file as output which has some part like “decoded_payload” at least this is the output I get with other sensors.
“uplink_message”: {
“session_key_id”: “xxx”,
“f_port”: x,
“f_cnt”: xxx,
“frm_payload”: “xxx”,
“decoded_payload”: {
“digital”: x,
“pulseAbs”: xxx,
“vdd”: xxx
},
It should look like this but with other values of course.
It seems to work with the online decoder. http://support.nke.fr/Lora/
Thanks in advance.