When I add the generic thermostat card, I only see the temperature and the dial, but no toggle for the switch and no eco mode toggle.
Could someone advise me how I’d add this? I am able to add a separate card for the switch but I wanted to have it integrated in the dial as I’ve seen in screenshots.
Thanks!
edit: referring to thermostat card not generic thermostat
It definitely won’t work if you remove target_sensor: climate.panel_temp.
The target_sensor option must be supplied with the entity_id of whatever entity you have that reports the ambient temperature of the area to be heated.
I’ll ask again, why are you using the Generic Thermostat integration if you already have climate.panel_temp?
I’m pretty new to HA so please forgive my ignorance.
I have added the panel heater and the panel switch as two entities - a switch and a climate device, like so:
If I don’t add the switch separately, I don’t get the ability to toggle the device at all.
Without adding to the config I can still add the thermostat card but can only specify the climate entity and not the switch, which means I can’t toggle the panel on/off without adding a separate card.