Hello bart.ellast,
could you please share some details of your hack for the Daikin proprietary interface?
Iām currently trying to hack my FTXB-C unit - according to all the documentation it should not be possible, but it does have the S403 connector, so I got a KRP980B1 to convert it to the S21 which should be connectable to the OnlineController devices (only which one of the 4 or 5 available I have no idea). Here are the photos of the adapter board:
Iāve done some reverse engineering on the converter and now Iām able to turn the unit on/off and also check if itās running through an additional 4-pin JEM-A connector.
I have also found out the pinout of S21, should be ā+5V, TX, RX, +12V, GNDā (pin 1 is on the top marked by arrow).
Unfortunately I donāt have much idea what the RX and TX areā¦ according to the transistor/optocoupler chain theyāre definitely some sort of full-duplex bidirectional asynchronous connection with 5V pull-ups, which would hint at a normal TTL-level UART.
Tracing both pins to S403 (should be pins 2&3) and further on the main board seems to lead them to the UART1 port of the control MCUā¦
So far so good, looks like it should be a serial port. However there is no activity on it from the unitās side no matter what I do, and whatever I try sending there is no response.
Have you also dealt with the S21 port in your hack? Was it really an UART? What were the parameters (baud,parity,stop bits,ā¦)? Did you build the RS232 converter yourself, or is it a commercially available unit?
Iām thinking of getting one of the OnlineController devices and try to analyze its communication, or at least see what itās trying to send if it does not work with my unitā¦ or maybe taking the main board out completely, power it on the test bench and have some real fun with oscilloscope. But it would be nice to have some starting info before that
Thanks a lot for your answer!