michaelarnauts / aiocomfoconnect

Python AsyncIO Zehnder ComfoConnect LAN C library to interface with ComfoAir Q350/450/600 units.
Other
66 stars 14 forks source link

Add set mode to CLI #9

Closed szymonkups closed 1 year ago

szymonkups commented 1 year ago

First of all - thanks for the great repository and research of the protocol!

I want to add cli option to set the mode - i am using that in home automation (node-red) to basically jump to the manual mode for a moment (to change the speed) and then to return to auto mode. I haven't use python for years hope all here is correct , would love to hear any suggestions.

I did some research by looking inside the android app apk file. Code is really obfuscated there but these are some minor findings that might be interesting:

michaelarnauts commented 1 year ago

This looks nice! Thanks!