InfoQ Homepage News OpenHAB coming to Eclipse as Eclipse SmartHome
OpenHAB coming to Eclipse as Eclipse SmartHome
This item in japanese
Oct 31, 2013 1 min read
by
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
Yesterday at EclipseCon, Kai Kreuzer gave a presentation (slides) of OpenHAB, which is a server component for integrating in smart appliances and devices in a home setting and providing a general control mechanism which can be driven from mobile devices, web applications, or scripting systems.
Although OpenHAB was an open-source project initially licensed under the GPL, it has been re-licensed under EPL in preparation for its Move to Eclipse SmartHome. The project provides a Java-based server (which was shown running on a Raspberry Pi at EclipseCon) and which binds to over 40 different bindings, including ModBus, Asterisk, Philips hue, Samsung and many more.
SmartHome is aimed to provide a simple drop-in server where components can be connected and driven from a user interface, whilst allowing a general mechanism to control all components. Although many of these devices may have their own mobile applications, controlling each one of them requires opening a mobile application and they cannot be integrated together. Using SmartHome as the main hub, the devices can all be controlled with one mobile application or website, and scripts can be set up to drive individual components.
The runtime is based on Eclipse Equinox, and the components are represented as OSGi services, which makes it trivial to both extend and script support. they all communicate over an Event Bus, which means that anyone can plug in scripts or bundles that can listen to changes in the environment and modify its data. A persistent item state map builds up a view of the world which changes as the system evolves, which can be used to query the current state of the system instead of just dealing with event-based triggers.
Finally, the Eclipse SmartHome Designer is an Eclipse RCP based application which can provide drag-and-drop configuration of the smart home, along with rules to build the scripts to turn devices on and off.
There is a demo available, and the Eclipse SmartHome review is scheduled for the end of next week.
This content is in the Eclipse topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
Anthropic Lead: HTML Increasingly Better Than Markdown at Keeping Humans Engaged in Agentic Loops
-
AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends
-
Google OpenRL is an Experimental Self-hosted API for LLM Post-Training Fine-Tuning
-
Java News Roundup: Spring Tools, Helidon, Open Liberty, TomEE, JobRunr, Hibernate, Commonhaus
-
How eBPF Empowers Developers to Observe inside the Linux Kernel in a Safe and Unintrusive Way
-
AI Is Moving up the Software Lifecycle: from Code Review to PRD Governance
-
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example
