Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Feb 21, 2025
1 parent 391d24a commit 8571be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Use the provided pin-out to connect your ESP32 to the desk controller's RJ45 por

### Troubleshooting

**My height sensor is not providing the right value**
- [TODO add how to add debug statements]
- If your cover entity has up/down buttons grayed out due to height sensor issues, you can change the internal parameter from "true" to "false" for the Up/Down switch in the YAML configuration.
**My height sensor is not providing the correct value**
- Uncomment the debug line for UART in the ESPHome configuration to see the raw data coming from the desk controller. This will help you collect information to troubleshoot the issue. See [debugging UART](https://esphome.io/components/uart.html#debugging).
- If your cover entity has up/down buttons grayed out due to height sensor issues, you can change the internal parameter from `true` to `false` for the Up/Down switch in the YAML configuration.

## Research

Expand Down
1 change: 1 addition & 0 deletions packages/office-desk-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ uart:
baud_rate: 9600
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
# debug:

sensor:
- platform: wifi_signal
Expand Down

0 comments on commit 8571be2

Please sign in to comment.