Autobox

Post Reply
alex124.rh
Posts: 147
Joined: Thu Jul 31, 2025 9:18 am

Autobox

Post by alex124.rh »

Hi there

I noticed the following in the API. does this mean it may now or later be possible to get carplay navigation outputs to hudiy?

“ // Id: MESSAGE_NAVIGATION_STATUS
// Receiver: Client
// Description:
// Updates the status of navigation.
// The message will be sent only if Subscription::NAVIGATION is present.
message NavigationStatus {
enum NavigationSource {
NAVIGATION_SOURCE_NONE = 0;
NAVIGATION_SOURCE_ANDROID_AUTO = 1;
NAVIGATION_SOURCE_AUTOBOX = 2;
}”

Thank you
hudiy
Site Admin
Posts: 600
Joined: Mon Jul 14, 2025 7:42 pm

Re: Autobox

Post by hudiy »

It depends on the firmware version on the dongle, but the latest version already reports navigation maneuvers from apps like Apple Maps and Google Maps. If your firmware version is new enough, the maneuver will be visible on the Navigation widget and forwarded via the API.
Hudiy Team
alex124.rh
Posts: 147
Joined: Thu Jul 31, 2025 9:18 am

Re: Autobox

Post by alex124.rh »

That’s amazing thank you. I didn’t realise it was possible as last time i asked it wasn’t. Sorry if i missed something and thank you!
Post Reply