node-red-contrib-theengs-decoder
v2.3.0
Published
Node-RED node to decode BLE advertisements using Theengs Decoder.
Maintainers
Readme
node-red-contrib-theengs-decoder
A Node-RED node that decodes BLE advertisement messages using Theengs Decoder.
Install
From the Node-RED palette manager, search for
node-red-contrib-theengs-decoder and click install. Or, from the
command line in your Node-RED user directory (typically ~/.node-red):
npm install node-red-contrib-theengs-decoderThe decoder is shipped as WebAssembly — no native toolchain is required.
Usage
Wire any BLE-scanner node (or an MQTT input from a Theengs Gateway) into
the theengs decode node. The input msg.payload should be an object
with at least one of servicedata or manufacturerdata (hex string).
The output msg.payload will be the decoded device information.
An importable example flow is included under
examples/.
License
GPL-3.0-only — same as the underlying Theengs Decoder.
