An unoffcial nodejs API wrapper for Hyundai BlueLink
npm install bluelinky
const BlueLinky = require('bluelinky');
const client = new BlueLinky({
username: '[email protected]',
password: 'hunter1',
region: 'US',
pin: '1234'
});
client.on('ready', async () => {
const vehicle = client.getVehicle('5NMS55555555555555');
const response = await vehicle.lock();
console.log(response);
});
Checkout out the bluelinky-docs for more info.
- Lock
- Unlock
- Start (with climate control)
- Stop
- Status
Regions | Current Status |
---|---|
USA | ✅ |
Canada | ✅ |
Europe | ✅ |
Korea | ▯▯▯▯▯▯ |
Australia | See #9 |
Give a ⭐️ if this project helped you!
altagir - Canada wizard 🧙♂️
SondreNjaastad - Europe wizard 🧙♂️
aleGuardiola - Fixed generation one cars 😎