From OpenHome

(Difference between revisions)
Jump to: navigation, search
(How do I get it?)
(Overview)
Line 32: Line 32:
[[ohWidget Driver Development|ohWidget Driver Development]]
[[ohWidget Driver Development|ohWidget Driver Development]]
-
ohWidget Service XML Definition
+
[[ohWidget Service XML Definition|ohWidget Service XML Definition]]
ohWidget Web UI Development
ohWidget Web UI Development

Revision as of 10:01, 1 March 2012

Contents

ohWidget

What is it?

ohWidget is a home control app which runs on ohOs.

It makes it simple get a basic widget, for example a light, thermostat or even a washing machine onto the network, share its data, and make available a graphical user interface representation for its control.

The ohWidget Graphical User Interface framework provides a rich overview of all connected devices in the home, agnostic of their chosen communications protocol. It also presents the user with a number of key features such as;

  • Scheduler - set a specific day or time for when a widget needs to change state.
  • Presets/Scenes - group widgets together so their collective state change can be invoked by 1 button press.
  • Triggers - The action of 1 widget invokes an action on 1 or many another widgets.


ohWidget also makes it simple for other apps (external widgets) to plug in to this framework, share their information, and present their UI.

How do I get it?

ohWidget will be available for download soon from GitHub. https://github.com/Openhome

For any immediate requirement contact info@openhome.org

Documentation

Overview

ohWidget Technical Overview

ohWidget Driver Development

ohWidget Service XML Definition

ohWidget Web UI Development

ohWidget External Widget Application Development

APIs

Utilities

ohWidget Workbench

ohWidget Workbench is a useful development tool. It allows a widget to be modelled and then appear on a network "virtually". This means any connected control point can see the user interface and observe any change in state reflected in the widget instance running in widget workbench. This saves developers from having to wait until a new physical widget is created before developing and testing the widget driver. ohWidget Workbench can be downloaded from here.