mcchas / rc-ex3-esp

Mitsubishi RC-EX3 Wifi
MIT License
2 stars 0 forks source link

Additional Parameters #2

Open djandymarc opened 7 months ago

djandymarc commented 7 months ago

Hi there, thanks for this. Im going to try this on the weekend on my MHI system. Just wondering though if you had the code for some additional parameters such as Auto Fan High Power Energy Saving.

Is there a list of code that correlates to which function?

mcchas commented 7 months ago

Just wondering though if you had the code for some additional parameters such as

Auto Fan

Setting the fan speed to 0 sets this to auto.

High Power

Energy Saving.

From looking at the manual these two function buttons are just presets (and can be configured to anything), from memory the energy saver just sets the temperature to 28 degrees with low fan - so this could be done by sending the same values normally. High power may be the same, but worth a look in the manual or config menu of the panel.

It may be possible to toggle these functions using this code but I never bothered to reverse this functionality (as they were not supported in HomeKit).

Is there a list of code that correlates to which function?

You can find the commands that have been reversed (mode/speed/power/status) in src/rc3serial.cpp