10-01-2016, 08:28 AM
(This post was last modified: 10-04-2016, 07:17 PM by pfeerick.
Edit Reason: wrapped log messages in code block to prevent smiles being triggered
)
Hi,
I'm using the pine64_openhab_20160915_8GB.img image with the zwave module and adapter for the PI2 GPIO header but it seems as if the zwave module is not detected. The module should turn up as /dev/ttyS2 but from syslog all I get is:
Sep 24 07:57:58 openhab kernel: [ 8.285353] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
And then in openhab.log:
Any ideas on what could be wrong?
/Eric
I'm using the pine64_openhab_20160915_8GB.img image with the zwave module and adapter for the PI2 GPIO header but it seems as if the zwave module is not detected. The module should turn up as /dev/ttyS2 but from syslog all I get is:
Sep 24 07:57:58 openhab kernel: [ 8.285353] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
And then in openhab.log:
Code:
2016-10-01 14:25:21.389 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Connecting to serial port '/dev/ttyS2'
2016-10-01 14:25:21.485 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
2016-10-01 14:25:21.504 [INFO ] [mmandclass.ZWaveSecurityCommandClass] - Update networkKey
2016-10-01 14:25:21.532 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller
2016-10-01 14:25:21.534 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.
2016-10-01 14:25:21.990 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Stopped ZWave serial handler
2016-10-01 14:25:21.998 [WARN ] [mon.registry.AbstractManagedProvider] - Could not update element with key zwave:serial_zstick:board in ManagedThingProvider, because it does not exists.
2016-10-01 14:25:22.001 [WARN ] [.core.thing.binding.BaseThingHandler] - Error while applying configuration changes: 'IllegalStateException: Could not update thing zwave:serial_zstick:board. Most likely because it is read-only.' - reverting configuration changes on thing 'zwave:serial_zstick:board'.
Any ideas on what could be wrong?
/Eric