-
Notifications
You must be signed in to change notification settings - Fork 11
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
Change motion detector action #29
Comments
hi @airart sorry for the late answer. |
Hey @airart I just added an option to the module so that the monitor is never turned off (by setting the timeout in the config to -1) Could you check if that would help you? |
Sorry, I just saw this. I'll check this out and get back to you soon. |
My testing is failing. After setting the timeout to -1, the module does not detection motion and never sends the notification. It also never blanks the screen, so there's that bit of good news. The last I see in the electron console is "DiffCamEngine init successful." so that's encouraging. The stdout shows "MMM-MotionDetector: monitor display_power=1". But it doesn't respond to motion. |
Thx for testing. After looking again at my code I found some bugs in my line of thought :-) Could you checkout the develop branch and see if now MOTION_DETECTED notifications can be received? |
I switched to the devlop branch and gave it ago. Sorry, but no change in behavior. |
Question on your use case: How do you consume the notifications (aka how do you debug if my module sends the MOTION_DETECTED notifications)? |
I normally put the Pi into debug mode with I have a monitor hooked up the Pi, so I can see if/when the monitor turns off. |
I'm going to take a crack at it and I'll send you a PR with my take. We'll get this knocked out. |
PR submitted. |
Right soon as possible
Tnx
Filippo Gallerani
… Il giorno 14 lug 2020, alle ore 21:57, Veeck ***@***.***> ha scritto:
Thx for testing. After looking again at my code I found some bugs in my line of thought :-)
Could you checkout the develop branch and see if now MOTION_DETECTED notifications can be received?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sorry for my bad english
Hello , is it possible to modify the module and make it display only a specified module when the cam detect a motion ?
It’s useful now but it turn off the TV and I’m forced to turn on manually After 5 minutes of inactivity
Ma goal is use your module to switch to a full screen clock to a normal MM
Tanks u so much
The text was updated successfully, but these errors were encountered: