victronenergy / venus-influx-loader

NodeJS server that takes from MQTT into Influx, and config UI and still more
MIT License
14 stars 6 forks source link

feat(influxdb): allow measurement separator to be overriden #98

Open mman opened 4 months ago

mman commented 4 months ago

This is a prototype that allows InfluxDB measurement separator to be changed from the slash (/) used by DBus to dot (.) that allows grouping in InfluxDB queries by positional parameters.

The Admin UI configuration section allows to choose measurement separator, which is then stored to config file and used to replace measurement name in realtime.

Addresses: https://github.com/victronenergy/venus-influx-loader/issues/82

Screenshot 2024-05-17 at 20 07 02