Waze Live map how does it work?

Errors in your homeassistant.log file?

Nothing at allā€¦ Very strangeā€¦
SOLVED: it was a double wrong indentation of the card as i was using also the layout cardā€¦
Thanks !

oh duh, bad spacing

      - type: custom:config-template-card
        variables:
          - states['binary_sensor.person_fha_url'].attributes.url
        entities:
          - binary_sensor.person_fha_url
        card:
          type: iframe
          url: "${ vars[0] }"
          style: |
            ha-card {
              font-size: 14px;
              font-family: 'Georgia';
              font-weight: normal;
              border: solid 2px var(--primary-color);
            }
1 Like

Works like a charm, however is it also possible to have the time in hr:min?

nope, you have to make a template sensor and extract the minutes into HH:MM.

ok bedankt :wink:

Thats pretty cool @coen17st and exactly a same thing i wanna do. Would you mind showing a full tutorial on how you made this?

Any one found a way to have in the Waze live map iframe the option to still show traffic, Accidents, constructions, police, but not to show other Waze users?

Too many other users, renders the map useless.

The iframe api is listed here. It has 5 options and none of them configure whatā€™s shown in the iframe. What you want is not possible.

Sorry canā€™t help you with that i dont use this configuration anymore.

Ohh, did you replace that with something new or just not using feature like this anymore?

Iā€™m not sure if this is just a weird bug on my end, but I canā€™t seem to get the map to work in a regular iFrame card. The iframe loads with a blank waze map, but nothing shows up unless I click on the expand map button.

Hereā€™s my yaml (with actual values for lat and lon, of course):

type: iframe
url: >-
  https://embed.waze.com/en-GB/iframe?zoom=14&lat=[my lat]&lon=[my lon]1&ct=livemap

I have exactly the same issue and I didnā€™t find a solution. Someone did?

Solved by deleting the HA-specific chach and cookies from HA