aiocomfoconnect icon indicating copy to clipboard operation
aiocomfoconnect copied to clipboard

Python AsyncIO Zehnder ComfoConnect LAN C library to interface with ComfoAir Q350/450/600 units.

Results 17 aiocomfoconnect issues
Sort by recently updated
recently updated
newest added

Hello, I installed aiocomfoconnect and discovered the bridge successfully. However, when trying to register aiocomfoconnect, it does not show any results and freezes. This is with a dietpi and a...

Hey Michael, any plans make it into home assistant core? As I see, the old version doesn't support enabling bypass, am I right? https://github.com/michaelarnauts/comfoconnect btw, I am unable to register...

-1 doesn't exist in UINT, so I converted them to what the value would be in the respective UINTs

Hi, I’d like to know how to modify sensor parameter or declaration (maybe in Sensor.py). Because I did notice discrepencies between HA sensor and ComfoConnect-App sensor in my install. For...

Hello, like others before, I wasn't able to register with aiocomfoconnect. I also got `result: NOT_ALLOWED` and `reference: 1`. I was finally able to register a new local UUID with...

Using a ESP32 module to read the Q600 values, which works great. Thanks for your effort to make this possible. However the only values missing are the values from the...

Hi, The connection to my Q350 doesn't work. I have a feeling this is related to the PIN, but I don't think I can change this in the device. Error...

Hi, I recently had a preheater installed in my ComfoAirQ600 and we are looking to activate the preheater earlier than it automatically activates (for example at 5 degrees instead of...

`ComfoConnect.connect()` implements a mitigation for a known bug in the bridge where, upon first connection, invalid 0 sensor values are emitted before real values are finally sent: # Wait for...