I have a hot tub controller with a climate entity that sees these states:
- auto
min_temp: 59
max_temp: 104
preset_modes:
- Away From Home
- Standard
- Energy Saving
- Super Energy Saving
- Weekender
current_temperature: 79
temperature: 80
hvac_action: heating
preset_mode: Energy Saving
icon: mdi:hot-tub
friendly_name: "Hot Tub: Heater"
supported_features: 17
I'm looking to create a graph that shows current temperature/set temperature/outdoor temperature alongside the energy consumption to collect for 13 months. I have energy data being generated fine thanks to PowerCalc add-on, however I don't know how to gather historical data on the current_temperature and temperature values.
Also, is there a graph card that can do dual Y axis scales (eg: one for temperature, another for energy)?