-
-
Notifications
You must be signed in to change notification settings - Fork 20
Integration Diagnostics

Integration diagnostics are supported to give you a snapshot of internal data without having to use debug logs. This snapshot and download a JSON file with internal data from the integration.
Click on the integration menu from "Devices & Services" in Home Assistant, and choose "Download diagnostics".
You can also enable/disable debug logging from this menu while the integration is running instead of editing the configuration.yaml
file and reloading. However, using the debug logging menu option will not catch log messages from initialization process when the integration starts up successfully (it will work if the integration is stuck in an initialization error). If your issue requires logs during initialization you will still have to edit configuration.yaml
and reload Home Assistant.
Debug logging in configuration.yaml
logger:
default: warning
logs:
custom_components.solaredge_modbus_multi: debug