10-20-2016, 09:59 AM
(10-20-2016, 07:54 AM)bonterra Wrote:(10-19-2016, 09:24 AM)klliew Wrote:(10-19-2016, 03:53 AM)marcosti Wrote: Hi,
I'm trying to get the z-wave module working under Ubuntu/Domoticz, however up until now I've not succeeded in this. Does anybody have any pointers or directions to information about how to get the z-wave module up and running (under Ubuntu/Domoticz)?
Hi,
Domoticz only support Z-Wave USB Dongle(/dev/ttyACM0). I tested domoticz with Z-Wave USB Dongle, it working well.
Pine64 Z-Wave module running on bus Z-wave(/dev/ttyS2)
If you using Bus Z-Wave, you can try to use openHAB
Link #1
Link #2
"Only support USB dongle"? Where did you get that from?
Domoticz can be run on the RPi with the Razberry Z-wave module so why shouldn't a similar module work? On the RPi you only need to add a tty symlink (don't remember which direction).
I haven't had time to try it yet myself yet but here's a guide for the Razberry: http://www.vesternet.com/resources/appli...AjMOoZeCEd
Hi bontera,
Thanks for pointing out this. I just get my bus Z-Wave and tested it working.
Running command below:
Code:
ln -s /dev/ttyS2 /dev/ttyACM0
Then restart your domoticz, you will able add the z-wave module into it.