Accessing the FLOW LoRaWAN Decoder
The FLOW decoder interprets uplink messages sent by FLOW CORE and FLOW PRO thermostatic heads over the LoRaWAN network.
Accessing the Decoder
- Open the Nexelec Decoders GitHub repository.
- Select the A3 - FLOW CORE FLOW PRO folder.
- Open the
decoderFlow.jsfile. - Click Raw to display only the decoder source code.
- Copy the code and add it to the payload decoder section of your LoRaWAN platform.
You can also access the FLOW decoder folder directly.
The repository is public, so you do not need a GitHub account to view it.
Downloading the Decoder
To download the complete repository:
- On the repository’s main page, click the green Code button.
- Select Download ZIP.
- Extract the downloaded ZIP file.
- Open the A3 - FLOW CORE FLOW PRO folder.
- Locate the
decoderFlow.jsfile.
Checking the Decoder
After adding the decoder to your LoRaWAN platform:
- Send or select an uplink message received from a FLOW device.
- Check that the payload is decoded without errors.
- Confirm that the decoded values are consistent with the device’s current status.
This file is intended only for decoding FLOW uplink messages. It does not generate downlink commands.
Troubleshooting
If you need assistance, please provide:
- the model being used: FLOW CORE or FLOW PRO;
- the firmware version, if available;
- the name of the LoRaWAN platform;
- the complete payload in hexadecimal format;
- the decoded result or error message received.
Never share your LoRaWAN keys or any other confidential credentials.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article