There are four steps that you need to do in order to provide debug log information
This short guide can be used for all my integrations:
- ha-senec-v3
- ha-evcc
- ha-waterkotte
- ha-tibber-pulse-local
- ha-goecharger-api2
Open your home assistant configurationl.yaml
and edit/add the logging
section as shown below:
logger:
default: warning
logs:
custom_components.senec: debug
custom_components.evcc_intg: debug
custom_components.waterkotte_heatpump: debug
custom_components.tibber_local: debug
custom_components.goecharger_api2: debug
After you modified your configuration.yaml you need to restart home assistant.
Now you should perform the operation that cause the issue you would like to report - once you ae sure that the error/problem has occurred you can continue
There are three simple steps to navigate to your logs in home assistant from the Settings
Since home assistant log files can contain sensitive data you might not like to share the content here in github.
So yo might like to go through the log file (with a simple text editor) and removing sensitive data before you share the log.
Instead of posting the log in a github issue you can also eMail me the logs - you find my contact data at my profile on the main page.