Page 1 of 1

home automation??

Posted: Mon Mar 17, 2003 7:56 am
by mingo
Doe anyone know where I can find any documentation on home automation using PHP if available?

Anyone know how to activate external hardware (in order to swithch off-on lights, etc...)using PHP in a web server?

Thanks lot!!!

Posted: Fri Mar 21, 2003 3:12 am
by haagen
I wrote a system to check who had called my phone. To this I used a device wich can get CID and via a serial port present this to my computer. I wrote a small c-program that listens to the port and puts the numbers into a database. Then I used php to build a gui to the system.

If intressted I can send you the code.