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.