bosch-thermostat / bosch-thermostat-client-python

Python3 asyncio package to talk to Bosch thermostat devices.
Apache License 2.0
23 stars 20 forks source link

Add RoomTemperature Sensor to CAN HCX #6

Closed zpieslak closed 3 years ago

zpieslak commented 3 years ago

Hi,

Thanks for a very nice implementation! I was able to successfully connect my KM200 into HomeAssistant via your component. There was however one sensor missing. I have Buderus HRC2 as a room regulator connected to CAN bus and the room temperature sensor was missing. This pull request fixes it.

I can also provide bosch scan dump if needed.

pszafer commented 3 years ago

HI @zpieslak , sorry I missed your PR because of holidays. Can you provide bosch_scan, just to to have something to check if somebody else come up with some errors because of this PR.

zpieslak commented 3 years ago

Attached. bosch_scan.zip

pszafer commented 3 years ago

FYI I will release new version of HA component next week.

zpieslak commented 3 years ago

Dzięki