Skip to content

Commit 07e8b96

Browse files
committed
added ha-fordpass
1 parent 317c94b commit 07e8b96

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/HA_DEBUG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# What to do when you are requested to provide DEBUG log information?
22

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
44

55
This short guide can be used for all my integrations:
66
- ha-senec-v3
77
- ha-evcc
88
- ha-waterkotte
99
- ha-tibber-pulse-local
1010
- ha-goecharger-api2
11+
- ha-fordpass
1112

12-
## 1) Enable Debug logging for the corrersponding integrations
13+
## 1) Enable Debug logging for the corresponding integrations
1314

1415
Open your home assistant `configurationl.yaml` and edit/add the `logging` section as shown below:
1516

@@ -22,13 +23,14 @@ logger:
2223
custom_components.waterkotte_heatpump: debug
2324
custom_components.tibber_local: debug
2425
custom_components.goecharger_api2: debug
26+
custom_components.fordpass: debug
2527
```
2628

2729
After you modified your configuration.yaml you need to restart home assistant.
2830

2931
## 2) Reproduce the issue...
3032

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
3234

3335
## 3) Download Home Assistant Logs
3436

@@ -44,8 +46,8 @@ There are three simple steps to navigate to your logs in home assistant from the
4446
![screenshot_download_full_log](../images/logs003.png)
4547

4648
## 4) Provide the log
47-
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.
4850

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.
5052

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

Comments
 (0)