TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Control your Hyundai car with Python

98 pointsby synchronizingalmost 3 years ago

16 comments

jdmoreiraalmost 3 years ago
I worked for a modern car rental company where you just need to download an app to drive a car. The tech was super interesting, there are vendors that sell a box with both gsm and ble interfaces and the cars are fitted with these.<p>You can send messages through ble or their cloud api &#x2F; gsm. The app needed to first acquire a token to successfully establish a ble connection.<p>I&#x27;m not saying you can&#x27;t buffer overflow through ble messages but at least the authentication was solid.
评论 #31797713 未加载
synchronizingalmost 3 years ago
I build this for a cron script that queries my car&#x27;s odometer and then queries CarFax to log my cars price over time on YNAB[1], but it has many uses.<p>Been thinking - lately - to perhaps also use this package with Google Home, but haven&#x27;t gotten around to it. Might come in handy fellow Hyundai owners.<p>[1] <a href="https:&#x2F;&#x2F;www.youneedabudget.com" rel="nofollow">https:&#x2F;&#x2F;www.youneedabudget.com</a>
anshumankmralmost 3 years ago
Thank god we have normal cars as I have never understood the appeal of a smart car since everything a smart car can do can be done with a halfway decent smartphone.<p>* by smart car, I am not talking about self driving cars, I am talking about the gimmick of running some Android and iOS apps on one&#x27;s car
评论 #31797050 未加载
评论 #31796788 未加载
评论 #31796894 未加载
评论 #31796641 未加载
minedwizalmost 3 years ago
Suddenly feeling glad that I park my car in a garage with no mobile reception.
icyalmost 3 years ago
Can someone ELI5 how this works? I understand it&#x27;s sending requests to some API on some server, but what I don&#x27;t get is how the car receives these commands. What does the entire end-to-end network look like?
评论 #31797817 未加载
评论 #31797375 未加载
badrabbitalmost 3 years ago
If you get phished or something, can attackers use this to turn off the car while driving? Or something lesd harmful like keep it on while you&#x27;re at work and drain gas.
评论 #31798612 未加载
srvmshralmost 3 years ago
It reminds me of the slightly funny incident when my brother&#x27;s boss got stuck midway on the road to his destination, because his Fiskar Karma was having a firmware update
评论 #31798455 未加载
评论 #31797063 未加载
aaronbrethorstalmost 3 years ago
Anyone happen to know if Kia UVO&#x27;s is based on Hyundai&#x27;s Bluelink? I&#x27;d love to build a more user-friendly iOS app for controlling my Niro EV than Kia Connect :P
评论 #31797475 未加载
steve_mcdougallalmost 3 years ago
Ooooooo what I really hate about this is that a remote API is called to do this.<p>It would be considerably less terrifying if this was just canbus messages.<p>BIG YIKES
redeuxalmost 3 years ago
Having looked into this myself recently, why would I use this project over bluelinky?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Hacksore&#x2F;bluelinky" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Hacksore&#x2F;bluelinky</a>
评论 #31798688 未加载
评论 #31798626 未加载
评论 #31798799 未加载
dzhiurgisalmost 3 years ago
I haven’t studied these much but If your car doesn’t have Bluelink there are things like autopi and probably some others.
hodgesrmalmost 3 years ago
If you had to pick a single title to summarize the Hacker News ethos, this would be it.
captainkrtekalmost 3 years ago
This is cool (and terrifying)! :-)
评论 #31797151 未加载
lostmsualmost 3 years ago
To save you a click: this is not about being able to drive the car.
评论 #31796522 未加载
评论 #31796503 未加载
throw457almost 3 years ago
Hackernews: connected closed proprietary Tesla good. Also hackernews: connected open api Hyundai bad.
评论 #31798342 未加载
klogvlalmost 3 years ago
Blinkenlights with Python! I wonder when we&#x27;ll see &quot;Crash your Tesla with Python&quot;. So far, Musk seems to disallow the untyped language based on modifiable nested dictionaries and weird name spaces.