Closed christian-ek closed 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'
Had to use this instead. readme at pypi.org is wrong import bosch_thermostat_http as bosch
Readme is not updated. You can test dev branch and use examples from examples directory.
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'