17track keeps telling me about deliveries

I am using the 17track integration to track stuff coming from aliexpress.

I have actally had some stuff delivered lately (covid miracle!) but every time HA restarts tells me via a notification in the UI that 2 deliveries have been made. I dismiss them via the UI, but every time HA restarts, the notifications come back!

Any ideas?

1 Like

Still happens until you delete the item from the 17track web.

I had no idea this component existed, thanks!

Sorry to hijack the thread but would you mind sharing how extract the sensor data for notifications / cards?

A markdown card

{% for package in states.sensor.seventeentrack_packages_in_transit.attributes.packages %}
**{{ package.friendly_name }}:** {{ package.info_text }} at {{package.location}}. The NZ Post links is [{{package.tracking_number}}](https://www.nzpost.co.nz/tools/tracking/item/{{package.tracking_number}}) The 17track link is [17 Track](https://t.17track.net/en#nums={{package.tracking_number}})

{% endfor %}

On the 17track website click “add memo” and put a short description, this will show up ss package.friendly_name

2 Likes

Thanks for that. For some reason the {{package.location}} section isn’t working for me but that’s because that attribute is empty. I guess 17track simply isn’t giving HA that data for my particular parcels.

that’s common.

I see this is an old thread but I have the same problem. Did you find a solution?

See post 2 - ie delete (or archive) the item from the 17track website.

Ok, thanks. I thought there would maybe something in HA to stop it.

I’d love to be able to add and delete items via HA.