Hello everyone,
I just looked at the statistics_meta
table and found that a lot of my sensors are missing.
Maybe I have a basic idea wrong, but I thought that all entities that are being stored by the recorder also go into the statistics if they are a measurement (which basically all entities with numeric value are).
My recorder yaml:
Summary
recorder:
db_url: !secret mariadb_homeassistant_url
commit_interval: 60
auto_purge: false
include:
entity_globs:
#power consumption
- sensor.*_energy
- sensor.*_power
- sensor.*energy_power*
- sensor.*energy_today*
#device information
- sensor.esp32_wroom_32d_devkitc_v4_*_temperature
- sensor.*_analog_temperature
- sensor.*_last_restart_time
#climate
- sensor.eq3*
- sensor.xiaomi*
#misc
- sensor.siemens*_operation_state
entities:
- binary_sensor.garage_input
- sensor.database_file_size
exclude:
event_types:
- lovelace_updated
- hacs/config
- hacs/reload
- hacs/repository
- hacs/stage
- hacs/status
I do have the data in my normal states table available for e.g. all my climate sensors like the Xiaomi. But in statistics_meta
there is not a single climate entity.
Does anybody know why?
Thank you
Alex