HeatPump icon indicating copy to clipboard operation
HeatPump copied to clipboard

Arduino library to control Mitsubishi Heat Pumps via connector cn105

Results 10 HeatPump issues
Sort by recently updated
recently updated
newest added

THIS IS NOT A THREAD TO ASK FOR HELP! USE GITTER CHAT FOR HELP Hi guys, I would like to use this area to list unit types that are know...

I saw behavior where every time I called update from the MQTT example, I always got "heatpump: update() failed". Looking at the code for update: ``` createPacket(packet, wantedSettings); writePacket(packet, PACKET_LEN);...

Currently we strictly read one packet each time `sync()` is called. This means that if `writePacket()` is ever called twice in a row before reading, a packet will be permanently...

I have been doing some experimenting with my heat pump. I found if you send a request packet (0x42) with a 0x09 in byte 5 (0xfc is 0) you get...

With this change and enable fast sync, time sync speed up by 2x. Expose wantedSettings and lastWanted make mqtt control over Home Assistant more stable, see: https://github.com/dzungpv/mitsubishi2MQTT

I spent some time banging my head against the wall, before I figured this out, almost gave up... Tried with pullups, without, rechecked wires, changed boards.... :D Turns out, not...

General behaviour question here. How frequently should remote temperature be updated? And suppose we set a remote temperature of 21 while the set point is 22 via a mqtt integration...

Using the [SwiCago/HeatPump](https://github.com/SwiCago/HeatPump) Arduino libary to talk to the unit directly via the internal CN105 connector. All works, just adding the fan speed seems a problem. I am trying to...

I'm finding my connection to the heatpump very slow. I have set the IP to 192.168.042. I can see this has been assigned a DHCP lease by my router and...

based on documented room/remote temp from [here](https://github.com/Sammy1Am/mitsubishi-uart/wiki/%280x62%29-Get-Response#type-0x03---get-roomremote-temp) and tested on my Mitsubishi AP50 high wall unit.