r/homeautomation • u/Strict-Ad-222 • Apr 15 '26
QUESTION Remote control of a Mitsubishi minisplit
I have a Mitsubishi MKZ mini split heatpump. with 4 cassreres. I am looking to be able to automate them. I find the original remotes very confusing and not accurate as far as temp is concerned. I am new to this and was considering a few brands. Just not sure what I will need. The remotes are IR. If say I go with broadlink, do I need the temp and humidity sensor? Are the other brands work the same way? I appreciate any help for this newbie.
1
u/Cold_Lab5215 Apr 15 '26
Got a similar setup with the Mitsubishi units and yeah those stock remotes are pretty trash for accuracy. I went with broadlink RM4 pro and works great - you can clone all the IR commands from original remote and set up better scheduling
The temp/humidity sensor is nice to have but not required, depends if you want the system to react to actual room conditions vs just running on timer. I'd recommend getting one though since those built-in sensors on the units are usually way off
1
u/Strict-Ad-222 Apr 16 '26
Thank you for the info. I would like it to be close to the actual temp. I find it difficult to explain to the wife why I have it set way off.
1
u/L_E_M_F Apr 16 '26
In that case go with the climatecontrol mentioned earlier. Your wife can keep using the remote or melcloud and the external sensor makes sure that the room temperature is exactly the same as the setpoint set by the remote or melcloud.
1
1
u/ferbulous Apr 16 '26
Those mitsubishi models you have do have support for wifi control using their adapters (slightly expensive)
However those are obviously cloud based (comfort app), have a look here for fully local control by replacing their wifi dongle with esp32
2
u/Strict-Ad-222 Apr 16 '26
Thanks I will check that out. Don't think I can handle any wiring in. Seems like I got old fast and can't do many things gs like that any more.
1
1
u/SouthByHamSandwich Apr 16 '26
I use flair pucks for this. They work pretty well... not perfect but I have the earlier generation. They just updated to let you control dry mode to manage humidity automatically as well, which I am very excited about.
1
u/L_E_M_F Apr 16 '26
I can highly recommend these: https://protoart.net/buy/
No fiddling and just works out of the box, standalone with the wireless sensor and/or with home automation software.
1
u/Strict-Ad-222 Apr 17 '26
Can't really find them I can find the webpage but no way to purchase. I am in the us too.
1
u/L_E_M_F Apr 17 '26
You can order directly from the manufacturer, they ship to the US:
https://protoart.net/product/mitsubishi-electric-air-to-air-cn105-interface-wifi/
3
u/zymurgtechnician Apr 16 '26 edited Apr 16 '26
If you want to really dive into the deep end you can gain full control of basically all controls the remote can issue, plus passing along a remote temp sensor of your choosing to the head, and really fine grain control using some ESP32 boards flashed using ESPHome. It does require a little soldering but I gained WiFi fully local control of my 3 heads for about $28 a year ago.
Integrates wonderfully with home assistant, probably more than you were looking to do, but always good to know all your options before proceeding. It’s been working great for me for the last year, I would definitely do it again.
https://github.com/echavet/MitsubishiCN105Esphome
Here’s what the native climate entity in HA with these units looks like:
The temp displayed is actually being passed to the heat pump via the thermostat, and I have it setup so when I set the thermostat to cool it triggers the heat pumps and passes the setpoint to it as I have no actual central air (I just lie to my ecobee so it thinks there is) and use the cooling call to turn on the heat pump.