7
Climate to turn on/off heat pump
(lemmy.world)
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
I think I will, I just wanted to avoid automation (it's getting pretty crowded there!) to read ambient temperature from MQTT
I don’t have an answer for you, but this comment reminds me how badly home assistant needs to add subfolders for organizing and grouping our automations
If I recall correctly, chances are they are coming this year
Fingers crossed! I know one YouTuber I follow mentioned it in his “2024 predictions” - wasn’t sure if he was pulling ideas out of his butt or if there had been actual commitment to this idea. Your comment gives me hope it’s the latter!
Can't recall which video (maybe "year of the voice chapter 5") but devs talked about it on official youtube Channel
Unless you want some specific schedule, there is no need for automation, add config to yaml and it is good to go
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.
I'm trying to use the generic thermostat:
But I only have the button to turn it off:
If I click it nothing happens. What have I done wrong?
on your card, click on the three dots. You should have more options there. If it doesn't work, change "intial_hvac_mode" to "cool"
edit: didn't see your next replied, glad you work it out
I remove the feature "Climate HVAC mode" and added it again and now I can use it.