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?!
One easy example might be the uptime sensor:
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!