-
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
[FEATURE] Support of intelligent eye sensor enabling/disabling #342
Comments
If you find the S21 messages, let me know and I'll make it work. |
I enabled messages dump to mqtt and I see no changes in any of registers when I enable/disable this mode from IR remote. :( |
How else I can debug it? Does faikin publish into mqtt all S21 messages or only part of them? For example, G9 or GD which I don't see in output. |
You can send any S21 to test. |
Just for info. I tried "0000" (characters), 0x00 0x00 0x00 0x00 and 0xff 0xff 0xff 0xff into all possible D-registers. Tried it with the intelligent eye enabled and with the intelligent eye disabled. It doesn't change the intelligent eye setting. :( (of course, I ensured that I see my packets in /tx queue and I ensured that I can enable/disable another features this way). I'm out of ideas yet. |
I can confirm this isn't working for me either with the same model (both FTXA25C2V1B and FTXA35C2V1B). As it happens I was also trying to debug this yesterday and saw nothing relevant changing with |
I think we have There is more work on S21 being done which may allow more options soon. |
@revk no, for AC with intelligent eye it still doesn't work. |
Is that not what |
No, it's some different mode. I'm not sure it's supported in S21, but let's see, maybe we'll find it sometimes. |
OK then I think we need to wait for more S21 research. It is going well. |
I am not at home right know, I'll test it next week |
I have a Emura3 (FTXJ35A2V1BB) which has also the intelligent eye sensor. When I activate the Sensor Mode on Faikin it is reducing the LED light of the A/C. The Faikin LED Control Switch is doing nothing. Sensor mode is different from intelligent eye. |
I think we need to just wait for some of the reverse engineering that is going on. Then this can be adjusted. |
@nikbyte Hello! Still here ? We have a python script https://github.com/revk/ESP32-Faikin/blob/main/Tools/Simulators/collect_profile.py can you run it on your A/C ? The script will send some commands via mqtt and gather responses. I need the resulting profile which it dumps. Then i'll put this profile into our A/C simulator and see how original Daikin controller handles it. |
Sent back by email. |
Cool news: Bad news: neither old app nor Onecta support this feature. Without some app, that controls it, we can't figure out control commands. |
@Sonic-Amiga I can toggle the intelligent eye from my onecta app on the original wifi controller on my new Perfera unit. Can i help somehow? I can confirm that the sensor mode is not doing the same thing on my controller too. |
Profile is here, collected from a FTXM35A5V1B |
Hello! What kind of wifi adapter does it natively use? Would be very nice to get high-quality pcb photos |
It's a BRP069C4x, so should be the same one everyone else has. It does look identical but I closed the unit up already and can't reopen it anytime soon. I only have remote access. Firmware of the adapter is 1.31.0
|
Hm, so my C41 should indeed talk to your aircon. Okay, thank you for the profile, I'll try pushing it for some more. |
@MartB Hi! Keep fighting; and even with your profile it doesn't want to work. After i disconnect it from (simulated) X50 aircon (which works fine) and connect it to (simulated) FTXM35A5V1B with your profile; the adapted disconnects from cloud and sits in "config" mode, responding this to /config/adapter/product_info:
So it does not understand what type of device it's connected to; and fails. I noticed that the adapted also queries for Rz52 and Rz72 commands. Responses from my aircons (both) are '40' and '23' correspondingly. I programmed these, result is the same. |
Unfortunately we seem to be stuck with emulating an S21 A/C with this controller; but it's possible to intercept raw traffic. |
Hello everyone! Some news, bad and good. The app refuses to find my BRP069, so i need some tricks and some time. Perhaps i'll write my own firmware download tool. |
All fixed, all tricks learned. Now i have an upgraded controller, fully recognized by the app. Let's see what new stuff it gives us. |
Sorry was not really paying attention, is there anything you still require from me? |
Hi! No, nothing to ask you for. I still cannot replicate your setup, i.e. mt BRP969C41just refuses to connect to the cloud and do anything if i use S21 protocol. It only fully works with X50. |
Daikin hardware
FTXA35C2V1B, S21 connector
Is your feature request related to a problem? Please describe.
This AC has "intelligent eye" sensor which is not controlled by "sensor" option in faikin.
It would be good to figure out why and fix
Describe the solution you'd like
Working "sensor" switch in UI.
The text was updated successfully, but these errors were encountered: