Getting z-wave module working under ubuntu
#7
(10-20-2016, 02:52 PM)marcosti wrote: Wrote: Okay, I've figured it out, thanks for all your suggestions!!

The way I managed to have the bus Z-Wave working is doing the following:
1. Create the file /etc/udev/rules.d/10-tty.rules, and add the following (copy the complete line, including the quotes and all); 
KERNEL=="ttyS2", SYMLINK+="ttyACM0"

This will make sure that every time you reboot your Pine64, the symbolic link is re-established under the /dev-directory. This is needed since all entries in the /dev-directory are recreated on each boot. So, instead of manually creating a symbolic link each time after the Pine64 boots up, have the udev-rules take care of that for you!

2. make sure that you use beta-releases of Domoticz (under Setup->Settings). Otherwise you will not have the option to select 'OpenZWave USB'.
3. reboot your Pine64, and go to Setup-Hardware and register an OpenZWave USB component, using port '/dev/ttyACM0'

That's it, this enables your bus ZWave module.

Hi,

From the above, I got the impression Domoticz requires the device as /dev/ttyACM0.
I had an issue there, as I have a real serial USB device (RFlink on Arduino Mega) and the Ubuntu USB driver wants to give it device name /dev/ttyACM0
And you can't have 2 devices with same name.
Effectively, the link got overwritten when I connected the RFlink, disabling the communication with the Zwave device

After a bit of fiddling and looking through the Domoticz code to see where the hard code /dev/ttyACM0 was, I found that Domoticz actually does NOT require the name to be /dev/ttyACM0 at all. Anything starting with /dev/ttyACM will be accepted.

So I changed the file /etc/udev/rules.d/10-tty.rules into: 

KERNEL=="ttyS2", SYMLINK+="ttyACMZwave"

Now I have BOTH the RFlink (running at real /dev/ttyACM0 port) and the Zwave module (running via symlink device /dev/ttyACMZwave) side by side.
This will not create a conflict, as the ubuntu driver adds numbers behind the /dev/ttyACM name

Might be of help to others...


Messages In This Thread
RE: Getting z-wave module working under ubuntu - by JamesWatt - 02-10-2017, 07:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  USB adapter to eMMC module not recognized danril 0 1,235 11-25-2022, 04:16 AM
Last Post: danril
  SOQUARTZ Compute module W does not fit Raspberry Pi CM4 dev board ihab 0 1,484 10-06-2022, 08:46 PM
Last Post: ihab
  Reformatting postmarket os with ubuntu touch mackdaddy67 6 8,222 09-11-2020, 12:41 AM
Last Post: SwordfishII
  Ctrl + Shift + Tab not working in Firefox Bolitoglossa 2 4,019 08-21-2020, 04:05 AM
Last Post: Bolitoglossa
  Input not working after a forced shutdown dic1911 1 3,400 12-24-2018, 07:45 PM
Last Post: tllim
  Any success working with OpenCV on the PineA64? Tonny91 0 2,415 10-16-2018, 09:16 PM
Last Post: Tonny91
  Sopine A64 doesn't boot ubuntu stixcher 5 7,668 12-03-2017, 11:05 AM
Last Post: tllim
  Pine64 Ubuntu Mate No Sound adamjedgar 3 6,930 11-06-2017, 02:53 AM
Last Post: Luke
  Mini-Tutorial to get a linux Desktop GUI working on Pine64+ speedro86 15 26,280 04-05-2017, 01:45 PM
Last Post: speedro86
  RESOLVED - LCD screen not working, HDMI does asuras 10 15,671 04-02-2017, 08:12 AM
Last Post: Luke

Forum Jump:


Users browsing this thread: 1 Guest(s)