home automation??

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
mingo
Forum Newbie
Posts: 9
Joined: Fri Nov 22, 2002 3:46 am
Location: London

home automation??

Post 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!!!
User avatar
haagen
Forum Commoner
Posts: 79
Joined: Thu Jul 11, 2002 3:57 pm
Location: Sweden, Lund

Post 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.
Post Reply