Configuration files for my openHAB2 installation. Including Modbus communication with Nilan(R) heatpump and Astro bindings.
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
- https://github.com/nickma82/nilan_communication_bringup
- https://community.openhab.org/t/openhab1-nilan-heatpump/23538
- https://github.com/roggmaeh/nilan-openhab
- https://github.com/openhab/openhab1-addons/wiki/Samples-Binding-Config#serial-modbus-nilan-heatpump-configuration