Hi all,
After having done a bit of searching for a solution to replace my Windows based Domia Harmony 2007 install for Bye Bye Standby - I seem to have come up with a blank for solutions on Linux (I am using Ubuntu 12.04).
LinuxMCE seems to be a good fit, but despite a quick search I dont seem to be able to find if the Bye Bye Standby Online Controller works.
The BBSB OC works via firing a UDP packet at the network device which then broadcasts that out over RF to control plug sockets. E.g. UDP Send: echo D:1A01:E | nc -u -w 1 192.168.0.100 53008 will turn my device A01 on...
I think this should be fairly easy to implement but I dont want to re-invent the wheel by writing a scheduler and working out sunrise/sunset etc.
Does anyone know if this is already implemented, or how easy it would be add as a plugin?
Thanks in advance everyone.
Quote from: LeCanard on September 25, 2012, 07:46:17 PM
Hi all,
After having done a bit of searching for a solution to replace my Windows based Domia Harmony 2007 install for Bye Bye Standby - I seem to have come up with a blank for solutions on Linux (I am using Ubuntu 12.04).
LinuxMCE seems to be a good fit, but despite a quick search I dont seem to be able to find if the Bye Bye Standby Online Controller works.
The BBSB OC works via firing a UDP packet at the network device which then broadcasts that out over RF to control plug sockets. E.g. UDP Send: echo D:1A01:E | nc -u -w 1 192.168.0.100 53008 will turn my device A01 on...
I think this should be fairly easy to implement but I dont want to re-invent the wheel by writing a scheduler and working out sunrise/sunset etc.
Does anyone know if this is already implemented, or how easy it would be add as a plugin?
Thanks in advance everyone.
Blank solution for Linuxmce is not 1204, but 1104.
Quote from: bongowongo on September 25, 2012, 07:47:22 PM
Blank solution for Linuxmce is not 1204, but 1104.
Thank you, I will bear that in mind - other than that can I do what I'm talking about?
Yes, you can do that. If the commands are freely available, you can write a device driver for it.
Quote from: posde on September 25, 2012, 08:08:44 PM
Yes, you can do that. If the commands are freely available, you can write a device driver for it.
Thank you - is this what you a referring to? wiki.linuxmce.org/index.php/How_to_add_your_own_GSD_device