So ran into the same OZWCP error in this link.
opened 09:09PM - 13 Feb 17 UTC
closed 09:42PM - 13 Feb 17 UTC
Make sure you are running the latest version of Home Assistant before reporting … an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in [the Feature Requests section](https://community.home-assistant.io/c/feature-requests) of our community forum:
**Home Assistant release (`hass --version`):** 0.38.2
**Python release (`python3 --version`):** Python 3.4.3
**Component/platform:** OZWCP
**Description of problem:** Unable to start OZWCP.
$ cd /srv/homeassistant/src/open-zwave-control-panel/
$ sudo ./ozwcp -p 8888
sudo: ./ozwcp: command not found
**Expected:**
OZWCP starts
**Steps to reproduce:**
Clean install latest raspian Jessie lite
Clean install Home Assistant .38.2 AiO
The answer was to go to issue tracker at this link
opened 09:41PM - 13 Feb 17 UTC
closed 02:53AM - 17 Apr 17 UTC
**Home Assistant release (`hass --version`):**
0.38.2
**Python release (`pyt… hon3 --version`):**
Python 3.4.3
**Description of problem:**
Unable to start OZWCP.
```bash
$ cd /srv/homeassistant/src/open-zwave-control-panel/
$ sudo ./ozwcp -p 8888
sudo: ./ozwcp: command not found
```
**Steps to reproduce:**
Clean install latest raspian Jessie lite
Clean install Home Assistant .38.2 AiO
Patchedsoul stated the following:
Was due to libopenzwave moving to 0.3.3 from 0.3.2. Successfully ran and tested AiO against Raspbian Jessie-Lite (04/10/2017) image.
No instructions on how to correct this (besides reloading the entire AiO on a Raspbian Jessie-Lite install image).
So went to the other thread located here:
Hi guys
Ran the All in one installer and up to my z-wave config. Thought I may have mucked up the install so I ran it again and still having issues.
As per the docco I stop the HA service
Cd to /srv/homeassistant/src/open-zwave-control-panel/
Run sudo ./ozwcp -p 8888
Get the following:
2017-02-10 22:46:57.918 Error, Cannot find a path to the configuration files at ./config/. Exiting…
2017-02-10 22:46:57.925 Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files
Error: Opt…
The first link was noting that it was moved to the right tracker located here
Unable to start OZWCP on RPi AiO · Issue #46 · home-assistant/fabric-home-assistant · GitHub (this tracker is the same as listed above, with no answer)
another person referenced a link to fix the issue, installing a file and stating (this isn’t the correct way)
(tried and failed, stated it was already the latest version) sudo make did nothing but say (no targets specified)
Then I tried actfools option of creating a symlink.
Hi guys
Ran the All in one installer and up to my z-wave config. Thought I may have mucked up the install so I ran it again and still having issues.
As per the docco I stop the HA service
Cd to /srv/homeassistant/src/open-zwave-control-panel/
Run sudo ./ozwcp -p 8888
Get the following:
2017-02-10 22:46:57.918 Error, Cannot find a path to the configuration files at ./config/. Exiting…
2017-02-10 22:46:57.925 Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files
Error: Opt…
that did not work (for whatever reason)
then tried to use scadaguru’s correction of editing hte link from 3 to 1
/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/libopenzwave-0.3.3-py3.4-linux-armv7l.egg/config
(in my installation, hassbian, homeassistant_venv does not exist)
… so please… whats the answer to correct this, in little baby speech that my pathetically stupid mind can understand?
(in addition, how do you stop the homeassistant service, everytime I try, I get the error:
sudo: unable to resolve host Hassbian.
The hassbian image that was downloaded is located here
https://home-assistant.io/docs/hassbian/installation/ . It is labelled as Hassbian 1.1 image.
Thank you I appreciate the help.