I’ve noticed that quite often the thermostat card doesn’t reflect the heating state or leaf state of the Nest. Recently this has been extra highlighted by the fact I’m currently and temporarily running two HA instances (connected to the same thermostat) while I try to manually upgrade to the latest version… this is such a large undertaking I couldn’t be without Home Assistant for the days while I get everything ready for the big switchover.
Anyway I’ve got HA instance one running at home on a Pi and HA instance two running at work on a Pi. But because Nest is hosted in the cloud they’re both able to collect the Nest info.
Weirdly, on my Home Pi, the thermostat card is currently showing current colouring and status for the fact my heating has been off for two hours.
while my work Pi is showing a thermostat card giving every impression the heating is ON, when it isn’t.
Anyway as I say, I’ve noticed this before I was running two instances that the card sometimes doesn’t update the colour and the leaf to reflect the true state of the Nest - anyway I can help this? It’s not that the card isn’t aware of the correct underlying sensors, because as you can see, the temperature is correct and I’ve checked dev state and BOTH Pis know full well the thermostat is in " has leaf " mode.
.
Any tips welcome!!
EDIT I did some more reading and changed my lovelace config to add hvac status:
Hi all
Does anyone succeeded fixing the size of the card (without auto scaling)?
I’m trying to make mixed cards and the auto scale with this card is really a problem.
appreciate any help.
Hi guys, should be this card able to show “Auto” mode with two setpoints as shown in OP’s first post or not? I think it worked for me before but now i’m not able to manage that. Or am i going crazy?
@dbrunt, how did you manage to change the color to orange? also, did you get yours from HACS? I got mine from HACS but it looks different because when I fill up the “title”, it appears inside the face of the thermostat, above the temperature. From the screenshots I see on here, the title should be outside the face of the thermostat.
Yes, the one in HACS is different: fineemb custom:thermostat-card. Too bad @ciotlosm doesn’t structure his repository with hacs.json so it could be added via HACS.
For those reporting bugs with state, this should be better supported out of the box, as the card now complies more with the standard hvac_action and action being heating & such.
Also for ‘leaf’ it uses preset_mode now with default triggers being eco and away.
Unfortunately this was built for climate entities. It would require too many mods to allow only temperature & humidity. Best would be to fork it and rebuild it, or to start over from the codepen source as a fresh card.