Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 336 Bytes

InfluxDB.md

File metadata and controls

14 lines (10 loc) · 336 Bytes

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

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": ""