jesserockz / wizmote-esphome

Apache License 2.0
66 stars 30 forks source link

Button presses are missing intermittently #8

Closed pk802 closed 7 months ago

pk802 commented 1 year ago

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
andrewb2102 commented 1 year ago

having the same problem. any luck fixing it?

kueblc commented 1 year ago

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
micw commented 11 months ago

I stumbled across the same and found the same solution ;-) https://github.com/jesserockz/wizmote-esphome/issues/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?

roynasser commented 9 months ago

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