X10 Community Forum

💬General Category => Mac/Linux & Open Source and the X10 Home => Topic started by: TODDMAN on March 15, 2011, 01:28:20 PM

Title: X10 linux support
Post by: TODDMAN on March 15, 2011, 01:28:20 PM
Does anybody know when X10 will start supporting CM19A & the Pan & Tilt camera?
Title: Re: X10 linux support
Post by: mmauka on March 15, 2011, 05:54:32 PM
Does anybody know when X10 will start supporting CM19A & the Pan & Tilt camera?

You can try mochad which is an open source X10 to TCP gateway. It supports the CM19A (and the CM15A) and can send Ninja camera commands.

http://sourceforge.net/projects/mochad

mochad is not an X10 product and is not supported by X10.

If you are using ZoneMinder for recording, a small script can monitor a motion sensor or door/window sensor via mochad then send commands via mochad to turn lights on. The same script can send an external trigger to ZM to start recording.
Title: Re: X10 linux support
Post by: TODDMAN on March 16, 2011, 01:46:23 PM
Is there a GUI that will work with mochad?
Title: Re: X10 linux support
Post by: mmauka on March 16, 2011, 05:33:23 PM
No GUI software. There is a sample CGI program to create a simple web app for controlling X10 devices in the cgi sub-directory. mochad is mostly useful to programmers who want to create custom apps.
Title: Re: X10 linux support
Post by: luke03 on October 03, 2011, 02:36:54 PM
I went to the link, but sourceforge reported "no such file or directory", when I did
git://mochad.git.sourceforge.net/gitroot/mochad/mochad (read-only)

I can browse the source, but no way to download and build them on Linux.
Title: Re: X10 linux support
Post by: Brian H on October 03, 2011, 02:56:18 PM
The link in the second post of this thread worked fine for me.
Title: Re: X10 linux support
Post by: luke03 on October 06, 2011, 04:10:17 PM
Thanks, Brian. I will give that a try.