RubyBailey

Results 34 comments of RubyBailey

Hello, FYI, a similar issue arose in PR #3637 I just sent some code to the requester for testing that allows the user to change the default fan speed settings...

Thanks, that's great. I just noticed a mistake in my message Auto is 0x20, not 0x04 from our remote. It's correct in the arduino recorded 0x string in the message,...

Thanks. I should be able to try it out in the next day or two.

Heat now works on our units. Thanks. I had some challenges getting your minimal_IRext_ESP8266_4M1M build to load. Loading it over an existing ESP_Easy_mega-20191208_normal_IRext_no_rx_ESP8266_4M2M.bin build resulted in the ModeMCU not communicating...

Just noticed that the build you provided does not include the log views. Would you please recompile so those are included that we can verify the IR commands are being...

Noticed that the update hasn't been pushed to EspEasy. Still code with no heat.

Thanks. My misunderstanding. I will work on it and let you know.

I have downloaded, compiled and successfully uploaded the modifications. They work. At least for heating mode. But, having looked at the code as well as decoded the signals from the...

Since I don't have any MSY heat pump I would be unable to thoroughly test the code to ensure that I haven't broken anything in the process. Also since mine...

Just something else in MitsubishiHeatPump.cpp if ( temperature != 10 && temperatureCmd > 16 && temperatureCmd < 32) { temperature = temperatureCmd; } The above should be >= and