So I’ve built my own thermostat - D1 mini based, and am using MQTT to integrate with the Thermostat Card. Have it working 95%, but am struggling with one issue:
When in Auto mode it shows the correct upper and lower temperatures on the display - and works perfectly, but when I change over to Heat or Cool mode it refuses to change to a single temperature setting. I still have two points on the dial, and two numeric temps inside the dial. The modes change correctly too.
Additionally, if I start up HA and the thermostat in a single mode - ‘heat’ or ‘cool’, I get the single temp control and proper setting, and hte card is using the proper topic …but as soon as I transition it to ‘heat_cool’ mode it corrently changes to the dual temp setting mode - also correctly. BUT, it won’t change back when ‘heat’ or ‘cool’ is selected.
I think I have the proper climate config in place for it, but am at a loss here. I’m sure I am missing something stupid, but am stuck. Here’s the climate config:
My understanding of MQTT is bery limited, but could it be that in your case it works correctly after restart because it doesn’t yet “know” that your thermostat is dual point? Only once the mode is activated it recognizes it as such and thats why you have this behaviour?
In my case it’s always dual point, even after restart.
Comparing YAML will not tell us much, since the thermostats are setup in different integrations. Nonetheless, you’ll find it below.
It feels to me like this is a feature request for the frontend - an option to hide not applicable setpoint.
There might be custom cards with this feature already. It’s a pity, considering how nice the new built in cards look
I probably did not phrase that right. It’s a combination of using the correct topics (defined in yaml) and in how those are used in real time over MQTT. I agree that the problem is likely what is expected and when in terms of MQTT messages, but that is just not in any of the docs I could find. I would have assumed that having my thermostat notify the change in mode from auto to heat or heat to auto would be the trigger, but that does not seem to be the case.
Oh well… I’m gonna try to get back to it this weekend.
I also created a thermostat in ESPhome and I use the Home Assistant API and I have the same issue. Dual Point Thermostats always show low and high temp settings, even when choosing just to heat or just cool. Hoping someone finds a fix for this.
Adding myself to this issue. All my heat only or cool only Bang Bangs from EspHome devices are all showing with a dual point (Heat and Cool) in the new HA thermostat card.