mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add ElkM1 debugging section to docs (#29087)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
439bb85819
commit
9b4237fb26
@ -553,3 +553,18 @@ Speak a word. The list of words is defined in the ElkM1 ASCII Protocol documenta
|
|||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
| `word` | no | Word to speak.
|
| `word` | no | Word to speak.
|
||||||
| `prefix` | yes | Prefix to identify panel when multiple panels configured.
|
| `prefix` | yes | Prefix to identify panel when multiple panels configured.
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
Debug logs are often required to solve an issue. Follow the instructions on [Enabling debug logging](/docs/configuration/troubleshooting/#enabling-debug-logging).
|
||||||
|
|
||||||
|
Sometimes, for example, a problem can occur while starting Home Assistant. In this case, follow these instructions.
|
||||||
|
Add the following to your `configuration.yaml` file in your Home Assistant `config` directory:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
logger:
|
||||||
|
logs:
|
||||||
|
elkm1_lib: debug
|
||||||
|
homeassistant.components.elkm1: debug
|
||||||
|
```
|
||||||
|
|
||||||
|
After updating your configuration file, restart Home Assistant. The debug logs will be in the file `homeassistant.log` in the `config` directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user