Use MQTT_PORT enviroment variable. No auth supported yet.
Thanks!
Now I have to remember how to set up my test broker to accept unsecure connections.
Iām sure itās buried in the conf file somewhere.
Pull request submitted
Hi there !
Does this means that sooner or later the ZHA integration will go away, or stop being developed ?
Iām not fan of having to run additional addons and/or depend too much on custom integrations, I prefer to use the integrated way as much a possible. However, not restarting the network at HA restart is a must have, I guess it wonāt be possible without detaching the Zwave stack from HA
Cheers !
Grocy is one example of exactly this - a custom component is available. To use it you need to either install the add-on for Grocy or host Grocy in some other way.
A custom component (integration) is just an interface between Home assistant and some other software or hardware. If itās a software like Grocy or zwave2mqtt, you need to have that software somehow. Thatās where the add-on comes in. Thatās a way of installing that software.
You could argue that zha stopped been developed a while ago. Hence why OpenZWave is on version 1.6 while HA is still using 1.4. This change makes it far easier to stay up to date without having to use a custom python component.
Well thatās looking good then !
I was under the impression that ZHA was still the most up to date and worked on. Falsely apparently
Context : this post.
Hi freshcoast,
Thanks for the instructions.
Since I never did clone a repo let alone symlinked it to the custom component directory;
Could you please expand your instruction with how to do this?
Would be a great help.
Thanks upfront.
By the way, if one installs this manually, does that mean you have to update it manually when a new version is up or is there a update button somewhere?
Br,
Raymond
Wrong protocolā¦ ZHA is Zigbee, not Z-Wave.
Oh my ! I feel dumb now
Yep my bad, I was referring to the native Z-Wave integration in HA
Thanks for pointing it out !
donāt feel dumb, thereās 1500 integrations in this. You gotta have 1000s of hours to have them all memorized.
Thanks for pointing that out. I also thought ZHA was Z-Wave Home Assistant
ZHA is Zigbee Home Automation.
It is one part of the Zigbee protocol, along with ZLL, Zigbee Light Link.
The HA integration for ZHA works with both ZHA and ZLL
Just to add that in.
Z-wave will be just Z-wave or may be referred to as OZW for OpenZwave
I love everyone jumping in and testing this - bear in mind itās āpre-releaseā though. We are probably spending more time on code than documentation / ease of use/installation right now.
But this feedback is important (even about clarity of docs) so please open a issue on the relevant repository on github so we donāt forget about it!
Itās me againā¦
I think Iāve got everything set upā¦I thinkā¦
The integrations page showed āsuccess!ā and I see the services listed in the services drop-down so Iām sure that part is OK.
Iāve still got a couple of questions tho.
Where do I find the logs?
And I went to the link posted by @freshcoast above to download the OZW Admin tool but I canāt figure out where on that linked page I can actually download a windows (or any otherā¦) installer. How is that accomplished?
How do I know if the integration actually found my controller? It seems from the MQTT Topics that the controller (node 1) was included correctly. I assume that the status topic would throw some kind of error if it didnāt connect?
Where do I find the logs?
Logs are printed to the console, but there are a lot and itās not the exact same as OZW_Log.txt. I donāt see OZW_Log.txt being generated in my case, not sure if that can be turned on manually.
I canāt figure out where on that linked page I can actually download a windows (or any otherā¦) installer
To download click on the āArtifactsā tab from that link, it has links to the files for each platform. Hereās a direct download link for todayās build. A note though, the installer is not signed so you get a nasty warning when installing.
How do I know if the integration actually found my controller?
Do you have any nodes on this network yet? The controller does not appear as an entity yet, there are no zwave
entities. You should see sensors and other entities the same as in the native z-wave, maybe some new types. You should also be able to find the nodes represented as Devices on the Devices page, same as before.
I got the installer downloaded and ā¦installedā¦but itās complaining that there is no zwave database. It asks to install a new one or open an existing one. The save option takes me to a folder selection window but I think itās asking me for a file to open but none exists on this windows machine. And Iām not sure what to select if I use the open option.
Does the UI need to be installed on the same machine as the ozw daemon? Maybe itās just too new/unfinished to mess with at this pointā¦
Not yet. Iām actually using the (unused) zwave controller portion of my HUBZ zwave/zigbee stick for testing purposes. That way I donāt impact my production network. And Iāve got one extra zwave light bulb Iām planning on paring for testing as well.
I got the installer downloaded and ā¦installedā¦but itās complaining that there is no zwave database.
I guess thatās a problem still, probably worth a bug submission. I downloaded the config files manually and selected the folder when prompted, that seemed to make it happy. For example, extract the config
directory to C:\Program Files (x86)\OpenZwave Admin\db
. Select folder db in the prompt. The config
directory must be a subdirectory of whatever directory you choose.
Does the UI need to be installed on the same machine as the ozw daemon?
Nope, just click the Open button near the menu and use Remote Host option. The docker container must have the necessary port forwarded (1983 by default).
Not yet. Iām actually using the (unused) zwave controller portion of my HUBZ zwave/zigbee stick for testing purposes.
Iām doing the same. Once you add a node itāll be detected by HA, no restart necessary in my experience. I believe the service call letās you add a node, or you can do it directly with an MQTT command. My nodes were already added in OZW 1.4, which is also an option.
All straightened out now.
Thanks!
Iām looking to transition over to this at the weekend. Iāve made some assumptions and it would be great if anyone can tell me Iām wrong.
Iām assuming that all devices are supported by the qt-openzwave software. Lights, locks, switches, etc will all be in the mqtt data. What is limiting supported devices is the mqtt -> HA integration provided by the python-openzwave-mqtt software.
After lights been the most important z-wave compoonent in my home. The second is the front door lock which is currently unsupported. But as it is in mqtt I assume I could configure a MQTT Lock to allow me to unlock the door and even see the battery status?