https://github.com/amccool/x10-cm19a
Communications driver for X10 CM19A RF home automation transceiver
https://github.com/amccool/x10-cm19a
Last synced: about 1 month ago
JSON representation
Communications driver for X10 CM19A RF home automation transceiver
- Host: GitHub
- URL: https://github.com/amccool/x10-cm19a
- Owner: amccool
- License: gpl-2.0
- Created: 2013-05-29T21:40:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T20:08:27.000Z (over 5 years ago)
- Last Synced: 2025-03-25T08:42:42.483Z (2 months ago)
- Language: C
- Size: 159 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
X10 CM19A Kernel 2.6.35+ Driver
by Michael LeMay* Please note that I am not affiliated with X10 in any way, nor is this driver.
* X10 is a Registered Trademark of X10 Wireless Technology, Inc.
* By using this software you agree to the terms of the license agreement contained within the file named LICENSE in the same directory as this file.This driver supports the X10 CM19A USB RF Transceiver.
To install, simply follow these steps:1. Log in as 'root'
2. make
3. make install
4. modprobe x10-cm19aThen, after plugging in your transceiver, you should see an entry such as /dev/cm19a0
representing your device. Type 'modinfo x10-cm19a.ko' to obtain information about
supported module parameters. To control your transceiver, format your commands as
described by these regular expressions:[-+][a-p][01][1-9]
For example:
- to turn on device c16: +c16
- to turn off device d8: -d8
- etc.[udlr][a-p]
Ninja Pan'n'Tilt commands:
u = up
d = down
l = left
r = right[bs][a-p][01][0-9]
Lamp module commands:
b = brighten
s = softenEnjoy! Please send bug reports and patches to m at lemays dot org.
Special thanks goes to Neil Cherry of the Linux HA project for providing initial
USB interface code.