Hi!
I am using a clean Home assistant installation on a Raspberry 3 by these instructions:
Just got a RaZberry2 board for my RPi 3B:
Plugged it into the very first pins (#1-#10).
Popped out the SD card and used USB reader to access on another computer.
Edited config.txt to add âdtoverlay=pi3-disable-btâ. Ejected.
Put SD card back in RPi and turned it on.
Went to Configuration > Integrations.
Added âZ-Waveâ. Set device path to â/dev/ttyAMA0â. HA said everything was good.
Went to Configuration > Z-Wave.
Press âstartâ and then nothing happends
Since this is a clean installation it should work unless the instructions are incorrect. I have also checked these instructions https://www.home-assistant.io/docs/z-wave/device-specific/#razberry-board) but they cannot beused since none of SUDO or systemctl commands does not work on hassios image file (https://www.home-assistant.io/hassio/installation/). The Z-wave card is working since I can everything to work with openhab. Any suggestions? I do not want to give up but soon I buy a new RP4 or switch to openhab.
If you start up the Pi connected to a keyboard and monitor, I believe you should be able to log in as root without a password.
You should then be able to run the commands in that guide.
That said, I think those instructions are written for a Supervised docker install on Rapsberry Pi OS, so your mileage may vary. Let us know how it goes!
No luck. After local login with root (not asked for password) it simply does not work. sudo: not found. Probably not recognized. Tried without sudo then the response was âhciuart.service does not existâ. Raspi-config not found⌠I am really stuck and simpy cannot get it to work which is very frustrating when it works on Openhab (hardware is fine) so it is a configuration/OS thingâŚ
Hardware:
serial:
/dev/ttyAMA0
From CORE log:
WARNING (Dummy-5) [openzwave] Z-Wave Notification DriverFailed : {ânotificationTypeâ: âDriverFailedâ, âhomeIdâ: 0, ânodeIdâ: 255}
WARNING (MainThread) [homeassistant.components.zwave] Z-Wave not ready after 300 seconds, continuing anyway
In the âSupervisor > Systemâ tab, if you click the three dots at the bottom the the âHostâ panel and then click âhardwareâ, what do you see listed?
The additional disabling of wifi did not have any effect. Here is the hardware list. ttyS0 has been activated by enable_uart=1 but have not had any effect.
For some odd reason I got it to work with the stuff below but it failed after reboot. I have had no issues at all with openhab. I did the following
After you burn the HassIO img onto the SD card, you need to go to config.txt file and add: dtoverlay=disable-bt dtoverlay=pi3-disable-btt enable_uart=1
Power on the RPi 3 WITHOUT the Razberry module. Let in instll everything (15-20 min). Log into it and shut it down again. Do Not include z-wave yet!
After the installation is complete you can put the Razberry module back on the GPIO.
Go to the Supervisor and install the ,File Editor" addon.
In the File Editor add the following lines: zwave:
** usb_path: /dev/ttyS0**
Go to Configuration -> Integrations -> Choose Z-Wave -> Use the following line for the USB path: /dev/ttyAMA0
Go to Z-Wave and choose Start Network. The RazBerry 2 module should light up green and let you add devices, heal network and all the other things
I will not spend that much more time on this soon and give up. Will buy a Raspberry pi 4 and see that helpsâŚ