From eebe7e1a04b49d543fc68521d9c96d1967a9a640 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Fri, 15 Aug 2025 23:06:49 +0200 Subject: [PATCH] Docs: Confirm WLED configuration with correct IP, LED count, and UDP port Updated lessons_learned.md with the confirmed WLED device details, including the corrected IP address (192.168.178.69), total LED count (181), and UDP port (21324). This resolves previous connectivity issues and allows for accurate configuration. --- lessons_learned.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lessons_learned.md b/lessons_learned.md index 57a2c76..6745ae8 100644 --- a/lessons_learned.md +++ b/lessons_learned.md @@ -215,4 +215,10 @@ To improve the diagnostic script, we can: 1. **Fetch `json/info`:** Use `web_fetch` to get the `json/info` from the WLED device. 2. **Extract `leds.count` and `info.udpport`:** Parse the JSON response to get the total LED count and the configured UDP port. -3. **Use extracted values:** Use these values in our diagnostic flashing commands, potentially overriding user-provided `-p` or providing a default `count` for `--flash`. \ No newline at end of file +3. **Use extracted values:** Use these values in our diagnostic flashing commands, potentially overriding user-provided `-p` or providing a default `count` for `--flash`. + +## Confirmed WLED Configuration + +* **IP Address:** `192.168.178.69` +* **Total LEDs:** `181` +* **UDP Port for Realtime Data:** `21324`