#InfluxDB 2.0 Empty value in table created in InfluxDB

1 messages · Page 1 of 1 (latest)

ionic shadow
#

Hi, I have configured InfluxDB on a VM(Promox), I have link to home assistant but the value are empty in influxDB(Only table).

InfluxDB 2.0
HomeAssistant lastest Official

So I wonder if I make a mistake in my config file and by the way did is possible to get historical Data from Influx to HA?

  api_version: 2
  host: [LOCAL IP] #IP Address of InfluxDB LXC
  ssl: false #Needs to be set to false when using HTTP
  port: 8086 #Default Port of InfluxDB LXC
  token: !secret influx_token #Without Brackets
  organization: [I put the ID of ORG] #Without Brackets
  bucket: homeassistant #Bucket name, not ID
  include: #Include Domain
    domains:
      - sensor
      - binary_sensor
      - automation
      - zone
      - person
      - switch
      - weather

Thank

woven cobalt