Home Assistant blueprint for automatic climate control in VW ID.Buzz vehicles during camping.
- ✅ Smart Battery Management: Automatic climate control based on battery level
- ✅ Automatic Restart: Automatic restart after climate shutoff with configurable delay
Go to Settings → Devices & Services → Helpers and create:
Add to your configuration.yaml:
input_datetime:
camping_start_time:
name: "Camping Start Time"
has_date: false
has_time: true
camping_end_time:
name: "Camping End Time"
has_date: false
has_time: trueinput_boolean:
auto_camping_mode:
name: "Auto Camping Mode"
icon: mdi:air-conditioner
auto_start_mode:
name: "Auto Start Mode"
icon: mdi:clock-start
auto_end_mode:
name: "Auto End Mode"
icon: mdi:clock-endinput_number:
battery_limit:
name: "Battery Limit"
min: 20
max: 80
step: 5
unit_of_measurement: "%"
icon: mdi:battery-50
delay_minutes:
name: "Restart Delay"
min: 15
max: 120
step: 15
unit_of_measurement: "min"
icon: mdi:timertimer:
camping_delay:
name: "Camping Delay Timer"
duration: "00:00:00"
icon: mdi:timer-sand- Go to Settings → Automations & Scenes → Blueprints
- Click Import Blueprint
- Enter the blueprint URL:
https://github.com/jhron/habptest1 - Or copy the content from
blueprint.yaml
- Click Create Automation from the imported blueprint
- Configure vehicle entities (selectors will show only VW Car-Net entities):
- Battery sensor: Blueprint will show only VW battery sensors
- Climate device: Select your VW ID.Buzz device from VW integration
- Climate entity: Blueprint will show only VW climate controls
- Configure helper entities (created in Step 5)
- Set your preferred times and battery limits
- Save and test!
- No entities: Check VW account credentials
- Authentication failed: Try re-entering password
- Entities unavailable: Vehicle might be sleeping, try remote unlock
- Climate not working: Check if climatisation is available in VW app
- Import fails: Verify all helper entities exist
- Automation not triggering: Check entity states in Developer Tools
- Climate not starting: Verify VW integration entities are working
- Start Time: Climate automatically starts at configured time if battery is sufficient and auto start mode is enabled
- End Time: Climate stops at configured end time if auto end mode is enabled
- Battery Protection: Climate stops immediately if battery drops to the battery limit
- Manual Override: If climate is turned off manually, it restarts after delay if auto start mode is still active
- Smart Recovery: After delay, climate restarts if conditions are still met and auto start mode is active
MIT License - Feel free to modify and share!
- Fork the repository
- Create a feature branch
- Test with Home Assistant 2025.1+
- Submit a pull request
For issues or questions:
- Check the logbook for detailed error messages
- Verify all helper entities are created correctly
- Ensure your VW integration is working properly
- Open an issue