The Kumo adapters have some serious weak sauce WiFi code in them. They can be reliable however. They really don’t like to see a lot of network traffic, and that causes them to drop off the network, usually coming back shortly after.
What I did to fix this was to put them on their own vlan, with SSDP and other multicast filtering on. This means they don’t see the usual chatter on the home LAN. I have a separate IOT SSID and vlan, but that wasn’t good enough, I had to put them on their own subnet with multicast off and seperated from all my other IOT devices that needed muticast. They don’t need to be on their own SSID, but if you put them and a separate SSID and still hook them to your main subnet, that won’t fix the problem.
Eventually I want to replace them with ESP32’s running GitHub - akamali/mhk1_mqtt: Control Mitsubishi heat pump over the CN105 port using MHK1 and MQTT which is a fork of the normal SwiCago code that enables it to sit in the middle between an MHK1 and the heat pump (just like the Kumo), and allow the MHK1 to override the program running, which has a lot higher WAF than just removing the MHK1 and depending on HA commands.