From 8571be21f7963f5d04cc552795944730c8ad5a62 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Fri, 21 Feb 2025 01:02:48 +0000 Subject: [PATCH] Bugfix --- README.md | 6 +++--- packages/office-desk-esp32.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44f6275..bd2106f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/office-desk-esp32.yaml b/packages/office-desk-esp32.yaml index 84a6ea9..61d0f94 100644 --- a/packages/office-desk-esp32.yaml +++ b/packages/office-desk-esp32.yaml @@ -60,6 +60,7 @@ uart: baud_rate: 9600 tx_pin: ${tx_pin} rx_pin: ${rx_pin} + # debug: sensor: - platform: wifi_signal