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: source/_integrations/zha.markdown
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,36 @@ Reset your Zigbee devices according to the device instructions provided by the m
157
157
158
158
## Troubleshooting
159
159
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
+
160
190
### Add Philips Hue bulbs that have previously been added to another bridge
161
191
162
192
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