![]() |
|
ESPHome modbus not functional - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8S (https://www.kincony.com/forum/forumdisplay.php?fid=24) +--- Thread: ESPHome modbus not functional (/showthread.php?tid=9804) |
ESPHome modbus not functional - Bergoglio - 09-06-2026 Hello, we recently bought and set up the KC868-A8S with a Midea heat pump. ESPHome was used to set up the switches, binary sensors and modbus. The first two work as intended, while the modbus seemingly not being able to read or send requests properly. Here is the chunk of the code that relates to and might influence the modbus and one of the sensors: Code: esphome:Attempted fixes (that did not work):
At the moment, with this code, the log output repeats these lines: Quote:[19:49:26.943][W][modbus:1214]: Clearing buffer of 21 bytes - timeout after partial response 1188899ms after last send Quote:[19:50:11.845][D][modbus:1118]: Frame already active for 1 with 2 requests pending, refused We are unsure of what to do, and I am out of ideas on how to fix this. All the GPIOs are correct. They have been checked. Any help would be appreciated, Thank you RE: ESPHome modbus not functional - admin - 09-06-2026 just config esphome yaml according to sensor's protocol. |