v4.0.0-beta.8 - Bridge API decouple, HomeKit write fix #238
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.
-
retry_afterAPI quota feature).What's New
Boiler flow temperature now updates every 60 seconds (#237) — The bridge API fetch is no longer tied to your cloud polling interval. If you had polling set to 30 minutes, your flow temperature chart was stuck on 30-minute steps even though the bridge API doesn't count toward your Tado quota. It now runs on its own 60-second timer. Weather Compensation also benefits from fresher flow data.
Temperature sensors display with consistent precision — All temperature sensors now explicitly show one decimal place in the dashboard.
Bug Fixes
Fixed false HomeKit write failures triggering circuit breaker — Cloud verification was timing out after 17 seconds, but the cloud can take 3–5 minutes to sync from the bridge. Every HomeKit write was being counted as a "failure", eventually forcing all writes through the slower cloud API. The verification window is now longer with retries.
Fixed HomeKit savings counters not resetting after HA restart — The "Reads Saved" and "Writes Saved" counters would keep climbing from the previous day if HA restarted around the time of Tado's daily quota reset.
How to Update
HACS → Tado CE → ⋮ → Redownload → tick "Need a different version?" → select v4.0.0-beta.8 → Restart HA
Contributors
Thanks to @ChrisMarriott38 for spotting the boiler flow temperature issue — his side-by-side chart comparing Tado CE with a REST sensor made the problem immediately clear (#237).
Full changelog: https://github.com/hiall-fyi/tado_ce/blob/main/CHANGELOG.md
This discussion was created from the release Bridge API decouple, HomeKit write fix.
Beta Was this translation helpful? Give feedback.
All reactions