mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add docs on troubleshooting zwave_js issues (#16401)
This commit is contained in:
parent
9e512c36be
commit
6a86143166
@ -137,3 +137,15 @@ Value Notification example:
|
||||
"value": 255,
|
||||
}
|
||||
```
|
||||
|
||||
## Troubleshooting Issues
|
||||
|
||||
### Get a dump of the current network state
|
||||
|
||||
When trying to determine why something isn't working as you expect, or when reporting an issue with the integration, it is helpful to know what Z-Wave JS sees as the current state of your Z-Wave network. To get a dump of your current network state, follow the menu:
|
||||
|
||||
**Configuration** -> **Integrations** -> **Z-Wave JS** -> **Configure** -> **Download a dump of your network to help diagnose issues**
|
||||
|
||||
### Watch traffic between the server and the integration (Advanced Users)
|
||||
|
||||
Z-Wave JS Server comes with a client that can be used to see the messages that the server is sending and to check the state of a node/all nodes as well. Visit the [`zwave-js-server` repository](https://github.com/zwave-js/zwave-js-server/) and follow the instructions in the README.
|
||||
|
Loading…
x
Reference in New Issue
Block a user