Home automation controller/server needed

miuri

New Member
Hi guys. i'm looking for a device that allows me to supervise a pre-existent BTicino home alarm system. This system can communicate via RS-232 (or USB) interface using an open protocol (Openwebnet).
I need to be able to:

1. intercept events from the RS-232 communication (well-known byte sequences coming from the serial port)
2. and then feedback through GSM network (SMS messages).


The basic requirements i need are:

* VERY LOW POWER COMSUMPTION (<= 5 W)
* RS232 or USB interface (communication with the alarm system gateway)
* another RS232 or USB interface (communication with a GSM module)
* 12 V supply (or the possibility to plug a battery to ensure electrical continuity)
* Programmability features (to host the logic for interecept and react to events)


Until now i’have evaluated this solutions:

* FIT PC-2: _http://www.fit-pc.com/web/fit-pc2/
o A full computer with very green power supply (5W). In addition it could host a web server providing further connections capabilities. Too much expensive.
* Sheeva Plug / GuruPlug _http://www.globalscaletechnologies.com/t-guruplugdetails.aspx
* Telit GM 862 _http://www.telit.com/en/products.php?p_id=3&p_ac=show&p=4
* ???


Which hardware platform i need?
Thank you all!
 
In theory, you could do this with an OpenWRT router and PHP/Perl/Python. I actually did something like this several years ago, using a Linksys WRT54G router to interface my ELK M1 alarm panel, and use PHP to write the software. You just need to find a router which either supports USB/Serial adapters, or get a router which has the serial pins onboard (so you would have to solder a DB9 connector). Also check out this thread (read every page).
 
Back
Top