Read the statement by Michael Teeuw here.
PIR Sensor with Client Only option
-
Hi,
Im working on a client/server setup with my MM because I had some stability issues with running it all on a Pi. The documentation on this setup is a little lacking so I’m having some trouble understanding what the client is doing and if modules come into play on the client at all.
My questions is, is it possible to use a PIR sensor on my client to dim the display when no one is present? How would I go about doing that? Thanks!
-
Hi,
Why not use this: https://github.com/cowboysdude/Pir-Sensor? Works great for me.
-
@RedNax said in PIR Sensor with Client Only option:
Hi,
Why not use this: https://github.com/cowboysdude/Pir-Sensor? Works great for me.
Does it work on a client? Was under the impression on the client/server setup that all the modules ran on the server?
-
It’s not a module but a python script which runs on the client…