Hello,
I have a VMC (mechanical air controller) Nather Twinea in my house that I’d like to pilot through Home Assistant.
Unfortunately the manufacturer doesn’t provide with a module for that, nor documentation of any kind on how the internals works.
The VMC is linked to a control panel (a few meters away) to manage the speed (3 possibilities) and the by-pass.
The idea is to get those 4 buttons available in HA for automated control of the air in the house.
Now the control panel have 4 wires going in from the VMC:
- 24V (which is more like 28V on my voltmeter)
- RX (3V Measured)
- TX (3V also)
- GND
I guessed that the RX and TX are used for serial communication between the 2 devices, and so I tried various adapters just in case (RS232 - I heard it can go as low as 3V as per the spec, RS485 - Which i doubt would work as they go with +/- instead of RX and TX).
The wiring is done in parallel of the control panel to “spy” onto the communication and try to understand what is going on.
None of that worked (and have triggered the alarm symbol on the panel).
Since the voltage is low I also tried to plug the TX of the control panel to the RX of the UART on my RPi.
I opened up a serial console (tried screen, minicom) and I can see something going on there, but the data is garbage.
I tried every possible baud rate I know of, and changing the settings from 8N1 to 7E1 which seems to have been used at some point too.
But I can’t get anything but garbage on the console output.
Now I’m at the limit of my knowleges on this but keen to learn.
Any hint on how to proceed next? What could I do to understand what is happening between the 2?
As a side note, I have a USB Port available on the VMC which is recognized by Windows as a TTL to USB adapter and is used to reconfigure (flash?) the system (speed parameters and all).
IDK if this is useful but this led me to think that there’s a microcontroller in there, with at least one UART, and possibly another for the communication with the serial panel.
Picture of the panel wiring:
Thanks!