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

Power saving mode #3

Closed
denis-stepanov opened this issue Jan 5, 2019 · 2 comments
Closed

Power saving mode #3

denis-stepanov opened this issue Jan 5, 2019 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@denis-stepanov
Copy link
Owner

Use of deep sleep to save power and allow operating on batteries.

Likely a WONTFIX in this project, as some features will have to be dropped and some others redesigned.

@denis-stepanov denis-stepanov changed the title power saving mode Power saving mode Jan 5, 2019
@denis-stepanov denis-stepanov added enhancement New feature or request wontfix This will not be worked on labels Jan 6, 2019
@denis-stepanov
Copy link
Owner Author

The main issue is that using ESP8266 deep sleep mode causes disconnection from Wi-Fi. Reconnection would take 1-3 sec, which will render the switch slow and unresponsive. The only viable option is to move away from Wi-Fi, i.e. to use some other signalling method, like Bluetooth LE, in combination with some hub connected to Wi-Fi. This would make it essentially a different project.

Closing as WONTFIX.

@denis-stepanov
Copy link
Owner Author

denis-stepanov commented Sep 25, 2021

Actually... I learned that ESP8266 supports ligher sleep modes which maintain Wi-Fi connectivity. This could be interesting to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant