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.
This commit is contained in:
Tobias J. Endres 2025-08-15 23:06:49 +02:00
parent b0e4f24f0a
commit eebe7e1a04

View File

@ -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`.
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`