PostNL and DHL NL Integration

Currently it filters out delivered parcels.

What I am trying to do now is to see for the pickup for example if I can divide it in two sensors;

  • All parcels on the way to the shop
  • All parcels available for pickup at the shop

I could do something similar perhaps like;

  • All parcels (included delivered parcels)
  • All parcels on the way to your home

Kinda depends on the usecase you all have :slight_smile: So feel free to share your thoughts.

1 Like

Did someone else already add 2 different accounts to the DHL NL integration? It seems like that both accounts show the data of the last account that is added. I've got one parcel on the second account which is also shown in the integration of the first account.

Released 1.3.1. Can you check if it resolves the issue? I don't have two accounts myself.

:sparkles: New

  • DHL Parcels En Route to ServicePoint - new sensor that counts parcels still in transit to a DHL ServicePoint, before a collection notification has been sent.

:bug: Fixed

  • Parcels Awaiting Pickup now correctly counts only parcels that have actually arrived at a ServicePoint and are ready for collection. Previously it included parcels still in transit.
  • Stale per-parcel sensors are now automatically removed from the entity registry after a parcel is delivered, including across HA restarts.
  • Multiple accounts showing identical data. When two DHL accounts were configured, both would display the data of the most recently added account.

Dankje! As far as i can see the parcels are only in the second account now. I've got a parcel from the service point which was in the other account so i need to check later when both have a different parcel.

1 Like

Dear Klaptafeltje

Is there any chance that you can change the parcel-ha to ha-dhl-nl in your Packege Tracker Card ?

Anyone interested in testing out PostNL with regular username/password log in rather than the browser extension? Someone shared some code with me in the DHL repository to connect to PostNL without the needed browser extension and so far it seems to be working I think, but I have no packages incoming :sweat_smile:

If it all works, I would prefer to align it with the DHL component (packages at service point etc)

I am also not sure if @arjenbos is still updating the component? I see no activity in the repository.

I'm interested in a PostNL without the browser extension.

Anyone willing to test the new PostNL authentication flow, remove your current PostNL integration and add the following to HACS: GitHub - peternijssen/ha-postnl: Custom PostNL Home Assistant integration · GitHub

Install version 3.0.1 and add PostNL in the devices list. Sensors have been renamed so update any cards or automations necessary. Similar sensors as the DHL integration are present.

I am awaiting to receive a letter to also include letter support in this integration.

Meanwhile I've created draft PRs to the original repository.

1 Like

So far running the PostNL component without authentication issues for 3 days. Someone on Github combined both the PostNL and DHL packages as provided in a single card:

1 Like

I will not be replacing it, but can definitely try to add support for ha-dhl-nl as well :+1:t2: I'll keep you posted. Will take time as I don't use that integration yet so need time for testing (and getting packages) :slight_smile:

@ptnijssen Can you maybe add a sensor with raw data, so all packages in a single sensor with all their data? Like parcel-ha/README.md at main · jmdevita/parcel-ha · GitHub.

1 Like