You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the "sent" counter is incremented each time we "send" a message for a sensor.
Do we consider a message is "sent" when:
It was just sent and that's it ?
It was sent + successfully received by the hub ?
As it seems this implementation is using esp_now in "broadcasting" mode (not in "pairing" mode) I guess the correct answer is my 1st proposal. Am I right ?
NB: my use case is to use esp_now to send data from sensors to a hub with support of esp_now messages "acknowledgement", in order to prevent deep_sleep if messages weren't successfully sent and "retry" them.
Thank you for your feedback :)
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for this really easy to use implementation of esp_now with ESPHome :)
I'm wondering how the "on_sent" part works here ?
I understand the "sent" counter is incremented each time we "send" a message for a sensor.
Do we consider a message is "sent" when:
As it seems this implementation is using esp_now in "broadcasting" mode (not in "pairing" mode) I guess the correct answer is my 1st proposal. Am I right ?
NB: my use case is to use esp_now to send data from sensors to a hub with support of esp_now messages "acknowledgement", in order to prevent deep_sleep if messages weren't successfully sent and "retry" them.
Thank you for your feedback :)
Best regards
The text was updated successfully, but these errors were encountered: