Accessing OZWCP web application

I’m following the instructions of:

cd /srv/homeassistant/src/open-zwave-control-panel/
sudo ./ozwcp -p 8888

But when I run “sudo ./ozwcp -p 8888” it throws an error:
2017-03-11 22:45:26.368 Error, Cannot find a path to the configuration files at ./config/. Exiting…
2017-03-11 22:45:26.369 Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files
Error: Options.cpp:91 - Cannot Find Configuration Files

looking at what’s in the folder, I can see:
pi@HomeAssistant:~ $ ls /srv/homeassistant/src/open-zwave-control-panel/
config Makefile ozwcp.h test.sh webserver.h
cp.html openzwavetinyicon.png ozwcp.html testusb.sh webserver.o
cp.js ozwcp ozwcp.o TODO zwavelib.cpp
LICENSE ozwcp.cpp README webserver.cpp zwavelib.o

There is a config file in there. I don’t really know where to go from here.

I’ve installed the all-in-one installer this past month so /srv/hass/src/open-zwave-control-panel/ is of no use.

In my open-zwave-control-panel directory, I have: zwcfg_0xc28fd2ed.xml
I wonder if that’s what it’s looking for. You should have something that starts with zwcfg and ends in xml - the middle part depends on the ID of your zwave controller.

In my config directory, I have a couple dozen subdirectories organized by vendor.

Similar problem here:

Has anyone discovered an answer to this situation? I have the xml file but get the same responses tboss gets.

The Z wave devices all appear to be up and running on HA but still cannot open the control panel

You need to run ozwcp from the directory which contains the config dir. (The one with manufacturer_specific.xml)

I think the xml is in the wrong location in fact as I cannot seem to run it from that location either

Should I remove all the files and try it from scratch? Funny though, I didn’t chose where the files went to begin with so how could it have gone to the wrong location.

My OZW_log also states that it failed to setup the network key. Would that have any bearing on this situation?