Error on Wiki page for USB PERSISTENT BINDING

Post your feedback and suggestions for the forum, website, wiki, Twitter-account, Facebook page and tracker (not the Domoticz project itself) here.

Moderator: leecollings

Post Reply
User avatar
calimero
Posts: 8
Joined: Thursday 26 February 2015 17:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands....the very South
Contact:

Error on Wiki page for USB PERSISTENT BINDING

Post by calimero »

Hi,

I was trying to get my USB device settings persistent, with no luck until I saw a small typo

WiKi page: https://www.domoticz.com/wiki/Assign_fi ... o_USB_port

There is a mention of

Code: Select all

SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTR{serial}=="P11234567",  SYMLINK+="ttyUSB_P1"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTR{serial}=="RFX1234567",  SYMLINK+="ttyUSB_RFX"
This should be

Code: Select all

SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="P11234567",  SYMLINK+="ttyUSB_P1"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="RFX1234567",  SYMLINK+="ttyUSB_RFX"
Please notice the small difference for the serial: must be ATTRS not ATTR.
Fixing this made thing work for me.
SweetPants

Re: Error on Wiki page for USB PERSISTENT BINDING

Post by SweetPants »

If you login to the Wiki with your domoticz account you can change/correct the Wiki yourself and contribute to the project
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest