Skip to content

Diagnostics

Dmitry Mamontov edited this page Jul 25, 2022 · 1 revision

You will need to obtain diagnostic data to search for a problem or before creating an issue.

Via GUI

How to obtain diagnostic data can be found on the website HASS: Diagnostic Documentation

Via Logger

❗ Check the data that you publish in the issue, they may contain secret data.

Set component to debug mode and reload HASS:

logger:
  default: error
  logs:
    ...
    custom_components.ledfx: debug

Then wait a bit and you can watch the logs, they will need information

Clone this wiki locally