New Integration- AliExpress Package Tracker🚚!

Finally! After a lot of work, I’ve released my AliExpress Package Tracker integration for Home Assistant! :tada: I’ve been wanting a better way to track my orders, so I built this. Now you can too! It’s super easy to set up via the UI and keeps you updated on your packages. Let me know what you think!

GitHub Repository:

I’m eager to hear your feedback and suggestions! Please open issues or pull requests on GitHub.

7 Likes

thanks for the integration man
everytning is working so far :slightly_smiling_face:
the only thing im not seen even if is not imortant is the logo pic for the integration ehhe

after a couple of stumbles I’ve got the integration working, but for the life of me can’t get your lovelace card to display anything more than the shipment title (the entity data is populated, but not being retrieved - and my javascripting is non-existent)

Do you mind to share your card config?
Do you see the sensor in developer tools?

sure - code is a copy/paste from your github

type: custom:aliexpress-package-card
title: AliExpress Package Tracker
hide_add_tracking: false
exclude_attributes:
  - order_number
  - status
  - last_update_time
  - last_update_status
  - progressStatus
  - carrier
  - carrier_url
  - daysNumber
  - orignal_track_id
  - order_url

and yep, entity is populated

Hi. You excluded all the attributes.
Please remove the attributes that you want to see from the list.
Did you copy the code from the readme? I will remove this example I think…

Yeah, I had copied it - I didn’t notice the ā€œexcludeā€ … I guess I’m too used to include being the default

working perfectly now - thanks :smiley:

Thanks for this man.

Im with a little bug here.

With 2 packages ( with same name because I added from the card itself )

When try to rename, it occurs an error:


I dont know if this is due to the name, but I cant rename

Hi.
please update the integration to the last version.
this error happen when using integration version below 2.2

1 Like