brianjking/homeassistant-config

USPS -- Attempt to setup using kylefrost today-mail setup using Selenium

brianjking opened this issue · 5 comments

So I got it working for mail count sensor using Kyle's code inside myusps running with the latest homeassistant version. The code is very simple, but as mentioned before, it requires Chrome and other libraries to be installed along with homeassistant. I've tested it in a Docker environment and it wasn't easy to install Chrome. had to manually install dependencies and then download and install latest chrome. Other requirements were installed using pip and can be automated likely.

@J-CMartin -- Nice! I'm on Hassbian, can you please advise as to how I can go about getting this setup?

Are you going to submit a PR here for @happyleaves to merge?

Thanks!

Fixed in myusps==1.3.2 using PhantomJS method. happyleavesaoc/python-myusps#9

pip3 install --upgrade --force-reinstall myusps==1.3.2