I’m back!
So, I’ve been trying to setup a history_graph so I can better monitor and tweak house balancing against energy efficiency. Goal is to be able to see a few sensors together graphed out over 48 hours.
I found a few threads but I didn’t get to the end result of a graph working.
I followed this: History Graph Card - Home Assistant
And this: (Solved) Lovelace Sensor Graph (two sensors and two lines)
But, this errs when checking the configuration prior to a restart. Error tells me that there is no history-graph integration. So, I searched integrations and one does not exist.
Of note, I can’t edit the default lovelace to add cards - it says HA is managing it.
This was my last attempt to add to configuration:
history_graph:
gr1:
name: Household Temperatures
hours_to_show: 48
entities:
- sensor.temperature_62 #kid room
- sensor.temperature_56 #master bedroom
- sensor.temperature_59 #office
- sensor.temperature_73 #family room
- sensor.entryway_temperature #thermostat
- sensor.velux_sensor_temperature #kitchen velux by fridge
- sensor.temperature_34 #outside
Not sure where to go from here.