Hey Guys, i have enabled Influx DB - but noticed i need to specify everything individually to push it into Influx - am i able to push “Everything” in automatically - ie by WildCard ??
Current Config -
api_version: 2 # Ensure the version matches your InfluxDB instance.
host: 192.168.xxxx.xxxx
port: 8086
token: Blah Blah Blah
organization: home # The InfluxDB organisation that the bucket will belong to.
bucket: homeassistant # The name of the bucket where the data will be saved
tags:
source: HA
tags_attributes:
- friendly_name
default_measurement: units
include:
entities:
- weather. Home
- sensor.solaredge_ac_energy_kwh
- sensor.solaredge_ac_power
domains:
- sensor
- binary_sensor
- sun
Guestimated WildCards ??
api_version: 2 # Ensure the version matches your InfluxDB instance.
host: 192.168.xxx.xxx
port: 8086
token:
organization: home # The InfluxDB organisation that the bucket will belong to.
bucket: homeassistant # The name of the bucket where the data will be saved
tags:
source: HA
tags_attributes:
- friendly_name
default_measurement: units
include:
entities:
- * / %
domains:
- * / %