ciotlosm / lovelace-thermostat-dark-card

🌡 Thermostat card with a round and black feel to it
MIT License
733 stars 187 forks source link

hvac_states + preset_mode #302

Open popeating opened 1 year ago

popeating commented 1 year ago

I'm giving this card a try, and it looks it works correctly, but it looks the thermostat do not fit a systen like mine; my system got a "master" status (off/heat) and also a preset_mode attribute (eco/away/home/Custom) then every valve got its own state (off/heat) which is inherited from the "master" and preset_mode attribute (none/temporary/permanent) which describe if the temperature has been changed on the valve (non will follow master program)

The basic thermostat card shows me the master status and (if present) the local preset_mode, for example if i chage the temp on a valve it shows "Heat - temporary" (meaning that the system is set to heat and the valve is overriding temporary the main program)

This card, shows me the correct color of the interface (using the hvac states from the main), but i have no way to show the local preset_mode. The only workaraound is to show it as separate conditional card, but it would be nice to have it self contained