klaudiusz223

Results 15 comments of klaudiusz223

I also noticed this behavior. It started after upgrading the firmware in the bridge to version U1.2.6. Additionally, the new firmware version allows up to 5 simultaneous connections. According to...

Hi, "supply only" and "extract only" modes are de facto states where respectively exhaust and supply fans are temporary switch off. To switch off these fans look at this commands:...

> figured out in the end; I'm able to read and send messages to CAN bus using the ESP8266 and I'm able to communicate with a python script with the...

Hi, I use my own program [ComfoAirQ-Homie](klaudiusz223/ComfoAirQ-Homie) with OH and everything looks correct. But i think that some const definitions could by improved. Maybe someone uses them opposite way For...

One thing to check. What is the orientation of Your units? You Can check it in Zehnder app. My unit has "right" orientation. Maybe that's the problem? Maybe constants should...

Hi @ankitpokhrel Thank You for the answer. I have not tried to set the security field yet because in my case it can create a ticket with the default secuirty...

Hi, Every time when rollershuters reach 0% or 100% calibration is triggered, but You can setLevel(0) , wait at least upCourseTime + upCourseTime * _calibrationRatio and then setLevel(100) and wait...

What kind of signal gives this sensor? 1. The awning has been closed after strong wind. 2. The awning is closing because of strong wind 3. The awning has started...

Hi, Maybe your problem is related to issue #23 ? Change these lines in the example ``` const unsigned long upCourseTime = 30 * 1000; const unsigned long downCourseTime =...

Hi, Here is simple solution using XSLT (PoC). Tested only with few machines. https://gist.github.com/klaudiusz223/006b1e61aefa9ad913bc4a3346985f05 How to test this: Use this website https://www.freeformatter.com/xsl-transformer.html#ad-output put ATML definition into XML Input put XSLT...