🅿️ Auto Parking Location

by Sergiu Susman

Version 3 (April 13, 2026)

Download (23 downloads)

Automatically get and store the parking location for configured vehicles when the Bluetooth connection to them is lost.

- supports multiple vehicles in parallel
- fully customisable via dedicated "Settings" flow
- manual parking (location pick) option also available

Recommended use is to add a widget/shortcut to the "Monitoring service" flow on your home screen. That's the intended use case since it provides a selectable menu with all the stored vehicles' parking data and relevant options (e.g. "Show on map", "Manual parking").



Optimisation note: The project keeps only 1 flow running in the background for each monitored vehicle (monitoring the BT connection). This single flow can spawn additional temporary flows for:
a) location getting (+4 flows; for location get/accuracy, location timeout, user notification/interaction and result storing/scenario continuation)
b) parking notification (optional +1/2 flows; for user notification/interaction and optionally timer timeout)
c) parking failure warning (similar to 'b)')
Neither of 'a)', 'b)' or 'c)' can happen in parallel for the same vehicle.The parking notification or parking failure warning can appear only after location getting succeeded or failed respectively; therefore, the majority of the time only 1-3 flows would be running in the background per vehicle. The 'a)' runs for the short configurable period after a BT disconnect to get the location.
The 'b)' or 'c)' can run for much longer to inform/warn the user but you can decide to disable the 'Notification (Parked)' / 'Notification (Parking failure)' entirely or to configure their delays to be shorter via the Settings flow. In the end, only 1 flow would remain running in the background per vehicle after 'a)' and (if applicable) 'b)' and/or 'c)' are done executing/all notifs are dismissed.

Personal note: It all started from a simple question: "How many features can I make configurable via dialogs instead of requiring flow editing?". This 300+ blocks project is the result of that =)
Overkill? Oh yeah... but sometimes the personal motivation is how much can be done instead of if it should be done. Have fun, guys!

5.0 average rating from 1 reviews

5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.