This page contains detailed information about the HTTP service in the Tartabit IoT Bridge. This service allows you to send and receive HTTP(S) requests for easy integration with other systems and services.
The InfluxDB Connector is used to connect with influxDB 2.0 compatible servers. It works with both on-premise/self-hosted servers as well as the InfluxDB Cloud.
https://
or http://
.Publish a measurement to influxdb.
// Publish a record to the InfluxDB server.
influxdb.publish('influxdb','env', {room:'bedroom'}, {temperature:26.5, humidity: 49.2})
// Publish a record to the InfluxDB server with a measurement timestamp.
influxdb.publish('influxdb','env', {room:'bedroom'}, {temperature:26.5, humidity: 49.2}, event.ts)
The following events are considered billable: