cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

Z-Wave won't start with Aeon Z-Stick Gen 5 #277

Closed Ghoja closed 8 years ago

Ghoja commented 8 years ago

Hi I'd tried to use Z-Wave with HABmin (Aeon Z-Stick Gen 5). When I trie to Include a new Device in HABmin i get the Message "Error sending action to server". HABmin is online.

The Debuglog from the z-Wave addon shows following: root@oil:/opt/openhab/logs# cat zwave.log 2015-10-27 07:59:45.088 [DEBUG] [.zwave.internal.ZWaveActivator:36 ]- Z-Wave binding started. Version 1.8.0.201510260241 2015-10-27 07:59:45.132 [DEBUG] [.z.internal.ZWaveActiveBinding:175 ]- ConverterHandler not initialised. Polling disabled. 2015-10-27 07:59:45.134 [INFO ] [.z.internal.ZWaveActiveBinding:325 ]- Update config, port = /dev/ttyACM0 2015-10-27 07:59:45.134 [DEBUG] [.z.internal.ZWaveActiveBinding:282 ]- Initialising zwave binding 2015-10-27 08:04:44.593 [DEBUG] [.zwave.internal.ZWaveActivator:36 ]- Z-Wave binding started. Version 1.8.0.201510260241 2015-10-27 08:04:44.682 [DEBUG] [.z.internal.ZWaveActiveBinding:175 ]- ConverterHandler not initialised. Polling disabled. 2015-10-27 08:04:44.683 [INFO ] [.z.internal.ZWaveActiveBinding:325 ]- Update config, port = /dev/ttyACM0 2015-10-27 08:04:44.683 [DEBUG] [.z.internal.ZWaveActiveBinding:282 ]- Initialising zwave binding

I tried with the Version 1.7.1 and 1.8 snapshot. I tried as root and as openhab user. No difference.

Best regards Michael

Ghoja commented 8 years ago

I found the Problem, was an outdated Java version.

I had: root@oil:~# java -version java version "1.6.0_36" OpenJDK Runtime Environment (IcedTea6 1.13.8) (6b36-1.13.8-0ubuntu1~14.04) OpenJDK Server VM (build 23.25-b01, mixed mode)

Now it works with following version: root@oil:~# java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) Server VM (build 25.66-b17, mixed mode)

Sorry and best regards Michael