Skip to content

Instantly share code, notes, and snippets.

@ashleigh-hopkins
ashleigh-hopkins / README.md
Created January 12, 2026 08:02
Home Assistant Audi Connect Car Dashboard - Climate Control & Charging

Home Assistant Audi Connect Car Dashboard

A complete Home Assistant dashboard and automation setup for controlling an Audi EV's climate control and charging via the Audi Connect integration.

Features

  • Climate Control: Set desired cabin temperature and trigger HVAC preconditioning
  • Charging Control: Set target state of charge (SOC) percentage
  • Status Display: View doors, windows, locks, trunk status
  • Charging Graphs: Historical charging data visualization
@ashleigh-hopkins
ashleigh-hopkins / mac577if2e_dumper.py
Created July 25, 2025 15:32
Written using AI tools, but manually validated (multiple times). You should be able to run it with `python3 mac577if2e_dumper.py 192.168.0.54 --dump --offset 0 --count 0 --output complete_firmware_dump.bin`
#!/usr/bin/env python3
"""
MAC-577IF2-E Firmware Dumper
A streamlined CLI tool for extracting firmware from Mitsubishi MAC-577IF2-E WiFi adapters.
Based on research from: https://github.com/ncaunt/meldec/issues/2
Features:
- Non-interactive CLI interface
- Built-in admin credentials (no password prompts)