More info graph empty

So here’s a strange thing after upgrading to 0.111.x

All graphs that are shown when you click on a card with sensor values that fluctuate (like temp sensors) and show more info, those are empty!
1

When I click a second time a line is populated!
2

But if I go to another view and back again all graphs are empty again

I have cleared the cache and restarted the browser, same both in Chrome and Firefox

Anyone else that has experienced this problem?
I have checked MariaDB log but everything seems fine

I have the same issue after last update.

I’m using MariaDB
1

The issue has been identified and a fix will be in 0.111.3. See the release notes topic in the blog category for more info. You really should track and read these topics (each release gets one), and report new issues with new releases there so that they get noticed.

Didn’t realize that there were a release notes topic for each release, thank’s for the update!

Anyone still having issues with graph not updating? I am on 0.114.2 and I think since 0.114 it is not updating anymore. Not even after delete/re-install integration…

Aantekening 2020-08-17 202212

I found the “problem”… User error… :rofl: :rofl: :rofl:

I added this into my config and the sensors weren’t included. Stupid me… :grimacing:

history:
  use_include_order: True
  include: !include included_entities.yaml
  
recorder:
  purge_keep_days: 28
  include: !include included_entities.yaml

logbook:
  include: !include included_entities.yaml