[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 558 Bytes

InfluxDB.md

File metadata and controls

18 lines (13 loc) · 558 Bytes

batmon can directly write to InfluxDB, without a MQTT broker.

The influxdb sink writes changed values of each sample. The code is optimized so it writes minimum data. Write requests to the InfluxDB API are gzipped to further reduce payload. All values are round to 3 decimal places.

See Standalone.md for instructions how to run batmon without Home Assistant.

add this to the options.json:

  "influxdb_host": "example.com",
  "influxdb_username": "",
  "influxdb_password": "",
  "influxdb_ssl": true,
  "influxdb_database": ""