Configuration files for my openHAB2 installation. Including Modbus communication with Nilan(R) heatpump and Astro bindings.
- Basic UI
- HABot
- HABPanel
- Home Builder
- Paper UI
Copy config files from openhab2 folder into your openHAB2 installation (i.e. /etc/openhab2)
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.
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