I have created an external component and hardware to intergrate the Vent Axia Sentinel Kinetic MVHR into HomeAssistant through ESPHome
All devices that work with the “Sentinel Kinetic Wired Remote Controller” should be compatible
The project so far is able to interact with the device through 4 Buttons, read the display into Home Assistant, fetch temperature and humidity values, get metrics and diagnostics from the unit.
Repo for the external component can be found here
Edit 2:
Unit should be good to go to fab this week. it gives us a 0-10v (PWM Signal) that the MVHR should be able to work with. This should give proportional control over the fan 1-100%, will need software calibration as its analogue.
A volt free optocoupler contact for whatever we want it for
A RJ9 socket that will take a standard telephone handset cable (crossover pin1 to pin4 etc) or a 4 pin screw terminal
Unit can take a ESP8266 or ESP32
Programming UART separated from UART used for MVHR (Needs testing to confirm that ESPHome can use alternate pins on the ESP8266)
I will likeley have a couple spare, so anyone who wants one assembled for £10+shipping give me a DM (helps towards hardware development costs)
Edit 3:
Getting closer to sending to fabrication. The board is mostly complete, gives near rail to rail 10V PWM, that should be good enought for the 0-10V proportional input of the MVHR.
4x 5V buffered outputs to allow setting Low, Normal, High and Off through Mode 2 control if desired.
Proportional control will allow setting the fans speed between the value of “Normal” and “High”
On the MVHR if “Low” is set to 1%, “Normal” is set to 1% and “High” set to 100%, it will allow control of the speed between 1-100% speed.
As for the software development side, I could really do with some assistance with development, im not a coder, and ESPHome’s sensor intergration is driving me up the wall.