2. nrjavaserial
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/groups/opt_out.
<usb-driver-kernel-2.6.32-dh-syno-qoriq-0.001.spk>
The enocean binding works with the enocean USB300 usb-stick.
To enable the USB300 on an Synology DS213+ two things are needed:
1. The kernel drivers:
- usbserial, ftdi_sio and cdc-acm are already included in DSM 4.3
- pl2303 and cp210x are in the attached usb-driver-kernel-2.6.32-dh-syno-qoriq-0.001.spk - you can install this package in DSM via the package manager -> manual installation
2. nrjavaserial
- OpenHab comes with the latest stable version of nrjavaserial 3.8.8 (at the moment (17.11.2013)). It's in {openhab_root}/server/plugins/org.openhab.io.transport.serial
The newer unstable nrjavaserial 3.9.1 is needed for the qoric cpu of the DS213+
- This version is included in the (otherwise unchanged) attached org.openhab.io.transport.serial_1.3.1.201309182025.jar. Just unzip and put the attached file in {openhab_root}/server/plugins/ and delete the original file {openhab_root}/server/plugins/org.openhab.io.transport.serial...
dmesg |grep ttyUSB
DiskStation213> dmesg |grep ttyUSB
[ 91.011273] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
DiskStation213>
DS_Syn213> dmesg |grep ttyUSB
[ 89.715832] usb 2-3: cp210x converter now attached to ttyUSB0
DS_Syn213>
22:02:43.294 INFO o.o.c.internal.CoreActivator[:92]- openHAB runtime has been started (v1.3.1).22:02:51.758 INFO o.o.i.s.i.DiscoveryServiceImpl[:92]- mDNS service has been started22:02:56.385 INFO o.o.i.r.i.RESTApplication[:158]- Started REST API at /rest22:03:02.269 INFO o.o.u.w.i.s.WebAppServlet[:99]- Started Classic UI at /openhab.app22:03:07.639 INFO o.o.b.z.i.ZWaveActiveBinding[:379]- Update config, port = /dev/ttyUSB022:03:07.645 INFO o.o.c.s.AbstractActiveService[:189]- ZWave Refresh Service has been started22:03:07.723 INFO o.o.b.z.i.p.ZWaveController[:128]- Starting Z-Wave controller22:03:07.724 INFO o.o.b.z.i.p.ZWaveController[:627]- Connecting to serial port /dev/ttyUSB022:03:07.855 ERROR o.o.b.z.i.p.ZWaveController[:642]- null22:03:17.646 INFO o.o.c.s.AbstractActiveService[:201]- ZWave Refresh Service has been shut down