Hi,
I'm trying to find out about the feasibility of a project, an dusing an arduino to do it. I've never used an arduino, but due to power constraints, it seems like a logical choice. Please allow me to describe the constraints and goals:
My brother and I share a cabin in upstate PA, which has no supplied power, no water lines, no communication lines. We provide all the amenities to our guests (friends and family) through solar power, batteries, generators, a 250 gallon tank of water, and a septic tank. This works well for us, for the most part. However, being that we're in Upstate PA, with no running water, we keep a supply on-hand, via a 250 gallon tank. This tank, being the lovely convenience that it is, likes to freeze up on us all winter long. So far, we've been draining it, and having no toilet/showers/running water for 4 months of the year, but we're hoping to change that with our recent investment in some solar panels.
The problem here is that we need to use our power very diligently, since we're only generating around 15ampHours a day, or enough to turn on a 100watt heater for 90 minutes. So we want to reserve what power we can when the water is not frozen, and have some reserve power to keep the water from freezing on the cold nights.
What I'd like to do is install a system that monitors the temperature in a few places (The external of the tank, internal of the tank, outside ambient temperature), the battery voltages (12v batteries, 450ampHours), use a GMRS/GMS connection to send a text message/e-mail once a day, as well as when the temperature gets dangerously low, and accept a text message command to turn the heater on via a relay.
From my research into Arduinos, this would mean I need a GMRS shield, a data logger shield, and a relay shield all connected to one Arduino. Is such a thing possible? Can you piggyback all of these devices? Or should I look into an alternative way of doing this (such as a Raspberry Pi)?
Furthermore, does anyone know how the signal is on the GMRS shields? At the location, on my cell-phone, I barely get a signal. So, if the shield is as sensitive, the raised antenna should substantially help.

