Hi friend
I install home assistant in manual mode, but know I am not sure that z-wave modules are installed correct or not
how can i be sure that is installed completlly
See if you can run the Open Zwave Control Panel (OZWCP). It’ll let you see what Zwave devices are known by your Zwave radio (stick, etc). The steps to load the control panel will depend on your installation. For me (I used the all-in-one install):
This is going to look like a lot of work. But in practice, I usually do this each time I add Zwave devices. It’s not a big deal.
- stop HASS
- switch user to HASS: sudo su -s /bin/bash hass
- change to the ozwcp directory: cd /srv/hass/src/open-zwave-control-panel/
- launch the control panel: sudo ./ozwcp -p 8888
- open a web broser to http://yourIP:8888
- You’ll need to know the address of your USB Zwave device. Mine is
/dev/ttyACM0
. Put that into the field for it in OZWCP and hit “initialize”.