Difference between revisions of "Application:HomeControl"

From WebOS Internals
Jump to navigation Jump to search
Line 168: Line 168:
 
<blockquote>
 
<blockquote>
 
You might get mouse / keyboard control working already by installing XMing or Cygwin/X for Windows. I haven't tested this method though.
 
You might get mouse / keyboard control working already by installing XMing or Cygwin/X for Windows. I haven't tested this method though.
 +
</blockquote>
 +
 +
== Usage ==
 +
 +
<blockquote>
 +
There are some features that are not so obvious, specially when using the app on small screen such as Veer. These features are listed here, on bigger screens these might be visible all the time or they might work the same.
 +
<br><br>
 +
'''Progress Bar'''
 +
You can view the progress bar by tapping the currently playing song info (song needs to be playing). The bar shows up for 5 seconds unless you start adjusting the position.
 
</blockquote>
 
</blockquote>
  

Revision as of 13:53, 2 December 2011

Home control.png

Overview

Icon Home-Control.png

Home Control is an app that aims to provide means to control everything remotely controlled at your home.


Installation

Client

The client app can be installed from Preware, you need to have beta apps feed enabled.

Server

To install the server application you need to have working installation of node.js and npm. Then you can use npm to install hc-server: npm install hc-server

Then you can run the server by entering the node_modules/hc-server directory and executing: node hc-server.js

This server software can be run on Linux / OS X / Window, see the supported features below.

Features

General

NOTE: these won't need the server application, just use the IP/port info of the device (or computer where the app is running).

Boxee and XBMC control

Enables control of Boxee and XBMC (both devices and application running on a desktop machine).

Cisco IP surveillance

Allows viewing of the cameras video feed from Home Control.

VLC video player control

Allows basic controlling of VLC video player, more advanced controls are coming. Requires the LUA interface to be enabled in the VLC.

TouchPad Surveillance Camera (Not fully ready yet)

Enables using of the web cam in TouchPad as an security cam when placed on touchstone. You can also view the latest captured image on Home Control running on your phone (this needs the server application though).

Linux Specific

The features listed below are currently Linux only, for now. These feature requires the Home Control server software to be running on the machine.

Status information

Shows temperature information from 1-wire temperature sensors connected to the computer.

Mouse and keyboard control

Allows full mouse and keyboard control.

PulseAudio Mixer / Sound control

Allows controlling of system volume and other stuff.

Banshee, Rhythmbox and MPD music player control

Allows basic controlling of these music player applications including ability to select playlists / search songs / add songs into the queue etc. At the moment Banshee and Rhythmbox only have basic control, no playlist control support.

Totem video player control

Allows basic controlling of Totem video player, more advanced controls are coming.

Windows Specific

Mac OS X Specific

The features listed below are currently Mac OS X only, for now. These feature requires the Home Control server software to be running on the machine.

Mouse and keyboard control

Allows full mouse and keyboard control.

Front Row controlling

Enables control of Front Row application.

iTunes music player

Enables control of iTunes application with ability to view playlists and select the playlist to play with possibility to search a song for playing.

QuickTime video player

Enables control of QuikTime Player application. Requires relative new QuickTime Player version!

System Sound Mixer / Volume

Enables system input / output volume and mute control.

Configuration

All currently supported controllers need the server address of the device/HC server. The form of the address is <address>:<port>, if username/password is needed then: <user>:<password>@<address>:<port>

For the controllers that need the Home Control server, the address is the IP address of the computer running the server application and the port is 3000. For the other controllers that control the devices/applications directly you need to see the device/application configuration for the username/password and address/port configuration. Below you can find some additional information and default settings for some of the devices/applications.

Boxee / XBMC

See the Boxee/XBMC configuration for the address/port setup. The default port is 8080.

VLC

To enable the controlling in VLC select 'Add Interface' from the menus and select 'Web Interface'. Then you can configure the controller in Home Control by using the IP address of the computer running the VLC and default port 8080.

Or you can just start VLC from command line with following parameters: vlc --extraintf=luaintf --lua-intf=http

Rhythmbox

To get playlists view and queue control you need to have dbus-send command line applications installed. It comes pre-installed with many distributions.

Mouse control in OS X

Mouse control requires XTool to be installed (http://lestang.org/osax/XTool/XTool-2.0.dmg.tgz).

Mouse / Keyboard control in Windows

You might get mouse / keyboard control working already by installing XMing or Cygwin/X for Windows. I haven't tested this method though.

Usage

There are some features that are not so obvious, specially when using the app on small screen such as Veer. These features are listed here, on bigger screens these might be visible all the time or they might work the same.

Progress Bar You can view the progress bar by tapping the currently playing song info (song needs to be playing). The bar shows up for 5 seconds unless you start adjusting the position.

Resources

Supporting Development

Btn donateCC LG.gif

You should also donate to Donald Kirker for his awesome work on the UPNP support which is coming soon! To donate to him click the button below:

Btn donateCC LG.gif

Official Developer Project Page
Official Forum

Home Control

Official Twitter Account

Status

Changelog

Future features

- Extend the already supported modules with full playlist control / search etc.
- Winamp module for Music Player extension (will be the first test module for Windows)
- Window Media Player control if possible
- IP / Web Camera support for surveillance / monitoring with motion detection
- Support for IR controlled devices
- UPNP module for controlling UPNP devices
- You have something else on your mind, then please let me know :)