I'm curious if anyone has already explored sending commands from a cell phone to say a Google Voice number via SMS, have their RPi receive those commands, and then act upon them? I've found pygooglevoice and have it setup and working to the point that I can send and retrieve a list of all SMS messages, but can't figure out how to properly parse them and act.
What I'm thinking is for such a project like a garage door opener. Send an SMS message, Google receives it, the RPi checks and then verifies it's from your number (or even a list of numbers - wife, kids, family) and then acts upon the command. Such as status, open, close, etc...
With pygooglevoice I can list out the messages, but I'm not sure how to verify the number and then act on the command. Was hoping maybe someone has already gone down this path and can offer suggestions and point me in the right direction.
Any thoughts?