absalom-muc / MHI-AC-Ctrl

Reads and writes data (e.g. power, mode, fan status etc.) from/to a Mitsubishi Heavy Industries (MHI) air conditioner (AC) via SPI controlled by MQTT
MIT License
279 stars 62 forks source link

Add DXK24ZMA-S as supported #201

Closed unregist closed 1 week ago

unregist commented 1 week ago

I've successfully got it working on DXK24ZMA-S (presumably working on all DXK xx ZMA-S) Do note I am using ESP32 and the ESPHome fork of this project, but that should not make a difference. I changed the GPIO to CLK 21 MISO 22 MOSI 23

I did however get a occasional -4 error, they disappeared by changing the maximum loop time to 200ms (It probably works with a bit less but I didn't bother testing at which point it breaks). Could also be caused by my hardware rather than the device.

glsf91 commented 1 week ago

Thanks. Done