marcosvrs
(Marcos V.)
1
How can I reproduce this graph (With the green-shaded area) on my homepage (Lovelace)?
I could already reproduct all the lines, but the Thermostat heating data comes out in another graph. Current lovelace config:
- title: Temperatures 24h
entities:
- sensor.dark_sky_temperature
- sensor.radiator_temperature_living_room
- sensor.radiator_temperature_set_living_room
- sensor.radiator_operation_living_room
type: history-graph
marcosvrs
(Marcos V.)
2
Current graph looks like:
![image](//community-assets.home-assistant.io/original/3X/e/b/eba5f4fa5a1fb2ac0eda16dcdad19db7aa8ad6c0.png)
I have also been trying to find the answer to this question.
I was able to do this by adding the climate entity for my thermostat. It adds the setpoint, the status, and the current temperature.
type: history-graph
entities:
- entity: climate.t6_pro_z_wave_programmable_thermostat
Mlin
5
Found an answer yet?
I’m also looking for a nice way to visualize that: here