HCS Email
This small project came about because my Home Control System (HCS) has the ability to send SMS messages when significant events happen. Because we had this capability, it gots used for all sorts of notifications. It was an SMS message waking us up at 2am in the morning, to inform me that the ADSL network had failed, that made us realise another mechanism was required for less urgent notifications.
The project objective is to enable notifications from the HCS, to be picked up remotely on devices like iPhones and laptops. As well as short notifications, we also want to email out the HCS log at the end of each day.
Progress
This project is now live and in use. Some code written in Java is used to schedule the sending of emails. It is also linked into the code and project to monitor router status and network connectivity.
Conclusions
- Notification via email is a very useful way to send information, since email is one medium we tend to check regularly on our iPhones.
