Mini Graph Card - All Graphs Are Gone

I can’t figure out what is causing this issue. I’ve been using the Mini Graph Card for a long time, recently my graphs are all gone, the cards are still there. Values on the charts when I hover show 0. This is happening to every one I have, not just this one.

I’ve uninstalled, reinstalled. Downgraded to many previous versions, no luck. I’ve cleared browser cache, tried a different computer. Nothing… Installed via HACS.

########################################################################
##                               Test                                 ##
########################################################################          
  - title: Test
    path: test
    icon: mdi:door
    cards:
      - type: custom:mini-graph-card
        name: Test
        icon: mdi:flash
        entities:
          - sensor.foyer_closet_temperature
        hours_to_show: 6
        points_per_hour: 10
resources:
  - url: /community_plugin/lovelace-slider-entity-row/slider-entity-row.js
    type: js
  - url: /community_plugin/fan-control-entity-row/fan-control-entity-row.js
    type: js
  - url: /community_plugin/compact-custom-header/compact-custom-header.js
    type: module
  - url: /community_plugin/monster-card/monster-card.js
    type: js
  - url: /community_plugin/text-divider-row/text-divider-row.js
    type: module
  - url: /community_plugin/weather-card/weather-card.js
    type: module
  - url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js
    type: module

Any database corruption errors in your log?

Can you see history using the core graphs (click on the entity)?

Good question. I’ve had to delete my history before.

I guess I’ll have to limit devices / days to keep (default looks like 10 days). My database was 16GB.

Backup up, named to homeassistant_v2.db.old, restarted Home Assistant. Good now.

Thanks.

1 Like