Merge pull request #1580 from daztucker/patch-1

Add suggestion for reducing DTIM to improve WiFi
This commit is contained in:
Flaviu Tamas 2022-01-12 20:21:58 -05:00 committed by GitHub
commit f4bde78c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
----------------