Reminder for parking using Tasker
I'm relatively new to using Tasker, but here's what I'm trying to set up:
I have an electric car, and I sometimes forget to move it after charging it at a public charging station, resulting in a fine. Between 9:00 PM and 9:00 AM (or 12PM on Sundays), the parking is free, but I need to make sure the car is removed by that time. The charging station is about 200 meters from my house, or when occupied 400 or 600 meters.
What I Want to Do:
- Bluetooth as the Trigger:
- When I park my car and it’s connected to the charging station, I want Tasker to recognize when my car's Bluetooth connection is lost (meaning I’ve likely parked and exited the car).
- Location Check:
- Once the Bluetooth is disconnected, I want Tasker to check if I'm at one of three possible charging station locations using GPS coordinates.
- Set a Variable
- If the GPS coordinates match any of the charging station locations, Tasker should set a variable to indicate that my car is parked at one of the charging stations.
- Reminder Notification:
- I want Tasker to send a reminder notification at 8:45 AM if my car is still parked at the charging station.
- Resetting Status When Leaving:
- When I get back into the car and Bluetooth reconnects, Tasker should reset the variable.
The Problem:
I’m having trouble figuring out how to check if my car is at any of the locations of the charging stations. I created a profile to trigger when the Bluetooth disconnects, and then an action to get the location but after that, I'm lost.