i created something like this but with multiple (5) doors which based on what button of a mini remote i activate, notifies me of which door is open (or not via a 'disarm' like program), and/or if any of the doors is left open for a longer period of time it send another notification every 15 seconds until the door is closed. (i have and alt mode where instead of sending text notifications every 15 minutes, it turns some kitchen counter lights on and off, just for fun ). What i need to figure out next is how to include in that notification, which specific door is open. Right now I have a general notification saying "one of the doors is open". I can't figure out how to include in the body of the notification which specific door is open. I figured i could just include the status of each of my 5 doors that i am tracking, but I can't figure out how to query/address each door status. I've been digging in the forums but I can't find it... Maybe because it is such a basic thing for most?