I'm currently working on trying to implement what you have managed here but with the newer Pi-mote from energenie, the ENER314-RT.
unfortunately the python library isn't compatible with this module yet and its taken a lot of effort to just get to the point where I can switch sockets on and off via terminal.
the only way to do that at the moment is to edit a script, compile it and then run that program.
is there anyway of implementing into this project the ability to run say:
I'm currently working on trying to implement what you have managed here but with the newer Pi-mote from energenie, the ENER314-RT.
unfortunately the python library isn't compatible with this module yet and its taken a lot of effort to just get to the point where I can switch sockets on and off via terminal.
the only way to do that at the moment is to edit a script, compile it and then run that program.
is there anyway of implementing into this project the ability to run say:
sudo ~/bin/s1on
to turn switch 1 on for example?