Skip to main content

Telemetry Harbor Integration

Using Telemetry Harbor with Meshtastic

How to Use

Prepare Your Meshtastic Device

  1. Ensure your Meshtastic device is connected and operational.
  2. 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

  1. Log in to your Telemetry Harbor Grafana instance.
  2. Access pre-configured dashboards to view and analyze your Meshtastic data.

Repository Link