seit ca. 1 Woche beschäftige ich mich mit openHab (Umsteiger von homee). Zigbee mit Conbee2 war kein Problem. Heute habe ich meinen Z-Wave AEOEZW090 Stick bekommen und versuche den Stick auf openHAB 2.4 zum laufen zu bringen.
Was habe ich gemacht:
1. Stick in PI 4 eingesteckt
2. Zwave Bindung installiert
3. Port auf /dev/ttyAMA0 gestellt
4. Reboot
Status: OFFLINE - BRIDGE_OFFLINE Controller is offline
Im Log sehe ich
Code: Alles auswählen
2019-10-18 19:17:42.627 [hingStatusInfoChangedEvent] - 'zwave:serial_zstick:4c5ba1b9' changed from UNINITIALIZED to INITIALIZING
2019-10-18 19:17:42.643 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Connecting to serial port '/dev/ttyAMA0'
2019-10-18 19:17:42.644 [hingStatusInfoChangedEvent] - 'zwave:serial_zstick:4c5ba1b9' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-10-18 19:17:42.695 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
2019-10-18 19:17:42.726 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller
2019-10-18 19:17:42.727 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.
Code: Alles auswählen
sudo dmesg -T | grep tty*
[sudo] password for openhabian:
[Fri Oct 18 18:10:31 2019] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 cma=64M cma=256M smsc95xx.macaddr=DC:A6:32:25:61:FA vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0,115200 console=tty1 root=PARTUUID=01ab8fc3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[Fri Oct 18 18:10:31 2019] console [tty1] enabled
[Fri Oct 18 18:10:31 2019] Setting up static identity map for 0x200000 - 0x20003c
[Fri Oct 18 18:10:31 2019] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-24 17:34, variant start_cd
[Fri Oct 18 18:10:31 2019] Setting default values for core params
[Fri Oct 18 18:10:31 2019] Finished setting default values for core params
[Fri Oct 18 18:10:31 2019] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[Fri Oct 18 18:10:31 2019] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 36, base_baud = 62500000) is a 16550
[Fri Oct 18 18:10:34 2019] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[Fri Oct 18 18:10:34 2019] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[Fri Oct 18 18:10:35 2019] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
[Fri Oct 18 18:10:35 2019] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
Die Suche in Foren hat mich nicht wirklich weitergebracht.
Hat jemand eine Idee?