I am trying to populate my sensor’s data into InfluxDB. Sadly nothing is written from the sensor domain.
Everything else is written like binary_sensor, sun, etc but not sensor.
I have HA 0.115.6 and InfluxDB 2.0.2 installed separately.
In my configuration.yaml I basically tried every combination, starting from a basic config like this:
influxdb:
api_version: 2
ssl: false
host: 192.168.0.102
port: 8086
token: *******
organization: 7bb6f528e80d4962
bucket: home_assistant
max_retries: 3
And tried some other options for includes:
component_config_glob:
sensor.humidity_*:
override_measurement: humidity
include:
entities:
- sensor.humidity_living_room
And also just to include the domain:
include:
domains:
- sensor
There is absolutely nothing in the logs. I even have this:
logger:
default: warning
logs:
homeassistant.components.influxdb: debug
I currently have some AQARA humudity/temp sensors via Deconz.
What can I check or what could be the issue here?
1 post - 1 participant