thinking that the power_command_topic would be sent whenever the temperature would go over/under the one set, but nothing ever get send to that topic.
How can I turn on the pump when the temperature goes under the one set and turn it off when it goes over?
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
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!
climate:
- platform: generic_thermostat
name: Thermostat Chambre (Riscaldamento)
heater: switch.radiateur_chambre (device to toggle your heat pump)
target_sensor: sensor.sonde_chambre_temperature (your temp sensor)
min_temp: 12
max_temp: 21
ac_mode: false
target_temp: 19
cold_tolerance: 0
hot_tolerance: 0.1
min_cycle_duration:
seconds: 300
keep_alive:
minutes: 3
initial_hvac_mode: "off" (set this to heat if you want it to be active when HA start/reboot)
away_temp: 12
precision: 0.1
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!)
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.