telemetryharbor

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:

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