HomeSeer SmartStick+

Hey Guys,
Does anyone know if the HomeSeer Smartstick+ works with OpenHAB? Would OpenHAB treat this the same as the Aeon Labs Z-Stick Gen5 Zwave+ interface or would it require code updates to support?
Thanks!

I don’t know for sure, but I expect it’s the same API. All zwave chips are in fact produced by a single manufacturer, so they all support the same API.

Have tried it on Solidrun Hummingboard I2X with no success up to now. I am with Debian Wheezze (Igor). I did try it with openremote as well … not working. The problem with Openhab is that the Zwave bindings finds that the stick (ttyACM0) does not exist but the ttyACM0 is listed in the dev folder.?? Here is the error I get:

2015-10-25 11:39:14.361 [INFO ] [.z.internal.ZWaveActiveBinding] - Update config, port = ttyACM0
2015-10-25 11:39:14.363 [INFO ] [.z.internal.ZWaveActiveBinding] - Update config, healtime = 2
2015-10-25 11:39:14.372 [INFO ] [.service.AbstractActiveService] - ZWave Refresh Service has been started
2015-10-25 11:39:14.435 [INFO ] [b.z.i.protocol.ZWaveController] - Starting Z-Wave controller
2015-10-25 11:39:14.442 [INFO ] [b.z.i.protocol.ZWaveController] - Z-Wave timeout is set to 5000ms. Soft reset is false.
2015-10-25 11:39:14.451 [INFO ] [b.z.i.protocol.ZWaveController] - Connecting to serial port ttyACM0
2015-10-25 11:39:14.556 [INFO ] [.service.AbstractActiveService] - VDR Monitor Service has been started
2015-10-25 11:39:14.625 [ERROR] [b.z.i.protocol.ZWaveController] - Serial Error: Port ttyACM0 does not exist.
I do not know if this is an error in my config (openhab or Debian) or just a question of compatibility with the Homeseer stick.
If anybody has an idea I would certainly appreciate.

I suspect you’ve specified the port incorrectly. It should be something like /dev/ttyACM0, not just ttyACM0.

Hi Chris,Thanks a lot, that was it. Sorry for this, I am not used at all with linux and to specify path (maybe the /dev is a path ??) every where, even less. Thanks again.
Gaston