This is an Homey app which adds support for ESPHome devices. ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. More information on their homepage: https://www.esphome.io/
Describe the bug
I keep receiving notification about a specific crash:
Error: sendMessage timeout
at Timeout.<anonymous> (/app/node_modules/@2colors/esphome-native-api/lib/connection.js:201:20)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
There are no reason about a crash here, worst case it should be an uncatched promise, which is just an exception, not a crash of the app itself.
To Reproduce
I have no idea, nobody complained about a crash.
Describe the bug I keep receiving notification about a specific crash:
There are no reason about a crash here, worst case it should be an uncatched promise, which is just an exception, not a crash of the app itself.
To Reproduce I have no idea, nobody complained about a crash.