this post was submitted on 02 Mar 2024
7 points (100.0% liked)
homeassistant
12025 readers
77 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't I need at least one to read the temperature from MQTT? Or can I just use an MQTT sensors? How?
here is my config yaml for climate. added hint for your case but i never had heat pump, does your heat pump only heat or does it also cool? exemple here is ok if only heat. If yours heat/cool, try some of the hacs thermostat addon. A quick search led me to this https://community.home-assistant.io/t/generic-thermostat-switch-between-heating-and-cooling/420053 which point to https://github.com/swingerman/ha-dual-smart-thermostat but i know they are more hacs addon for thermostat, you may need to search which is good for your use if the one above doesn't suit your needs
I completely missed your reply, sorry. My system cools and heats, and I really would like to avoid addons to avoid possible brakes in future updates. Do you think that it would be possible to do it with automation? (They can finally be divided into categories!)
Instead of using a community add-on, you can create two generic thermostat. https://www.home-assistant.io/integrations/generic_thermostat/
Mmm...ok. Do you think that there is a way to hide one of them based on the season?
You can use an helper to toggle from one to another and use an automation to trigger it (or a simple switch on your dashboard).
But if I were you, I would use a community add-on as dual AC isn't a niche, I guess it will keep being updated in future. I've been using some community add-on for a couple of years and none have been dropped til now.