Waze Travel Time Not Working

Hi Everyone,

I’ve had the Waze Travel Time intergration working for several years and in the last few days it has not been working, has anyone else had this also or am I missing something?

Having the same issue. Here is the error log:

Logger: homeassistant.components.waze_travel_time.coordinator
Bron: helpers/update_coordinator.py:403
integratie: Waze reistijd (documentatie, problemen)
Eerst voorgekomen: 03:27:51 (3 gebeurtenissen)
Laatst gelogd: 03:28:11

Unexpected error fetching waze_travel_time data
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
    yield
  File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
    resp = await self._pool.handle_async_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
    raise exc from None
  File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
    response = await connection.handle_async_request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        pool_request.request
        ^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request
    raise exc
  File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request
    stream = await self._connect(request)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection.py", line 124, in _connect
    stream = await self._network_backend.connect_tcp(**kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_backends/auto.py", line 31, in connect_tcp
    return await self._backend.connect_tcp(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_backends/anyio.py", line 113, in connect_tcp
    with map_exceptions(exc_map):
         ~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__
    self.gen.throw(value)
    ~~~~~~~~~~~~~~^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
    raise to_exc(exc) from exc
httpcore.ConnectError: [Errno -3] Try again

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 403, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/waze_travel_time/coordinator.py", line 207, in _async_update_data
    routes = await async_get_travel_times(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/components/waze_travel_time/coordinator.py", line 68, in async_get_travel_times
    routes = await client.calc_routes(
             ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<8 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/pywaze/route_calculator.py", line 277, in calc_routes
    routes = await self.get_routes(
             ^^^^^^^^^^^^^^^^^^^^^^
    ...<8 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/pywaze/route_calculator.py", line 185, in get_routes
    response: httpx.Response = await self.client.get(
                               ^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1768, in get
    return await self.request(
           ^^^^^^^^^^^^^^^^^^^
    ...<9 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1540, in request
    return await self.send(request, auth=auth, follow_redirects=follow_redirects)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1629, in send
    response = await self._send_handling_auth(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
    response = await self._send_handling_redirects(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
    response = await self._send_single_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1730, in _send_single_request
    response = await transport.handle_async_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
    with map_httpcore_exceptions():
         ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__
    self.gen.throw(value)
    ~~~~~~~~~~~~~~^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectError: [Errno -3] Try again

Known issue, and a fix is pending I believe.

3 Likes

I see it’s working in 2025.12.0b0 so guessing something in HA or the Waze API.

thanks, i will wait for the update :wink:

It’s handy have a test system at times, it was broken it test (2025.11.3) until release of 2025.12.0b0 and it’s still working in 2025.12.0b2 and updating regularly.
image
image

1 Like

I tried to downgrade to 2025.11.0 and even 2025.10.4 with no luck, I now tried 2025.12.0b2 and it’s working again. I do also see I need to fix a lot of sensors by 2026.6

Confirmed Waze changed the API so any release prior to 2025.12 will have the issue a couple of reference if you are up for a read :slight_smile:

Anyone else having issues with the Waze Travel Time integration lately? : r/homeassistant
Waze routing endpoint now returns HTTP 410 Gone for all requests · Issue #48 · eifinger/pywaze

3 Likes

Thanks very much for this info qwackers.

Waze Travel Time didn’t work for me on 2025.11.3 prior to attempting the upgrade to 2025.12.0. And I’m having issues (unrelated, I assume) upgrading to 2025.12.0.

I do also see I need to fix a lot of sensors by 2026.6

Me too. I had loads of them and I didn’t see this coming until I happened to glanced at a post a day ago. I think I am all updated. Will update to 2025.12 to see what I missed and hope the Waze is fixed in this release.

Btw, when you are fixing your sensors, make sure to pay close attention whether it’s a sensor or binary sensors. I accidentally convert a few binary sensors to sensors and was scratching my head why some automations stopped working.

I am on 2025.12.1 and I can’t add the integration. The UI just says “failed to connect” whenever I try.

Do you guys have issue where it started to show long digits after some old core updates?? Mine started to do that I think in the .9 core updates and I have no clue how to fix it. Waze displays correctly.

While in the frontend and develop tools, it is showing this.