Best z-wave controller for pi3
Moderator: leecollings
-
stuiow
- Posts: 139
- Joined: Saturday 18 April 2015 18:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.6857
- Location: Isle of Wight, United Kingdom.
- Contact:
Best z-wave controller for pi3
Hi all,
Currently running a PI2 with razberry but my z-wave network is very "flaky" at the moment, so i'm going to uninclude all nodes and start from scratch.
What z-wave controller do people recommend? The Razberry2 or the Aeon z-wave stick s2?
Another option was for me to put Domoticz as a virtual system on my Qnap 453pro, but i'm thinking having it on its own hardware would be an advantage (resource wise).
Cheers
Stu
Currently running a PI2 with razberry but my z-wave network is very "flaky" at the moment, so i'm going to uninclude all nodes and start from scratch.
What z-wave controller do people recommend? The Razberry2 or the Aeon z-wave stick s2?
Another option was for me to put Domoticz as a virtual system on my Qnap 453pro, but i'm thinking having it on its own hardware would be an advantage (resource wise).
Cheers
Stu
Now setup on a RPI3.
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
-
jannl
- Posts: 825
- Joined: Thursday 02 October 2014 6:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2025.5.x
- Location: Geleen
- Contact:
Re: Best z-wave controller for pi3
The USB-stick can be used on different hardware. And what I see in the wiki, configuring/adding a razbeery seems a lot more work compared to a usb zwave stick like the Aeon
-
tontze
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Best z-wave controller for pi3
Actually, getting razperry to work with domoticz, is just adding one line that links ports .. Not that hard to do. Guide on the link.
http://www.vesternet.com/resources/appl ... HeULVOLTmF
http://www.vesternet.com/resources/appl ... HeULVOLTmF
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
- mlamie
- Posts: 122
- Joined: Friday 25 October 2013 17:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: The Netherlands
- Contact:
Re: Best z-wave controller for pi3
The guide where you are refering to is not gona work in combination with a Raspberry Pi 3. It took me quite some time to find out that the Bluetooth needs to be disabled on the RP3.tontze wrote:Actually, getting razperry to work with domoticz, is just adding one line that links ports .. Not that hard to do. Guide on the link.
http://www.vesternet.com/resources/appl ... HeULVOLTmF
I migrated from a Raspberry Pi1 to a Raspberry Pi3 including the Razberry board (the first version - non z-wave + version) and it is running without issues. Check the instructions how to install a Razberry board on a RP3 here: https://mysmarthomeathome.blogspot.nl/2 ... -pi-3.html (no exclusions or inclusions where needed, only a Domoticz DB restore and you are done).
The topic on Domoticz: viewtopic.php?f=24&t=10964&start=40
P.s. the latest Jesse lite image does not have SSH enabled by default you need to enable it first.
Raspberry Pi 3, RaZberry, RFXtrx433
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
Various Z-Wave devices, KlikAanKlikUit devices, ESP8266 NodeMCU, Sonoff POW and a Essent E-thermostaat
IP camera: Dahua 4MP IPC-HDBW4421R-AS, Vivotek FD8134V
-
lost
- Posts: 699
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Best z-wave controller for pi3
I have the z-stick s2 on a PI3, this was a no brainer... Being able to include peripherals key unplugged (includes a battery) also proves useful, except using some chinese neo coolcam products that does not include properly this way (you'll get IDs at 0, but as it's battery powered devices that are concerned you can bring them close to z-stick+PI & include from domoticz, only way to get a full inclusion on these ones).stuiow wrote: What z-wave controller do people recommend? The Razberry2 or the Aeon z-wave stick s2?
As well, on the device side it's seen as a ttyUSB. So no specific kernel driver (a source of hassle) needs in Linux, it's seen as a serial to usb adapter already managed in standard, to drive it from open zwave library.
You'll only have to make allocated /dev/ttyUSBn with n=fixed nb (see wiki). Otherwise, when unplugging to include, at replug you'll not get the same device path (n will become n+1) & it'll not be seen by domoticz configured using previous dev path.
The only issue I experienced was a default configuration one in domoticz combined with my z-wave network use at the beginning: I only had modules driving heaters, on schedule (no modules reporting statuses/temperatures on their own & quite frequently), leading to z-wave unused for up to several hours.
Domoticz have a timeout on the controller device that cause problems when such conditions are met: 60s with no traffic = domoticz soft-resets the z-stick, probably thinking it's firmware is hanged. So the z-stick have to restart, rebuild it's z-wave mesh network topology, re-read devices parameters: This was about 30s with z-wave network rebuild every 60s, so unable to send command.
And when a scheduled setup was sent, there was about 50% chance for a fail... So take care of this setup.
After setting this timeout to several hours (more than the max delay between 2 schedules), that's rock solid. I started using domoticz 3 month ago, since last update I'm about a month of uptime.
- bbqkees
- Posts: 407
- Joined: Sunday 17 August 2014 21:01
- Target OS: Linux
- Domoticz version: 4.1x
- Location: The Netherlands
- Contact:
Re: Best z-wave controller for pi3
Don't buy the old S2, buy the Gen 5 stick.
Bosch / Nefit / Buderus / Junkers / Worcester / Sieger EMS bus Wi-Fi MQTT Gateway and interface boards: https://bbqkees-electronics.nl/
-
stuiow
- Posts: 139
- Joined: Saturday 18 April 2015 18:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.6857
- Location: Isle of Wight, United Kingdom.
- Contact:
Re: Best z-wave controller for pi3
Right, Aeon Gen5 stick it is to be then.
I dont need access to the stick to include i presume? I can still do that via Domoticz?
I dont need access to the stick to include i presume? I can still do that via Domoticz?
Now setup on a RPI3.
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
-
Eraser
- Posts: 24
- Joined: Friday 13 January 2017 9:24
- Target OS: Windows
- Domoticz version: 3.8153
- Contact:
Re: Best z-wave controller for pi3
You do need access to the stick. The stick has a button for close range inclusion which I think works best.
-
stuiow
- Posts: 139
- Joined: Saturday 18 April 2015 18:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.6857
- Location: Isle of Wight, United Kingdom.
- Contact:
Re: Best z-wave controller for pi3
And that type of inclusion requires pushing the buttons on the stick?
Sent from my SM-G925F using Tapatalk
Sent from my SM-G925F using Tapatalk
Now setup on a RPI3.
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
-
tontze
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Best z-wave controller for pi3
Well, as noob as i am, i just bought my first setup ever, Pi3 and razperry2. With that vesternet guide, i made it a live at first try. Bluetooth is disabled by default i believe. And later fiddling, i learned that you dont need to do that symlink anymore, domoticz has proper port directly for razberry these daysmlamie wrote:The guide where you are refering to is not gona work in combination with a Raspberry Pi 3. It took me quite some time to find out that the Bluetooth needs to be disabled on the RP3.tontze wrote:Actually, getting razperry to work with domoticz, is just adding one line that links ports .. Not that hard to do. Guide on the link.
http://www.vesternet.com/resources/appl ... HeULVOLTmF
I migrated from a Raspberry Pi1 to a Raspberry Pi3 including the Razberry board (the first version - non z-wave + version) and it is running without issues. Check the instructions how to install a Razberry board on a RP3 here: https://mysmarthomeathome.blogspot.nl/2 ... -pi-3.html (no exclusions or inclusions where needed, only a Domoticz DB restore and you are done).
The topic on Domoticz: viewtopic.php?f=24&t=10964&start=40
P.s. the latest Jesse lite image does not have SSH enabled by default you need to enable it first.
But its true if you need bluetooth, then razberry is not for you
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
-
Justintime
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Best z-wave controller for pi3
I use the zwave.me USB stick. Never let me down.
Who is online
Users browsing this forum: Google [Bot] and 1 guest