Open Mushoz opened 6 months ago
There is currently no support for this scenario - there should be.
In addition, this switch is not stateless (it will call for a boost if the CO2 level rises enough).
At this stage, the best solution might be - given that switches are (implemented as) stateless - is to set up the 15RF as a CO2 sensor, and implement a fully-faked switch (a fully virtual switch).
I just don't know if you HVAC unit could support two switches? I suspect it does.
Documentation for implementing these switches is a bit scanty, but here is a start: https://github.com/zxdavb/ramses_cc/wiki/5.2-Faking-Remotes-(switches)
Creating a completely faked remote should work, I have done that before I got a real physical remote. That's with a HRU-unit, but I'm pretty sure the MVS-15RH supports binding more than one device.
I am using ramses_cc to control my mechanical ventilation based on the Orcon MVS-15RH. My setup is using the following device to communicate CO2 readings to the ventilator, but at the same time it can be used as a remote to change the fan speed:
https://orcon.nl/product/co2-bedieningssensor-15rf/
How do I enter this device into the configuration of ramses_CC? I can use the CO2 class to get CO2 readings, and I can use the REM close to treat it as a remote. But how can I unlock both functionality?