News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Bye Bye Standby OC / Home Easy

Started by LeCanard, September 25, 2012, 07:46:17 PM

Previous topic - Next topic

LeCanard

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.

bongowongo

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.

LeCanard

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?

Marie.O

Yes, you can do that. If the commands are freely available, you can write a device driver for it.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

LeCanard

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