Troubleshooting
"Entiteit niet gevonden" (Entity not found)
The card cannot find one or more sensor entities.
Causes and solutions:
- The parcel integration is not installed — install the integration for your carrier and configure your account credentials.
- The
userfield does not match your sensor prefix — check the actual sensor name in Developer Tools → States and adjustuseraccordingly. - The sensors have no username prefix — leave
userempty (user: ""). - You selected the wrong PostNL type — if your sensor names include
postnl, usepostnl_v4(for ha-postnl ≥ 4.x) orpostnl(for ha-postnl ≤ 3.x), notpostnl_legacy. - A brand-new sensor's entity_id doesn't match the guessed name — a
has_entity_nameentity's entity_id is derived from whichever language Home Assistant was showing when it was first created, so the exact same integration can end up with an English or a Dutch suffix depending on the install, and can even differ in ordering (<account>_<carrier>_*vs.<carrier>_<account>_*) from that same account's older sensors. The card checks both languages and both orderings automatically for every carrier; if it still can't find a sensor, add a manual override under Advanced sensors in the editor with the exact entity_id from Developer Tools.
No Parcels Shown
The card loads but the parcel list is empty.
Causes and solutions:
days_backis too short — increase the value to show older delivered parcels.- The integration has not yet received data from the carrier — wait for the next update cycle or trigger a manual refresh.
- The sensor exists but has no attributes — verify the integration is authenticated and the account has active parcels.
Delivered Parcels Not Visible
Delivered parcels do not appear in the Bezorgd tab.
Causes and solutions:
show_deliveredis set tofalse— enable it in the card options.- The parcels are older than
days_back— increase the value. - Using
postnl_v4type with an older ha-postnl version — ha-postnl ≥ 4.0.0 is required forpostnl_v4. Usepostnlfor version 3.x.
Delivered Sent Parcels Section Empty
The Delivered section of the Verzonden tab shows no parcels.
Causes and solutions:
- ha-postnl is older than 4.3.1 — the
sensor.*_postnl_outgoing_delivered_parcelssensor was added in peternijssen/ha-postnl 4.3.1. Update the integration. - The sensor exists but has a different entity ID — add a manual override:
entity_outgoing_delivered: sensor.<your_entity_id>. - No outgoing parcels have been delivered within the filter period — increase
days_backor check the integration settings for the delivered filter.
Sent Parcels Not Visible
The Verzonden tab is empty.
Causes and solutions:
show_sentis set tofalse— enable it.- The
entity_outgoingsensor is not configured and cannot be derived automatically — verify the sensor exists in Developer Tools and add a manual override if needed. - For
postnl_legacy— configuredistribution_entityalongsideentity.
Letters Tab Not Visible or Empty
The Post tab does not appear or shows no letters.
Causes and solutions:
show_lettersis set tofalse— enable it.- The carrier type is not PostNL — only
postnl_v4andpostnlsupport letters. - The
entity_letterssensor does not exist — the letters sensor is created by ha-postnl when your account has letterbox mail. Verify it exists in Developer Tools.
Letter Images Not Showing
Letters appear but no scan images are displayed.
Causes and solutions:
- ha-postnl has not yet downloaded the images — images are fetched asynchronously and may take a few minutes after the letter data appears.
- The letter only has a placeholder image — ha-postnl v4.x creates a placeholder
image.*entity before the real scan is available. The card automatically skips placeholder entities; when the real image is available it will appear automatically. - The image entity is
unavailable— the scan has not been received yet. Check the entity state in Developer Tools.
Animation Not Showing
The van animation does not appear when a parcel is selected.
Causes and solutions:
show_animationis set tofalse— enable it.- No parcel is selected — click a parcel in the list to trigger the animation.
Wrong Carrier Colour
All carriers show the same colour (orange).
This was a bug fixed in v1.0.5. Update to the latest version of the card.
Card Shows Blank / White Screen
Causes and solutions:
- The JavaScript file is not loaded — verify the resource is added in Settings → Dashboards → Resources and the path is correct.
- A JavaScript error occurred — open the browser console (F12) and check for errors. Report any errors on the issue tracker.
- Clear your browser cache (Ctrl+Shift+R) and reload Home Assistant.