There are four steps that you need to do 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
- ha-fordpass
- ha-fordconnect-query
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
custom_components.fordpass: debug
custom_components.fordconnect_query: debug
After you modified your configuration.yaml you need to restart home assistant.
Now you should perform the operation that causes 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 full content here in GitHub.
So you might like to go through the log file (with a simple text editor) and remove 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.


