For the complete documentation index, see llms.txt. This page is also available as Markdown.

InfluxDB Connection

Integrate InfluxDB in your IoT Solution with Thingsup. Connect InfluxDB Databases and run queries to insert/get data via MQTT or HTTP APIs.

This provides a connection to User's InfluxDB Database. User need to provide following parameters to establish a connection to their InfluxDB database.

  • Host - Public DNS/IP of InfluxDB Database

  • Port - InfluxDB Port Number

  • Database - InfluxDB Database Name

  • Username - InfluxDB User

  • Password - InfluxDB Password

Add InfluxDB Connection

Please note the following points:

  • InfluxDB Versions 1.X are supported.

  • localhost database is not supported. You can connect your local InfluxDB server with tunnelling service like ngrok

Last updated

Was this helpful?