I have a RPi3 with a RazBerry module running the All-in-One Installer, I have it setup so that I can add devices from both HA and OZWCP, but when I add them from OZWCP, HA won’t pick them up?
This might be the way it’s designed, but I don’t know so please enlighten me
Most likely your not sharing the configurations between HA and OZWCP.
Easiest way assuming your running linux/*bsd is to symlink the configuration directory that OZWCP to one that HA can read or just specify the full path to the one OZWCP is using.
If you can’t get it running remind me later and I’ll try to give you specific commands or similar.
@Landrash - This question is coming up quite often in a number of threads and I think everyone would benefit if you could share the procedure. I’m not having this issue but I am having some naming issues that may be related.
Do you think you could write out the steps? I know I’d appreciate it and I’d link the other threads to it.
In OZWCP and homeassistants configuration directory I have symlinks called config. These two are actually symlinked to the same directory with the following commands.
My pleasure. Since you been looking for this information, where in your opinion would you have preferred finding it? Looking around at the getting started guide and everything but can’t really think of a place it fits.
So I’m not supposed to use the config directory inside the virtual environment? /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
But insted these? /srv/hass/src/python-openzwave/openzwave/config /srv/hass/src/open-zwave-control-panel/config
So I would do: ln -s /srv/hass/src/python-openzwave/openzwave/config /home/homeassistant/.homeassistant/config ln -s /srv/hass/src/python-openzwave/openzwave/config /srv/hass/src/open-zwave-control-panel/config
I have linked the OZW config folder but HA still won’t find devices added from OZWCP.
Maybe it takes some time for the devices to show up? How long should I have to wait?
When you add devices in OZW, do you save / backup settings (there is button on the top right for that)
There should also be ozw* configuration file in same place where you keep yaml files, (It is the same file that you save changes in OZW). It may be possible that you have two separate configurations.
Lastly, now you can use HA to add devices without OZWCP (even using secure method)
I defer to your wisdom sir. I will link people to it as I have it bookmarked. I also added a couple of tags to the thread to make it easier to find in searches.
I thought it was auto saved, so I need to manually save after I add devices?
Do I also have to save after making changes to a device or how is the settings pushed to a for example Fibaro Motion Sensor?