sabieber / HarmonyControl

Simple Webinterface for communicating with a Harmony Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Harmony Web Control

Simple Webinterface for communicating with a Harmony Hub

Example

Based on the following projects

Add your Logitech Harmony settings to the application.conf

harmony.ip="192.168.0.10"
harmony.user="Harmony Username"
harmony.password="Harmony Password"

or pass it via arguments

-Dharmony.ip="192.168.0.10" -Dharmony.user="Harmony Username" -Dharmony.password="Harmony Password"

TODO:

  • List commands
  • Send commands to the hub
  • Power on/off
  • Switch activity
  • Make a release

About

Simple Webinterface for communicating with a Harmony Hub


Languages

Language:HTML 58.5%Language:Java 37.1%Language:CSS 4.4%