Audi has lately been screwing with my routine by messing with how I turn on my climate control in the morning. First it was in one phone app, then apparently in another (but not really), forcing me to use the web portal thing which makes me punch through two login screens. So, I finally just broke down and wrote a script to automate it for me. What's really nice about this is that you can set up cron jobs (or whatever) and get much more flexible scheduling than what's available in the car.
Anyway, I thought I'd throw it on here in case anyone wanted to play with it:
A quick script to turn on your Audi A3 E Tron's climate control remotely. · GitHub
Example output:
ruby climate.rb
Submitting username and password...
Submitting account number and pin...
Checking vehicle status...
State of charge: 35%
Plugged in: true
Charging: true
Turning on climate control...
Climate control turned on!
Anyway, I thought I'd throw it on here in case anyone wanted to play with it:
A quick script to turn on your Audi A3 E Tron's climate control remotely. · GitHub
Example output:
ruby climate.rb
Submitting username and password...
Submitting account number and pin...
Checking vehicle status...
State of charge: 35%
Plugged in: true
Charging: true
Turning on climate control...
Climate control turned on!