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
5
stars
3
forks
source link
[FEATURE] Collect the last x ERROR logs and add it to the collect log functionnality #89
Is your feature request related to a problem? Please describe.
When a user has a problem, it's difficult to explain or coordinate the collection of logs
Describe the solution you'd like
To have the ERROR logs automatically collected and added to the collect logs functionnality
Describe alternatives you've considered
Existing alternative are just time consuming for me
Additional context
The ERROR logs collected must be limited in size:
by default I think the last 100 would be good enough
The content of an ERROR log can contain object (with lot of attributs) which are meaning full : still their size must be limited ...
=> Once converted to JSON, I will strip it to 2000 characters per ERROR log
Is your feature request related to a problem? Please describe. When a user has a problem, it's difficult to explain or coordinate the collection of logs
Describe the solution you'd like To have the ERROR logs automatically collected and added to the collect logs functionnality
Describe alternatives you've considered Existing alternative are just time consuming for me
Additional context The ERROR logs collected must be limited in size: