Influx v2 add-on - database size sensor?

I’m using Influx v2 addon ( GitHub - danieloldberg/addon-influxdbv2: InfluxDB v2.0 ) and trying to find a way to monitor db size on a dashboard, but I have only found solutions for influx v1 or docker installed v2, both are useless for my use case. Does anybody know a workaround to achieve my goal? Thanks!

Did you tried file size integration?

Yepp, but not sure what directory should be added? Maybe I tried a wrong one?

Depend on you database path and that depend on your installation type.

Using latest HAOS and the default settings of the addon. But I suspect I need a different approach, as the DB can spread on multiple files

I use this integration to monitor ha database. I’m using docker and never used haos and don’t know where it is. You will have to check on your hd.
This is my working config

homeassistant:
    allowlist_external_dirs:
      - "/config"
1 Like

Thanks, I try to find the folder