-
Notifications
You must be signed in to change notification settings - Fork 6
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
Raining when deep_sleep #2
Comments
I'm sure you have solved it by now but if you haven't...
If it is mission critical that the board is awake ASAP then maybe use the bucket pin to wake it up: |
Hello, thank you for your reply, I did indeed succeed, although it's not extremely precise. Translated with DeepL.com (free version) |
I'd be curious to have a look at the code if you have it handy |
script:
binary_sensor:
deep_sleep: |
@qnixAVA : Are you happy with the solution? I'm considering ordering the MS-WH-SP-RG (I don't need the other things). Here I primary thinks about the deep-sleep logics you've implemented. Another solution would be to have another chip counting the "pulses", with extreme low power consumption, and just reading the output of that, instead. |
Hello I'm building my solar weather station, but i'm stuck. I wanted to know if anyone got an idea to wake up the esp32 when the rain bucket works.
I manage to wake up my ESP every time I switch on my rain gauge, but the wake-up time is too long for the precipitation to be added to my rain_meter. When my esp woke up, the rain meter already gone high
If anyone got solution..
Thanks a lot
The text was updated successfully, but these errors were encountered: