Some sensor values are not beeing written to databse

Hi

Today I updated to 0.111.2 without issues. After I while I realized, that certain (not all!) sensor values are not being written to the database (MariaDB on Synology) anymore?! :thinking:

One easy example might be the uptime sensor:
image
It is still there and does have a correct value. But the current value is not written to the database:

I deleted the database without success. My recorders.yaml looks like this:

db_url: !secret db_url_string
purge_keep_days: 3
exclude:
  event_types:
    - service_removed
    - service_executed
    - platform_discovered
    - homeassistant_start
    - homeassistant_stop      
    - feedreader
    - service_registered
    - call_service
    - component_loaded
    - logbook_entry
    - system_log_event
    - automation_triggered
    - script_started
    - timer_out_of_sync

What’s the problem? Does anyone else have the same issue?

Thx!

No! Wait! Sorry! My mistake. The data is being written to the database! Totally different problem. The data is not shown in history:


There should be some more data… :thinking:

For the records: bug is already fixed: