Skip to content

InfluxDB Forwarding

Write device data as time-series points to InfluxDB. Perfect for high-performance analytics, Grafana dashboards, and long-term data retention.

Overview

Device data is automatically written to your InfluxDB bucket as time-series data, optimized for queries and visualization.

Quick Start

Step 1: Prepare Your InfluxDB

  1. Create an InfluxDB account (InfluxDB Cloud recommended)
  2. Create a bucket for device data
  3. Generate an API token with write permissions

Step 2: Create a Forwarding Profile

  1. Go to Org → Data Forwarding
  2. Click + New Profile
  3. Select InfluxDB as the type
  4. Enter your InfluxDB details
  5. Click Save

Configuration Options

OptionRequiredDescription
URLYesInfluxDB server URL
OrganizationYesYour InfluxDB organization
BucketYesTarget bucket name
TokenYesAPI token with write access

Data Format

Data is written as time-series points with device and factor information as tags.

Security Tips

  • Create a dedicated API token with write-only permissions
  • Use HTTPS connections
  • Set appropriate bucket retention policies

Troubleshooting

ProblemSolution
401 UnauthorizedRegenerate your API token
404 Not FoundVerify organization and bucket names
Write failedCheck token has write permissions
Connection timeoutVerify URL and network access

Use Cases

  • Grafana Dashboards: Visualize sensor data over time
  • Anomaly Detection: Analyze patterns in time-series data
  • Long-term Storage: Archive data with automatic downsampling

Need Help?

Contact us at [email protected] for technical support.