Skip to content

Commit

Permalink
Update troubleshooting part of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Feb 14, 2025
1 parent 8488945 commit a4c6939
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,13 @@ Ensure you have [HACS](https://hacs.xyz/) installed.

## Troubleshooting

If you run into issues during setup or when entries do not update anymore please increase logging and provide them when creating an issue.
Add `custom_components.zonneplan_one: debug` to the logger config in you `configuration.yaml`:

```yaml
logger:
logs:
custom_components.zonneplan_one: debug
```
If you run into issues during setup or when entries do not update anymore please enable debug logging and provide them when creating an issue.

1. Go to the integration

[![Open your Home Assistant instance and show an integration.](https://my.home-assistant.io/badges/integration.svg)](https://my.home-assistant.io/redirect/integration/?domain=zonneplan_one)
2. Enable debug log by clicking `Enable debug logging`
3. Wait a few minutes for the integration to fetch new data
4. Disable debug logging again (same button as step 2)
5. Log will be presented for download
6. Be sure to remove sensitive data from the log before attaching it to a ticket

0 comments on commit a4c6939

Please sign in to comment.