Working Decoder for nke-watteco ino Sensor

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

https://github.com/TheThingsNetwork/lorawan-devices/blob/master/vendor/nke-watteco/ino-sensor-codec.yaml

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.

Problem solved.

Another payload formatter was set on sensor level.

The changes I made were on application level.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.