Skip to content

Releases: ha-parcel-integrations/ha-sameday

Release list

0.9.0

Choose a tag to compare

@peternijssen peternijssen released this 02 Aug 10:36

Track your Sameday parcels in Home Assistant — the Romanian courier and easybox locker network, also operating in Hungary and Bulgaria (RO/HU/BG). No account needed: you pick your country once and enter the AWB (tracking number), the same way you would on the Sameday tracking page.

New features

  • Track any number of Sameday parcels by AWB — account-less, pick your country (Romania, Hungary or Bulgaria) at setup
  • Per-parcel sensor with the canonical status (registered / in_transit / out_for_delivery / at_pickup_point / delivered / …), the carrier's own status text and the parcel's current location
  • Summary sensors: incoming parcels, next delivery and recently delivered parcels, plus a read-only Deliveries calendar
  • Events and no-code device triggers — parcel registered, status changed, delivered
  • sameday.track_parcel / sameday.untrack_parcel services (add a parcel straight from a dashboard button), a manual refresh button, a configurable refresh interval, opt-in per-parcel status history, and a diagnostic last-update sensor
  • Part of the ha-parcel-integrations family: the same canonical parcel format, statuses and events as the other carriers, so it plugs straight into the Parcel Aggregator and cross-carrier automations

Notes

Sameday's tracking carries no delivery ETA — only a status timeline — so the next-delivery sensor and the calendar stay empty by design.

This is an early 0.9.0 release. The tracking lookup and its "not found" response are verified, but the success payload's field names and the numeric status map are reconstructed from Sameday's official Android app and are best-effort until confirmed against a real parcel. Anything unmapped reports unknown (never a wrong status) and logs a one-shot warning with a ready-made issue link — please open an issue with the line so the mapping can be completed.

Credits

Thanks to the itsvic-dev/deliveries and petrisorcraciun/ha-sameday-awb-tracker projects, whose public clients helped confirm the tracking payload and status handling.