You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/HA_DEBUG.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
# What to do when you are requested to provide DEBUG log information?
2
2
3
-
There are __four steps__ that you need to do in order to provide debug log information
3
+
There are __four steps__ that you need to do to provide debug log information
4
4
5
5
This short guide can be used for all my integrations:
6
6
- ha-senec-v3
7
7
- ha-evcc
8
8
- ha-waterkotte
9
9
- ha-tibber-pulse-local
10
10
- ha-goecharger-api2
11
+
- ha-fordpass
11
12
12
-
## 1) Enable Debug logging for the corrersponding integrations
13
+
## 1) Enable Debug logging for the corresponding integrations
13
14
14
15
Open your home assistant `configurationl.yaml` and edit/add the `logging` section as shown below:
15
16
@@ -22,13 +23,14 @@ logger:
22
23
custom_components.waterkotte_heatpump: debug
23
24
custom_components.tibber_local: debug
24
25
custom_components.goecharger_api2: debug
26
+
custom_components.fordpass: debug
25
27
```
26
28
27
29
After you modified your configuration.yaml you need to restart home assistant.
28
30
29
31
## 2) Reproduce the issue...
30
32
31
-
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
33
+
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
32
34
33
35
## 3) Download Home Assistant Logs
34
36
@@ -44,8 +46,8 @@ There are three simple steps to navigate to your logs in home assistant from the
Since home assistant log files __can contain sensitive data__ you might not like to share the content here in github.
49
+
Since home assistant log files __can contain sensitive data__, you might __not like to share__ the full content here in GitHub.
48
50
49
-
So yo might like to go through the log file (with a simple text editor) and removing sensitive data before you share the log.
51
+
So you might like to go through the log file (with a simple text editor) and remove sensitive data before you share the log.
50
52
51
-
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](https://github.com/marq24).
53
+
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](https://github.com/marq24).
0 commit comments