Skip to content

Commit 74ad78e

Browse files
committed
Merge branch 'develop' of github.com:Hacksore/bluelinky into develop
2 parents 5ec4cf8 + 15be5d8 commit 74ad78e

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bluelinky
22

3-
An unoffcial nodejs API wrapper for Hyundai BlueLink
3+
An unofficial nodejs API wrapper for Hyundai BlueLink
44

55
[![CI](https://img.shields.io/github/workflow/status/Hacksore/bluelinky/npm)](https://github.com/Hacksore/bluelinky/actions?query=workflow%3Anpm)
66
[![npm](https://img.shields.io/npm/v/bluelinky.svg)](https://www.npmjs.com/package/bluelinky)
@@ -46,7 +46,8 @@ Ensure you have a `config.json` that matches the structure of the following, wit
4646
{
4747
"username": "email",
4848
"password": "password",
49-
"pin": "ping",
49+
"pin": "pin",
50+
"brand": "kia" or "hyundai",
5051
"vin": "vin"
5152
}
5253
```
@@ -57,12 +58,23 @@ Now you can invoke the debug.ts script with `npm run debug`
5758
## Documentation
5859
Checkout out the [bluelinky-docs](https://hacksore.github.io/bluelinky-docs/) for more info.
5960

61+
Important information for login problems:
62+
- If you experience login problems, please logout from the app on your phone and login again. You might need to ' upgrade ' your account to a generic Kia/Hyundai account, or create a new password or PIN.
63+
- After you migrated your Bluelink account to a generic Hyundai account, or your UVO account to a generic Kia account, make sure that both accounts have the same credentials (userid and password) to avoid confusion in logging in.
64+
6065
## Supported Features
6166
- Lock
6267
- Unlock
6368
- Start (with climate control)
6469
- Stop
65-
- Status
70+
- Status (full, parsed, cached)
71+
- odometer
72+
- location
73+
- startCharge
74+
- monthlyReport
75+
- tripInfo
76+
- EV: getChargeTargets
77+
- EV: setChargeLimits
6678

6779
## Supported Regions
6880
| [Regions](https://github.com/Hacksore/bluelinky/wiki/Regions)

0 commit comments

Comments
 (0)