Influx integration

Hello,

I am testing a little with the influx DB and HA.

Influx is running on my NAS. HA on a Pi.

The database works but gets from the HA only 17 sensors. Actually I have over 100 in the system.

My Config:
#— InfluxDB —
influxdb:
host: 192.168.178.242
port: 8086
database: ha_test
username: ha_test
password: ha_test
ssl: false
verify_ssl: false
max_retries: 3
default_measurement: state

any ideas?