Track parcels from Amazon, DHL, DPD, Hermes, UPS and GLS with your ioBroker smart home. Letter tracking of Deutsche Post is also supported. Notifications can be sent directly via Telegram, Pushover or Signal.
This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
DHL:
- Enter DHL app login
- Receive SMS/email code
- Enter code in instance settings and save
Amazon:
- Enter login credentials
- If required, enter an OTP token from your 2FA app before first login
DPD, GLS, UPS, 17Track User:
Enter username and password
Telegram notification for parcels and letters
Enable in instance settings and enter e.g. telegram.0
Show parcels in a Vis table
Datapoint for all parcels:
parcel.0.allProviderJson
Datapoint for parcels in delivery:
parcel.0.inDelivery
Widget: json table
Instructions: https://www.smarthome-tricks.de/software-iobroker/iobroker-vis-json-table-widget-teil-1-basics/
Display DHL letter tracking in Vis
Assign the datapoint parcel.0.dhl.briefe....image to a "String img src" element as object ID.
https://forum.iobroker.net/topic/51795/test-adapter-parcel-paketverfolgung-dhl-v0-0-1
- Fix for DPD
- Fix for GLS
- DHL: New login via browser code (dhllogin://)
- Amazon: Login fix and captcha detection with note
- DHL: New login via browser code (dhllogin://)
- Amazon: Login fix and captcha detection with note
- add alternative way for dhl login
- move dhl connections error to info level
- fix amazon login
- Fix hermes login
- Fix amazon UI parsing
- Fix GLS Parcel
- Fix UPS/GLS Login
- (TA2k) initial release
MIT License
Copyright (c) 2022-2026 TA2k tombox2020@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

