@Privacywonk Thanks for your idea, tried it today and it just comes up with ‘Please create a config file’.
I tried putting the command inside { }, " ", and ’ '.
Any other ideas?
@Privacywonk Thanks for your idea, tried it today and it just comes up with ‘Please create a config file’.
I tried putting the command inside { }, " ", and ’ '.
Any other ideas?
Hi all, I’m new here so be gentle. I’m by no means a coder or anything like that, however with plenty of tutorials and this awesome forum I’ve managed to get the majority of my mirror set up how I like it. My question is the notification system:
I’m using pikrellcam to look after the camera on my Pi3, this can receive commands:
echo "motion_enable on" > ~/pikrellcam/www/FIFO
echo "motion_enable off" > ~/pikrellcam/www/FIFO
My idea is to use MMM-NetworkScanner to ping my mobile, then broadcast the relevant command
i.e. if I’m at home - turn motion detect off, when I go out - turn motion detect on.
I can get it to ping my phone, and broadcast notifications, but I have no idea how to get it to issue commands - any ideas?
Am I even going about this the right way?
Thanks in advance, Jon.