Aeotec 5th gen from Pi to Mac

Have HA running WONDERFULLY on Raspberry Pi with Aeotec stick and trying to migrate over to Mac Mini OS X Sierra which i use as a media server which is on all the time and has plenty of horsepower.

I managed to get openzwave built and installed and zwave seems to be working fine. Here’s my config:

zwave:
  usb_path: /dev/cu.usbmodem1441
  config_path: /usr/local/lib/python3.6/site-packages/libopenzwave-0.3.2-py3.6-macosx-10.12-x86_64.egg/config

Next question. How do I access the OWZCP? this is the command for Pi but no idea how to access it in Mac.

sudo ./ozwcp -p 8888

As long as you are in the correct directory when you issue the command, the syntax should be the same.

I’m starting to think that the control panel is not installed. Just the python-openzwave.

I can’t find the right directory if it is installed.

try this
cd
sudo find -name ozwcp

It is definitely a separate install. I’ve got it up and running on my xserve 10.11. https://github.com/OpenZWave/open-zwave-control-panel
Follow the instructions for os x near the bottom of the page.
Also double check all the paths in the makefile. I had to update a few where my installs were not where it expected.

1 Like