I’ve got a Raspberry Pi set up as a security camera and that’s working nicely on a tile on one of my dashboards. The motion detection on the software I’m using (RPi Cam Web Interface) is quite customisable and allows you to do an http request when it detects motion. So, what I’d like to be able to do is set it so that the http end point triggers a virtual switch, or something, which would wake the screen. I’ve got a Kindle Fire in the lounge. The idea is that the screen would wake up if the cam on the front door detects motion.
Done! WallPanel has an API. So you just send a bit of JSON and you can do things like waking the screen, setting the screen brightness, etc. I tried it last night using Postman, just got to set it up on the Pi.