question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No vehicles detected with Hyundai Kona 2020

See original GitHub issue

The brand new 2020 Hyundai Kona with BlueLink app is not working with bluelinky. The official app works perfectly. Can someone help me?

When I try to get the vehicle information with below code I only got:

[2020-07-25 21:38:50] info: {
  "test": 1
}
const client = new BlueLinky({
		username: 'account@gmail.com',
		password: 'pwd',
		region: 'EU',
		pin: '0000',
	});

	client.on('ready', async () => {
		console.log('am I getting here?');
		const vehicle = await client.getVehicles();
		console.log(vehicles);
	});

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Hacksorecommented, Jul 27, 2020

@antonyoneill I really appreciate you helping out with the troubleshooting here.

0reactions
joepvcommented, Jul 27, 2020

Thank you @antonyoneill, you are my hero 🦸‍♂️ It is working now. If you have sample pieces of code I will document it for your project. No problem. Then I contact you personally on the e-mail provided on GitHub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

2020 KONA Quick Reference Guide - MyHyundai
The Forward Collision Avoidance. (FCA) system is designed to detect and monitor the vehicle ahead and warn the driver if a collision is...
Read more >
New 2020 Hyundai Kona SUV For Sale
View the new 2020 Hyundai Kona at our Hanford Hyundai dealership. ... driveway by detecting traffic coming from either side of the rear...
Read more >
2020 Hyundai Kona Washington DC
Save on a new 2020 Hyundai Kona in DC and get your sale price today. ... It will not detect all vehicles or...
Read more >
2020 Hyundai Kona Problems and Top Complaints
Here is an NHTSA complaint. “While driving over 40 mph, vehicle wanders from left to right without driver input. The electronic power steering...
Read more >
2020 Hyundai Kona | Weatherford, TX
The system is not designed to detect certain stationary objects such as trees or poles, and may not detect all vehicles or pedestrians...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found