Downloaded Domoticz and had it set up and running in ~15 min on a beaglebone black. Had a little bit of trouble getting my serial gateway to show up. It looks like Domoticz will only look for serial ports in the form of /dev/ttyUSB##. Since I am using the UARTS on the beaglebone it did not work right off. On a hunch I added a symlink:
sudo ln -s /dev/ttyO4 /dev/ttyUSB2
Worked like a charm. I have been using openhab for a few months and like it, however I was able to do in Domoticz in 15 min what took hours to figure out in openhab, and the graphs looks a lot better in Domoticz also.