NEWS
Z-wave2 mit iobroker verbinden (im Netzwerk)
-
nochmal alles manuell installiert. Trotzdem bekomme ich diese Meldungen....
pi@raspberrypi:~ $ ls -l /dev/serial/by-id ls: cannot access '/dev/serial/by-id': No such file or directory pi@raspberrypi:~ $ ls -l /dev/serial/by-id ls: cannot access '/dev/serial/by-id': No such file or directory pi@raspberrypi:~ $ sudo -H -u iobroker ls -l /dev/serial/by-id ls: cannot access '/dev/serial/by-id': No such file or directory pi@raspberrypi:~ $ sudo ls -l /dev/serial/by-id ls: cannot access '/dev/serial/by-id': No such file or directory pi@raspberrypi:~ $
-
@rhartmann76
Stick raus, nach einer kurzen Bedenkzeit wieder rein,dmesg -T
aufrufen, am Ende müsste dann etwas zu dem Stick stehen .
-
ist kein Stick, ist die Platine auf den Pi 3. Trotzdem runter nehmen?
-
@rhartmann76 Oh, sorry. Nee, dann läuft das anders.
Der serial Bus ist aktiv bei dem Raspberry? Kann man ggf. unter
sudo raspi-config
irgendwo einstellen.
-
Hab gerade mal geschaut. Bei mir gibts den Pfad
/dev/serial/by-id
auch nicht. Unter/dev/serial0
(Raspberry 4) bzw./dev/ttyAMA0
(Raspberry 3) erreiche ich das Gerät dennoch. -
@alcalzone ich kann doch nicht so doof sein - aber scheinbar mache ich was falsch.
-
@rhartmann76 Hast du in
/boot/config.txt
folgende Zeilen drin?enable_uart=1 dtoverlay=pi3-miniuart-bt
-
@thomas-braun said in Z-wave2 mit iobroker verbinden (im Netzwerk):
dmesg -T
pi@raspberrypi:~ $ dmesg -T [Mon Aug 2 13:53:51 2021] Booting Linux on physical CPU 0x0 [Mon Aug 2 13:53:51 2021] Linux version 5.10.17-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1414 SMP Fri Apr 30 13:18:35 BST 2021 [Mon Aug 2 13:53:51 2021] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [Mon Aug 2 13:53:51 2021] CPU: div instructions available: patching division code [Mon Aug 2 13:53:51 2021] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [Mon Aug 2 13:53:51 2021] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2 [Mon Aug 2 13:53:51 2021] Memory policy: Data cache writealloc [Mon Aug 2 13:53:51 2021] Reserved memory: created CMA memory pool at 0x37400000, size 64 MiB [Mon Aug 2 13:53:51 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [Mon Aug 2 13:53:51 2021] Zone ranges: [Mon Aug 2 13:53:51 2021] DMA [mem 0x0000000000000000-0x000000003b3fffff] [Mon Aug 2 13:53:51 2021] Normal empty [Mon Aug 2 13:53:51 2021] Movable zone start for each node [Mon Aug 2 13:53:51 2021] Early memory node ranges [Mon Aug 2 13:53:51 2021] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [Mon Aug 2 13:53:51 2021] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff] [Mon Aug 2 13:53:51 2021] On node 0 totalpages: 242688 [Mon Aug 2 13:53:51 2021] DMA zone: 2133 pages used for memmap [Mon Aug 2 13:53:51 2021] DMA zone: 0 pages reserved [Mon Aug 2 13:53:51 2021] DMA zone: 242688 pages, LIFO batch:63 [Mon Aug 2 13:53:51 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920 [Mon Aug 2 13:53:51 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096 [Mon Aug 2 13:53:51 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Mon Aug 2 13:53:51 2021] Built 1 zonelists, mobility grouping on. Total pages: 240555 [Mon Aug 2 13:53:51 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6f760246-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait [Mon Aug 2 13:53:51 2021] Kernel parameter elevator= does not have any effect anymore. Please use sysfs to set IO scheduler for individual devices. [Mon Aug 2 13:53:51 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [Mon Aug 2 13:53:51 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [Mon Aug 2 13:53:51 2021] mem auto-init: stack:off, heap alloc:off, heap free:off [Mon Aug 2 13:53:51 2021] Memory: 879832K/970752K available (9216K kernel code, 1311K rwdata, 2940K rodata, 1024K init, 860K bss, 25384K reserved, 65536K cma-reserved) [Mon Aug 2 13:53:51 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Mon Aug 2 13:53:51 2021] ftrace: allocating 31910 entries in 63 pages [Mon Aug 2 13:53:51 2021] ftrace: allocated 63 pages with 6 groups [Mon Aug 2 13:53:51 2021] rcu: Hierarchical RCU implementation. [Mon Aug 2 13:53:51 2021] Rude variant of Tasks RCU enabled. [Mon Aug 2 13:53:51 2021] Tracing variant of Tasks RCU enabled. [Mon Aug 2 13:53:51 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [Mon Aug 2 13:53:51 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Mon Aug 2 13:53:51 2021] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=0 [Mon Aug 2 13:53:51 2021] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Mon Aug 2 13:53:51 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Mon Aug 2 13:53:51 2021] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Mon Aug 2 13:53:51 2021] Switching to timer-based delay loop, resolution 52ns [Mon Aug 2 13:53:51 2021] Console: colour dummy device 80x30 [Mon Aug 2 13:53:51 2021] printk: console [tty1] enabled [Mon Aug 2 13:53:51 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [Mon Aug 2 13:53:51 2021] pid_max: default: 32768 minimum: 301 [Mon Aug 2 13:53:51 2021] LSM: Security Framework initializing [Mon Aug 2 13:53:51 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Mon Aug 2 13:53:51 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Mon Aug 2 13:53:51 2021] Disabling memory control group subsystem [Mon Aug 2 13:53:51 2021] CPU: Testing write buffer coherency: ok [Mon Aug 2 13:53:51 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [Mon Aug 2 13:53:51 2021] Setting up static identity map for 0x100000 - 0x10003c [Mon Aug 2 13:53:51 2021] rcu: Hierarchical SRCU implementation. [Mon Aug 2 13:53:51 2021] smp: Bringing up secondary CPUs ... [Mon Aug 2 13:53:51 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [Mon Aug 2 13:53:51 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [Mon Aug 2 13:53:51 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [Mon Aug 2 13:53:51 2021] smp: Brought up 1 node, 4 CPUs [Mon Aug 2 13:53:51 2021] SMP: Total of 4 processors activated (153.60 BogoMIPS). [Mon Aug 2 13:53:51 2021] CPU: All CPU(s) started in HYP mode. [Mon Aug 2 13:53:51 2021] CPU: Virtualization extensions available. [Mon Aug 2 13:53:51 2021] devtmpfs: initialized [Mon Aug 2 13:53:51 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [Mon Aug 2 13:53:51 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Mon Aug 2 13:53:51 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [Mon Aug 2 13:53:51 2021] pinctrl core: initialized pinctrl subsystem [Mon Aug 2 13:53:51 2021] NET: Registered protocol family 16 [Mon Aug 2 13:53:51 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Mon Aug 2 13:53:51 2021] audit: initializing netlink subsys (disabled) [Mon Aug 2 13:53:51 2021] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [Mon Aug 2 13:53:51 2021] thermal_sys: Registered thermal governor 'step_wise' [Mon Aug 2 13:53:51 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [Mon Aug 2 13:53:51 2021] hw-breakpoint: maximum watchpoint size is 8 bytes. [Mon Aug 2 13:53:51 2021] Serial: AMBA PL011 UART driver [Mon Aug 2 13:53:51 2021] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Mon Aug 2 13:53:51 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T13:47:07, variant start [Mon Aug 2 13:53:51 2021] raspberrypi-firmware soc:firmware: Firmware hash is d7f29d96450abfc77cd6cf011af1faf1e03e5e56 [Mon Aug 2 13:53:51 2021] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 [Mon Aug 2 13:53:51 2021] SCSI subsystem initialized [Mon Aug 2 13:53:51 2021] usbcore: registered new interface driver usbfs [Mon Aug 2 13:53:51 2021] usbcore: registered new interface driver hub [Mon Aug 2 13:53:51 2021] usbcore: registered new device driver usb [Mon Aug 2 13:53:51 2021] clocksource: Switched to clocksource arch_sys_counter [Mon Aug 2 13:53:52 2021] VFS: Disk quotas dquot_6.6.0 [Mon Aug 2 13:53:52 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Mon Aug 2 13:53:52 2021] FS-Cache: Loaded [Mon Aug 2 13:53:52 2021] CacheFiles: Loaded [Mon Aug 2 13:53:52 2021] NET: Registered protocol family 2 [Mon Aug 2 13:53:52 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [Mon Aug 2 13:53:52 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [Mon Aug 2 13:53:52 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [Mon Aug 2 13:53:52 2021] TCP: Hash tables configured (established 8192 bind 8192) [Mon Aug 2 13:53:52 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [Mon Aug 2 13:53:52 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [Mon Aug 2 13:53:52 2021] NET: Registered protocol family 1 [Mon Aug 2 13:53:52 2021] RPC: Registered named UNIX socket transport module. [Mon Aug 2 13:53:52 2021] RPC: Registered udp transport module. [Mon Aug 2 13:53:52 2021] RPC: Registered tcp transport module. [Mon Aug 2 13:53:52 2021] RPC: Registered tcp NFSv4.1 backchannel transport module. [Mon Aug 2 13:53:52 2021] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [Mon Aug 2 13:53:52 2021] Initialise system trusted keyrings [Mon Aug 2 13:53:52 2021] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [Mon Aug 2 13:53:52 2021] zbud: loaded [Mon Aug 2 13:53:52 2021] FS-Cache: Netfs 'nfs' registered for caching [Mon Aug 2 13:53:52 2021] NFS: Registering the id_resolver key type [Mon Aug 2 13:53:52 2021] Key type id_resolver registered [Mon Aug 2 13:53:52 2021] Key type id_legacy registered [Mon Aug 2 13:53:52 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Mon Aug 2 13:53:52 2021] Key type asymmetric registered [Mon Aug 2 13:53:52 2021] Asymmetric key parser 'x509' registered [Mon Aug 2 13:53:52 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [Mon Aug 2 13:53:52 2021] io scheduler mq-deadline registered [Mon Aug 2 13:53:52 2021] io scheduler kyber registered [Mon Aug 2 13:53:52 2021] bcm2708_fb soc:fb: FB found 1 display(s) [Mon Aug 2 13:53:52 2021] Console: switching to colour frame buffer device 82x26 [Mon Aug 2 13:53:52 2021] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416 [Mon Aug 2 13:53:52 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [Mon Aug 2 13:53:52 2021] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default [Mon Aug 2 13:53:52 2021] bcm2835-rng 3f104000.rng: hwrng registered [Mon Aug 2 13:53:52 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [Mon Aug 2 13:53:53 2021] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Mon Aug 2 13:53:53 2021] brd: module loaded [Mon Aug 2 13:53:53 2021] loop: module loaded [Mon Aug 2 13:53:53 2021] Loading iSCSI transport class v2.0-870. [Mon Aug 2 13:53:53 2021] libphy: Fixed MDIO Bus: probed [Mon Aug 2 13:53:53 2021] usbcore: registered new interface driver lan78xx [Mon Aug 2 13:53:53 2021] usbcore: registered new interface driver smsc95xx [Mon Aug 2 13:53:53 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Mon Aug 2 13:53:53 2021] Core Release: 2.80a [Mon Aug 2 13:53:53 2021] Setting default values for core params [Mon Aug 2 13:53:53 2021] Finished setting default values for core params [Mon Aug 2 13:53:53 2021] Using Buffer DMA mode [Mon Aug 2 13:53:53 2021] Periodic Transfer Interrupt Enhancement - disabled [Mon Aug 2 13:53:53 2021] Multiprocessor Interrupt Enhancement - disabled [Mon Aug 2 13:53:54 2021] OTG VER PARAM: 0, OTG VER FLAG: 0 [Mon Aug 2 13:53:54 2021] Dedicated Tx FIFOs mode [Mon Aug 2 13:53:54 2021] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504000 dma = 0xf7504000 len=9024 [Mon Aug 2 13:53:54 2021] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Mon Aug 2 13:53:54 2021] dwc_otg: Microframe scheduler enabled [Mon Aug 2 13:53:54 2021] WARN::hcd_init_fiq:457: FIQ on core 1 [Mon Aug 2 13:53:54 2021] WARN::hcd_init_fiq:458: FIQ ASM at 807be568 length 36 [Mon Aug 2 13:53:54 2021] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000 [Mon Aug 2 13:53:54 2021] dwc_otg 3f980000.usb: DWC OTG Controller [Mon Aug 2 13:53:54 2021] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Mon Aug 2 13:53:54 2021] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000 [Mon Aug 2 13:53:54 2021] Init: Port Power? op_state=1 [Mon Aug 2 13:53:54 2021] Init: Power Port (0) [Mon Aug 2 13:53:54 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [Mon Aug 2 13:53:54 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Mon Aug 2 13:53:54 2021] usb usb1: Product: DWC OTG Controller [Mon Aug 2 13:53:54 2021] usb usb1: Manufacturer: Linux 5.10.17-v7+ dwc_otg_hcd [Mon Aug 2 13:53:54 2021] usb usb1: SerialNumber: 3f980000.usb [Mon Aug 2 13:53:54 2021] hub 1-0:1.0: USB hub found [Mon Aug 2 13:53:54 2021] hub 1-0:1.0: 1 port detected [Mon Aug 2 13:53:54 2021] dwc_otg: FIQ enabled [Mon Aug 2 13:53:54 2021] dwc_otg: NAK holdoff enabled [Mon Aug 2 13:53:54 2021] dwc_otg: FIQ split-transaction FSM enabled [Mon Aug 2 13:53:54 2021] Module dwc_common_port init [Mon Aug 2 13:53:54 2021] usbcore: registered new interface driver usb-storage [Mon Aug 2 13:53:54 2021] mousedev: PS/2 mouse device common for all mice [Mon Aug 2 13:53:54 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Mon Aug 2 13:53:54 2021] sdhci: Secure Digital Host Controller Interface driver [Mon Aug 2 13:53:54 2021] sdhci: Copyright(c) Pierre Ossman [Mon Aug 2 13:53:54 2021] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Mon Aug 2 13:53:54 2021] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Mon Aug 2 13:53:54 2021] sdhci-pltfm: SDHCI platform and OF driver helper [Mon Aug 2 13:53:54 2021] ledtrig-cpu: registered to indicate activity on CPUs [Mon Aug 2 13:53:54 2021] hid: raw HID events driver (C) Jiri Kosina [Mon Aug 2 13:53:54 2021] usbcore: registered new interface driver usbhid [Mon Aug 2 13:53:54 2021] usbhid: USB HID core driver [Mon Aug 2 13:53:54 2021] Initializing XFRM netlink socket [Mon Aug 2 13:53:54 2021] NET: Registered protocol family 17 [Mon Aug 2 13:53:54 2021] Key type dns_resolver registered [Mon Aug 2 13:53:54 2021] Registering SWP/SWPB emulation handler [Mon Aug 2 13:53:54 2021] registered taskstats version 1 [Mon Aug 2 13:53:54 2021] Loading compiled-in X.509 certificates [Mon Aug 2 13:53:54 2021] Key type ._fscrypt registered [Mon Aug 2 13:53:54 2021] Key type .fscrypt registered [Mon Aug 2 13:53:54 2021] Key type fscrypt-provisioning registered [Mon Aug 2 13:53:54 2021] uart-pl011 3f201000.serial: cts_event_workaround enabled [Mon Aug 2 13:53:54 2021] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 [Mon Aug 2 13:53:54 2021] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default [Mon Aug 2 13:53:54 2021] printk: console [ttyS0] disabled [Mon Aug 2 13:53:54 2021] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550 [Mon Aug 2 13:53:55 2021] printk: console [ttyS0] enabled [Mon Aug 2 13:53:55 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [Mon Aug 2 13:53:55 2021] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Mon Aug 2 13:53:55 2021] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Mon Aug 2 13:53:55 2021] sdhost: log_buf @ (ptrval) (f7507000) [Mon Aug 2 13:53:55 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [Mon Aug 2 13:53:55 2021] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Mon Aug 2 13:53:55 2021] of_cfs_init [Mon Aug 2 13:53:55 2021] of_cfs_init: OK [Mon Aug 2 13:53:55 2021] Waiting for root device PARTUUID=6f760246-02... [Mon Aug 2 13:53:55 2021] Indeed it is in host mode hprt0 = 00021501 [Mon Aug 2 13:53:55 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Mon Aug 2 13:53:55 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Mon Aug 2 13:53:55 2021] random: fast init done [Mon Aug 2 13:53:55 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [Mon Aug 2 13:53:55 2021] mmc0: host does not support reading read-only switch, assuming write-enable [Mon Aug 2 13:53:55 2021] mmc0: new high speed SDHC card at address 59b4 [Mon Aug 2 13:53:55 2021] mmcblk0: mmc0:59b4 SD16G 14.6 GiB [Mon Aug 2 13:53:55 2021] mmcblk0: p1 p2 [Mon Aug 2 13:53:55 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Mon Aug 2 13:53:55 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [Mon Aug 2 13:53:55 2021] usb 1-1: new high-speed USB device number 2 using dwc_otg [Mon Aug 2 13:53:55 2021] devtmpfs: mounted [Mon Aug 2 13:53:55 2021] Indeed it is in host mode hprt0 = 00001101 [Mon Aug 2 13:53:55 2021] Freeing unused kernel memory: 1024K [Mon Aug 2 13:53:55 2021] mmc1: new high speed SDIO card at address 0001 [Mon Aug 2 13:53:55 2021] Run /sbin/init as init process [Mon Aug 2 13:53:55 2021] with arguments: [Mon Aug 2 13:53:55 2021] /sbin/init [Mon Aug 2 13:53:55 2021] with environment: [Mon Aug 2 13:53:55 2021] HOME=/ [Mon Aug 2 13:53:55 2021] TERM=linux [Mon Aug 2 13:53:55 2021] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Mon Aug 2 13:53:55 2021] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Mon Aug 2 13:53:55 2021] hub 1-1:1.0: USB hub found [Mon Aug 2 13:53:55 2021] hub 1-1:1.0: 5 ports detected [Mon Aug 2 13:53:56 2021] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Mon Aug 2 13:53:56 2021] systemd[1]: System time before build time, advancing clock. [Mon Aug 2 13:53:56 2021] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Mon Aug 2 13:53:56 2021] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Mon Aug 2 13:53:56 2021] smsc95xx v2.0.0 [Mon Aug 2 13:53:56 2021] NET: Registered protocol family 10 [Mon Aug 2 13:53:56 2021] Segment Routing with IPv6 [Mon Aug 2 13:53:56 2021] libphy: smsc95xx-mdiobus: probed [Mon Aug 2 13:53:56 2021] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:ab:95:46 [Mon Aug 2 13:53:56 2021] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [Mon Aug 2 13:53:56 2021] systemd[1]: Detected architecture arm. [Mon Aug 2 13:53:56 2021] systemd[1]: Set hostname to <raspberrypi>. [Mon Aug 2 13:53:57 2021] random: systemd: uninitialized urandom read (16 bytes read) [Mon Aug 2 13:53:57 2021] random: systemd: uninitialized urandom read (16 bytes read) [Mon Aug 2 13:53:57 2021] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [Mon Aug 2 13:53:57 2021] random: systemd: uninitialized urandom read (16 bytes read) [Mon Aug 2 13:53:57 2021] systemd[1]: Created slice system-systemd\x2dfsck.slice. [Mon Aug 2 13:53:57 2021] systemd[1]: Listening on Journal Socket (/dev/log). [Mon Aug 2 13:53:57 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [Mon Aug 2 13:53:57 2021] systemd[1]: Listening on Syslog Socket. [Mon Aug 2 13:53:57 2021] systemd[1]: Listening on udev Kernel Socket. [Mon Aug 2 13:53:57 2021] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [Mon Aug 2 13:53:58 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Mon Aug 2 13:53:58 2021] systemd-journald[104]: Received request to flush runtime journal from PID 1 [Mon Aug 2 13:53:59 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] mc: Linux media interface: v0.10 [Mon Aug 2 13:53:59 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Mon Aug 2 13:53:59 2021] [vc_sm_connected_init]: start [Mon Aug 2 13:53:59 2021] [vc_sm_connected_init]: installed successfully [Mon Aug 2 13:53:59 2021] videodev: Linux video capture interface: v2.00 [Mon Aug 2 13:53:59 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [Mon Aug 2 13:53:59 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [Mon Aug 2 13:53:59 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [Mon Aug 2 13:53:59 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [Mon Aug 2 13:53:59 2021] bcm2835_audio bcm2835_audio: card created with 8 channels [Mon Aug 2 13:53:59 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Mon Aug 2 13:53:59 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Mon Aug 2 13:54:00 2021] brcmfmac: F1 signature read @0x18000000=0x1541a9a6 [Mon Aug 2 13:54:00 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Mon Aug 2 13:54:00 2021] usbcore: registered new interface driver brcmfmac [Mon Aug 2 13:54:00 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt failed with error -2 [Mon Aug 2 13:54:00 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Mon Aug 2 13:54:00 2021] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [Mon Aug 2 13:54:00 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd [Mon Aug 2 13:54:01 2021] Under-voltage detected! (0x00050000) [Mon Aug 2 13:54:02 2021] random: crng init done [Mon Aug 2 13:54:02 2021] random: 7 urandom warning(s) missed due to ratelimiting [Mon Aug 2 13:54:02 2021] uart-pl011 3f201000.serial: no DMA platform data [Mon Aug 2 13:54:02 2021] 8021q: 802.1Q VLAN Support v1.8 [Mon Aug 2 13:54:03 2021] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS [Mon Aug 2 13:54:03 2021] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) [Mon Aug 2 13:54:03 2021] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Mon Aug 2 13:54:03 2021] smsc95xx 1-1.1:1.0 eth0: Link is Down [Mon Aug 2 13:54:07 2021] Bluetooth: Core ver 2.22 [Mon Aug 2 13:54:07 2021] NET: Registered protocol family 31 [Mon Aug 2 13:54:07 2021] Bluetooth: HCI device and connection manager initialized [Mon Aug 2 13:54:07 2021] Bluetooth: HCI socket layer initialized [Mon Aug 2 13:54:07 2021] Bluetooth: L2CAP socket layer initialized [Mon Aug 2 13:54:07 2021] Bluetooth: SCO socket layer initialized [Mon Aug 2 13:54:07 2021] Bluetooth: HCI UART driver ver 2.3 [Mon Aug 2 13:54:07 2021] Bluetooth: HCI UART protocol H4 registered [Mon Aug 2 13:54:07 2021] Bluetooth: HCI UART protocol Three-wire (H5) registered [Mon Aug 2 13:54:07 2021] Bluetooth: HCI UART protocol Broadcom registered [Mon Aug 2 13:54:07 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Mon Aug 2 13:54:07 2021] Bluetooth: BNEP filters: protocol multicast [Mon Aug 2 13:54:07 2021] Bluetooth: BNEP socket layer initialized [Mon Aug 2 13:54:08 2021] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off [Mon Aug 2 13:54:08 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Mon Aug 2 13:54:09 2021] Voltage normalised (0x00000000) [Mon Aug 2 13:54:20 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 13:54:34 2021] Voltage normalised (0x00000000) [Mon Aug 2 13:54:36 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 13:54:43 2021] Voltage normalised (0x00000000) [Mon Aug 2 13:59:24 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 13:59:24 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 13:59:30 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 13:59:30 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:00:09 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:00:13 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:00:47 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:00:53 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:04:58 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:04:58 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:05:03 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:05:03 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:05:44 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:05:48 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:06:34 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:06:45 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:10:15 2021] rpi_firmware_get_throttled: 8 callbacks suppressed [Mon Aug 2 14:10:15 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:10:21 2021] rpi_firmware_get_throttled: 8 callbacks suppressed [Mon Aug 2 14:10:21 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:10:48 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:10:54 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:12:11 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:12:17 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:15:16 2021] rpi_firmware_get_throttled: 6 callbacks suppressed [Mon Aug 2 14:15:16 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:15:22 2021] rpi_firmware_get_throttled: 6 callbacks suppressed [Mon Aug 2 14:15:22 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:15:39 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:15:45 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:16:10 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:16:16 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:20:20 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:20:20 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:20:26 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:20:26 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:20:30 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:20:34 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:20:43 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:20:49 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:25:24 2021] rpi_firmware_get_throttled: 11 callbacks suppressed [Mon Aug 2 14:25:24 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:25:28 2021] rpi_firmware_get_throttled: 11 callbacks suppressed [Mon Aug 2 14:25:28 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:25:32 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:25:38 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:25:42 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:25:48 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:30:36 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:30:36 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:30:42 2021] rpi_firmware_get_throttled: 11 callbacks suppressed [Mon Aug 2 14:30:42 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:30:48 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:31:19 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:31:25 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:31:30 2021] Under-voltage detected! (0x00050005) pi@raspberrypi:~ $
-
Dein Netz
werkteil ist zu schwach. Da brauch ich gar nicht weiter schauen.
Und deine Zeitzone ist vermutlich auch falsch gesetzt.Bei dem Gerät auf /dev/ttyAMA0 dürfte es sich um das Raspi-eigene Bluetooth handeln.
-
@thomas-braun sagte in Z-wave2 mit iobroker verbinden (im Netzwerk):
Netzwerk
Netzteil meinst du sicher?
-
@alcalzone dtoverlay=pi3-miniuart-bt fehlt. Habe ich nun eingetragen und einen reboot gemacht.
Leider immer noch GELB
Danke
-
@thomas-braun ok, gibt es eine Empfehlung - was sollte ausreichen?
-
@rhartmann76
Bei mir läuft das originale Netzteil unauffällig. Hängt halt davon ab was da noch so alles vom Pi mitbefeuert werden muss. -
@thomas-braun ist nur das Pi 3 mit dem zwave Modul. Mit zwave.me (andere SD-Karte im Test) läuft es mit dem Netzteil doch auch. Somit würde ich es eigentlich ausschließen
-
@rhartmann76 sagte in Z-wave2 mit iobroker verbinden (im Netzwerk):
Somit würde ich es eigentlich ausschließen
Deine Kernel-Ring-Meldungen sagen ganz eindeutig etwas anderes:
[Mon Aug 2 14:25:38 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:25:42 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:25:48 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:30:36 2021] rpi_firmware_get_throttled: 10 callbacks suppressed [Mon Aug 2 14:30:36 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:30:42 2021] rpi_firmware_get_throttled: 11 callbacks suppressed [Mon Aug 2 14:30:42 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:30:48 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:31:19 2021] Under-voltage detected! (0x00050005) [Mon Aug 2 14:31:25 2021] Voltage normalised (0x00000000) [Mon Aug 2 14:31:30 2021] Under-voltage detected! (0x00050005)
-
@rhartmann76 Was steht denn jetzt in der Logdatei?
Siehe https://github.com/AlCalzone/ioBroker.zwave2/blob/master/docs/de/bei-problemen.md#notwendige-informationen-für-ein-issue -
pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2/build $ cat zwavejs_2021-08-02.log 2021-08-02T12:37:21.254Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T12:37:21.257Z DRIVER version 7.12.1 2021-08-02T12:37:21.258Z DRIVER 2021-08-02T12:37:21.259Z DRIVER starting driver... 2021-08-02T12:37:21.305Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T12:37:21.344Z DRIVER serial port opened 2021-08-02T12:37:21.347Z SERIAL » [NAK] (0x15) 2021-08-02T12:42:56.953Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T12:42:56.956Z DRIVER version 7.12.1 2021-08-02T12:42:56.957Z DRIVER 2021-08-02T12:42:56.958Z DRIVER starting driver... 2021-08-02T12:42:57.004Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T12:42:57.041Z DRIVER serial port opened 2021-08-02T12:42:57.044Z SERIAL » [NAK] (0x15) 2021-08-02T12:49:04.410Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T12:49:04.414Z DRIVER version 7.12.1 2021-08-02T12:49:04.415Z DRIVER 2021-08-02T12:49:04.416Z DRIVER starting driver... 2021-08-02T12:49:04.461Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T12:49:04.497Z DRIVER serial port opened 2021-08-02T12:49:04.500Z SERIAL » [NAK] (0x15) 2021-08-02T12:54:41.665Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T12:54:41.669Z DRIVER version 7.12.1 2021-08-02T12:54:41.670Z DRIVER 2021-08-02T12:54:41.672Z DRIVER starting driver... 2021-08-02T12:54:41.737Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T12:54:41.793Z DRIVER serial port opened 2021-08-02T12:54:41.796Z SERIAL » [NAK] (0x15) 2021-08-02T12:57:32.676Z DRIVER destroying driver instance... 2021-08-02T12:57:39.712Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T12:57:39.717Z DRIVER version 7.12.1 2021-08-02T12:57:39.719Z DRIVER 2021-08-02T12:57:39.720Z DRIVER starting driver... 2021-08-02T12:57:39.806Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T12:57:39.863Z DRIVER serial port opened 2021-08-02T12:57:39.868Z SERIAL » [NAK] (0x15) 2021-08-02T13:03:18.444Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:03:18.447Z DRIVER version 7.12.1 2021-08-02T13:03:18.448Z DRIVER 2021-08-02T13:03:18.449Z DRIVER starting driver... 2021-08-02T13:03:18.495Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:03:18.534Z DRIVER serial port opened 2021-08-02T13:03:18.536Z SERIAL » [NAK] (0x15) 2021-08-02T13:09:05.481Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:09:05.484Z DRIVER version 7.12.1 2021-08-02T13:09:05.485Z DRIVER 2021-08-02T13:09:05.486Z DRIVER starting driver... 2021-08-02T13:09:05.532Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:09:05.567Z DRIVER serial port opened 2021-08-02T13:09:05.570Z SERIAL » [NAK] (0x15) 2021-08-02T13:14:32.512Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:14:32.515Z DRIVER version 7.12.1 2021-08-02T13:14:32.516Z DRIVER 2021-08-02T13:14:32.517Z DRIVER starting driver... 2021-08-02T13:14:32.564Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:14:32.599Z DRIVER serial port opened 2021-08-02T13:14:32.602Z SERIAL » [NAK] (0x15) 2021-08-02T13:20:12.946Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:20:12.949Z DRIVER version 7.12.1 2021-08-02T13:20:12.951Z DRIVER 2021-08-02T13:20:12.951Z DRIVER starting driver... 2021-08-02T13:20:12.997Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:20:13.032Z DRIVER serial port opened 2021-08-02T13:20:13.035Z SERIAL » [NAK] (0x15) 2021-08-02T13:25:23.559Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:25:23.567Z DRIVER version 7.12.1 2021-08-02T13:25:23.569Z DRIVER 2021-08-02T13:25:23.571Z DRIVER starting driver... 2021-08-02T13:25:23.671Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:25:23.740Z DRIVER serial port opened 2021-08-02T13:25:23.746Z SERIAL » [NAK] (0x15) 2021-08-02T13:31:22.995Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:31:22.997Z DRIVER version 7.12.1 2021-08-02T13:31:22.999Z DRIVER 2021-08-02T13:31:22.999Z DRIVER starting driver... 2021-08-02T13:31:23.044Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:31:23.080Z DRIVER serial port opened 2021-08-02T13:31:23.083Z SERIAL » [NAK] (0x15) 2021-08-02T13:36:46.842Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:36:46.844Z DRIVER version 7.12.1 2021-08-02T13:36:46.846Z DRIVER 2021-08-02T13:36:46.846Z DRIVER starting driver... 2021-08-02T13:36:46.892Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:36:46.928Z DRIVER serial port opened 2021-08-02T13:36:46.931Z SERIAL » [NAK] (0x15) 2021-08-02T13:40:45.374Z DRIVER destroying driver instance... 2021-08-02T13:41:41.268Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:41:41.272Z DRIVER version 7.12.1 2021-08-02T13:41:41.274Z DRIVER 2021-08-02T13:41:41.275Z DRIVER starting driver... 2021-08-02T13:41:41.347Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:41:41.396Z DRIVER Serial port errored: Error: Permission denied, cannot open /dev/ttyAMA0 2021-08-02T13:41:41.398Z DRIVER destroying driver instance... 2021-08-02T13:43:52.855Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:43:52.858Z DRIVER version 7.12.1 2021-08-02T13:43:52.859Z DRIVER 2021-08-02T13:43:52.860Z DRIVER starting driver... 2021-08-02T13:43:52.905Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:43:52.941Z DRIVER Serial port errored: Error: Permission denied, cannot open /dev/ttyAMA0 2021-08-02T13:43:52.942Z DRIVER destroying driver instance... 2021-08-02T13:54:14.856Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T13:54:14.869Z DRIVER version 7.12.1 2021-08-02T13:54:14.871Z DRIVER 2021-08-02T13:54:14.872Z DRIVER starting driver... 2021-08-02T13:54:14.939Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T13:54:14.986Z DRIVER Serial port errored: Error: Permission denied, cannot open /dev/ttyAMA0 2021-08-02T13:54:14.988Z DRIVER destroying driver instance... 2021-08-02T14:19:17.512Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗ ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝ ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗ ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║ ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝ 2021-08-02T14:19:17.516Z DRIVER version 7.12.1 2021-08-02T14:19:17.517Z DRIVER 2021-08-02T14:19:17.518Z DRIVER starting driver... 2021-08-02T14:19:17.583Z DRIVER opening serial port /dev/ttyAMA0 2021-08-02T14:19:17.628Z DRIVER Serial port errored: Error: Permission denied, cannot open /dev/ttyAMA0 2021-08-02T14:19:17.630Z DRIVER destroying driver instance... pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2/build $
oh, kein Zugriff mehr auf den Port. Wie bekomme ic die Berechtingung wieder hin?
Danke
-
2021-08-02T14:19:17.517Z DRIVER
2021-08-02T14:19:17.518Z DRIVER starting driver...
2021-08-02T14:19:17.583Z DRIVER opening serial port /dev/ttyAMA0
2021-08-02T14:19:17.628Z DRIVER Serial port errored: Error: Permission denied, cannot open /dev/ttyAMA0
2021-08-02T14:19:17.630Z DRIVER destroying driver instance...
2021-08-02T14:33:07.202Z DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗
███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║
███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
2021-08-02T14:33:07.206Z DRIVER version 7.12.1
2021-08-02T14:33:07.208Z DRIVER
2021-08-02T14:33:07.209Z DRIVER starting driver...
2021-08-02T14:33:07.271Z DRIVER opening serial port /dev/ttyAMA0
2021-08-02T14:33:07.315Z DRIVER serial port opened
2021-08-02T14:33:07.318Z SERIAL » [NAK] (0x15)
2021-08-02T14:33:08.831Z DRIVER loading configuration...
2021-08-02T14:33:08.837Z CONFIG version 7.12.1
2021-08-02T14:33:39.212Z CONFIG Device index regenerated
2021-08-02T14:33:39.338Z DRIVER beginning interview...
2021-08-02T14:33:39.341Z DRIVER added request handler for AddNodeToNetwork (0x4a)...
1 registered
2021-08-02T14:33:39.342Z DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
1 registered
2021-08-02T14:33:39.342Z DRIVER added request handler for ReplaceFailedNode (0x63)...
1 registered
2021-08-02T14:33:39.346Z CNTRLR beginning interview...
2021-08-02T14:33:39.347Z CNTRLR querying version info...
2021-08-02T14:33:40.042Z SERIAL » 0x01030015e9 (5 bytes)
2021-08-02T14:33:40.047Z DRIVER » [REQ] [GetControllerVersion]
2021-08-02T14:33:40.069Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.079Z SERIAL « 0x011001155a2d5761766520342e3035000197 (18 bytes)
2021-08-02T14:33:40.083Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.090Z DRIVER « [RES] [GetControllerVersion]
payload: 0x5a2d5761766520342e30350001
2021-08-02T14:33:40.120Z CNTRLR received version info:
controller type: Static Controller
library version: Z-Wave 4.05
2021-08-02T14:33:40.121Z CNTRLR querying controller IDs...
2021-08-02T14:33:40.154Z SERIAL » 0x01030020dc (5 bytes)
2021-08-02T14:33:40.156Z DRIVER » [REQ] [GetControllerId]
2021-08-02T14:33:40.162Z SERIAL « 0x010d000a0501010201045e9f6c5502 (15 bytes)
2021-08-02T14:33:40.164Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.165Z SERIAL « [CAN] (0x18)
2021-08-02T14:33:40.171Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
n 100 ms.
2021-08-02T14:33:40.176Z DRIVER « [REQ] [UNKNOWN_FUNC_UNKNOWN_0x0a]
payload: 0x0501010201045e9f6c55
2021-08-02T14:33:40.184Z DRIVER handling request UNKNOWN_FUNC_UNKNOWN_0x0a (10)
2021-08-02T14:33:40.185Z DRIVER no handlers registered!
2021-08-02T14:33:40.187Z SERIAL « 0x0115000400080f9f0378008fe38338860df0bf977d25d1 (23 bytes)
2021-08-02T14:33:40.192Z DRIVER Dropping message because it could not be deserialized: The command class Secur
ity 2 is not implemented
2021-08-02T14:33:40.193Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.197Z SERIAL « 0x0114000400080e9f0379006b792e58d7b8ac056eae6e (22 bytes)
2021-08-02T14:33:40.199Z DRIVER Dropping message because it could not be deserialized: The command class Secur
ity 2 is not implemented
2021-08-02T14:33:40.200Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.273Z SERIAL » 0x01030020dc (5 bytes)
2021-08-02T14:33:40.275Z DRIVER » [REQ] [GetControllerId]
2021-08-02T14:33:40.279Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.285Z SERIAL « 0x01080120cb35fd6b01bf (10 bytes)
2021-08-02T14:33:40.287Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.289Z DRIVER « [RES] [GetControllerId]
payload: 0xcb35fd6b01
2021-08-02T14:33:40.301Z CNTRLR received controller IDs:
home ID: 0xcb35fd6b
own node ID: 1
2021-08-02T14:33:40.302Z CNTRLR querying controller capabilities...
2021-08-02T14:33:40.318Z SERIAL » 0x01030005f9 (5 bytes)
2021-08-02T14:33:40.319Z DRIVER » [REQ] [GetControllerCapabilities]
2021-08-02T14:33:40.324Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.328Z SERIAL « 0x010401051ce3 (6 bytes)
2021-08-02T14:33:40.330Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.332Z DRIVER « [RES] [GetControllerCapabilities]
payload: 0x1c
2021-08-02T14:33:40.343Z CNTRLR received controller capabilities:
controller role: primary
is in other network: false
is SIS present: true
was real primary: true
is a SUC: true
2021-08-02T14:33:40.344Z CNTRLR querying API capabilities...
2021-08-02T14:33:40.357Z SERIAL » 0x01030007fb (5 bytes)
2021-08-02T14:33:40.358Z DRIVER » [REQ] [GetSerialApiCapabilities]
2021-08-02T14:33:40.363Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.368Z SERIAL « 0x012b01070504014704000002fe83ff88cf1f0000fb9f7da067008080008086000 (45 bytes)
000e87300000e0000401a005e
2021-08-02T14:33:40.371Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.374Z DRIVER « [RES] [GetSerialApiCapabilities]
payload: 0x0504014704000002fe83ff88cf1f0000fb9f7da067008080008086000000e8730
0000e0000401a00
2021-08-02T14:33:40.389Z CNTRLR received API capabilities:
serial API version: 5.4
manufacturer ID: 0x0147
product type: 0x0400
product ID: 0x02
supported functions:
· GetSerialApiInitData (0x02)
· FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
· ApplicationCommand (0x04)
· GetControllerCapabilities (0x05)
· SetSerialApiTimeouts (0x06)
· GetSerialApiCapabilities (0x07)
· FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
· UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
· UNKNOWN_FUNC_UNKNOWN_0x0a (0x0a)
· SetRFReceiveMode (0x10)
· UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
· FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
· SendData (0x13)
· SendDataMulticast (0x14)
· GetControllerVersion (0x15)
· SendDataAbort (0x16)
· FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
· UNKNOWN_FUNC_SEND_DATA_META (0x18)
· FUNC_ID_ZW_GET_RANDOM (0x1c)
· GetControllerId (0x20)
· UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
· UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
· UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
· UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
· UNKNOWN_FUNC_FlashAutoProgSet (0x27)
· UNKNOWN_FUNC_UNKNOWN_0x28 (0x28)
· GetNVMId (0x29)
· ExtNVMReadLongBuffer (0x2a)
· ExtNVMWriteLongBuffer (0x2b)
· ExtNVMReadLongByte (0x2c)
· ExtExtWriteLongByte (0x2d)
· GetNodeProtocolInfo (0x41)
· HardReset (0x42)
· FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
· FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
· AssignReturnRoute (0x46)
· DeleteReturnRoute (0x47)
· RequestNodeNeighborUpdate (0x48)
· ApplicationUpdateRequest (0x49)
· AddNodeToNetwork (0x4a)
· RemoveNodeFromNetwork (0x4b)
· FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
· FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
· FUNC_ID_ZW_SET_LEARN_MODE (0x50)
· AssignSUCReturnRoute (0x51)
· FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
· SetSUCNodeId (0x54)
· DeleteSUCReturnRoute (0x55)
· GetSUCNodeId (0x56)
· UNKNOWN_FUNC_SEND_SUC_ID (0x57)
· FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
· RequestNodeInfo (0x60)
· RemoveFailedNode (0x61)
· IsFailedNode (0x62)
· ReplaceFailedNode (0x63)
· UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
· UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
· UNKNOWN_FUNC_UNKNOWN_0x78 (0x78)
· GetRoutingInfo (0x80)
· UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
· UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
· UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
· UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
· UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
· UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
· UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
· UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
· UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
· UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
· UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
· UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
· UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
· UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
· UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
· UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
· UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
· UNKNOWN_FUNC_ZMEFreqChange (0xf2)
· UNKNOWN_FUNC_ZMEBootloaderFlash (0xf4)
· UNKNOWN_FUNC_ZMECapabilities (0xf5)
2021-08-02T14:33:40.391Z CNTRLR finding SUC...
2021-08-02T14:33:40.408Z SERIAL » 0x01030056aa (5 bytes)
2021-08-02T14:33:40.409Z DRIVER » [REQ] [GetSUCNodeId]
2021-08-02T14:33:40.413Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.417Z SERIAL « 0x0104015601ad (6 bytes)
2021-08-02T14:33:40.419Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.421Z DRIVER « [RES] [GetSUCNodeId]
payload: 0x01
2021-08-02T14:33:40.431Z CNTRLR This is the SUC
2021-08-02T14:33:40.492Z CNTRLR querying node information...
2021-08-02T14:33:40.505Z SERIAL » 0x01030002fe (5 bytes)
2021-08-02T14:33:40.506Z DRIVER » [REQ] [GetSerialApiInitData]
2021-08-02T14:33:40.509Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.567Z SERIAL « 0x0125010205081dbfea19000000000000000000000000000000000000000000000 (39 bytes)
0000000050080
2021-08-02T14:33:40.569Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.571Z DRIVER « [RES] [GetSerialApiInitData]
payload: 0x05081dbfea1900000000000000000000000000000000000000000000000000000
500
2021-08-02T14:33:40.582Z CNTRLR received node information:
controller role: primary
controller is a SUC: true
controller is a slave: false
controller supports timers: false
nodes in the network: 1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 15, 16, 17, 20,
21
2021-08-02T14:33:40.701Z CNTRLR [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
2021-08-02T14:33:40.703Z CNTRLR [Node 001] [Manufacturer Specific] productType: metadata updated
2021-08-02T14:33:40.705Z CNTRLR [Node 001] [Manufacturer Specific] productId: metadata updated
2021-08-02T14:33:40.710Z CNTRLR [Node 001] [+] [Manufacturer Specific] manufacturerId: 327
2021-08-02T14:33:40.711Z CNTRLR [Node 001] [+] [Manufacturer Specific] productType: 1024
2021-08-02T14:33:40.713Z CNTRLR [Node 001] [+] [Manufacturer Specific] productId: 2
2021-08-02T14:33:40.716Z CNTRLR [Node 001] [Version] firmwareVersions: metadata updated
2021-08-02T14:33:40.718Z CNTRLR [Node 001] [+] [Version] firmwareVersions: 5.4
2021-08-02T14:33:40.719Z CNTRLR setting serial API timeouts: ack = 1000 ms, byte = 150 ms
2021-08-02T14:33:40.732Z SERIAL » 0x01050006640f97 (7 bytes)
2021-08-02T14:33:40.734Z DRIVER » [REQ] [SetSerialApiTimeouts]
payload: 0x640f
2021-08-02T14:33:40.739Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:40.743Z SERIAL « 0x01050106960f64 (7 bytes)
2021-08-02T14:33:40.745Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:40.747Z DRIVER « [RES] [SetSerialApiTimeouts]
payload: 0x960f
2021-08-02T14:33:40.755Z CNTRLR serial API timeouts overwritten. The old values were: ack = 1500 ms, byte = 15
0 ms
2021-08-02T14:33:40.756Z CNTRLR Interview completed
2021-08-02T14:33:40.756Z DRIVER driver ready
2021-08-02T14:33:40.767Z CNTRLR [Node 001] Beginning interview - last completed stage: None
2021-08-02T14:33:40.768Z CNTRLR [Node 001] new node, doing a full interview...
2021-08-02T14:33:40.770Z CNTRLR » [Node 001] querying protocol info...
2021-08-02T14:33:40.993Z SERIAL » 0x0104004101bb (6 bytes)
2021-08-02T14:33:40.994Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x01
2021-08-02T14:33:41.001Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.005Z SERIAL « 0x0109014193160102020133 (11 bytes)
2021-08-02T14:33:41.008Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.010Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x931601020201
2021-08-02T14:33:41.019Z CNTRLR « [Node 001] received response for protocol info:
basic device class: Static Controller
generic device class: Static Controller
specific device class: PC Controller
node type: Controller
is always listening: true
is frequent listening: false
can route messages: false
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.035Z CNTRLR [Node 001] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.037Z CNTRLR [Node 001] not pinging the controller
2021-08-02T14:33:41.038Z CNTRLR [Node 001] not querying node info from the controller
2021-08-02T14:33:41.039Z CNTRLR [Node 001] Interview stage completed: NodeInfo
2021-08-02T14:33:41.044Z CNTRLR [Node 001] Interview stage completed: CommandClasses
2021-08-02T14:33:41.064Z CNTRLR [Node 001] Embedded device config loaded
2021-08-02T14:33:41.065Z CNTRLR [Node 001] Interview stage completed: OverwriteConfig
2021-08-02T14:33:41.066Z CNTRLR » [Node 001] requesting node neighbors...
2021-08-02T14:33:41.080Z SERIAL » 0x010700800100000079 (9 bytes)
2021-08-02T14:33:41.081Z DRIVER » [REQ] [GetRoutingInfo]
remove non-repeaters: false
remove bad links: false
2021-08-02T14:33:41.095Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.101Z SERIAL « 0x01200180a00a01000000000000000000000000000000000000000000000000000 (34 bytes)
0f5
2021-08-02T14:33:41.104Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.111Z DRIVER « [RES] [GetRoutingInfo]
node ids: 6, 8, 10, 12, 17
2021-08-02T14:33:41.123Z CNTRLR « [Node 001] node neighbors received: 6, 8, 10, 12, 17
2021-08-02T14:33:41.124Z CNTRLR [Node 001] Interview stage completed: Neighbors
2021-08-02T14:33:41.125Z CNTRLR [Node 001] Interview completed
2021-08-02T14:33:41.126Z CNTRLR [Node 001] The node is ready to be used
2021-08-02T14:33:41.131Z CNTRLR [Node 001] The node is alive.
2021-08-02T14:33:41.134Z CNTRLR [Node 002] Beginning interview - last completed stage: None
2021-08-02T14:33:41.135Z CNTRLR [Node 002] new node, doing a full interview...
2021-08-02T14:33:41.135Z CNTRLR » [Node 002] querying protocol info...
2021-08-02T14:33:41.148Z SERIAL » 0x0104004102b8 (6 bytes)
2021-08-02T14:33:41.149Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x02
2021-08-02T14:33:41.152Z CNTRLR [Node 003] Beginning interview - last completed stage: None
2021-08-02T14:33:41.153Z CNTRLR [Node 003] new node, doing a full interview...
2021-08-02T14:33:41.153Z CNTRLR » [Node 003] querying protocol info...
2021-08-02T14:33:41.158Z CNTRLR [Node 004] Beginning interview - last completed stage: None
2021-08-02T14:33:41.159Z CNTRLR [Node 004] new node, doing a full interview...
2021-08-02T14:33:41.160Z CNTRLR » [Node 004] querying protocol info...
2021-08-02T14:33:41.166Z CNTRLR [Node 005] Beginning interview - last completed stage: None
2021-08-02T14:33:41.167Z CNTRLR [Node 005] new node, doing a full interview...
2021-08-02T14:33:41.167Z CNTRLR » [Node 005] querying protocol info...
2021-08-02T14:33:41.172Z CNTRLR [Node 006] Beginning interview - last completed stage: None
2021-08-02T14:33:41.173Z CNTRLR [Node 006] new node, doing a full interview...
2021-08-02T14:33:41.174Z CNTRLR » [Node 006] querying protocol info...
2021-08-02T14:33:41.179Z CNTRLR [Node 008] Beginning interview - last completed stage: None
2021-08-02T14:33:41.179Z CNTRLR [Node 008] new node, doing a full interview...
2021-08-02T14:33:41.180Z CNTRLR » [Node 008] querying protocol info...
2021-08-02T14:33:41.185Z CNTRLR [Node 010] Beginning interview - last completed stage: None
2021-08-02T14:33:41.186Z CNTRLR [Node 010] new node, doing a full interview...
2021-08-02T14:33:41.186Z CNTRLR » [Node 010] querying protocol info...
2021-08-02T14:33:41.191Z CNTRLR [Node 012] Beginning interview - last completed stage: None
2021-08-02T14:33:41.192Z CNTRLR [Node 012] new node, doing a full interview...
2021-08-02T14:33:41.192Z CNTRLR » [Node 012] querying protocol info...
2021-08-02T14:33:41.197Z CNTRLR [Node 014] Beginning interview - last completed stage: None
2021-08-02T14:33:41.198Z CNTRLR [Node 014] new node, doing a full interview...
2021-08-02T14:33:41.199Z CNTRLR » [Node 014] querying protocol info...
2021-08-02T14:33:41.204Z CNTRLR [Node 015] Beginning interview - last completed stage: None
2021-08-02T14:33:41.204Z CNTRLR [Node 015] new node, doing a full interview...
2021-08-02T14:33:41.205Z CNTRLR » [Node 015] querying protocol info...
2021-08-02T14:33:41.210Z CNTRLR [Node 016] Beginning interview - last completed stage: None
2021-08-02T14:33:41.211Z CNTRLR [Node 016] new node, doing a full interview...
2021-08-02T14:33:41.211Z CNTRLR » [Node 016] querying protocol info...
2021-08-02T14:33:41.216Z CNTRLR [Node 017] Beginning interview - last completed stage: None
2021-08-02T14:33:41.217Z CNTRLR [Node 017] new node, doing a full interview...
2021-08-02T14:33:41.217Z CNTRLR » [Node 017] querying protocol info...
2021-08-02T14:33:41.222Z CNTRLR [Node 020] Beginning interview - last completed stage: None
2021-08-02T14:33:41.223Z CNTRLR [Node 020] new node, doing a full interview...
2021-08-02T14:33:41.223Z CNTRLR » [Node 020] querying protocol info...
2021-08-02T14:33:41.228Z CNTRLR [Node 021] Beginning interview - last completed stage: None
2021-08-02T14:33:41.229Z CNTRLR [Node 021] new node, doing a full interview...
2021-08-02T14:33:41.230Z CNTRLR » [Node 021] querying protocol info...
2021-08-02T14:33:41.243Z DRIVER Checking for configuration updates...
2021-08-02T14:33:41.357Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.361Z SERIAL « 0x01090141d39c01041001ed (11 bytes)
2021-08-02T14:33:41.362Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.364Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0xd39c01041001
2021-08-02T14:33:41.378Z SERIAL » 0x0104004103b9 (6 bytes)
2021-08-02T14:33:41.379Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x03
2021-08-02T14:33:41.381Z CNTRLR « [Node 002] received response for protocol info:
basic device class: Routing Slave
generic device class: Binary Switch
specific device class: Binary Power Switch
node type: Routing End Node
is always listening: true
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.382Z CNTRLR [Node 002] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.383Z CNTRLR » [Node 002] pinging the node...
2021-08-02T14:33:41.404Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.407Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.408Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.412Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.426Z SERIAL » 0x0104004104be (6 bytes)
2021-08-02T14:33:41.427Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x04
2021-08-02T14:33:41.429Z CNTRLR « [Node 003] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.431Z CNTRLR [Node 003] The node is asleep.
2021-08-02T14:33:41.434Z CNTRLR [Node 003] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.435Z CNTRLR » [Node 003] querying node info...
2021-08-02T14:33:41.468Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.471Z SERIAL « 0x01090141d39c00041000ed (11 bytes)
2021-08-02T14:33:41.473Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.477Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0xd39c00041000
2021-08-02T14:33:41.511Z SERIAL » 0x0104004105bf (6 bytes)
2021-08-02T14:33:41.512Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x05
2021-08-02T14:33:41.513Z CNTRLR « [Node 004] received response for protocol info:
basic device class: Routing Slave
generic device class: Binary Switch
specific device class: Unused
node type: Routing End Node
is always listening: true
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 40000 kbps
protocol version: 3
2021-08-02T14:33:41.514Z CNTRLR [Node 004] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.515Z CNTRLR » [Node 004] pinging the node...
2021-08-02T14:33:41.557Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.560Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.562Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.566Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.579Z SERIAL » 0x0104004106bc (6 bytes)
2021-08-02T14:33:41.581Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x06
2021-08-02T14:33:41.582Z CNTRLR « [Node 005] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.584Z CNTRLR [Node 005] The node is asleep.
2021-08-02T14:33:41.595Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.598Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.600Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.604Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.619Z SERIAL » 0x0104004108b2 (6 bytes)
2021-08-02T14:33:41.620Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x08
2021-08-02T14:33:41.622Z CNTRLR « [Node 006] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.624Z CNTRLR [Node 006] The node is asleep.
2021-08-02T14:33:41.626Z CNTRLR [Node 006] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.627Z CNTRLR » [Node 006] querying node info...
2021-08-02T14:33:41.636Z CNTRLR [Node 005] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.637Z CNTRLR » [Node 005] querying node info...
2021-08-02T14:33:41.643Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.646Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.647Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.651Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.667Z SERIAL » 0x010400410ab0 (6 bytes)
2021-08-02T14:33:41.673Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x0a
2021-08-02T14:33:41.675Z CNTRLR « [Node 008] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.677Z CNTRLR [Node 008] The node is asleep.
2021-08-02T14:33:41.680Z CNTRLR [Node 008] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.680Z CNTRLR » [Node 008] querying node info...
2021-08-02T14:33:41.689Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.693Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.695Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.697Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.712Z SERIAL » 0x010400410cb6 (6 bytes)
2021-08-02T14:33:41.713Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x0c
2021-08-02T14:33:41.715Z CNTRLR « [Node 010] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.717Z CNTRLR [Node 010] The node is asleep.
2021-08-02T14:33:41.719Z CNTRLR [Node 010] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.720Z CNTRLR » [Node 010] querying node info...
2021-08-02T14:33:41.733Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.737Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.738Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.740Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.755Z SERIAL » 0x010400410eb4 (6 bytes)
2021-08-02T14:33:41.756Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x0e
2021-08-02T14:33:41.757Z CNTRLR « [Node 012] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.759Z CNTRLR [Node 012] The node is asleep.
2021-08-02T14:33:41.761Z CNTRLR [Node 012] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.762Z CNTRLR » [Node 012] querying node info...
2021-08-02T14:33:41.773Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.776Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.777Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.779Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.794Z SERIAL » 0x010400410fb5 (6 bytes)
2021-08-02T14:33:41.795Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x0f
2021-08-02T14:33:41.796Z CNTRLR « [Node 014] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.798Z CNTRLR [Node 014] The node is asleep.
2021-08-02T14:33:41.811Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.814Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.816Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.818Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.834Z SERIAL » 0x0104004110aa (6 bytes)
2021-08-02T14:33:41.835Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x10
2021-08-02T14:33:41.836Z CNTRLR « [Node 015] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.838Z CNTRLR [Node 015] The node is asleep.
2021-08-02T14:33:41.840Z CNTRLR [Node 015] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.841Z CNTRLR » [Node 015] querying node info...
2021-08-02T14:33:41.869Z CNTRLR [Node 014] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.870Z CNTRLR » [Node 014] querying node info...
2021-08-02T14:33:41.875Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.878Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.880Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:41.890Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:41.905Z SERIAL » 0x0104004111ab (6 bytes)
2021-08-02T14:33:41.907Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x11
2021-08-02T14:33:41.908Z CNTRLR « [Node 016] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:41.910Z CNTRLR [Node 016] The node is asleep.
2021-08-02T14:33:41.912Z CNTRLR [Node 016] Interview stage completed: ProtocolInfo
2021-08-02T14:33:41.913Z CNTRLR » [Node 016] querying node info...
2021-08-02T14:33:41.942Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:41.949Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:41.950Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:42.010Z DRIVER No configuration update available...
2021-08-02T14:33:42.015Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:42.029Z SERIAL » 0x0104004114ae (6 bytes)
2021-08-02T14:33:42.030Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x14
2021-08-02T14:33:42.031Z CNTRLR « [Node 017] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:42.032Z CNTRLR [Node 017] The node is asleep.
2021-08-02T14:33:42.045Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:42.048Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:42.050Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:42.052Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:42.065Z SERIAL » 0x0104004115af (6 bytes)
2021-08-02T14:33:42.066Z DRIVER » [REQ] [GetNodeProtocolInfo]
payload: 0x15
2021-08-02T14:33:42.067Z CNTRLR « [Node 020] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:42.069Z CNTRLR [Node 020] The node is asleep.
2021-08-02T14:33:42.085Z CNTRLR [Node 020] Interview stage completed: ProtocolInfo
2021-08-02T14:33:42.086Z CNTRLR » [Node 020] querying node info...
2021-08-02T14:33:42.101Z CNTRLR [Node 017] Interview stage completed: ProtocolInfo
2021-08-02T14:33:42.101Z CNTRLR » [Node 017] querying node info...
2021-08-02T14:33:42.107Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:42.110Z SERIAL « 0x01090141539c010407017a (11 bytes)
2021-08-02T14:33:42.111Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:42.114Z DRIVER « [RES] [GetNodeProtocolInfo]
payload: 0x539c01040701
2021-08-02T14:33:42.141Z SERIAL » 0x010800130201002501c3 (10 bytes)
2021-08-02T14:33:42.143Z DRIVER » [Node 002] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 1
└─[NoOperationCC]
2021-08-02T14:33:42.145Z CNTRLR « [Node 021] received response for protocol info:
basic device class: Routing Slave
generic device class: Notification Sensor
specific device class: Notification Sensor
node type: Routing End Node
is always listening: false
is frequent listening: false
can route messages: true
supports security: false
supports beaming: true
maximum data rate: 100000 kbps
protocol version: 3
2021-08-02T14:33:42.147Z CNTRLR [Node 021] The node is asleep.
2021-08-02T14:33:42.149Z CNTRLR [Node 021] Interview stage completed: ProtocolInfo
2021-08-02T14:33:42.150Z CNTRLR » [Node 021] querying node info...
2021-08-02T14:33:42.160Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:42.166Z SERIAL « 0x0104011301e8 (6 bytes)
2021-08-02T14:33:42.168Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:42.171Z DRIVER « [RES] [SendData]
was sent: true
2021-08-02T14:33:46.287Z SERIAL « 0x010700130101019d77 (9 bytes)
2021-08-02T14:33:46.290Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:46.293Z DRIVER « [REQ] [SendData]
callback id: 1
transmit status: NoAck
2021-08-02T14:33:46.347Z CNTRLR [Node 002] Node 2 did not respond after 1 attempts, it is presumed dead
2021-08-02T14:33:46.351Z CNTRLR [Node 002] The node is dead.
2021-08-02T14:33:46.369Z SERIAL » 0x010800130401002502c6 (10 bytes)
2021-08-02T14:33:46.371Z DRIVER » [Node 004] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 2
└─[NoOperationCC]
2021-08-02T14:33:46.374Z CNTRLR [Node 002] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-08-02T14:33:46.375Z CNTRLR » [Node 002] querying node info...
2021-08-02T14:33:46.375Z CNTRLR » [Node 002] pinging the node...
2021-08-02T14:33:46.384Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:46.388Z SERIAL « 0x0104011301e8 (6 bytes)
2021-08-02T14:33:46.390Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:46.391Z DRIVER « [RES] [SendData]
was sent: true
2021-08-02T14:33:50.488Z SERIAL « 0x010700130201019b72 (9 bytes)
2021-08-02T14:33:50.490Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:50.492Z DRIVER « [REQ] [SendData]
callback id: 2
transmit status: NoAck
2021-08-02T14:33:50.504Z CNTRLR [Node 004] Node 4 did not respond after 1 attempts, it is presumed dead
2021-08-02T14:33:50.506Z CNTRLR [Node 004] The node is dead.
2021-08-02T14:33:50.521Z SERIAL » 0x010800130201002503c1 (10 bytes)
2021-08-02T14:33:50.523Z DRIVER » [Node 002] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 3
└─[NoOperationCC]
2021-08-02T14:33:50.526Z CNTRLR [Node 004] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-08-02T14:33:50.527Z CNTRLR » [Node 004] querying node info...
2021-08-02T14:33:50.528Z CNTRLR » [Node 004] pinging the node...
2021-08-02T14:33:50.541Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:50.547Z SERIAL « 0x0104011301e8 (6 bytes)
2021-08-02T14:33:50.549Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:50.552Z DRIVER « [RES] [SendData]
was sent: true
2021-08-02T14:33:54.668Z SERIAL « 0x010700130301019d75 (9 bytes)
2021-08-02T14:33:54.670Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:54.672Z DRIVER « [REQ] [SendData]
callback id: 3
transmit status: NoAck
2021-08-02T14:33:54.684Z CNTRLR [Node 002] Node 2 did not respond after 1 attempts, it is presumed dead
2021-08-02T14:33:54.698Z SERIAL » 0x010800130401002504c0 (10 bytes)
2021-08-02T14:33:54.700Z DRIVER » [Node 004] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 4
└─[NoOperationCC]
2021-08-02T14:33:54.703Z CNTRLR [Node 002] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-08-02T14:33:54.705Z CNTRLR [Node 002] Interview attempt (1/5) failed, node is dead.
2021-08-02T14:33:54.712Z SERIAL « [ACK] (0x06)
2021-08-02T14:33:54.717Z SERIAL « 0x0104011301e8 (6 bytes)
2021-08-02T14:33:54.719Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:54.721Z DRIVER « [RES] [SendData]
was sent: true
2021-08-02T14:33:58.848Z SERIAL « 0x010700130401019e71 (9 bytes)
2021-08-02T14:33:58.850Z SERIAL » [ACK] (0x06)
2021-08-02T14:33:58.852Z DRIVER « [REQ] [SendData]
callback id: 4
transmit status: NoAck
2021-08-02T14:33:58.864Z CNTRLR [Node 004] Node 4 did not respond after 1 attempts, it is presumed dead
2021-08-02T14:33:58.871Z CNTRLR [Node 004] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-08-02T14:33:58.872Z CNTRLR [Node 004] Interview attempt (1/5) failed, node is dead.
pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2/build $ -
nun läuft es. Post nochmal aktiviert. Nun mal schauen, wie ich die Geräte anlerne.
Danke Euch
-
@rhartmann76 sagte in Z-wave2 mit iobroker verbinden (im Netzwerk):
Nun mal schauen, wie ich die Geräte anlerne.
Da sind schon Geräte angelernt. In Z-Wave werden die in Hardware gespeichert. Dauert nur ein bisschen bis alle Infos da sind - Batteriebetriebene Geräte kannst du manuell aufwecken, um das zu beschleunigen.