Othou
March 19, 2017, 12:30pm
1
Any chance to get this to Home Assistant? No idea is it possible or not but they have API https://www.aftership.com/docs/api/4/overview
I order stuff around the world to my home assistant projects for example, so it would be cool to do automation stuff if package arrives to your postal office or something
clintgeek
(Clint Crocker)
March 19, 2017, 3:34pm
2
Slice is another option with an API. I’d really like to see this as well.
ludeeus
(Ludeeus)
July 26, 2017, 1:03pm
3
Since there already is an Python package for this API this should be possible to get working
fyi: I got it working with some REST sensors: Aftership package tracking
This way you can write automations of your most recent added package using the package status sensor
1 Like
maxandersen
(Max Rydahl Andersen)
October 30, 2018, 11:35pm
5
made a PR for aftership platform at https://github.com/home-assistant/home-assistant/pull/18034
would be curious to hear if your automation ideas works on this too.
Yoni_Almog
(Yoni Almog)
November 15, 2018, 6:58pm
6
Thanks.
When it will available at home assistant release ?
Can I install the code before ? From where ?
maxandersen
(Max Rydahl Andersen)
November 15, 2018, 8:50pm
7
You can take the AfterShip.py from the GitHub link and put in custom components to try it out.
Yoni_Almog
(Yoni Almog)
November 16, 2018, 7:26am
8
Thanks for the quick reply.
Should I create a sub folder under /config/custom_components for the AfterShip.py or just put it without sub folder ?
maxandersen
(Max Rydahl Andersen)
November 16, 2018, 8:19am
9
Yes needs the custom_components subfolder.
Not working since a couple days ago… something changed ?