Closed git-oliver closed 3 years ago
This project is not anymore maintained and you should use https://github.com/python-kasa/python-kasa instead of this, so I'll close this now.
To your problem, it may (or may not) have something to do with the existence of pypi package typing
(see also the branch goodbye_release
which is the latest release on pypi). So if typing
is not installed in your environment, you could try to install it, and vice versa.
Thanks..
It works now with the python-kasa
project (link is one comment above)
Hey,
I use the HS100 smart plug, already connected to my wifi. On my computer runs a
Ubuntu16.04
withPython 3.5.2
(python3 --version
) I have done the following steps with your git repo: 1) Downloading 2) execute$ sudo python3 setup.py build
=> SUCCESS 3) execute$ sudo python3 setup.py install
=> SUCCESS 4) execute$ pyhs100
or$ pyhs100 --help
=> FAILED The output is at [1]. Did the build & installation fail?[1]