User Tools

Site Tools


Translations of this page:

en:introduction

MitsuRunner introduction

Software for ESP8266 or ESP32 based device designed to prevent Mitsubishi Electric heatpumps to do too short heating runs and de-frosting outdoor unit every 30 minutes or so. This .yaml file is designed for https://ESPhome.io, which is needed to generate, compile and update sources. Please follow information from their site how to set-up environments.

Many Finns suffer from poor design of Mitsubishi heat pumps. In normal winter at -15 c degrees especially MSZ-LN series does de-frost every 30/40 minutes even when there is practically no frost in the outdoor unit, ie. no need to defrost. Frequent de-frost leads to poor heat production and most likely very poor effiency (“COP”) compared to unit where defrost happens in the very same conditions only once every 2-3 hours.

Background

This software started from topic in lampopumput.info forum: https://lampopumput.info/foorumi/threads/msz-ln-sulatushuijaus.31223/

The design of these Mitsubishi MZN-LN25/35 etc. heatpumps is poor both in software and in mechanics. The software in the unit does not suit for the Finnish climate - and most probably not to any climate where pump needs to be used for heating and temperature goes below -5 degrees. The pump heats mainly with short cycles (under 60 minutes) and tries to melt ice from outdoor unit's heat exhanger even there is no ice. This is waste of energy and makes heating inefficient.

This is due to poor “fuzzy logic” algorithm which:

  • Instead of using temperature sensors it tries to predict de-frost need from previous cycles
  • The mechanical side probems are related to defrost temperature sensor. It is used to detect when the ice has melt from outdoor heat exhanger. The defrost temperature sensor is installed poorly so it touches non-waterproof insulation material which gets wet from melting water/condensation and then freezes. Frozen defrost sensor does not measure correct value used needed for “fuzzy logic”. Thus it starts to affect device's “fuzzy logic” which starts to think that heating has been too long as outdoor heat exhanger is too icy and thus starts to decrease duration of heating… and this leads to situation where pump does not heat much but tries to melt outdoor unit's heat exhanger often. Basically wasting energy by melting really often means it heats outside air by taking heat from inside.
  • Also looks like Mitsubishi has limited temperature sensor's lower range only to -15 c.

Operation principle

MitsuRunner cheats heat pump by switching a 33k resistor in place of de-frost thermistor (measuring outdoor unit's heat exchanger's temperature) of the heat pump. That makes the heat pump to think that temperature is above zero celsius and there is no need to de-frost. MitsuRunner itself uses two thermistor to measure temperature difference (delta) between outdoor heat exchanger and outdoor air. When difference (delta) is big enough, it switches heat pump's real de-frost thermistor back and lets the heat pump to de-frost. After de-frosting the 33k resistor is switched back until MitsuRunner triggers next de-frost.

Harwdare shopping list

  • 1x ESP32 or ESP8266 based controller, for exampple WeMos D1 Mini
  • 1x USB power source for the controller
  • 1x relay compatible with the controller, for example Wemos D1 Mini Relay Shield
  • 2x waterproof DS18B20 temperature sensors, one meter wire is plenty enough.
  • (Optional: 2x non-waterproof DS18B20 for backup in case waterproof sensors reacts too slowly)
  • 1x 33k (33000 ohm) resistor to be switched in the place of de-frost thermistor (“hack” resistor)
  • 1x 4k7 (4700 ohm) resistor as 1-wire pull-up resistor
  • enclosure for contoller, suitable for outdoor use

And some basic hardware store items like

  • wire (multicore wire like CAT-cable or phone cable)
  • etc.
en/introduction.txt · Last modified: 2024/02/04 12:12 by juu

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki