Greetings all,
I’ve been intrigued with home automation capabilities for a few years now. I started with a BlackFriday SmartThings kit with rudimentary sensors. I began searching other benefits I could realize with additional sensors/actors, and that’s when I came across HomeAssistant and was astonished at the community. So, I performed my normal analysis paralysis and jumped in.
I researched and decided upon:
- 2 Raspberry PIs, one master and one slave which would control the Zwave network (and communicate over MQTT) to avoid downing my Zwave network every time I changed/reloaded my master
- A2 microSD cards for the longevity
- Zwave over Wifi as much as possible to limit Wifi interference with other devices
What I currently have
- (2) Raspberry PI 4 4GB running HomeAssistant 0.117 64 bit (with the 128GB microSDXC Extreme Plus UHS-I cards)
- Nortek HUSBZB-1 (Zwave/Zigbee controller)
- 6 Inovelli Red Dimmer Switches (Zwave)
- 1 Inovelli Red Light/Fan Switch (Zwave) (1 to test before I buy more)
- 4 Inovelli Ilumin A19 RGBW Bulbs (Zwave)
- 2 Yale locks (Zwave)
- Rachio Spinkler System (Wifi)
- MyQ Garage Door Sensors (Wifi)
- Misc Smart plugs (Wifi)
- Old SmartThings multisensors
- Old SmartThings water sensors
- Old SmartThings motion sensors
I’m ready to move forward, but in trying to research how to properly setup Zwave I quickly became confused and haven’t found any guides or posts to clear my confusion. The Zwave and MQTT addons vs integrations are not clear to me. So, I tried to structure my questions so that others looking for similar info would benefit.
Zwave questions
- Which version of Zwave? - I read that the OpenZwave version in HomeAssistant is v1.4 and will not be updated. But I did read the “Future of Z-Wave in HA” thread about QT-OpenZWave which will be v1.6. I found “OpenZwave (beta)” in the integrations, is that the recommended version?
- Addon vs Integration - Do I need both the OpenZwave addon and the OpenZwave (beta) Integration?
- Network Key - As seen above in my inventory, I do have Yale locks and I believe that infers I will need a network key defined. Is it binary that my Zwave network all operates with a network key or not? Or can be it be hybrid? (I’m presuming it’s binary, and if I want hybrid I would need to add a different Zwave controller with the opposite config as the primary)
- Network Key gotchas - If I do start out with a network key, besides ensuring the key is backed up/known, what are any other gotchas newbies should be aware of?
MQTT questions
- Guides - Are there any helpful guides that you are aware of that detail how MQTT works in general and with HomeAssistant?
- 1 Rasberry PI device or 2 - As mentioned above, I read about the benefits of separating Zwave controller off of the primary device. Is this still required with the new version of OpenZwave (beta) w/ MQTT? Or does the new OpenZwave (beta) version allow me to reload HomeAssistant without impacting the Zwave network?
- If only 1 device - addon vs integration - Do I need both the Mosquitto broker addon and the MQTT Integration?
- If 2 devices - addons vs integrations - Which MQTT addons/integrations do I need on the primary vs secondary Raspberry PI?
Thank you in advance for any information you can provide.