Page 1 of 1
Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Wednesday 17 July 2019 23:15
by Timmiej93
Quick question, since I can't find a conclusive answer anywhere: Are Z-Wave and the RaZberry V1 supported on an RPi 3B plus, running Buster?
I can add the RaZberry controller in the OpenZWave USB, but I can't do anything with the controller. If I try and include a device, the webpage just hangs. Clicking abort does nothing. Refreshing the page and soft-resetting the controller eventually stops the include process (lights on the razberry turn off). After the soft reset, the controller isn't visible in the OpenZWave USB anymore, but it is visible in the Control Panel.
If Z-Wave / the RaZberry V1 should work on a 3B plus running Buster, does anyone have a clue what's going on?
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Saturday 01 August 2020 15:00
by wardc
I am wondering the same thing. I had a working system with following setup:
-Raspbian Jessie
-Boot partition on SD-card and root partition on USB HDD
-Razberry daughter card V1
-Domoticz v4.10717
-RPi 2B
Because my SD card crashed I decided to fix it and upgrade domoticz to the latest version. However because of dependency, I needed to upgrade to Raspbian Buster. After the upgrade, domoticz worked again. But z-wave wasn't working. I got an error on the openzwave device. Something about homeid 0. And driver failed. Even after readding the razberry in domoticz again. I decided to restore a backup of domoticz, back to version v4.10717. That took care of the errors, but still It seems that domoticz is not communicating with the razberry card. I verified that the card is present on the right tty device and according to dmesg it is.
Only thing that I can try now fresh install on Buster and if that doesn't work a fresh install on Jessie. But I am gonna wait with that as I will be moving in the near future and then I am planning to reinstall everything anyway.
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Sunday 27 September 2020 1:36
by Thunderbolt
Are there any news about this? I'm planning to do the same as wardc and would appreciate some experience.
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Thursday 29 October 2020 20:30
by Timmiej93
It is working for me. I'm not sure I would recommend the RaZberry V1 though, for me it has been nothing but trouble in combination with Domoticz. After every reboot of my RPi, it's always a gamble if the RaZberry gets setup properly, which can result in none of your Z-Wave devices working. I would highly recommend looking at an alternative option. I think ZigBee is more popular these days. If you already have Z-Wave devices, I'd suggest looking into other, more modern hardware than the RaZberry V1.
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Wednesday 04 November 2020 23:20
by CaptainSlow
Well this topic certainly does not sound promising. I've got pretty much the same setup but no devices yet. i first wanted to see whether the RAZ V1 could be added or not. That appears to be working although I dont know what the unknown devices are. Did OZW create them or something?...and what the difference between a node and device? Node is physical and device could either be physical or virtual?...
- zwave.PNG (39.25 KiB) Viewed 978 times
- nb.PNG (58.8 KiB) Viewed 978 times
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Wednesday 04 November 2020 23:30
by Timmiej93
I'm not sure why you've got so many nodes, I've never seen that before. I would simply select each unknown device, and click delete in the bottom left for those.
About node vs device: A node is a physical device (AFAIK, you can't have virtual nodes, it has to be a real device), and a device is a part/section of that physical device. I know, kinda confusing.
Example:
Node: Weather sensor
Devices:
- Rain sensor
- Temperature sensor
- Humidity sensor
Node: Smart plug
Devices:
- Switch
- Power meter
Node: RGB LED strip controller
- R channel dimmer
- G channel dimmer
- B channel dimmer
- All channel dimmer
- Power meter
All these 'devices' are part of the weather sensor node, but provide different functionality. This could also be the same functionality, for example in a power strip that has power metering for each outlet separately, that would give you X power meters, where X is equal to the number of outlets on the power strip.
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Tuesday 15 December 2020 20:30
by wardc
I got the razberry v1 working again on buster. Had to disable the serial console trough raspi-config.
Re: Is Z-Wave / RaZberry V1 supported on Buster?
Posted: Friday 18 December 2020 14:13
by wardc
To clarify my previous answer, here the steps I had to follow:
- Start raspi-config: sudo raspi-config.
- Select option 3 - Interface Options.
- Select option P6 - Serial Port.
- At the prompt Would you like a login shell to be accessible over serial? answer 'No'
- At the prompt Would you like the serial port hardware to be enabled? answer 'Yes'
- Exit raspi-config
- Disable the modem: sudo systemctl disable hciuart
- Reboot the Pi for changes to take effect.
Make sure you have uart enabled, should be default.
You should see something in the dmesg log like:
Code: Select all
3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
This means that the UART (Serial interface) is connected to /dev/ttyAMA0.