History graph not showing correct values

Here is a strange one I’ve never seen before…

I have a couple of history graphs set up to show my Octoprint bed and nozzle temps.

the actual values are showing correctly but target temps are stuck at 32F.

however the values for everything shows correctly in the states list.

image

image

- type: entities
    title: Octoprint Temperatures
    show_header_toggle: false
    entities:
      - type: custom:stack-in-card
        cards:
          - type: history-graph
            title: Bed Temperature
            entities:
              - sensor.octoprint_target_bed_temp
              - sensor.octoprint_actual_bed_temp
            hours_to_show: 2
            refresh: 60
          - type: history-graph
            title: Extruder Temperature
            entities:
              - sensor.octoprint_target_tool0_temp
              - sensor.octoprint_actual_tool0_temp
            hours_to_show: 2
            refresh: 60

I’ve done the normal refresh the browser step but it’s just not updating the graph.

has anyone seen this before? Or better know how to fix it?

Nevermind…

Apparently my MariaDB database decided to wreck itself at around 4 am.

I found that out when I tried to do a restart as a last resort and I got a bunch of recorder/history integration errors after start-up.

I deleted the MariaDB container along with all of the associated data and re-built it. Now everything seems o be working OK.

I haven’t had a DB issue in a long time.

It’s a good thing I really don’t care about long term data and it will only take 7 days to build back the stuff I do care about.