Merci beaucoup!
Zehnder ComfoConnect has been updated and I found the new "And’ card “Days to replace filter is”…
It working fine
I don’t know if it’s the best way to do it, but here is my flow to be notified when 10 days remain to change the filter, next when only 3 days remain, and finally when the filter is dead
Thx for the really quick update of your App!
Yup, that should work.
A suggestion from me - sometimes the recommended replacement time is not optimal. This can be caused for example by the varying air pollution in the area caused by ex. heating season (it’s a huge problem here in Poland).
I am planning to do a workflow that looks at other parameters of the unit to determine (an notify about) the right moment for replacing the filter by looking at the “airflow” to “fan RPM” or “fan duty” ratio. As the filter gets more clogged, the fans need to work harder to maintain similar airflow level. One could base the notification on that aspect.
Thanks - in addition to your information I also watched this German video which was the key to understanding the wires are 1:1 color coded and must not be crossed. So same wire goes into same color coded terminal in both ComfoConnect Lan C and my ComfoAir Q. For example, yellow/yellow.
Everything works in one go - thanks for the support, and thanks for the App!
Is it possible to add various states to the app? I am presently very eager to be able to read the Boost status (whether it is on/off).
Thanks
Roger
Looking forward to seeing your flow and hearing your experience with it.
Is it possible to add the ability to connect to the Zehnder ComfoClime app using this library?
I’m not sure if the connection protocols are similar or not, but it could be nice to control the ComfoClime as well as the ComfoAir Q using Homey.
It’s highly unlikely to work. The protocol implementation used in this Homey app doesn’t seem to have the required capabilities. I also don’t have a device to experiment with to provide such a support.
Hi @kpr,
Thank you for this amazing App.
Is there any chance you might add “Temperature Profile” setting and reading?
Thank you very much for considering.
Hi @kpr - VERY happy with the latest app version!!
(v1.5.3)
Hoi, Na het automatisch instaleren van de nieuwe versies, werken de kaarten nier meer. Homey herkende de de oude kaarten niet in bestaande flows (licht grijs). Waar ik deze heb vervangen door dezelfde kaarten werken zet niet. Als ik de mutatie doorvoer op het apparaat werkt het wel. Zijn er meer mensen die hier last van hebben?
Please specify which flow cards are not working in the recent app.
De flowkaarten “Set ventilation fan speed” en “Set operation mode to” werken niet.
De kaarten “Change bypass mode to”, “Ebable boost for” en “Set temprature profile to” werken wel.
Thanks for spotting this. I’ve pushed v1.5.4 with fixes. Currently available on Testing, should be visible to all in a couple of days.
I can’t add ‘zehnder comfoconnect Lan C device’ in homey
the error message: ‘timeout after 30000 seconds’
So it can’t find the comfoconnect lan c box. This is strange because the zehnder comfoconnect app from zehnder itself has no problem connecting to the comfoairQ
PS: I’m using TP-Link Wireless N Nano Router WR802N to add a wired connection the the comfoconnect lan box.
Network devices are ubiquity unifi.
Please submit a diagnostics report in the app after attempting to connect. This is most likely an issue with IP/PIN set in the app settings - please double check if these are set correctly.
Thanks very much for your work on this app! Today i finally powered my q450 and got things to talk with homey… how did you program the refresh times of the data? I try to use extract humidity in a flow but is doesn’t seem to refresh very often… tnx again!
solved, i didn’t put the correct ip
Hi Kristof,
like to thank you for this great app.
Keep up the good work.
Cheers,
Richard
First of all thanks for making this integration! Amazing work.
While using the app I noticed that it had some issues with setting up the connection to the gateway and that it only supports a single gateway. I wanted to see if I could fix that issue, as for me the app crashed frequently with a UDP socker error. Also I wanted to add support for the reading analog inputs so I could use those to steer my ventilation unit in a smarter way.
While reviewing the code of the NPM module uses by this integration I figured out that fixing the UDP errors wasn’t going to be easy in the old code base . After trail an error I concluded that addressing all the issues in the NPM module was not going to worthwhile, so instead I opted to rewrite it from scratch in TypeScript with proper separation of concerns and unit tests.
Right now I am at the point where I have a brand new library that implements the code to talk to the comfoconnect lan-c gateway and a prototype homey app that uses the new library with support for multiple gateways as well as reading of the analog inputs. I’ve been running it for a couple of days and right now it seems pretty stable.
@kpr I’d love to hear your thoughts as the owner of current app?