Skip to content

Reminder to plug in your Tesla when it's at a designated charging location and not plugged in.

Notifications You must be signed in to change notification settings

zephyrus9MA/my-tesla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTesla Android App & Windows Service

Receive reminders to plug in and charge your Tesla.

I have terrible memory and have forgotten to plug in my car to charge over night several times. Usually it's not a big deal at all (first-world problems), but it's still a minor annoyance. So I decided to create a Windows service, and then a mobile app to remind me to plug in to charge.

Basically the app takes the following steps:

  • Check if it's time to charge (configured between monitoring start and end times)
  • Check if vehicle is at the designated charging location (configured within settings screen)
  • Check if vehicle is currently disconnected from charger
  • Push notification to device to remind user to plug in (based on configured frequency)

I found this site very handy for generating C# models based on JSON results, and recommend its use whenever JSON structure changes - http://json2csharp.com/

If you're interested in helping test the app or contributing to its development, please inquire via [email protected].

About

Reminder to plug in your Tesla when it's at a designated charging location and not plugged in.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%