I actually just updated/added the files (4 in total) following Joshās post and compiled/installed OZW again. Iām still havenāt issues with HA not showing the cover control, but everything is working like it should under OZWCP.
Iāve got my NGDZ00-4 working now with the dev version of openzwave lib now. For anyone interested hereās the modified zwave.py file to allow it to work once youāve compiled the dev version.
Correct, you can do that from Home Assistantās Zwave menu.
This works and currently only reports the door as āOpenedā or āClosedā, I havenāt gotten around to modifying the code to show the fulls statuses reported by the library such as āOpeningā and āClosingā.
In a nutshell, install docker on your linux system. Copy your configuration.yaml, automation.yaml, etc to your /home/homeassistant/.homeassistant directory and then run the below:ā
What is your OZW_Log.txt showing on the first line?
And you made the modifications to the init.py file in /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/zwave and cleared the /home/homeassistant/.homeassistant/deps/ directory as well?
2017-07-09 14:09:13.460 Always, OpenZwave Version 1.4.2586 Starting Up
Yes, added the zwave.py file in the folder and cleared the deps directory. Not really a big deal at this point though. Will just wait for a stable z wave build with no modifications. Thanks for the help.