bch-mqtt2influxdb icon indicating copy to clipboard operation
bch-mqtt2influxdb copied to clipboard

Flexible MQTT to InfluxDB Bridge

Results 9 bch-mqtt2influxdb issues
Sort by recently updated
recently updated
newest added

Hello, thank you for this useful project, I have been using it for many years to read sensor data from Tasmota and Espurna sensors. I have the following problem: I...

I use a write only use to write some data to influxdb. But a write only account can't create a database. Please add a option to the settings so that...

Hi, I have some devices which return raw strings values, in mqtt sub it looks like this: 2020-10-14T13:36:31+0200 stat/nodemcu02_B3D47D/POWER OFF 2020-10-14T13:36:43+0200 stat/nodemcu02_B3D47D/POWER ON 2020-10-14T13:40:00+0200 stat/nodemcu02_B3D47D/POWER OFF 2020-10-14T13:40:02+0200 stat/nodemcu02_B3D47D/POWER ON 2020-10-14T13:42:51+0200...

I have a database EMR3 which has three retention policies. I wanted to store the points in the appropriate one. As a normal database CLI operation you would specify this...

Hi, This MR removes support for influxDB1 and adds InfluxDB2 instead. We could handle both v1 and v2 versions by allowing multiple sender plugins as POCed in #23 , what...

Hi, This MR add support for OpenTSDB in addition to Influxdb. If this MR seems good to you, I'd like to make a 3rd commit with refactors a bit the...

Like: tags: id: $.topic[1].append("-1") to append '-1' to topic 1 (in my case device name)? Ref: https://github.com/json-path/JsonPath

Hi Guys, I'm using mqtt2influxdb to read in temperature and humidity readings from bluetooth sensors via mqtt and it would be useful to be able to map the Bluetooth MAC...