openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.58k forks source link

binding for viessmann heading systems #151

Closed steand closed 9 years ago

steand commented 9 years ago

Hello,

i will announce that i has start a develop for a new binding.

Project discription

vitotronic binding

Project goal

Viessmann heating systems with vitotronic has a optolink Interface for maintenance. This interface can use for get/set data in the heating system. (see: http://openv.wikispaces.com/)

Goals:

  1. Build a solution to bind this interface into openhab2.
  2. Seperation of the heating adaption from the integration in openhab.
  3. Support of generic things for heating systems

    Planed Architecture

The solution is composed in two independent components:

It is necessary to transform the address oriented raw interface of the vitotronic to a abstract format. The adapter implements:

The adapter itself is not a part of the openhab2 binding. A alpha version is avalible: https://github.com/steand/optolink

The binding

Implement the northbound interface of the adapter to openhab2. The idea is, that the data model of the binding is independent from the heading system. This means, that the things are general. The main requirements are:

I plan to build a first release in the next 3 months.

steand commented 9 years ago

The binding is merged in Alpha2.