Hackaday Prize 2022: House Ventilation Reverse-Engineered And Automated

the dongle developed by Marcel, with a USB-A plug on one end and an SMD antenna on the other

[Marcel] thought – what if he had more control over his house ventilation system? You could add some nifty features, such as automatically ventilating your house in the mornings when everyone’s away, only creating noise when nobody’s around to hear it. Sadly, most ventilation systems are not automation-friendly at all – he was lucky, however, as his system came with a wireless remote. [Marcel] reverse-engineered this remote, created a USB dongle speaking the same protocol, and tied it into his Home Assistant setup!

The remote in question is Orcon R15, with an Atmel MCU talking to a CC1101 chip through SPI. He sniffed the SPI communications when pressing different buttons, figured out the protocol by comparing the recordings, and built a test setup with a spare Arduino and CC1101 module. It worked, and he set out to design a separate dongle, using an ATMega32U4. The dongle looks pretty neat, and fits a Hammond enclosure – what’s not to like?

Then he set out to develop the firmware, and didn’t disappoint on that front either. His code doesn’t just imitate the original remote perfectly in terms of control, it also has user-friendly pairing flow, keeps track of the system’s current state, and still lets the original remote be used in parallel. Eagle files for the PCB are available on the project page, with the code and a PDF schematic available in the GitHub repo. This entire journey is described in the Hackaday.io page, and we would recommend you check it out for all the insights it provides!

Ventilation systems don’t tend to be designed for automation, and it’s endearing to see hackers working on conquering this frontier. Last time we’ve seen a ventilation system hack, it had the additional challenge of being landlord-friendly, and we think the hacker nailed it!

5 thoughts on “Hackaday Prize 2022: House Ventilation Reverse-Engineered And Automated

  1. Calling it “house ventilation” is a bit much because it’s merely a fan controller with a handheld remote. This is a good hack and build but ideally RF fan remote projects should be consolidated into a brand agnostic system.

    I hope they pursue this angle (as they have also stated it would be good) but until then…

    1. What do you mean by “brand agnostic system”? He integrated this into his home assistant system, which is relatively brand agnostic. He uploaded the code to Github, so anyone with an appropriate SDR or 868MHz transceiver can implement his work.

      Or are you suggesting he maintain a library of protocols and frequencies reverse engineered from each proprietary system?

    2. Hi Gravis,
      Thanks for your comment! A lot of the ventilation units are using the “Honeywell ramses II protocol”, that means the dongle should be able to control several brands already. Furthermore, the dongle uses Firmata to communicate over USB to home automation systems, that means it can be connected to “Home Assistant”, Domoticz and problaby more… At the moment I’m trying to run a small production batch of dongles to share with other software developers to push things forward. I fully agree with you that it would be very cool to support as much as possible ventilation units, and on the other end, use a communiction protocol that is supported by most of the home automation systems.
      Keep an eye on the blog :)

Leave a Reply to marcelh1Cancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.