An optimized Tado integration designed to handle strict API limits through intelligent quota management and command batching.
🆚 Comparison • 🚀 Highlights • 📊 API Strategy • 🛠️ Architecture
📦 Installation • ⚙️ Configuration • 📱 Entities • ⚡ Services
📋 Constraints • 🐛 Troubleshooting • ❓ FAQ • 📚 Docs • ☕ Support
Tado Hijack is engineered to maintain your smart home functionality regardless of strict API limits. It uses adaptive polling and command batching to stay within quota constraints.
It is designed to work alongside your local HomeKit (v3) or Matter (Tado X) integrations. Use local protocols for temperature control, and Tado Hijack for cloud-only features (Schedules, Hot Water, AC Pro, Hardware Settings, and Indoor Climate Sensors).
[!NOTE] High API Usage is Expected: Auto Quota dynamically consumes the available quota to provide the fastest possible updates. If the daily limit is reduced by Tado, the system will automatically slow down to prevent account locks.
| Feature | Official Tado | HomeKit (v3) | Tado Hijack |
|---|---|---|---|
| Temperature Control | ✅ | ✅ | 🔗 (HK/Matter) / ☁️ (V2 Cloud Mode) |
| Boiler Load / Modulation | ✅ | ❌ | ✅ Yes |
| Hot Water Power & Temp | ✅ | ❌ | ✅ Full |
| Smart Schedules Switch | ✅ | ❌ | ✅ Yes |
| AC Pro (Fan/Swing) | ✅ | ❌ | ✅ v3 only |
| Child Lock / OWD / Early | ✅ | ❌ | ✅ Yes |
| Indoor Climate Sensors | ❌ | ❌ | ✅ All Gens |
| Local Control (v3) | ❌ | ✅ | ✅ (via HK Link) |
| Tado X Support | ❌ | ✅ (Matter) | ✅ Local + Cloud |
| Multi-Generation Support | ❌ | v3 only | ✅ v3 / X / v2 |
| Device Unification | ❌ | ❌ | ✅ V3 only |
| Dynamic Presence-Aware Overlay | ❌ | ❌ | ✅ Exclusive |
| Auto Quota (Weighted) | ❌ | N/A | ✅ Yes |
| Economy Window (Night Mode) | ❌ | N/A | ✅ Yes |
| Command Batching | ❌ | N/A | ✅ Extreme (1 Call) |
| API Quota Visibility | ❌ | N/A | ✅ Real-time |
| Privacy Redaction (Logs) | ❌ | N/A | ✅ Strict |
[!IMPORTANT] 🌟 Local Matter Control for Tado X: Tado Hijack is the first and only integration that combines Matter local control with Tado X cloud features!
- Other integrations: Support Tado X only via full cloud (no local control, 100% API dependent)
- Tado Hijack: Uses Matter for local temperature control + cloud API for advanced features (Schedules, QuickActions, etc.)
We support BOTH Tado v3 Classic (HomeKit) AND Tado X (Matter) through a unified architecture. Note: Some features are v3-specific (Hot Water, AC, Early Start) due to hardware limitations.
Quick Reference: This integration supports V2 (GW bridges), V3 Classic (HomeKit), and Tado X (Matter).
| Feature Category | V2 (GW) | v3 Classic | Tado X | Notes |
|---|---|---|---|---|
| Temperature Control | ☁️ | ✅ | ✅ | All: Cloud mode available / V3: HomeKit / X: Matter |
| Hot Water | ✅ | ✅ | ❌ | Cloud API + water_heater entity |
| AC Pro (Fan/Swing) | ✅ | ✅ | ❌ | Cloud API + climate entity |
| QuickActions (Bulk) | ✅ | ✅ | ✅ | boost/off/resume = 1 call |
| set_mode_all (Bulk) | ✅ | ✅ | ❌ | v3=1 call, X=N calls |
| Hardware Settings | ✅ | ✅ | ✅ | Child Lock, Offset, etc. |
| Indoor Climate Sensors | ❌ | ✅ | ✅ | Dew point, mold risk, AH, ventilation. v3: built-in fallback. Tado X: link temperature source on zone device. |
See FAQ for detailed setup instructions and temperature source configuration.
While other integrations waste your precious API quota for every tiny interaction, Tado Hijack features Deep Command Merging. We collect multiple actions and fuse them into a single, highly efficient bulk request.
[!TIP] Maximum Fusion Scenario: Triggering a "Party Scene": AC living_room (Temp + Fan + Swing) + AC kitchen (Temp + Fan) + Hot Water (ON).
❌ Standard Integrations: 6-8 API calls (Half your hourly quota gone). ✅ Tado Hijack: 1 single API call for everything.
Note: This works within your configurable Debounce Window. Every action is automatically fused.
[!IMPORTANT] Universal Batching: This applies to manual dashboard interactions AND automated service calls (like
set_mode). 10 changes at once? Still only 1 API call.
We don't replace local control. We enhance it.
For V3 (HomeKit): Tado Hijack detects your existing HomeKit devices and injects cloud-only features directly into them — creating one unified device with both local control and cloud power-features.
For Tado X (Matter): Matter doesn't expose serial numbers for device linking, so Tado Hijack features appear as separate entities alongside your Matter climate entities.
[!IMPORTANT] Hybrid Architecture: This integration is designed to work alongside native local control:
- Tado v3 Classic: Works with HomeKit Device integration (provides
climateentity for local temperature control)- Tado X: Works with Matter integration (provides
climateentity for local temperature control)- Tado Hijack: Provides the "Missing Links" for both generations (Schedules, Hot Water, AC Modes, Hardware Settings)
- V3 Bonus: Device Unification (features injected into HomeKit devices)
Note: Full Cloud Mode provides climate entities via API polling but consumes API quota for temperature changes. See Full Cloud Mode for details.
[!NOTE] No Redundancy (Default Mode): By default, Tado Hijack does not create climate entities, as local protocols (HomeKit/Matter) already handle temperature control efficiently. We focus on cloud-only features: Schedules, Hot Water, AC Modes, Hardware Settings.
Full Cloud Mode: Optionally enables cloud-polling climate entities, but consumes API quota for every temperature change. Only recommended for V2 bridges (20k calls/day) or users without HomeKit/Matter access.
water_heater entity with standardized auto, heat, and off modes. Full Pre-Validation ensures you never send invalid configurations.auto_target_temperature attribute while in auto mode (available for Heating, AC and Hot Water).home or away globally via the presence_mode select entity. Set to auto to hand control back to Tado's own geofencing. Note: Handing control back to Tado via auto requires a Tado Auto-Assist subscription. If you don't have Auto-Assist, use home or away to manually lock the presence state via your own HA automations.Tado Hijack implements enterprise-grade state management to ensure your settings never get lost or overwritten:
[!TIP] tado-api-proxy TL;DR: The proxy acts as a local cache and authentication handler. It allows you to use your integration without being strictly bound to Tado's cloud limits.
- Run the Docker Container.
- Set your
API Proxy URLin Hijack Options (e.g.,http://192.168.1.10:8080).- Enjoy unlimited local-like polling (safety floor still applies).
Tado's API limits are restrictive. That's why Tado Hijack uses a Zero-Waste Policy.
| Action | Cost | Frequency | Description
$ claude mcp add tado_hijack \
-- python -m otcore.mcp_server <graph>