-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FBQ71C7VEB : Ducted unit, No S21 or X50A on the diagram #529
Comments
Did you combine it X50A with power from X35A as explained in the wiki ? Its a P1P2 unit so perhaps P1P2MQTT could be an option if you can't get faikin to work? |
Yes I connected the X35A as well. Faikin powers up normally, it just stays offline. |
I have a similar unit. X50 that’s currently implemented doesn’t work just yet. Need to learn how to reverse engineer it so we can get it going. Do you have Madoka too?On 19 Oct 2024, at 08:57, yiannosi ***@***.***> wrote:
Did you combine it X50A with power from X35A as explained in the wiki ?
Its a P1P2 unit so perhaps P1P2MQTT could be an option if you can't get faikin to work?
Yes I connected the X35A as well. Faikin powers up normally, it just stays offline.
The problem is with the Serial connection at X50A.
Not exactly sure what connector it is. It looks like 1.25 pitch JST 8-pin connector but am not sure. I had a 3pin connector instead so since only Rx,TX pins are required, I used that one, see below:
IMG_20241018_185226.jpg (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
X50 should work. All my ducted units are X50. I coded that before S21 even. |
In Issue #305 (comment) someone mentioned that they also have an X50 port on the PCB that it doesnt show on the wiring diagram exactly just like my case. They then said that "It seems like the X50A isn't wired in ". |
Madoka? No, mine are older conrrollers BRC1D52. Is it a case were the X50 is there but disabled? |
I’m getting some kind of output from mine. On 19 Oct 2024, at 11:54, yiannosi ***@***.***> wrote:
I have a similar unit. X50 that’s currently implemented doesn’t work just yet. Need to learn how to reverse engineer it so we can get it going. Do you have Madoka too?On 19 Oct 2024, at 08:57, yiannosi @.> wrote: Did you combine it X50A with power from X35A as explained in the wiki ? Its a P1P2 unit so perhaps P1P2MQTT could be an option if you can't get faikin to work? Yes I connected the X35A as well. Faikin powers up normally, it just stays offline. The problem is with the Serial connection at X50A. Not exactly sure what connector it is. It looks like 1.25 pitch JST 8-pin connector but am not sure. I had a 3pin connector instead so since only Rx,TX pins are required, I used that one, see below: IMG_20241018_185226.jpg (view on web) —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>
Madoka? No, mine are older conrrollers BRC1D52.
Is it a case were the X50 is there but disabled?
If this is the case, then there is no solution. I am still not sure if the rx, tx pins contact properly on the X50 as i dont have the proper 8 pin plug. See pic above.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Just tested mine and i get 5v in both rx and tx coming from the X50A which doesnt seem right. |
5V is right as driving one and pulling up the other. |
Read the thread and checked out p1p2 project. No, that's a differential bus with complex signaling; it's not CN_WIRED. BTW, Faikin H/W cannot do P1P2 in principle |
Correct. I realise that now. P1P2 is not an option |
On this model X50A exist but they disable by the firmware, so you solution is try P1P2 communication or IR if they have IR remote. P1P2 require difference hardware, it is quite complicate. You can check P1P2MQTT project. I have boards for P1P2 running ESP32 but is is a commercial project. |
Thanks very much for the info. Where did you get this model-specific information from? |
Hello everyone! |
Thanks for the pinout. |
I confirm that, I have try 1 AC with X50a too, no data at 9600 baud as we decode in this project, not same model but same duct type. But seem you are wiring it wrong: see this pic in wiki: https://github.com/revk/ESP32-Faikin/wiki/Wiring the bottom left image . |
Yes. The dfference in my connection is that I dont use Pin 1 (5V) connection since my Faikin generates 5V onboard. So I just use pin 3 &4 from the X50A connector only. (The red wire shown in my pic, is not connected. Its just that I happned to have a 3pin jst connector) |
Also try to swap the tx and rx, make sure you board working too. |
BTW, my pinout is specified relative to AC, i.e. TX is from AC to controller. Because i effectively wrote down names from my USB-Serial adapter, which I use with the simulator. |
Update: |
Hi,
I have a FBQ71C7VEB (ducted unit) where the X50A is not shown on the diagram but spotted on the PCB!
Just as Issue #305 (comment)
Doesn't seem to work !
Anyone found a solution with any of the other ports?
Anyone found a solution?
The text was updated successfully, but these errors were encountered: