ComfoAir: field experiences

126 views
Skip to first unread message

ari...@nesys.it

unread,
Jan 20, 2015, 3:10:10 AM1/20/15
to ope...@googlegroups.com
Hi All,

any of you already implemented the Binding for having integrated a ComfoAir device with openHAB?

I'm interested in particular on ComfoAir 350, but in general I would like to know if the Binding is working as expected.

On the other hand I've seen the implementation requires a serial connection, I was wondering to know how you implemented this in your infrastructure. Maybe with Arduino and a MQTT connection via wifi?

Any shared experience would be appreciated

Thank you

Andrea

Patrik Gfeller

unread,
Jan 20, 2015, 3:30:42 PM1/20/15
to ope...@googlegroups.com
Hi Andrea,

I've the binding working and the only thing required was a standard serial-to-USB cable (I'm using windows host; but I assume linux will be ok as well); on top of the ComfoAir there's a connector box - if you open it you have access to a serial connection ... and that's it :-)

If you have problem to find the connector it I'm happy to post a picture - just let me know (maybe even worth to add it to the wiki ...); anyhow below a picture of my UI:

with kind regards,
Patrik

Andrea Riela

unread,
Jan 20, 2015, 6:56:08 PM1/20/15
to ope...@googlegroups.com
Hi Patrik,

Thanks for sharing your experience.

Do you have a 350? How many sqm are you managing with this device?

Thanks again

Andrea

Holger Hees

unread,
Jan 21, 2015, 5:10:01 AM1/21/15
to
Hi Andrea,

i'm using a ComfoAir 350 and manage ~160m² with this device.

best

Holger

p.s.

I created a web page with my homeautomation experiences but it's only in german. You can find some details about my ComfoAir on the following link:

http://www.intranet-der-dinge.de/haus/lueftung

Andrea Riela

unread,
Jan 21, 2015, 7:59:24 AM1/21/15
to ope...@googlegroups.com
Thank you for sharing.

It’s also necessary to buy the optional remote control CCEase?

Thanks

Andrea

tomtrath

unread,
Jan 21, 2015, 8:04:56 AM1/21/15
to ope...@googlegroups.com
no, you dont need the CCEase

BR Thomas

Holger Hees

unread,
Jan 21, 2015, 9:03:12 AM1/21/15
to ope...@googlegroups.com
i would suggest to buy a CCEase.

the binding is readonly with the exception to enable or disable the CCEase. The rest, like error message reset must be done with the CCEase control unit.

Currently there is some code to reset the messages, but it is untested.

The CCEase is the only way to control 100% of the ComfoAir functionality.




Am Mittwoch, 21. Januar 2015 13:59:24 UTC+1 schrieb Andrea Riela:

Andrea Riela

unread,
Jan 21, 2015, 10:05:39 AM1/21/15
to ope...@googlegroups.com
Hi Holger,

thanks for clarification.

Any chance to try to simulate 100% the CCEase with our openHAB ? :)

Can’t wait :)

Thanks again

Andrea

--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/hYjO6i7O--I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab/5715035b-9217-481e-868b-c121241f8635%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Holger Hees

unread,
Jan 21, 2015, 10:17:42 AM1/21/15
to ope...@googlegroups.com
I think this is currently not possible. The comfo air is available with so many additional features and i have no test environments.

Most of the time i use only the openhub UI. And 1 or 2 times per year i reenable the CCEase to made some main configuration changes like filter message reset. You also need the CCEase to initial setup you ComfoAir.

Last but not least, it is "cheaper" to buy a CCEase instead of wasting time with the implementation of rarely used features. :-)

and you are on the safe side with warranty, because the binding is readonly!

to get a impression about the possibilities you can get a look at the protocoll documentation (in german)

http://www.see-solutions.de/sonstiges/Protokollbeschreibung_ComfoAir.pdf

Patrik Gfeller

unread,
Jan 21, 2015, 2:56:21 PM1/21/15
to ope...@googlegroups.com
Hi Andrea,

yes - it is a 350 - we have aprox. ~180 m^2.

with kind regards,
Patrik

Am Mittwoch, 21. Januar 2015 00:56:08 UTC+1 schrieb Andrea Riela:

Patrik Gfeller

unread,
Jan 21, 2015, 3:00:32 PM1/21/15
to ope...@googlegroups.com
Hi Holger,

very nice page - do you mind if I would add links to your article and referenced documents (and screenshots) from the comfoAir wiki page?

with kind regards,
Patrik


Am Mittwoch, 21. Januar 2015 11:10:01 UTC+1 schrieb Holger Hees:
Hi Andrea,

i'm using a ComfoAir 350 and manage ~160m² with this device.

best

Holger

p.s.

I created a web page with my homeautomation experiences but it's only in german. You can find some details about my ComfoAir on the following link:

http://www.intranet-der-dinge.de/haus/lueftung



Am Mittwoch, 21. Januar 2015 00:56:08 UTC+1 schrieb Andrea Riela:

tomtrath

unread,
Jan 22, 2015, 2:37:06 PM1/22/15
to ope...@googlegroups.com
Hi,

i do not have a ccease and use my comfoair 350 only via openhab. the binding also support filter reset. Already used and proven to work correctly.

BR Thomas

Holger Hees

unread,
Jan 22, 2015, 3:43:18 PM1/22/15
to
Good to know :-)

i implemented the filter reset but it was never tested by me.

and my previous statement was not correct.

the following change commands are implemented

- enable and disable the ccease (tested by me)
- setting the target temperature (tested by me)
- setting the fan level (tested by me)
- filter reset (untested by me)
- error reset (untested by me)

but the following commands are not implemented

- enable the incoming and outgoing airflow separately (fireplace circuit)
- a feature related to the
cooking hood
- all
maintenance-settings (P Menu)

but you can configure this additional commands in the class
org.openhab.binding.comfoair.handling.ComfoAirCommandType.java

feel free to do this and let me know the results.

Reply all
Reply to author
Forward
0 new messages