moustic999 / bosch-thermostat-http-client-python

Python3 asyncio package to talk to Buderus KM200
Apache License 2.0
10 stars 29 forks source link

No module named 'buderus' #25

Closed christian-ek closed 5 years ago

christian-ek commented 5 years ago

Hi, I'm trying to use your package. I've installed it successfully with: pip3 install bosch-thermostat-http-client

But when I try to run your testscript i get this error: ImportError: No module named 'buderus'

christian-ek commented 5 years ago

Had to use this instead. readme at pypi.org is wrong import bosch_thermostat_http as bosch

pszafer commented 5 years ago

Readme is not updated. You can test dev branch and use examples from examples directory.