michaelarnauts / aiocomfoconnect

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

Check if other app is running #2

Closed tombartosz closed 1 year ago

tombartosz commented 1 year ago

Is there a way to check if other app (i.e Zehnder Confoconnect for Android) is running using this library ?

michaelarnauts commented 1 year ago

I don't think this is possible. On old firmwares of the Comfoconnect LAN C, you could only have one session, and you had to kill the existing session. You could detect this by connecting without the take_over flag.