I have had a situation where I needed to control my floor heating and AC’s in several rooms and did not find a ready component that can handle them in one thermostat with one dual dial in the UI.
I’ve created a dual-mode smart thermostat in order to be able to control two separate devices (heater, cooler).
It’s based on the generic_thermostat component making use of Home Assistant’s built-in climate component so no front end hack was done.
This component can run in three modes: heat_cool, heat, cool.
If you don’t set the cooler_id it’s basically a generic thermostat, but if you set it the Lovelace card will support min and max temperatures.
anyone been able to use this with Ecobee? I would love to not have to rely on the way Ecobee does their configuration, specifically the requirement for a 5 degree window…
So I have set this up to control my Heat and AC. In Heat mode everything works as I would expect (still too cold to test AC). But I was really hoping to use the Automatic Heat/Cool Mode. However when I put it in that mode with target_temp_low: 20.5c and with cold_tolerance: 0.5 the furnace kicks in at 20c but then turns right back off at 20.1c instead of heating up past 20.5 to 20.8. Which means it just keeps turning the furnace on and off trying to maintain that 0.1c
Is this how its supposed to work? do I have something misconfigured. I am posting my yaml below, not sure if I am doing that right though so may have to edit.
Can it support 2 stage heating? I control 2 relay for heating, stage 1 and stage 2. Stage one will kick in only if it needs a bit of heat, and if the difference is too big, stage 2 kicks in.
Hi Swingerman,
I have a guestion, in the last update v0.9.5 dual thermostat release notes is stated that the application has the feature hvac action reason. Can you explain how i can use this feature maybe by way of an example. Thanks in advance.
You could use Mushroom Template Card to display this information.
You can create a vertical stack card and put your thermostat card and the mushroom template card.
I’m new to this kind of things, can you share an example in editor mode of a mushroom template card with what the configuration should be for Hvac_action_reason opening feature?
I have the same problem but I have no idea about how to solve it.
It doesn’t like the same name for heater and cooler relay.
Try to put a fake name for cooler OR heater relay, you will see all buttons (Heat/Cool etc).
Problem is I have a floor heater and cooler controlled by the same relay (like you), so i cannot put a different name (Hot water in winter and cold water in summer).
Any help is apreciated.