Add suggestion for reducing DTIM to improve WiFi

This change improved my use case from ~50% packet loss to roughly zero and allows OTA updates to work reliably.
This commit is contained in:
Darren Tucker 2021-10-28 12:06:28 +11:00 committed by GitHub
parent 400bdeb615
commit a8024228fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -240,6 +240,11 @@ Some steps that can help with the issue:
the log viewer on the web dashboard. In production, you will likely only have a single connection from
Home Assistant, making this less of an issue. But beware that attaching a log viewer might
have impact.
- Reducing the Delivery Traffic Indication Message (DTIM) interval in the WiFi access point may help
improve the ESP's WiFi reliability and responsiveness. This will cause WiFi devices in power
save mode, such as the ESP, to be woken up more frequently. This may improve things for the ESP,
although it may also increase power (and possibly battery) usage of other devices also using power
save mode.
Docker Reference
----------------