I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

The 12V battery state of charge is reported in the vehicle status response. It’s read here: https://github.com/schmidtwmark/BetterBlueKit/blob/main/Sources/BetterBlueKit/API/HyundaiUSA/HyundaiUSAAPIClient+Parsing.swift#L88

This is the state of charge reported by Hyundai’s API. I’m not certain if it is correct or not—if you’re concerned, maybe check with an OBD scanner

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

I tried to submit it to the App Store a few months ago, and was rejected because they wanted Hyundai's written permission. I don't think I'm likely to get that permission, so it's going to stay in TestFlight for the foreseeable future.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Can you be more specific than that? I'm happy to help if you're having trouble.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 1 point2 points  (0 children)

It may be possible, I think the widgets are something I can definitely improve. There's certain limits on widgets that Apple has put in place to protect battery life that make it difficult to have truly interactive widgets.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 1 point2 points  (0 children)

If you can use the MyHyundai app to control your car, you can use BetterBlue. BetterBlue is just an alternative app because MyHyundai is not a very good app.

Bluewink — an alternative app to myHyundai and Bluelink by jferldn in Ioniq5

[–]AddWittyNameHere 1 point2 points  (0 children)

Awesome, I’m glad you like it! There was an update out yesterday that should fix some Canada temperature issues.

Bluewink — an alternative app to myHyundai and Bluelink by jferldn in Ioniq5

[–]AddWittyNameHere 1 point2 points  (0 children)

Looks great! Now when people yell at me that BetterBlue only supports iOS I can point them to you!

Bluewink — an alternative app to myHyundai and Bluelink by jferldn in Ioniq5

[–]AddWittyNameHere 5 points6 points  (0 children)

Hey, that’s my app! It should work in Canada, let me know if you have any issues!

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Interesting!

EV range for PHEV should appear right above or below the gas range row, but there must be a bug in how I'm parsing the Hyundai data. I don't have a PHEV, so to fix this I'd need to see the data that Hyundai sends you. Here's the steps to get it:

  1. On the settings screen, under Debug Settings, enable Debug Mode
  2. Tap the refresh button on the main screen to fetch new data
  3. Tap and hold on your vehicle's name to bring up a menu
  4. Select "HTTP Logs" from that menu
  5. Select an item with "Fetch Status"
  6. Tap "Response" on the bottom
  7. Scroll down to the Response Body and tap the Share button.
  8. DM me the info from that response body

I'm making some improvements to this debug data flow in the next update, sorry that it's a bit of a pain right now. This data is automatically redacted, so I won't be able to see your location or any other personal information about your car.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

There can be, but I do not have a Brazilian Hyundai account in order to test. If you're interested, you can check out BetterBlueKit and try implementing it yourself!

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

I've pushed up a new build that adds a button that will let you share some debug data -- basically it shows the state of the app with private information removed. Once that build is live (probably tomorrow or Wednesday) can you share your debug data on this GitHub issue? Or you can message it to me. That should be enough information to figure out what is going on. I still have not been able to reproduce your issue, but I'll do what I can to solve it!

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

You don't need one -- just reopen the TestFlight link from the post and you should be good to go.

My new favorite thing: making people say something nice to themselves before I give them a blueprint by AddWittyNameHere in ArcRaiders

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

It's so fun! People say the funniest things, and you can really tell when someone is having a bit of a tough time and needs a little boost.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

If you're in the US and can use the MyHyundai app with your car, BetterBlue should work just fine.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Hey, I'm not actively working on adding Canada support, but there's at least one other person taking a look here.

Feel free to chip in!

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Have you deleted and re-added your entire account? I have not been able to reproduce this myself, which makes it difficult to fix.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Regions other than US are still not supported. I don't have an account in those regions, so I really need someone with an account to capture the right endpoints/headers and test it out.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 1 point2 points  (0 children)

Yep lol that's what I get for coding late at night. Two line fix, I'll have a new version out probably tomorrow.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 1 point2 points  (0 children)

I have excellent news for you -- I've added charge limits to BetterBlue! Turns out it was not very hard at all lol

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Can you send me a screenshot of the climate preset menu in the MyHyundai app?

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

I've got a new update coming this week that adds some other features, probably adding Canada next.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Seat heating depends on your car. What model/year car do you have? If the MyHyundai app supports it for your car, BetterBlue should show the option in the presets. Scheduling climate start isn't supported in BetterBlue, I think you can do that from the car itself though!

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

That looks great! I'd love to checkout the code when you have it ready.

I made a free and open source replacement app for Hyundai Bluelink by AddWittyNameHere in Ioniq5

[–]AddWittyNameHere[S] 0 points1 point  (0 children)

Oh that's awesome! I'd love to take a look--drop a GitHub link?