ljmerza / travel-time-card

show travel times for you travel time sensors
MIT License
28 stars 2 forks source link

Sent to work via France #15

Closed riddledaxis closed 3 years ago

riddledaxis commented 4 years ago

I live approximately 40 miles from my office in the UK, and my work and home zones display correctly on the HA map.

But when I configure the travel time card as follows, I am being routed via France for some reason.

To create my Waze sensors I have the following in my configuration.yaml

sensor:
  - platform: waze_travel_time
    name: "To Work"
    origin: Zone.home
    destination: zone.paul_work
    realtime: true
    region: 'EU'
  - platform: waze_travel_time
    name: "To Home"
    origin: Zone.paul.work
    destination: zone.home
    realtime: true
    region: 'EU'

My travel-time card config is:

entities:
  - entity: device_tracker.life360.paul
  - entity: sensor.to_work
    zone: zone.paul_work
  - entity: sensor.to_home
    zone: zone.home
map: waze
type: 'custom:travel-time-card'

travel-time-card route

Any idea what I am doing wrong?

Thanks

Paul

ljmerza commented 4 years ago

try to enter the coordinates waze gives you into wazze directly and see what you get. That card will only show what the waze sensor generates so if the sensor is acting up you'd have to open an issue with home assistant.