moustic999 / bosch-thermostat-http-client-python

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

Tested needed of HA component #11

Closed pszafer closed 4 years ago

pszafer commented 5 years ago

Hi,

So I wrote climate component today, for now with config. Please test it and let me know what I am missing.

Please clone my fork of HA - https://github.com/pszafer/home-assistant/tree/bosch_thermostat and my fork of your repo.

config to configuration.yaml

bosch:
  address: ipv4
  access_token: token
  password: password

I haven't yet tested setting of temperatures and modes.