v4.1.0 — AC swing axes, automation-friendly Smart Valve writes, temperature source control, HomeKit reliability #307
Closed
hiall-fyi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrading from v4.0.x: HACS auto-update handles it. No config changes, no re-pairing, no entity ID changes. All per-zone settings, HomeKit pairings, and sensor history carry forward.
If you have automations or templates that read
swing_modeand match'both','vertical', or'horizontal', those need updating — see the Migration section below.Upgrading from a v4.1.0 beta: same — pick up the GA tag and you're done.
Features
Swing (vertical)and aSwing (horizontal)dropdown, each populated from the cloud-reported capability set for your specific unit. Pick a fixed louver position on either dropdown to stop oscillation on that axis. SimpleOn / Offunits keep a two-value dropdown. Fine-grained positions (UP,MID_DOWN,LEFT,MID_RIGHT) are exposed directly where the unit reports them.tado_ce.set_schedule_temperatureservice marks the write as a scheduled change so Smart Valve Control keeps compensating towards it instead of backing off. Leaveforce_overrideoff (the default) to respect any manual override; turn it on when the automation must take priority regardless.Improvements
entity_id,unique_id, and attributes unchanged; UI label only.API_REFERENCE.md, those topics are all in the Features Guide now.Bug fixes
tado_ce_readyevent now reaches boot-time automations (#287 - @Newreader) — the event now fires after HA has fully started, so automation triggers are already registered.Service-call automations using
swing_mode: both / vertical / horizontalkeep working with a deprecation warning per call. The compat shim is removed in v4.2.0:Templates reading
swing_modeand matching'both','vertical', or'horizontal'need updating — the attribute now holds raw values like'on','off','up','auto'. Check both axes separately:How to Update
From v4.0.x stable or any v4.1.0 beta: HACS → Tado CE → ⋮ → Redownload → select v4.1.0 → Restart HA.
Fresh install: See Quick Start in the README.
Thanks to everyone who supported the project through Buy Me a Coffee — it genuinely helps.
Full changelog: v4.0.3...v4.1.0
This discussion was created from the release AC swing axes, automation-friendly Smart Valve writes, temperature source control, HomeKit reliability.
Beta Was this translation helpful? Give feedback.
All reactions