-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Waze travel time route attribute empty #61251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
waze_travel_time documentation |
Confirming that I'm also seeing the same thing on the same version. |
Same issues since last 24 hours. |
Not sure if related to any api-changes which could cause this but it started happening at the same time... the traveltimes calculated by the integration are longer than calculated by waze on the app or website. |
I also confirm this issue, happening since 1 week. |
I can also confirm that the route attribute is empty for me too. Without this attribute filled the substring becomes useless as well. Also experiencing the same problem as @MarkRK, all my routes are the longest of the bunch (3 routes I assume, same as on the web version of Waze). |
Confirmed as well in Europe Zone, Route attribute is empty for more than a week |
Also confirm that he route is empty, using the substring filter does not work (core-2021.11.5). |
Exactly. Facing the same issue. |
Same here. Also, I did notice that the longer travel distance is, the higher "overestimation" becomes. |
I'm also experiencing the time calculation issue. After putting in the same destination on the Waze website I've concluded that it appears to be using the 2nd or 3rd route option which are often much longer than the first option. |
I've upgraded to 2021.12.2. Problem still persist. On Waze integration the travel time still comes up as "unknown" value. Zone: Europe |
I'm recently having the same issue. Prior to 2021.11 (I think) it was working fine - accurate timings and route provided for my 50 minute commute. Now timings are all wrong and no route appears, even when switching from zones to coordinates as inputs. |
I've been experiencing this issue since December 7th but since I don't upgrade immediately or consistently I'm not sure which version I had installed. System Health
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Lovelace
|
OK, looks like the issue is that Waze API changed. To manually make Waze integration work, one should replace $HASS_HOME/deps/lib/python3.9/site-packages/WazeRouteCalculator/WazeRouteCalculator.py (or whatever the path is at your side) with the content of https://raw.githubusercontent.com/kovacsbalu/WazeRouteCalculator/master/WazeRouteCalculator/WazeRouteCalculator.py That's a pretty rough hack, but will work until updated version of WazeRouteCalculator is released and integrated here. |
@k-korn |
Looks like it fixes both issues. |
I'm glad I found this issue thread. I thought that I was crazy. |
Thanks a lot! Does anyone know where can I find said directory/file (WazeRouteCalculator.py) on HAOS? EDIT: Found it. I needed to access HA bash first:
|
where I can find $HASS_HOME/deps/lib/python3.9/site-packages/WazeRouteCalculator/WazeRouteCalculator.py in HASSOS installation? |
|
Launch 'SSH & Web Terminal' add-on and use command that I provided to exec into the homeassistant container. |
Hello, |
You seem to experience a different issue when it comes to time calculation (#61572). In my case solution provided above fixes all of 7 sensors that I have set up. |
And yet you are commenting here, in the thread that relates to different issue. |
WazeRouteCalculator v0.14 contains the fix for this issue: It should now be trivial to update https://github.com/home-assistant/core/blob/dev/homeassistant/components/waze_travel_time/manifest.json to use 0.14 instead of 0.13 for someone with write access to HA repository to resolve this issue. |
@Smandurlo You're once again commenting below a different issue. This issue was fixed with WazeRouteCalculator v0.14 and dependency can be updated. |
The problem
When using the Waze travel time integration the route attribute is empty. This is configured through the UI. There appear to be no errors related to this in the logs.
What version of Home Assistant Core has the issue?
2021.11.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Waze travel time
Link to integration documentation on our website
https://www.home-assistant.io/integrations/waze_travel_time
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
The text was updated successfully, but these errors were encountered: