Here Travel Time Unexpected Error

Hello everyone!

I have followed the instructions to a T on how to create an API for HERE Travel Time.
I go to the integration, it asks for my API key, copy paste the API, choose car, name it, and it just says unknown error.

Logger: homeassistant.components.here_travel_time.config_flow
Source: components/here_travel_time/config_flow.py:102
Integration: here_travel_time (documentation, issues)
First occurred: 12:12:30 PM (7 occurrences)
Last logged: 12:49:46 PM

Unexpected exception: Error occured on __get
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/here_travel_time/config_flow.py", line 167, in async_step_user
    await self.hass.async_add_executor_job(
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/here_travel_time/config_flow.py", line 102, in validate_api_key
    RoutingApi(api_key).public_transport_timetable(
  File "/usr/local/lib/python3.10/site-packages/herepy/routing_api.py", line 241, in public_transport_timetable
    return self._route(waypoint_a, waypoint_b, modes, departure, arrival)
  File "/usr/local/lib/python3.10/site-packages/herepy/routing_api.py", line 67, in _route
    response = self.__get(self.URL_CALCULATE_ROUTE, data, RoutingResponse)
  File "/usr/local/lib/python3.10/site-packages/herepy/routing_api.py", line 40, in __get
    raise error_from_routing_service_error(json_data)
herepy.error.HEREError: Error occured on __get

I do not seem to either be able to read this log properly or just don’t understand it.
Any help is appreciated… OR if someone else is more accurate than HERE, I’d rather use them anyway.

I think I saw a note about that integration in the release notes, so make sure you are up to date with your HA core.

I think it’s a known issue

https://community.home-assistant.io/t/custom-component-here-travel-time/125908/271

It is a known and reported issue https://github.com/home-assistant/core/issues/72530

Okay, so no solution to the issue yet. I was hoping that because I saw it in the release notes it meant they had fixed it.

Any way to basically use google maps from home assistant? I’d like to put it in a dashboard and use it for navigation. My goal is one app to rule them all lol.

I am still getting the same error, Any solution yet?

Use Waze instead.

Hmmm, people who use Waze are advised to use Here instead…

Well. One works… the other doesn’t lol

For future readers the issue was solved with release 2022.12.0

1 Like