Closed karlbarre closed 11 years ago
First, this issues tracker is for problems with siriproxy itself, not an open forum to ask how to questions. That is best served on other forums.
Regardless
listen_for /turn the bedroom light on/i do
`sh x10cmd rf a5 on`
say "I turn your bedroom light on"
request_completed
end
You may have to explicitly define the entire path to x10cmd
Not sure what X10 controller you are using but this one sounds interesting. There is a ruby gem for it to make it easier to interface with. http://x10-cm17a.rubyforge.org/
Hi, I'm trying to control mt x10 device via a siriproxy and i would need your help to figure the little I have left
im trying to write a new command in the siriproxy-exemple.rb file but I can't make it work
I would need to introduce a command like
./x10cmd rf a5 on
in the scrip
trying
listen_for /turn the bedroom light on/i do ./x10cmd rf a5 on, say "I turn your bedroom light on" end
you have an idea on how could it execute the line that I want ?
thx