Read the statement by Michael Teeuw here.
MMM-GoogleAssistant with MMM-MotionDetector
-
@majik655 said in MMM-GoogleAssistant with MMM-MotionDetector:
MMM-NEW-PIR
I have to update this module butI really don’t use it, because all fonctionnality is on A2D
I start to code A2D pir module to MMM-NewPir but not finish
I will continue it and commit it to master soonNote:
For GA/A2D users it’s more natural to use screen/pir sub-module of A2D because it’s lock screen on GA/A2D use and can’t turn off
MMM-NewPir have not this fonctionality (and can’t never have it, because i don’t want to do a dual code)example:
-
with GA / youtube and MMM-NewPir
defined tiner of NewPir is for example : 2 min
duration of video +/- 4 min
NewPir will turn off video at 2min -
with GA / A2D / youtube and screen/pir submodule of A2D
defined tiner of screen/pir is for example : 2 min
duration of video +/- 4 min
A2D will turn on the monitor for duration of video (playing)
A2D will restart the counter at the end of video
-
-
@majik655 said in MMM-GoogleAssistant with MMM-MotionDetector:
I personally use MMM-NEW-PIR
@Bugsounet said in MMM-GoogleAssistant with MMM-MotionDetector:
For GA/A2D users it’s more natural to use screen/pir sub-module
Thank you, but MMM-MotionDetector works perfectly if I move around, it detects the motion and wake the screen up.
But I don’t want to wave in front of it just to wake it up, for example when I’m in the sofa without a move ;)@majik655 said in MMM-GoogleAssistant with MMM-MotionDetector:
But MAYBE you can look into the recipes…
That’s it! I had a few tries and I can get it Off or On with the Reboot-Restart-Shutdown recipe by modifying it with
vcgencmd display_power 1 or vcgencmd display_power 0```
But could it be possible to power it on just by saying the hotword jarvis ?
Perhaps it would be complicated as it would have to check if it’s on or off first ? (ou pas) -
euh, it’s a native fonction
but … if you enable detectorSleeping if will not works because it’s turn off detector on the same time of the screen
and if detector (jarvis
) is off … i will not hear you
verify your config :) -
Ok, I will continue to move my hands then :D
-
show me you A2D config so …
-
Sorry, got to go now, we’ll continue tomorrow, thanks and bonne soirée ;)
-
ok when you have time post it in private. i will resolve it :p
Note: why I need your A2D config ? just because i will try with it to reproduce non working fonctionality !
-
@Bugsounet said in MMM-GoogleAssistant with MMM-MotionDetector:
@majik655 said in MMM-GoogleAssistant with MMM-MotionDetector:
MMM-NEW-PIR
I have to update this module butI really don’t use it, because all fonctionnality is on A2D
I start to code A2D pir module to MMM-NewPir but not finish
I will continue it and commit it to master soonNote:
For GA/A2D users it’s more natural to use screen/pir sub-module of A2D because it’s lock screen on GA/A2D use and can’t turn off
MMM-NewPir have not this fonctionality (and can’t never have it, because i don’t want to do a dual code)example:
-
with GA / youtube and MMM-NewPir
defined tiner of NewPir is for example : 2 min
duration of video +/- 4 min
NewPir will turn off video at 2min -
with GA / A2D / youtube and screen/pir submodule of A2D
defined tiner of screen/pir is for example : 2 min
duration of video +/- 4 min
A2D will turn on the monitor for duration of video (playing)
A2D will restart the counter at the end of video
Hey @Bugsounet
I am not sure I follow you very well … but the reason why I needed or used NEW-PIR was because it was the only thing that did not actually turn off the monitor or go to sleep so the the monitor power saver showed.
As far as I know NEW-PIR throws up a “black” screen or something so that the monitor never “sleeps” and when it wakes the monitor doesn’t report the input (hdmi) or show the power save on sleeping.New-PIR was installed first… then I figured out how to install GA… then installed A2D, and then installed facial recognition …
It all seems to work fine the way I have it … honestly I couldn’t figure out the A2D commands and such in the beginning and do not want to reconfigure lol.
It all works great on my end for the moment I suppose. -
-
when it want to works ! don’t touch it lol ;)
-
Well I’ve been a bit optimist…
In fact there’s a problem with MotionDetector and a TV display, after a while the tv goes in deep sleep mode and does not wake up.
If I turn the energy saving off on the tv, it still stays on with a “no signal” message.
I’m trying some things with CEC at the moment wich can turn on a tv monitor, I’ll let you know …