Files
meshtastic-node-red/README.md
2023-12-11 15:25:07 -08:00

29 lines
911 B
Markdown

# meshtastic-node-red
Node-RED Configuration for Meshtastic Packets
## Features
- Ingestion from MQTT
- Protobufs decoding
- Message deduplication by ID
- Annotate integer-based node ids to hex
- Annotate packets with known NodeInfo
- Split for all current port numbers
- Writing Mesh, Packet, Device, Environment and Position measurements to InfluxDB
- Debug nodes for all outputs
### Included Subflows
- Ingest from MQTT
- Measurement: Mesh
- Measurement: Packet
- Measurement: Device Telemetry
- Measurement: Environment Telemetry
## Dependencies
The following Node-RED modules need to be added to the palette before importing the workflow:
- [@meshtastic/node-red-contrib-meshtastic](https://flows.nodered.org/node/@meshtastic/node-red-contrib-meshtastic)
- [node-red-contrib-influxdb](https://flows.nodered.org/node/node-red-contrib-influxdb)
## Flow Preview
![meshtastic-flow](./meshtastic-flow.png)