Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d12/hyundai_bluelink_autolock
Some Hyundai's don't have proximity auto-lock :( This app adds proximity unlock to your BlueLink-enabled Hyundai vehicle.
https://github.com/d12/hyundai_bluelink_autolock
Last synced: 9 days ago
JSON representation
Some Hyundai's don't have proximity auto-lock :( This app adds proximity unlock to your BlueLink-enabled Hyundai vehicle.
- Host: GitHub
- URL: https://github.com/d12/hyundai_bluelink_autolock
- Owner: d12
- License: mit
- Created: 2024-06-21T19:08:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T15:16:27.000Z (6 months ago)
- Last Synced: 2024-11-01T03:10:00.306Z (about 2 months ago)
- Language: Kotlin
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hyundai BlueLink Auto-lock
For some reason, some Hyundai cars don't have proximity auto-lock when you leave your car. If you're used to this feature from a previous vehicle like me, you probably keep accidentally leaving your car unlocked in public 😬
This app solves the issue by locking the doors when you leave the car.
## Requirements
- A BlueLink-supported Hyundai vehicle in one of the supported countries.
- An Android device that you connect to the vehicle via BlueTooth.## Supported countries
- Canada## How it works
If you've configured your phone to connect to your car via BlueTooth (e.g. if you use Android Auto), your phone will automatically connect to the car when you start the car. When you turn your car off, your phone will disconnect from the car.This app listens for this "disconnection" and triggers a lock when it happens. You can configure how long the app waits before locking the car. We trigger a lock via the BlueLink API using your BlueLink credentials.
## Risks
You can lock your fob inside the vehicle with BlueLink. If you do this, the only way to unlock the vehicle is with BlueLink or another keyfob. If BlueLink goes down and you don't have a second fob, you're screwed. Using this app increases the risk of locking your fob inside the vehicle, so please be careful!## Contribution
There are two main things that contributors can help with:
- Adding support for more countries. My vehicle is in Canada so I don't have access to any other countries' BlueLink APIs.
- Developing an iOS port.