ich have a Problem with the history module, i can’t see anything on the history page. I don’t think it is a problem with the recording, because I can see the entry in the Logbook.
Because of the mentioning in other threads I changed to the MariaDB Add-on for the recording, but the problem unfortunately still exists.
I would be happy if anyone can help me with this problem or can point me in the right direction so that i can find my problem.
here are the entries regarding history and recorder from my configuration.yaml
# Enables support for tracking state changes over time
history:
include:
domains:
- sensor
- switch
exclude:
entities:
- sensor.no_updates
domains:
- proximity
recorder:
purge_interval: 2
purge_keep_days: 12
db_url: mysql://hass:passwordl@core-mariadb/homeassistant
I tried to dig a little deeper into this, and I found out that it work in Chrome but not in Safari, both on macOS.
A first difference is, that with safari it shows me a error that https://myurl.duckdns.org:8123/static/webcomponents-lite.js.map is not found (404 http error)
I will analyse this further in the next days to find this browser depending problem.