Skip to content

starze/openhab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openHAB2

Configuration files for my openHAB2 installation. Including Modbus communication with Nilan(R) heatpump and Astro bindings.

Installed Bindings

Astro

Modbus - Nilan(R) heatpump Comfort 300 Top (cts-602 control board)

Harmony Hub Binding

GPIO Binding

Kodi Binding

Installed Persistence

Installed Transformations

Installed UIs

  • Basic UI
  • HABot
  • HABPanel
  • Home Builder
  • Paper UI

Quick Setup

Copy config files from openhab2 folder into your openHAB2 installation (i.e. /etc/openhab2)

Details

Some details how I created my config-files.

  • Create nilan heatpump modbus items out of csv file / nilan documentation
$ cd /etc/openHAB2/scripts
$ python createNilanItems.py > ../items/nilan.items
  • Add modbus address binding according to nilan address-specifications and the configuration in services/modbus.cfg
  • Add Items into your main.sitemap file.

Some issues due to early adopting modbus plugin 1.10.0-SNAPSHOT

If modbus plugin not already >= v1.10.0.201704100111 (build #1457 or greater) download and copy plugin to /usr/share/openhab2/addons

If modbus communication isn't working see issue.

feature:install openhab-transport-serial

Other useful links