Telemetry Harbor Integration
Using Telemetry Harbor with Meshtastic
How to Use
Prepare Your Meshtastic Device
- Ensure your Meshtastic device is connected and operational.
- Note the COM port associated with the device.
Set Up the Script
Clone this repository:
git clone https://github.com/TelemetryHarbor/harbor-meshtastic.git
cd harbor-meshtastic
Install required dependencies:
pip install -r requirements.txt
Run the Script
Execute the script and provide the required information:
- Batch Endpoint: Obtain this from your Telemetry Harbor account.
- API Key: Your unique key for secure communication.
- COM Port: The port your Meshtastic device is connected to.
python app.py
Stream Data
The script will push telemetry data from your device to the Telemetry Harbor batch endpoint.
Visualize in Grafana
- Log in to your Telemetry Harbor Grafana instance.
- Access pre-configured dashboards to view and analyze your Meshtastic data.