Baldhor / Homey-ESPhome-Enhanced

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/
GNU General Public License v3.0
4 stars 3 forks source link

Memory leak in console.re on 1.1.x #54

Open Baldhor opened 8 months ago

Baldhor commented 8 months ago

obviously, version 1.1.x introduced a new memory leak: image

Baldhor commented 8 months ago

Still not solved, I turned off console.re around 1am, and as we can see on this graphic, the memory leak immediatly stopped.

image

Obviosuly, the problem come from console.re implementation, but I have no idea where ... It's not a priority, usage of console.re is not anymore so much required with the new "collect debug info" functionnality.

RoadXY commented 8 months ago

Or have the driver disable it after a set amount of time, like 2 hours?

Baldhor commented 8 months ago

Or have the driver disable it after a set amount of time, like 2 hours?

auto-disable has a 2 days period, in latest version, it is 6 hours. Seems we had the same idea :)

RoadXY commented 8 months ago

That's a problem for later. Solved for now 👍