Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smarter deep sleep features for battery sensors #2699

Open
iBobik opened this issue Apr 23, 2024 · 0 comments
Open

Smarter deep sleep features for battery sensors #2699

iBobik opened this issue Apr 23, 2024 · 0 comments

Comments

@iBobik
Copy link

iBobik commented Apr 23, 2024

Describe the problem you have/What new integration you would like
Current deep_sleep component is too dump for optimal power consumption.

  • It does not sync wake cycle with sensors update_interval
  • Native API is not effective for mostly disconnected device
  • Is wake up too long, should go to sleep immediately after data send
  • Docs does not tell about this caveats

Please describe your use case for this integration and alternatives you've tried:
I can script all this like in this article, but it could be easier to code all this in clean Arduino IDE than hasking esphome yaml for things it was not intended to do.

https://ncrmnt.org/2021/12/06/optimizing-esp8266-esphome-for-battery-power-and-making-an-ice-bath-thermometer-as-well/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant