Changes
🚀 Features
-
Re-implementation of the Departure Timers service #627
- Supports three timer types:
- EV Departure Timers (eUP/eGolf): Charging profile-based scheduling with UTC time conversion
- Hybrid Departure Timers: Combined charging/climatisation scheduling with local time
- Auxiliary Departure Timers: Vehicles with auxiliary heating systems
- Automatic timer type detection from existing vehicle configuration
- Strict parameter validation to prevent invalid timer configurations
- Support for both recurring (weekly schedule) and single (one-time) timers
- ID. series is not currently supported
- Supports three timer types:
-
Per-Vehicle Scan Interval Control #883
- Added "Scan Interval" number entity for each vehicle (0–60 minutes)
- Set to 0 to disable automatic updates completely
- Changing the scan interval triggers an integration reload to persist the new value
- ⚠️ Warning: Setting very low scan intervals may trigger rate limiting or temporary blocking on the VW backend. Use with caution and avoid unnecessarily frequent polling.
🐛 Bug Fixes
- Fixed attribute changes not triggering UI updates when state value remained unchanged