I tweeted over the weekend about using my phone to control our Christmas Tree lights and this generated quite a lot of interest, so I thought i'd post here how exactly i'm doing it! 
The hardware
For the hardware, i've gone for something (relatively speaking when it comes to home control) 'cheap and cheerful', in that I picked it up on a deal a year or two ago at a rock bottom price. The system consists of two parts - a controller and the devices that are controlled 'over the air' by the box. The controller looks like this:

The controller model is a 'ByeByeStandby Online Controller V2'. The cheapest place I can find to buy it is at 'Startup Media', where it costs £61.95 including delivery. 'Green Shopping' have the controller for £55.55 inc, but it doesn't specify if the controller is a V2 model (this is important). The controller is a box that plugs into your router via an ethernet cable and 'talks' to an online management website at http://online.domia.eu. This website lets you turn your devices on an off via the web.
The controller can control a number of different things but primarily it controls sockets and dimmers. A socket looks like this:

Each item has two little selector dials on the front - one for selecting a 'house code' (A-H) and one for selecting a unit code (1-8). This gives you the ability to control a good number of devices as you can imagine. The range of the controller box is around 30m.
As well as using the online controller to switch devices you can buy wall switches, remote controls and even motion sensors.
The software
As I mentioned above, the online controller connects to the ByeByeStandby site online and allows you to remotely control your devices. This is free, although a paid service is also available which allows you to set up timed schedules and the like.
The site looks like this:

While this is all very well, the website doesn't really lend itself to being used on a mobile (and certainly not for automation). There are a couple of BBSB applications in the Android Market including Power Controller (which I bought and it works well).
All of the Market apps are designed to connect with your online controller over the local network. They cut out the online site completely and send UDP commands directly to your box. This is fine, so long as you are on a WiFi connection. I got around this problem quite easily, by remapping the external 53008 UDP on my router (the port used by BBSB) to my Online Controller box. Since my router has a DynDNS address, I could just put this address into the config option in the Power Controller application and bingo, control over the web.
Again, while this was pretty cool, this didn't allow me to do full automation via apps like Locale or Tasker (which I was aiming for - having the Christmas Lights automatically toggle depending on whether I was at home), so the next stage was to write a server script to send the commands that I could call from Tasker. I've now done this, it works well, and you can use it too if you want.
I set up a couple of new tasks in Tasker for a 'HTTP Get', and entered the following details:
I hope my experiences are useful to someone... Merry Christmas!
P
The hardware
For the hardware, i've gone for something (relatively speaking when it comes to home control) 'cheap and cheerful', in that I picked it up on a deal a year or two ago at a rock bottom price. The system consists of two parts - a controller and the devices that are controlled 'over the air' by the box. The controller looks like this:

The controller model is a 'ByeByeStandby Online Controller V2'. The cheapest place I can find to buy it is at 'Startup Media', where it costs £61.95 including delivery. 'Green Shopping' have the controller for £55.55 inc, but it doesn't specify if the controller is a V2 model (this is important). The controller is a box that plugs into your router via an ethernet cable and 'talks' to an online management website at http://online.domia.eu. This website lets you turn your devices on an off via the web.
The controller can control a number of different things but primarily it controls sockets and dimmers. A socket looks like this:

Each item has two little selector dials on the front - one for selecting a 'house code' (A-H) and one for selecting a unit code (1-8). This gives you the ability to control a good number of devices as you can imagine. The range of the controller box is around 30m.
As well as using the online controller to switch devices you can buy wall switches, remote controls and even motion sensors.
The software
As I mentioned above, the online controller connects to the ByeByeStandby site online and allows you to remotely control your devices. This is free, although a paid service is also available which allows you to set up timed schedules and the like.
The site looks like this:

While this is all very well, the website doesn't really lend itself to being used on a mobile (and certainly not for automation). There are a couple of BBSB applications in the Android Market including Power Controller (which I bought and it works well).
All of the Market apps are designed to connect with your online controller over the local network. They cut out the online site completely and send UDP commands directly to your box. This is fine, so long as you are on a WiFi connection. I got around this problem quite easily, by remapping the external 53008 UDP on my router (the port used by BBSB) to my Online Controller box. Since my router has a DynDNS address, I could just put this address into the config option in the Power Controller application and bingo, control over the web.
Again, while this was pretty cool, this didn't allow me to do full automation via apps like Locale or Tasker (which I was aiming for - having the Christmas Lights automatically toggle depending on whether I was at home), so the next stage was to write a server script to send the commands that I could call from Tasker. I've now done this, it works well, and you can use it too if you want.
I set up a couple of new tasks in Tasker for a 'HTTP Get', and entered the following details:
- Servername: pepsi.modaco.com
- Script: utility/bbsb/send.php
- Variables:
- address=myaddress.dyndns.org
- state=1 (for on, or 0 for off)
- housecode=A (change as appropriate)
- unitcode=1 (change as appropriate)
- address=myaddress.dyndns.org
I hope my experiences are useful to someone... Merry Christmas!
P







Sign In
Create Account



Back to top










