-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ESP-NOW configuration shows non-remotes as "last device seen" #5429
Copy link
Copy link
Open
Labels
Description
What happened?
I tried to configure an ESP-Now remote and could not get it to work. Turns out the "last seen device" shows the MAC of any espnow based message, regardless if it is a WIZ-style remote or not.
The "last seen device" should be changed to "last seen remote" and only show the MAC adresses if the package is a valid key from a wiz-style remote. This would avoid this specific confusion.
To Reproduce Bug
You can reproduce this bug if you have a device that spams the espnow protocol with non-wiz-style messages. Then the User interface shows a useless MAC address most of the time.
Expected Behavior
The "last seen device" information should only show devices that actually transmit usable wiz-style remote telegrams.
Install Method
Binary from WLED.me
What version of WLED?
WLED 0.15.4
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable