#Android auto: Waze intent

1 messages ยท Page 1 of 1 (latest)

simple patio
#

Hi all,

Since recently my waze intent does not work anymore,
Is someone else facing the same issue?

I have a S24 Ultra and running all the latest app versions.

The intent basically works when my phone is unlocked,
When its connected to android auto it doesn't do anything anymore ๐Ÿ™

#
alias: Waze - Commute
description: ""
triggers:
  - trigger: zone
    entity_id: person.yvo
    zone: zone.home
    event: leave
    id: Leaving - Home
  - trigger: zone
    entity_id: person.yvo
    zone: zone.work
    event: leave
    id: Leaving - Work
conditions:
  - type: is_connected
    condition: device
    device_id: 596174e59cd1881c3b619bd305156abd
    entity_id: 237c432066bc557ae9d52a94ca7c6f72
    domain: binary_sensor
actions:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - Leaving - Home
          - condition: time
            after: "07:00:00"
            before: "10:00:00"
          - condition: state
            entity_id: binary_sensor.workday_sensor
            state: "on"
        sequence:
          - alias: Navigate to Work
            action: notify.mobile_app_sm_s928b
            data:
              message: command_activity
              data:
                intent_package_name: com.waze
                intent_action: android.intent.action.VIEW
                intent_uri: https://waze.com/ul?favorite=work&navigate=yes
                car_ui: true
      - conditions:
          - condition: trigger
            id:
              - Leaving - Work
          - condition: time
            after: "16:00:00"
            before: "18:00:00"
        sequence:
          - alias: Navigate to Home
            action: notify.mobile_app_sm_s928b
            data:
              message: command_activity
              data:
                intent_package_name: com.waze
                intent_action: android.intent.action.VIEW
                intent_uri: https://waze.com/ul?favorite=home&navigate=yes
                car_ui: true
mode: single

#

I have tried adding the car_ui: true bit but it does not resolve my problem ๐Ÿ™

steep swan
#

What does doens't work mean? Does the automation still trigger when you leave a zone? Does the condition pass? Does it fail on actions?

simple patio
#

But specifically using android auto

#

Haven't tested if its with the screen locked/unlocked that it no longer works

steep swan
#

I'm not in the car right now, but the command itself works for me, and opens Waze with the requested route. On the phone I have to unlock before it opens Waze, so it might be the locking/unlocked status.

simple patio
#

The intent works fine, just not with android auto

Maybe I worded it poorly ๐Ÿ˜…

#

So, I used to hop in the car, just drive out of my street and HA would figure the fastest way to work and plop it on my andoid auto,

Up untill recently the intent no longer opens waze on the android auto screen

#

Android 16 might be the actual culprit here

steep swan
#

I've created a similar automation, I can let you know tomorrow if it works for me. I'm on a Pixel 10 Pro so I also run Android 16

valid flicker
#

is the device receiving the notification? is there any error in the companion app logs? and also was Waze updated recently? Waze app updates can indeed impact this

simple patio
#

My phone apps and waze are fully up to date

#

Whenever I am at my desk and I just click "run action" it works fine

steep swan
#

Sorry, I went to work by bicycle this morning, so no update from my side

simple patio
#

*however my phone HAS to be unlocked but I think that this might be the issue regarding to the intent not actually doing something once connected to android auto

valid flicker
#

Will need to see the crash logs then

simple patio
#

Figured yesterday that it works perfectly fine with my phone unlocked

gaunt adder
#

there is an issue with waze atm, would be fixed in next release as far as i recall.

valid flicker
simple patio
simple patio
#

Ok, thats not it also

#

When I have Waze already open, the intent doesn't do anything
It just switches to waze. Thats all,
It does however not turn on the navigation

valid flicker
#

so waze does receive it in certain cases?

#

if your phone is required to be unlocked then double check the app has background access, that could delay sending it....if you see the waze app open but nothing happens then that could indeed indicate a waze issue. You can try checking adb logcat to see if waze got any issues when it got the intent

simple patio
valid flicker
#

youll need to use android studio or an app like logcat reader, both of which require a PC to get the connection going....theres no real easy way unfortunately

#

you could potentially rebuild teh intent in an app like tasker to see if you see a similar issue to rule out the app

#

your intent is very common though, if you send yourself a link to the waze URL in a text would the waze app open?

simple patio
#

I send a scheduled text message to myself for 6 minutes,
I doubt that it will actually do something

#

Oh

#

Yeah it didn't do anything hahaha

#

Opening the link does open the app and start the route

#

When the app is already open > url also doesn't work

#

Im reading that navigating to Favourites using deepurl's / intents is a known issue ๐Ÿค”

valid flicker
#

so they broke something lol?

simple patio
#

Before getting overly excited, I'll get back here tomorrow with the result in the morning

simple patio
valid flicker
#

ok that seems most likely the case becuase if our intents was broken it woudlnt be limited to waze but even google maps will have an issue etc...

simple patio
#

Yeah exactly

#

If only google maps had the waze features

valid flicker
#

they boght them im surprised they never merged the products, only cherry picked features

simple patio
#

Ok, coordinates intent also does not work ๐Ÿ‘Ž