New user trying to set up HUSBZB ZigBee

If you found this thread with similar problem, then it looks like resolution was combination from posts. To restate:

  1. Use Putty to log into OpenHabian, then sudo openhabian-config, then select “Apply Improvements”, Select “Packages” then “Fix Permissions” then “System Tweaks”. Exit out of openhabian-config tool.
  2. Edit file /etc/default/openhab2. Change line EXTRA_JAVA_OPTS=" -Xms250m -Xms350m" to EXTRA_JAVA_OPTS=" -Xms250m -Xms350m -Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB1"
  3. restart with sudo systmctl restart openhab2
1 Like

It appears that works if zwave binding is also installed. Withour zwave you may want to try

EXTRA_JAVA_OPTS=" -Xms250m -Xms350m -Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyUSB1"

Without the openHABian optimization, if starting with an empty EXTRA_JAVA_OPTS the line to try would be
EXTRA_JAVA_OPTS=" -Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyUSB1