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.
- 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?