Skip to content
StefCoene edited this page Nov 8, 2016 · 25 revisions

Requirements: what do I need?

  • linux server
  • working velbus setup
  • velserv running: source can be found here
  • mysql database
  • apache with perl module
  • openHAB with at least http binding

Install path

The scripts are developed with /data/velserver as install directory. If you want to place the scripts somewhere else, you need to update these files and change all occurrences of /data/velserver:

  • bin/commands.pl
  • bin/logger.pl
  • www/index.pl
  • www/service.pl

Apache config file

The config file etc/apache-velserver.conf must be included in apache so http:///velserver is server from the www directory. If you change the sub directory /server, you also have to update the config file etc/openHAB.cfg

Clone this wiki locally