Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afa08bc

Browse files
authored
Add directions to enable ZHA debug logging (home-assistant#13365)
1 parent 5317a60 commit afa08bc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

source/_integrations/zha.markdown

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,36 @@ Reset your Zigbee devices according to the device instructions provided by the m
157157

158158
## Troubleshooting
159159

160+
### Reporting issues
161+
162+
When reporting issues, please provide the following information in addition to information requested by issue template:
163+
164+
1. Debug logs for the issue, see [debug logging](#debug-logging)
165+
2. Model of Zigbee radio being used
166+
3. If issue is related to a specific Zigbee device, provide device Zigbee signature. Signature is available at
167+
`Configuration` Panel -> `Zigbee Home Automation` -> Pick your Device -> `Zigbee Information`
168+
169+
### Debug logging
170+
171+
To enable debug logging for ZHA component ard radio libraries, add the following [logger](https://www.home-assistant.io/integrations/logger/) configuration to `configuration.yaml`:
172+
173+
```yaml
174+
logger:
175+
default: info
176+
logs:
177+
homeassistant.core: debug
178+
homeassistant.components.zha: debug
179+
bellows.zigbee.application: debug
180+
bellows.ezsp: debug
181+
zigpy: debug
182+
zigpy_cc: debug
183+
zigpy_deconz.zigbee.application: debug
184+
zigpy_deconz.api: debug
185+
zigpy_xbee.zigbee.application: debug
186+
zigpy_xbee.api: debug
187+
zigpy_zigate: debug
188+
```
189+
160190
### Add Philips Hue bulbs that have previously been added to another bridge
161191

162192
Philips Hue bulbs that have previously been added to another bridge won't show up during search. You have to restore your bulbs back to factory settings first. To achieve this, you basically have the following options.

0 commit comments

Comments
 (0)