jesserockz/wizmote-esphome

Button presses are missing intermittently

pk802 opened this issue · 4 comments

pk802 commented

I am using Wizmote for while. When listening to events on HA it's missing few button presses intermittently. I have checked the ESP log and it's also not showing these button presses there. I am sharing a screenshot where 6 button presses were missed. There are no entries of these on ESP log also for the missed button presses.

Screenshot 2023-03-15 at 11 55 21 AM

having the same problem. any luck fixing it?

kueblc commented

Are you using an ESP8266 or ESP32?

It may be due to wifi radio power save mode. Try disabling power save in your ESPHome configuration:

wifi:
  power_save_mode: none

I stumbled across the same and found the same solution ;-)
#17

Could the code be modified to check the power_save_mode and warn (oder even fail) if it's not "none"? Should be part of the esp-now component. Maybe possible in the python part?

This should be in the readme! I wasnt getting the blueprint to trigger, once I added the power save -> none, it works!