Tuice, That's EXACTLY what I want. No schedules, timers or anything else. Basically, I just want a Pi replacement for Alex10 so I don't have to rely on keeping a PC running 24/7. Teach me!
OK here is a rough how to:
if you have a pi up and running with Debian (doesn't matter if it is the full or lite) versions.
with the cm15 or cm19 disconnected from the pi
go to a terminal window simply install ha-bridge (you can use my script or build manualy).
Then install mochad again manualy or using my script.
you then need to cd to the ha-bridge folder and create a small script using nano called X10cmd (actually you can call it whatever)
in it add one line
echo "$@" | nc q l localhost 1099
then save it and make it executable
plug in the cm15 or cm19 into the pi.
I'll create a simple script to do all this in one step(if demand is there)
follow my ha-bridge guide but don't use the HG on off commands unless you have that installed.
I'll update this for the x10cmd commands however for now the on/off calls for L5 wold look like this:
For ON
./x10cmd pl l5 on
For Off
./x10cmd pl l5 off