Page 1 of 1

stand by esp12f domoticz

Posted: Tuesday 05 July 2022 0:02
by nalivikam
Hello!
I need some help with a project.
At first is it possible or not?
ESP12f and others have a deep sleep mode. That's right!
I want him to wake up every minute. To be able to connect to the server and check if I have set it to stay working or if I have not set it to work the given relay switch should continue to sleep. if I set it to turn on it turns on and runs until I turn it off. just to check every minute.
The goal is to have a security camera off, but have it ready. in case I had to turn it on to have a link to it. but to save energy.
If there is any other way how to do it, I would be glad if someone could share.
Thanks in advance!

Re: stand by esp12f domoticz

Posted: Tuesday 05 July 2022 11:10
by heggink
I don't quite inderstand what you are trying to achieve but I do know that the 12F indeed supports deep sleep. The flashed firmware then decides how it is implemented and how to use it. One example can be found here:
https://www.letscontrolit.com/wiki/inde ... =SleepMode
You can set the timer for the ESP module to wake up in a pretty granualr way and then execute some commands using espeasy 'rules'. That's just one example of how that could work.