-
Notifications
You must be signed in to change notification settings - Fork 62
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
3d auto and vanes l/r seems possible over CNS #77
Comments
Hi, |
I've read here (German) contrary information, no support of 3D auto and vanes left/right |
That is the old module. The new module is a wired module. They can be bought in The Netherlands: @niclet You are correct that the SPI commands will (probably) not be in the app, but in the module. But I believe absalom-muc and another user were investigating tapping into the signals between the wifi-module and the CNS-port. |
Here are a few screenshots of the app, with buttons for 3D Auto and vanes L/R. I also see support for fan speed 'AUTO'. That would be really nice! I would like to be able to slow down the fan speed on dinner times and revert it back to 'auto' after dinner. I also see inputs for creating a week schedule: The same user confirms on that forum the buttons really work. |
o.k. I see, thank you. That is the first time that I see that a wired module supports these commands. |
Any updates on this ?? would be nice feature to have |
I'm also waiting. Also in cassette individual flap control for 4 flaps also possible thru wired controller... Left right vanes (7 ways and swing) |
You need a wired remote control supporting the interesting modes (i.e. the new WF-RAC mentioned above), where you can snif the SPI communication to implement it in MHI-AC-Ctrl. |
Regarding self clean, it is actually a mode like fan/cool/heat. So it is concerned with the mode bits and not the power bits. My other ac didn't have cns support and i installed ir-esp8266 control for it. And even in that, self clean, 3d auto, turbo, econo are supported fully, turbo, econo are also connected to the fan bits. Is there a way for me to experiment by sending possible combinations of mode bits(cool dry auto) to find self clean? Silent mode in remote Is limiting compressor to 40%. With which im able to run ac all day long with reduced power, but higher efficiency (cop is high for partial load as per spec) |
As you can see in the frame summary many bits of the frame are used by known functions (green), for some others (grey & white) I'm not aware if they are used or which function they have. Of course you could test different combinations - but as usual on your own risk. |
I had previously mosi bits, you were unable to find any changes in it..
…On Thu, 16 Jun, 2022, 1:48 am absalom-muc, ***@***.***> wrote:
As you can see in the frame summary
<https://github.com/absalom-muc/MHI-AC-Trace/blob/main/SPI.md#summary>
many bits of the frame are used by known functions (green), for some others
(grey & white) I'm not aware if they are used or which function they have.
Of course you could test different combinations - but as usual on your own
risk.
But maybe it is easier to record the MOSI frame and check what happens
when self clean is activated. Maybe so far unknown frame bits are used.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFK3YAPM3FW5MB2JLW3VPI3CFANCNFSM5MT3PNNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Could somebody describe what is the difficulty to press interesting mode and snif it on SPI? |
As i see on screenshots AM-MHI-01 has auto fan button and left-right setting, isn't it? |
No difficulty, you need only someone who has the wired remote control supporting the interesting cases and is willing to check it.
Not sure which sreenshots you mean |
He meant the mobile app i guess for the wifi remote control given by mhi
…On Wed, 29 Jun, 2022, 11:15 am absalom-muc, ***@***.***> wrote:
Could somebody describe what is the difficulty to press interesting mode
and snif it on SPI?
No difficulty, you need only someone who has the wired remote control
supporting the interesting cases and is willing to check it.
As i see on screenshots AM-MHI-01 has auto fan button and left-right
setting, isn't it?
Not sure which sreenshots you mean
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFIF4VEJJBGKWMKRUGLVRPPIVANCNFSM5MT3PNNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@absalom-muc If I can get my hands on a MHI WF-RAC, are you willing to implement the new features like 3D auto and Vanes if I provide you with the needed information? If yes, what do I need to build / flash in order to give you the needed information? |
@absalom-muc is it possible to sniff and log communication? I think we can then send single commands and verify how a/c reacts to them (i can join with testing soon (waiting d1 mini from post)). |
We actually need a mqqt command which we can use to send raw command to
ac... If possible
…On Wed, 20 Jul, 2022, 5:47 pm Kanstantsin Shautsou, < ***@***.***> wrote:
@absalom-muc <https://github.com/absalom-muc> is it possible to sniff and
log communication? I think we can then send single commands and verify how
a/c reacts to them (i can join with testing soon (waiting d1 mini from
post)).
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFKKNDNCIWYGXMADJQLVU7U43ANCNFSM5MT3PNNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
yes, please check MHI-AC-Trace |
Ok, I might be able to get one. Not quite sure yet how to connect it, both the MHI-AC-Ctrl and the original controller need to be connected parallel? You mention the old version of the board, is there any image to explain it? |
Conncetion has to be parallel according to the diagram (just added) here. |
Just for information, I'm seeing a lot of development on the HomeAssistant forums with this new module - they seem to have decoded stuff. I placed a request to help out here... |
Would be great if someone with the new module could sniff out the unknowns. If someone has the new WiFi module and is able to send it to me (Netherlands), I am willing to take a stab at sniffing the SPI communication. I promise to send it back afterwards. :-) |
I have one, managed to get my hands on one this summer but haven't found the time yet to sniff the commands. Maybe we can work something out with the module. How can i contact you? |
Sounds good! You can contact me via |
Mail sent. :) |
I can be the tester
…On Wed, 20 Jul, 2022, 2:49 pm DYLaKo, ***@***.***> wrote:
@absalom-muc <https://github.com/absalom-muc> If I can get my hands on a
MHI WF-RAC, are you willing to implement the new features like 3D auto and
Vanes if I provide you with the needed information? If yes, what do I need
to build / flash in order to give you the needed information?
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFJHTQG3S2NRSV44WWTVU7ABHANCNFSM5MT3PNNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@kARTechnology I guess the more the merrier. DYLaKo is also lending his WF-RAC to me so I can do some SPI sniffing as well. If you'd do the same at least we have a very broad data set to reverse engineer upon. :-) |
I thought about this too a while back because I actually have one indoor unit set this way because it is in a corner. But for the other one which I would like to control L/R and U/D via automation this setting will limit you L/R control via IR. All positions are offset by the wall setting. Still a nice work around and thank you for putting it here. Sure can help someone! |
So I thought to give it a try. It is now (partly working), 3D auto and vanes LR. |
That is super nice of you. I hope you succeed! Thank you. |
3D auto and vanes LR are working fine now, including setting these. |
Well done!
…On Thu, 28 Sept 2023, 21:38 glsf91, ***@***.***> wrote:
3D auto and vanes LR are working fine now, including setting these.
Need to test a little bit more.,
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANALEHK26J7U5WX7O4PQ7RLX4VORXANCNFSM5MT3PNNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Great news!!! I'll be able to test them soon
…On Thu, 28 Sep, 2023, 5:07 pm glsf91, ***@***.***> wrote:
3D auto and vanes LR are working fine now, including setting these.
Need to test a little bit more.,
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFOWJCWKGVAY42QMB43X4VORPANCNFSM5MT3PNNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I made a pull request for this. But first I want to ask a few people to test this before the merge is done. |
Just tested on one of my SRK35ZS-W. 3Dauto as well as VanesLR is fully working like intended! |
Do you happen to have the changes for the ha yaml part to controll vanes and auto3d? I now have this, but how do I embed vanes and auto3d? climate: |
No I'm sorry. I don't use ha
…On Sat, Sep 30, 2023, 21:19 rwijnhov ***@***.***> wrote:
Do you happen to have the changes for the ha yaml part to controll vanes
and auto3d?
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6YXS3R7OBG54FI5VG6AD3X5BWD3ANCNFSM5MT3PNNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am working on getting this update to the ESPhome version of this script (https://github.com/RobertJansen1/MHI-AC-Ctrl-ESPHome), and so far the changes seems to be working as expected. one thing i noticed, not all modes support the 3D auto. if you happened to select a mode that doesn't support 3D Auto, the controller allows you to set it, but it doesn't actually do anything if you understand what i mean. once i have some more time for this, i will try to prevent something for it in the fork. |
This is awesome! |
Is silent mode also available? Would be great if we could set that too. |
That is right. 3D auto is only working in the mode Auto, cool and heat. |
No, I'm sorry. |
I ran some tests. Now the vanelr settings stays in memory while moving vanes up and down. So it now no longer resets. And i can call auto3d from a script. Everything working as expected. AWESOME WORK!!!! |
Solved with pull request #159 |
Put this into your mqtt.yaml:
|
Silent mode limits the compressor at 40% and the outdoor fan speed too. We
need powerful mode as well to complete the project 👏
…On Sun, 1 Oct, 2023, 1:01 pm rwijnhov, ***@***.***> wrote:
Is silent mode also available? Would be great if we could set that too.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFLYOSRCIHH6MCLATK3X5EL5VANCNFSM5MT3PNNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have a question about the integration of the latest VanesLR option in Homeassistant. It works to add this as sensor/switch by using the code from @jeroenkl in mqtt.yaml. But I can't get to integrate it nicely on a lovelace card because the default climate card or simple-thermostat card etc. only support one 'swing mode'. So I'm not able to add the horizontal-swing modes as separate option. I know that sounds like a HA-issue but I'm posting it here because a different configuration option could help. Would it be possible to add the extra LR swing modes to the existing topic? So extend it with extra values, eg. LR1, LR2, LR3, etc. or something alike. Just to show how my current setup is, thanks to this integration; Or maybe someone can show how they have integrated this in HA? |
This comment was marked as resolved.
This comment was marked as resolved.
I'm sorry but I'm not going to extend this which extra values. |
Any idea of turbo fan mode and self clean which i can sniff and help with
ir remote?
…On Sun, 29 Oct, 2023, 9:48 pm glsf91, ***@***.***> wrote:
I'm sorry but I'm not going to extend this which extra values.
Of course you can do this in your own version.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ODFMU47LO33A2FJZJZR3YBZXTVAVCNFSM5MT3PNN2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZYGQYTKNRYHEZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Makes not much sense to sniff this with using it from the ir remote. |
This has been answered many times; these options do not seem to be supported in the communication between module and unit. So it's not going to be possible, and probably not ever, until the app supports it as well which can be an indicator of support on the CNS. |
MHI-AC-Ctrl works fine on my SRK20ZM-S with frame size 20. However when I switch to frame size 33 the unit does not respond at all. Instead I get a torrent of I am using the ESPHome version, but I also tried flashing the vanilla version of MHI-AC-Ctrl. Both exhibit the same error. |
Difficult to say what's wrong here. The most logical thing to do would probably be test your unit with WF-RAC to see if the controller supports 3D auto and vane control modes on your model. But since you probably do not have one close by to try this out, the only educated guess would be that your unit dates from before they added support for the extended SPI frame sizes. |
The unit has |
MHI has a (new?) WiFi module called WF-RAC. This module is connected to the CNS port of the airco. Then you can use the 'Smart M-air' app to control your airco. I've read a confirmation that 3D auto and vanes left/right is supported by the app and also works. I don't know if the app has more extra features.
I see some sites advertising the module should work with models SRKxxZS(X), SRKxxZR, SRRxxZS and SRFxxZSX.
The app has a demo, maybe it can be used to decompile the SPI commando's?
The text was updated successfully, but these errors were encountered: