Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. ZigBee Adapter nach Stromausfall nicht mehr Grün

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    ZigBee Adapter nach Stromausfall nicht mehr Grün

    This topic has been deleted. Only users with topic management privileges can see it.
    • Creaven
      Creaven last edited by

      Hallo zusammen,

      ich habe nach einem Stromausfall (im ganz normalen Regelbetrieb) keinen Zugriff mehr auf den Zigbee Adapter. Ich benutze einen CC2531 USB-Stick dafür. Zunächst dachte ich, dass dieser defekt ist und habe zwei andere ebenfalls CC2531 Adapter getestet. Ebenfalls kein Erfolg.

      Was habe ich bereits versucht:

      1. Adapter mehrfach neu gestartet (Adapter gestoppt, USB-Stick raus, kurz gewartet, USB-Stick rein, Adapter gestartet)
      2. Node, Nodejs, npm aktualisiert (siehe Versionen in der Systembeschreibung)
      3. Adapter mehrfach neu installiert (ebenfalls manuell über die Konsole gelöscht)
      4. ioBroker gefixt

      Unterschiedlichste Forensuchen mit Lösungsvorschläge haben leider nichts gebracht, der Adapter bleibt weiterhin auf Gelb, da der Stick nicht gefunden wird. Der Stick muss aber eine Verbindung haben, da ich die LED über den Adapter Zigbee ausschalten kann.

      Mit ls -l /dev/serial/by-id sehe ich den Stick:

      ls -l /dev/serial/by-id
      total 0
      lrwxrwxrwx 1 root root 13 May 19 13:01 usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD6E5F9-if00 -> ../../ttyACM0
      

      Der DMESG Befehl ergab folgendes:

      $ dmesg
      [    0.000000] Booting Linux on physical CPU 0x0
      [    0.000000] Linux version 5.10.103-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1529 SMP Tue Mar 8 12:24:00 GMT 2022
      [    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
      [    0.000000] CPU: div instructions available: patching division code
      [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
      [    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
      [    0.000000] random: fast init done
      [    0.000000] Memory policy: Data cache writealloc
      [    0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
      [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
      [    0.000000] Zone ranges:
      [    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
      [    0.000000]   Normal   empty
      [    0.000000]   HighMem  [mem 0x0000000030000000-0x00000000fbffffff]
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
      [    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
      [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
      [    0.000000] On node 0 totalpages: 1012736
      [    0.000000]   DMA zone: 1728 pages used for memmap
      [    0.000000]   DMA zone: 0 pages reserved
      [    0.000000]   DMA zone: 196608 pages, LIFO batch:63
      [    0.000000]   HighMem zone: 816128 pages, LIFO batch:63
      [    0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
      [    0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
      [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
      [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1011008
      [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:35:B5:21 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=d9b3f436-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
      [    0.000000] Kernel parameter elevator= does not have any effect anymore.
                     Please use sysfs to set IO scheduler for individual devices.
      [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
      [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
      [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
      [    0.000000] software IO TLB: mapped [mem 0x0000000014890000-0x0000000018890000] (64MB)
      [    0.000000] Memory: 3601140K/4050944K available (10240K kernel code, 1366K rwdata, 3196K rodata, 2048K init, 882K bss, 122124K reserved, 327680K cma-reserved, 3264512K highmem)
      [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
      [    0.000000] ftrace: allocating 34355 entries in 101 pages
      [    0.000000] ftrace: allocated 101 pages with 4 groups
      [    0.000000] rcu: Hierarchical RCU implementation.
      [    0.000000] 	Rude variant of Tasks RCU enabled.
      [    0.000000] 	Tracing variant of Tasks RCU enabled.
      [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
      [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
      [    0.000000] GIC: Using split EOI/Deactivate mode
      [    0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=1
      [    0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
      [    0.000027] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
      [    0.000086] bcm2835: system timer (irq = 25)
      [    0.000729] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
      [    0.000747] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
      [    0.000765] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
      [    0.000780] Switching to timer-based delay loop, resolution 18ns
      [    0.001033] Console: colour dummy device 80x30
      [    0.001102] printk: console [tty1] enabled
      [    0.001154] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
      [    0.001187] pid_max: default: 32768 minimum: 301
      [    0.001352] LSM: Security Framework initializing
      [    0.001536] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
      [    0.001561] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
      [    0.003019] cgroup: Disabling memory control group subsystem
      [    0.003249] CPU: Testing write buffer coherency: ok
      [    0.003703] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
      [    0.004905] Setting up static identity map for 0x200000 - 0x20003c
      [    0.005102] rcu: Hierarchical SRCU implementation.
      [    0.006015] smp: Bringing up secondary CPUs ...
      [    0.007215] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
      [    0.008570] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
      [    0.009850] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
      [    0.010009] smp: Brought up 1 node, 4 CPUs
      [    0.010030] SMP: Total of 4 processors activated (432.00 BogoMIPS).
      [    0.010046] CPU: All CPU(s) started in HYP mode.
      [    0.010060] CPU: Virtualization extensions available.
      [    0.010955] devtmpfs: initialized
      [    0.025027] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
      [    0.025259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.025289] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
      [    0.033581] pinctrl core: initialized pinctrl subsystem
      [    0.034656] NET: Registered protocol family 16
      [    0.038613] DMA: preallocated 1024 KiB pool for atomic coherent allocations
      [    0.039378] audit: initializing netlink subsys (disabled)
      [    0.039637] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
      [    0.040217] thermal_sys: Registered thermal governor 'step_wise'
      [    0.041033] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
      [    0.041050] hw-breakpoint: maximum watchpoint size is 8 bytes.
      [    0.041449] Serial: AMBA PL011 UART driver
      [    0.073559] bcm2835-mbox fe00b880.mailbox: mailbox enabled
      [    0.090846] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-12-01T15:01:54, variant start
      [    0.100858] raspberrypi-firmware soc:firmware: Firmware hash is 71bd3109023a0c8575585ba87cbb374d2eeb038f
      [    0.141912] Kprobes globally optimized
      [    0.147320] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
      [    0.151514] vgaarb: loaded
      [    0.151959] SCSI subsystem initialized
      [    0.152186] usbcore: registered new interface driver usbfs
      [    0.152247] usbcore: registered new interface driver hub
      [    0.152320] usbcore: registered new device driver usb
      [    0.152656] usb_phy_generic phy: supply vcc not found, using dummy regulator
      [    0.154637] clocksource: Switched to clocksource arch_sys_counter
      [    1.100466] VFS: Disk quotas dquot_6.6.0
      [    1.100558] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
      [    1.100722] FS-Cache: Loaded
      [    1.100938] CacheFiles: Loaded
      [    1.111486] NET: Registered protocol family 2
      [    1.111724] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
      [    1.113252] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
      [    1.113294] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
      [    1.113359] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
      [    1.113426] TCP: Hash tables configured (established 8192 bind 8192)
      [    1.113586] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
      [    1.113623] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
      [    1.113871] NET: Registered protocol family 1
      [    1.114599] RPC: Registered named UNIX socket transport module.
      [    1.114705] RPC: Registered udp transport module.
      [    1.114720] RPC: Registered tcp transport module.
      [    1.114735] RPC: Registered tcp NFSv4.1 backchannel transport module.
      [    1.114759] PCI: CLS 0 bytes, default 64
      [    1.118439] Initialise system trusted keyrings
      [    1.118682] workingset: timestamp_bits=14 max_order=20 bucket_order=6
      [    1.126946] zbud: loaded
      [    1.128685] FS-Cache: Netfs 'nfs' registered for caching
      [    1.129453] NFS: Registering the id_resolver key type
      [    1.129514] Key type id_resolver registered
      [    1.129530] Key type id_legacy registered
      [    1.129673] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
      [    1.129689] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
      [    1.130727] Key type asymmetric registered
      [    1.130744] Asymmetric key parser 'x509' registered
      [    1.130936] bounce: pool size: 64 pages
      [    1.130980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
      [    1.131184] io scheduler mq-deadline registered
      [    1.131201] io scheduler kyber registered
      [    1.135665] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
      [    1.135697] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
      [    1.135777] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
      [    1.135866] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
      [    1.196743] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
      [    1.197131] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
      [    1.197151] pci_bus 0000:00: root bus resource [bus 00-ff]
      [    1.197173] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
      [    1.197264] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
      [    1.197509] pci 0000:00:00.0: PME# supported from D0 D3hot
      [    1.200952] PCI: bus0: Fast back to back transfers disabled
      [    1.201322] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
      [    1.201450] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
      [    1.201886] pci 0000:01:00.0: PME# supported from D0 D3cold
      [    1.205349] PCI: bus1: Fast back to back transfers disabled
      [    1.205412] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
      [    1.205436] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
      [    1.205521] pci 0000:00:00.0: PCI bridge to [bus 01]
      [    1.205547] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
      [    1.205964] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
      [    1.206181] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
      [    1.214900] iproc-rng200 fe104000.rng: hwrng registered
      [    1.215210] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
      [    1.216076] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
      [    1.228230] brd: module loaded
      [    1.240508] loop: module loaded
      [    1.242243] Loading iSCSI transport class v2.0-870.
      [    1.247125] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
      [    1.344801] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
      [    1.345982] usbcore: registered new interface driver r8152
      [    1.346063] usbcore: registered new interface driver lan78xx
      [    1.346129] usbcore: registered new interface driver smsc95xx
      [    1.347743] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
      [    1.347906] xhci_hcd 0000:01:00.0: xHCI Host Controller
      [    1.347941] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
      [    1.351297] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
      [    1.352623] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
      [    1.352642] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
      [    1.352659] usb usb1: Product: xHCI Host Controller
      [    1.352676] usb usb1: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd
      [    1.352693] usb usb1: SerialNumber: 0000:01:00.0
      [    1.353429] hub 1-0:1.0: USB hub found
      [    1.353527] hub 1-0:1.0: 1 port detected
      [    1.354196] xhci_hcd 0000:01:00.0: xHCI Host Controller
      [    1.354224] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
      [    1.354250] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
      [    1.354825] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
      [    1.354844] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
      [    1.354861] usb usb2: Product: xHCI Host Controller
      [    1.354877] usb usb2: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd
      [    1.354894] usb usb2: SerialNumber: 0000:01:00.0
      [    1.355601] hub 2-0:1.0: USB hub found
      [    1.355671] hub 2-0:1.0: 4 ports detected
      [    1.357380] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
      [    1.357684] dwc_otg: FIQ enabled
      [    1.357698] dwc_otg: NAK holdoff enabled
      [    1.357712] dwc_otg: FIQ split-transaction FSM enabled
      [    1.357731] Module dwc_common_port init
      [    1.358193] usbcore: registered new interface driver uas
      [    1.358300] usbcore: registered new interface driver usb-storage
      [    1.358497] mousedev: PS/2 mouse device common for all mice
      [    1.360128] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
      [    1.363449] sdhci: Secure Digital Host Controller Interface driver
      [    1.363465] sdhci: Copyright(c) Pierre Ossman
      [    1.364157] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
      [    1.364761] sdhci-pltfm: SDHCI platform and OF driver helper
      [    1.368861] ledtrig-cpu: registered to indicate activity on CPUs
      [    1.369195] hid: raw HID events driver (C) Jiri Kosina
      [    1.369397] usbcore: registered new interface driver usbhid
      [    1.369412] usbhid: USB HID core driver
      [    1.375415] Initializing XFRM netlink socket
      [    1.375457] NET: Registered protocol family 17
      [    1.375602] Key type dns_resolver registered
      [    1.376031] Registering SWP/SWPB emulation handler
      [    1.376197] registered taskstats version 1
      [    1.376225] Loading compiled-in X.509 certificates
      [    1.377114] Key type ._fscrypt registered
      [    1.377131] Key type .fscrypt registered
      [    1.377146] Key type fscrypt-provisioning registered
      [    1.388734] uart-pl011 fe201000.serial: there is not valid maps for state default
      [    1.389035] uart-pl011 fe201000.serial: cts_event_workaround enabled
      [    1.389107] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
      [    1.395926] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
      [    1.397008] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
      [    1.397026] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
      [    1.427297] of_cfs_init
      [    1.427564] of_cfs_init: OK
      [    1.449873] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
      [    1.451561] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
      [    1.453246] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
      [    1.456275] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
      [    1.457963] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
      [    1.465026] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
      [    1.465651] Waiting for root device PARTUUID=d9b3f436-02...
      [    1.531671] mmc1: new high speed SDIO card at address 0001
      [    1.574738] mmc0: new ultra high speed DDR50 SDHC card at address 0001
      [    1.575611] mmcblk0: mmc0:0001 USD00 14.7 GiB
      [    1.577848]  mmcblk0: p1 p2
      [    1.593963] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      [    1.594030] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [    1.595131] devtmpfs: mounted
      [    1.605345] Freeing unused kernel memory: 2048K
      [    1.634683] usb 1-1: new high-speed USB device number 2 using xhci_hcd
      [    1.654986] Run /sbin/init as init process
      [    1.655000]   with arguments:
      [    1.655015]     /sbin/init
      [    1.655029]     splash
      [    1.655043]   with environment:
      [    1.655057]     HOME=/
      [    1.655071]     TERM=linux
      [    1.827315] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
      [    1.827337] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
      [    1.827354] usb 1-1: Product: USB2.0 Hub
      [    1.829306] hub 1-1:1.0: USB hub found
      [    1.829818] hub 1-1:1.0: 4 ports detected
      [    2.164708] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd
      [    2.168580] systemd[1]: System time before build time, advancing clock.
      [    2.281327] NET: Registered protocol family 10
      [    2.282741] Segment Routing with IPv6
      [    2.314477] usb 1-1.1: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
      [    2.314498] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      [    2.314515] usb 1-1.1: Product: TI CC2531 USB CDC
      [    2.314531] usb 1-1.1: Manufacturer: Texas Instruments
      [    2.314548] usb 1-1.1: SerialNumber: __0X00124B001CD6E5F9
      [    2.350796] 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)
      [    2.351781] systemd[1]: Detected architecture arm.
      [    2.398960] systemd[1]: Set hostname to <iobrokerserver>.
      [    3.376471] random: systemd: uninitialized urandom read (16 bytes read)
      [    3.391445] random: systemd: uninitialized urandom read (16 bytes read)
      [    3.394989] systemd[1]: Created slice system-systemd\x2dfsck.slice.
      [    3.395285] random: systemd: uninitialized urandom read (16 bytes read)
      [    3.396103] systemd[1]: Listening on Journal Socket.
      [    3.396566] systemd[1]: Listening on initctl Compatibility Named Pipe.
      [    3.397728] systemd[1]: Created slice User and Session Slice.
      [    3.399028] systemd[1]: Created slice system-getty.slice.
      [    3.399446] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
      [    3.400022] systemd[1]: Listening on udev Kernel Socket.
      [    3.531297] i2c /dev entries driver
      [    4.006562] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
      [    4.119209] systemd-journald[124]: Received request to flush runtime journal from PID 1
      [    4.844808] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
      [    4.846908] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
      [    4.846933] [vc_sm_connected_init]: start
      [    4.853475] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
      [    4.856088] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
      [    4.864754] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
      [    4.865673] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
      [    4.872755] [vc_sm_connected_init]: installed successfully
      [    4.960894] mc: Linux media interface: v0.10
      [    4.962839] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
      [    4.988850] bcm2835_audio bcm2835_audio: card created with 8 channels
      [    5.047437] videodev: Linux video capture interface: v2.00
      [    5.123037] cfg80211: Loading compiled-in X.509 certificates for regulatory database
      [    5.131677] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
      [    5.141550] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
      [    5.149420] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
      [    5.167062] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
      [    5.167699] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
      [    5.168151] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
      [    5.168487] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
      [    5.168518] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
      [    5.168544] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
      [    5.168567] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
      [    5.168589] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
      [    5.168794] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
      [    5.187967] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
      [    5.215023] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
      [    5.323005] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
      [    5.326567] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
      [    5.326618] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
      [    5.330710] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
      [    5.330756] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
      [    5.357883] brcmfmac: F1 signature read @0x18000000=0x15264345
      [    5.372458] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
      [    5.372523] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
      [    5.374703] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      [    5.375682] usbcore: registered new interface driver brcmfmac
      [    5.379212] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
      [    5.379258] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
      [    5.400095] [drm] No displays found. Consider forcing hotplug if HDMI is attached
      [    5.400229] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
      [    5.400705] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
      [    5.418791] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
      [    5.421021] usbcore: registered new interface driver cdc_acm
      [    5.421040] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
      [    5.643601] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      [    5.643717] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      [    5.653628] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
      [    7.684574] random: crng init done
      [    7.684597] random: 7 urandom warning(s) missed due to ratelimiting
      [    7.851062] uart-pl011 fe201000.serial: no DMA platform data
      [    8.064096] 8021q: 802.1Q VLAN Support v1.8
      [    8.444175] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
      [    9.174696] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
      [   10.116490] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
      [   10.116748] bcmgenet fd580000.ethernet eth0: Link is Down
      [   13.274801] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
      [   13.274830] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
      [   14.681730] Bluetooth: Core ver 2.22
      [   14.681787] NET: Registered protocol family 31
      [   14.681794] Bluetooth: HCI device and connection manager initialized
      [   14.681809] Bluetooth: HCI socket layer initialized
      [   14.681819] Bluetooth: L2CAP socket layer initialized
      [   14.681835] Bluetooth: SCO socket layer initialized
      [   14.712884] Bluetooth: HCI UART driver ver 2.3
      [   14.712895] Bluetooth: HCI UART protocol H4 registered
      [   14.712949] Bluetooth: HCI UART protocol Three-wire (H5) registered
      [   14.713094] Bluetooth: HCI UART protocol Broadcom registered
      [   15.115108] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
      [   15.115118] Bluetooth: BNEP filters: protocol multicast
      [   15.115131] Bluetooth: BNEP socket layer initialized
      [   15.117912] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
      [   15.167145] Bluetooth: RFCOMM TTY layer initialized
      [   15.167168] Bluetooth: RFCOMM socket layer initialized
      [   15.167189] Bluetooth: RFCOMM ver 1.11
      
      Systemdata
      Hardwaresystem: Raspberry Pi 4 Model B Rev 1.1
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Raspbian GNU/Linux 10 (buster)
      Node-Version: 16.15.0
      Nodejs-Version: 10.24.1
      NPM-Version: 8.5.5
      Installationsart: Skript & Manuell
      Image genutzt: Ja
      Glasfaser arteck 2 Replies Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @Creaven last edited by

        @creaven sagte in ZigBee Adapter nach Stromausfall nicht mehr Grün:

        Node, Nodejs, npm aktualisiert (siehe Versionen in der Systembeschreibung)

        Node-Version: 16.15.0
        Nodejs-Version: 10.24.1
        NPM-Version: 8.5.5

        Das ist alles krumm ..... gehe auf Node/Nodejs 14 und NPM auf 6

        1 Reply Last reply Reply Quote 0
        • arteck
          arteck Developer Most Active @Creaven last edited by arteck

          @creaven adapter LOG direkt nach dem start bitte.. und zieh die nodejs grade

          1 Reply Last reply Reply Quote 0
          • Creaven
            Creaven last edited by

            @arteck

            Versionen sind nun gerade zogen:

            Node: 14.19.3
            Nodejs: 14.19.3
            npm: 6.14.17

            
            zigbee.0
            1956	2022-05-19 13:52:36.561	info	Installed Version: iobroker.zigbee@1.6.18
            
            zigbee.0
            1956	2022-05-19 13:52:36.520	error	Error herdsman start
            
            zigbee.0
            1956	2022-05-19 13:52:36.519	error	Failed to start Zigbee
            
            zigbee.0
            1956	2022-05-19 13:52:36.517	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
            
            zigbee.0
            1956	2022-05-19 13:52:36.501	info	Starting Zigbee npm ...
            
            zigbee.0
            1956	2022-05-19 13:52:36.499	info	Try to reconnect. 1 attempts left
            
            zigbee.0
            1956	2022-05-19 13:52:30.886	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
            
            zigbee.0
            1956	2022-05-19 13:52:26.737	info	Installed Version: iobroker.zigbee@1.6.18
            
            zigbee.0
            1956	2022-05-19 13:52:26.496	error	Error herdsman start
            
            zigbee.0
            1956	2022-05-19 13:52:26.495	error	Failed to start Zigbee
            
            zigbee.0
            1956	2022-05-19 13:52:26.494	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
            
            zigbee.0
            1956	2022-05-19 13:52:26.349	info	Starting Zigbee npm ...
            
            zigbee.0
            1956	2022-05-19 13:52:26.238	info	starting. Version 1.6.18 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
            
            zigbee.0
            1035	2022-05-19 13:52:19.533	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            zigbee.0
            1035	2022-05-19 13:52:19.531	info	terminating
            
            zigbee.0
            1035	2022-05-19 13:52:19.529	warn	Failed to stop zigbee during startup
            
            zigbee.0
            1035	2022-05-19 13:52:19.436	info	cleaned everything up...
            
            zigbee.0
            1035	2022-05-19 13:52:19.431	info	Got terminate signal TERMINATE_YOURSELF
            
            zigbee.0
            1035	2022-05-19 13:51:48.270	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
            
            1 Reply Last reply Reply Quote 0
            • Creaven
              Creaven last edited by

              Interessanterweise geht die LED auf dem Stick nun aus, obwohl das im Adapter nicht angekreuzt ist.

              1 Reply Last reply Reply Quote 0
              • Creaven
                Creaven last edited by

                @arteck @Glasfaser Habt ihr noch eine Idee was ich testen kann?

                1 Reply Last reply Reply Quote 0
                • arteck
                  arteck Developer Most Active last edited by arteck

                  @creaven klar mülltonne auf.. stick rein. tonne zu
                  ich würde ehh auf was anderes wechseln.. der wird dir immer Probleme bereiten

                  installier bitte den adapter mal neu aus GIT..
                  da scheint was in den konfigs nicht zu stimmen ..

                  Creaven 1 Reply Last reply Reply Quote 0
                  • Creaven
                    Creaven @arteck last edited by

                    @arteck : Deshalb habe ich extra zwei neue bestellt um die Hardware ausschließen zu können.

                    Welchen alternativen Stick würdest du mir empfehlen?

                    arteck 1 Reply Last reply Reply Quote 0
                    • arteck
                      arteck Developer Most Active @Creaven last edited by

                      @creaven
                      die frage kommt 1 die Woche auf...

                      schau im Marktplatz nach..da sind welche ..

                      ansonsten.. der SONOFF Zigbee 3.0 USB Dongle Plus
                      wenn du warten kannst such bei ali nach ansonsten amazon. kostet aber direkt das doppelte

                      Creaven 1 Reply Last reply Reply Quote 0
                      • Creaven
                        Creaven @arteck last edited by

                        @arteck

                        Neuer Stick ist bestellt (Amazon 29,99€, Ali 22,90€...).

                        Den Adapter habe ich über Git neu installiert (Katze ausgewählt, Git, Zigbee und installieren lassen). Installation hat sehr lange gedauert. Anschließend neue Instanz hinzugefügt und es kommt die gleiche Fehlermeldung:

                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.459	info	Installed Version: ioBroker/ioBroker.zigbee
                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.436	error	Error herdsman start
                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.435	error	Failed to start Zigbee
                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.433	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.419	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        22421	2022-05-20 11:00:15.417	info	Try to reconnect. 1 attempts left
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.662	info	Installed Version: ioBroker/ioBroker.zigbee
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.412	error	Error herdsman start
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.412	error	Failed to start Zigbee
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.411	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.267	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        22421	2022-05-20 11:00:05.147	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                        
                        zigbee.0
                        22356	2022-05-20 10:59:58.263	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        zigbee.0
                        22356	2022-05-20 10:59:58.262	info	terminating
                        
                        zigbee.0
                        22356	2022-05-20 10:59:58.260	warn	Failed to stop zigbee during startup
                        
                        zigbee.0
                        22356	2022-05-20 10:59:58.189	info	cleaned everything up...
                        
                        zigbee.0
                        22356	2022-05-20 10:59:58.187	info	Got terminate signal TERMINATE_YOURSELF
                        
                        zigbee.0
                        22356	2022-05-20 10:59:51.747	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                        
                        zigbee.0
                        22356	2022-05-20 10:58:53.433	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.080	info	Installed Version: ioBroker/ioBroker.zigbee
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.054	error	Error herdsman start
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.053	error	Failed to start Zigbee
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.050	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.036	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        22356	2022-05-20 10:58:52.034	info	Try to reconnect. 1 attempts left
                        
                        zigbee.0
                        22356	2022-05-20 10:58:42.274	info	Installed Version: ioBroker/ioBroker.zigbee
                        
                        zigbee.0
                        22356	2022-05-20 10:58:42.030	error	Error herdsman start
                        
                        zigbee.0
                        22356	2022-05-20 10:58:42.030	error	Failed to start Zigbee
                        
                        zigbee.0
                        22356	2022-05-20 10:58:42.029	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                        
                        zigbee.0
                        22356	2022-05-20 10:58:41.903	info	Starting Zigbee npm ...
                        
                        zigbee.0
                        22356	2022-05-20 10:58:41.567	error	Serial port not selected! Go to settings page.
                        
                        zigbee.0
                        22356	2022-05-20 10:58:41.521	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Creaven last edited by

                          @creaven sagte in ZigBee Adapter nach Stromausfall nicht mehr Grün:

                          Serial port not selected! Go to settings page.

                          Was hast du denn da in den Einstellungen des Adapters stehen?

                          Creaven 1 Reply Last reply Reply Quote 0
                          • Creaven
                            Creaven @Thomas Braun last edited by

                            @thomas-braun

                            Der Fehler kam da gerade kein Stick angeschlossen ist.

                            Normal nehme ich "ls -l /dev/serial/by-id" um den Port rauszufinden und wähle diesen dann in den Adaptereinstellungen aus.

                            1 Reply Last reply Reply Quote 0
                            • Creaven
                              Creaven last edited by

                              @arteck Mit dem "SONOFF Zigbee 3.0 USB Dongle Plus" klappt es leider auch nicht.

                              Stick wird erkannt:

                              usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ae3fb13f0213ec11b31e21c7bd930c07-if00-port0 -> ../../ttyUSB0
                              

                              Ich richte den Stick im Zigbee Interface ein:
                              60c5e75f-be34-4444-b029-712d3ab584fe-image.png

                              Und es kommt erneut der selbe Fehler wie zuvor:

                              zigbee.0
                              2836	2022-05-23 15:30:02.997	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2836	2022-05-23 15:30:02.971	error	Error herdsman start
                              
                              zigbee.0
                              2836	2022-05-23 15:30:02.970	error	Failed to start Zigbee
                              
                              zigbee.0
                              2836	2022-05-23 15:30:02.968	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2836	2022-05-23 15:30:02.955	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2836	2022-05-23 15:30:02.952	info	Try to reconnect. 1 attempts left
                              
                              zigbee.0
                              2836	2022-05-23 15:29:53.170	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2836	2022-05-23 15:29:52.947	error	Error herdsman start
                              
                              zigbee.0
                              2836	2022-05-23 15:29:52.946	error	Failed to start Zigbee
                              
                              zigbee.0
                              2836	2022-05-23 15:29:52.946	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2836	2022-05-23 15:29:52.813	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2836	2022-05-23 15:29:52.700	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                              
                              zigbee.0
                              2819	2022-05-23 15:29:46.035	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              
                              zigbee.0
                              2819	2022-05-23 15:29:46.033	info	terminating
                              
                              zigbee.0
                              2819	2022-05-23 15:29:46.032	warn	Failed to stop zigbee during startup
                              
                              zigbee.0
                              2819	2022-05-23 15:29:45.921	info	cleaned everything up...
                              
                              zigbee.0
                              2819	2022-05-23 15:29:45.918	info	Got terminate signal TERMINATE_YOURSELF
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.919	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.894	error	Error herdsman start
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.893	error	Failed to start Zigbee
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.890	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.877	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2819	2022-05-23 15:29:42.875	info	Try to reconnect. 1 attempts left
                              
                              zigbee.0
                              2819	2022-05-23 15:29:36.331	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                              
                              zigbee.0
                              2819	2022-05-23 15:29:33.094	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2819	2022-05-23 15:29:32.872	error	Error herdsman start
                              
                              zigbee.0
                              2819	2022-05-23 15:29:32.871	error	Failed to start Zigbee
                              
                              zigbee.0
                              2819	2022-05-23 15:29:32.870	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2819	2022-05-23 15:29:32.746	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2819	2022-05-23 15:29:32.632	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                              
                              zigbee.0
                              2293	2022-05-23 15:29:25.966	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              
                              zigbee.0
                              2293	2022-05-23 15:29:25.964	info	terminating
                              
                              zigbee.0
                              2293	2022-05-23 15:29:25.963	warn	Failed to stop zigbee during startup
                              
                              zigbee.0
                              2293	2022-05-23 15:29:25.846	info	cleaned everything up...
                              
                              zigbee.0
                              2293	2022-05-23 15:29:25.843	info	Got terminate signal TERMINATE_YOURSELF
                              
                              zigbee.0
                              2293	2022-05-23 15:29:16.126	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                              
                              zigbee.0
                              2293	2022-05-23 15:29:05.651	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.303	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.240	error	Error herdsman start
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.239	error	Failed to start Zigbee
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.236	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.220	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2293	2022-05-23 15:19:32.218	info	Try to reconnect. 1 attempts left
                              
                              zigbee.0
                              2293	2022-05-23 15:19:26.042	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                              
                              zigbee.0
                              2293	2022-05-23 15:19:22.435	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2293	2022-05-23 15:19:22.214	error	Error herdsman start
                              
                              zigbee.0
                              2293	2022-05-23 15:19:22.214	error	Failed to start Zigbee
                              
                              zigbee.0
                              2293	2022-05-23 15:19:22.213	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2293	2022-05-23 15:19:22.084	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2293	2022-05-23 15:19:21.969	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                              
                              zigbee.0
                              2232	2022-05-23 15:19:15.319	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              
                              zigbee.0
                              2232	2022-05-23 15:19:15.317	info	terminating
                              
                              zigbee.0
                              2232	2022-05-23 15:19:15.316	warn	Failed to stop zigbee during startup
                              
                              zigbee.0
                              2232	2022-05-23 15:19:15.226	info	cleaned everything up...
                              
                              zigbee.0
                              2232	2022-05-23 15:19:15.223	info	Got terminate signal TERMINATE_YOURSELF
                              
                              zigbee.0
                              2232	2022-05-23 15:19:07.464	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.250	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.231	error	Error herdsman start
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.230	error	Failed to start Zigbee
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.229	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.223	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2232	2022-05-23 15:18:22.222	info	Try to reconnect. 1 attempts left
                              
                              zigbee.0
                              2232	2022-05-23 15:18:12.449	info	Installed Version: ioBroker/ioBroker.zigbee
                              
                              zigbee.0
                              2232	2022-05-23 15:18:12.218	error	Error herdsman start
                              
                              zigbee.0
                              2232	2022-05-23 15:18:12.218	error	Failed to start Zigbee
                              
                              zigbee.0
                              2232	2022-05-23 15:18:12.217	error	Starting zigbee-herdsman problem : "Unexpected token \u0000 in JSON at position 0"
                              
                              zigbee.0
                              2232	2022-05-23 15:18:12.073	info	Starting Zigbee npm ...
                              
                              zigbee.0
                              2232	2022-05-23 15:18:11.954	info	starting. Version 1.6.18 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.3, js-controller: 4.0.23
                              
                              zigbee.0
                              974	2022-05-23 15:18:05.186	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              
                              zigbee.0
                              974	2022-05-23 15:18:05.184	info	terminating
                              
                              zigbee.0
                              974	2022-05-23 15:18:05.182	warn	Failed to stop zigbee during startup
                              
                              zigbee.0
                              974	2022-05-23 15:18:05.079	info	cleaned everything up...
                              
                              zigbee.0
                              974	2022-05-23 15:18:05.071	info	Got terminate signal TERMINATE_YOURSELF
                              

                              Gibt es weitere Ideen?

                              Asgothian 1 Reply Last reply Reply Quote 0
                              • Asgothian
                                Asgothian Developer @Creaven last edited by

                                @creaven Du musst die shepherd.db und nvbackup.json Dateien im Verzeichnis /opt/iobroker/iobroker-data/zigbee_0 gegen welche aus dem an gleicher stelle liegenden Backup austauschen - die sind offensichtlich beim Stromausfall kaputt geschrieben worden.

                                A.

                                1 Reply Last reply Reply Quote 0
                                • Creaven
                                  Creaven last edited by Creaven

                                  @asgothian Danke für die Info. Ich habe im Ordner kein nvbackupo.json. Die shepherd.db existiert.

                                  Reicht es wenn ich über den BackItUp Adapter ein Backup vor dem Stromausfall aufspiele? Wie geht es alternativ ohne den BackItUp Adapter? Die Backups sind ja gepackt und meine Kentnisse halten sich leider in Grenzen...

                                  Asgothian 1 Reply Last reply Reply Quote 0
                                  • Asgothian
                                    Asgothian Developer @Creaven last edited by

                                    @creaven du kannst die gepackte shepherd.db via tar -xzf ./xxx entpacken, wobei an stelle von xxx der Dateiname der gepackten Datei stehen muss.

                                    A.

                                    Creaven 1 Reply Last reply Reply Quote 0
                                    • Creaven
                                      Creaven @Asgothian last edited by

                                      @asgothian

                                      Eine gepackte shepherd.db gibt es explizit nicht, sondern nur "backup_Datum". Ich habe folgendes in diesem Ordner:

                                      backup_2021_07_20-10_56_55.tar.gz  backup_2022_01_22-04_01_11.tar.gz
                                      backup_2021_07_20-11_25_40.tar.gz  backup_2022_01_23-04_01_09.tar.gz
                                      backup_2021_07_21-04_01_08.tar.gz  backup_2022_01_24-04_01_05.tar.gz
                                      backup_2021_07_22-04_01_06.tar.gz  backup_2022_01_25-04_01_16.tar.gz
                                      backup_2021_07_23-04_01_09.tar.gz  backup_2022_01_26-04_01_14.tar.gz
                                      backup_2021_07_24-04_01_07.tar.gz  backup_2022_01_27-04_01_08.tar.gz
                                      backup_2021_07_25-04_01_08.tar.gz  backup_2022_01_28-04_01_09.tar.gz
                                      backup_2021_07_26-04_01_08.tar.gz  backup_2022_01_29-04_01_15.tar.gz
                                      backup_2021_07_27-04_01_10.tar.gz  backup_2022_01_30-04_01_13.tar.gz
                                      backup_2021_07_28-04_01_15.tar.gz  backup_2022_01_31-04_01_18.tar.gz
                                      backup_2021_07_29-04_01_08.tar.gz  backup_2022_02_01-04_01_09.tar.gz
                                      backup_2021_07_30-04_01_03.tar.gz  backup_2022_02_02-04_00_56.tar.gz
                                      backup_2021_07_31-04_01_08.tar.gz  backup_2022_02_03-04_01_11.tar.gz
                                      backup_2021_08_01-04_00_52.tar.gz  backup_2022_02_04-04_01_11.tar.gz
                                      backup_2021_08_01-15_30_24.tar.gz  backup_2022_02_05-04_01_18.tar.gz
                                      backup_2021_08_02-04_01_06.tar.gz  backup_2022_02_06-04_01_08.tar.gz
                                      backup_2021_08_03-04_01_08.tar.gz  backup_2022_02_07-04_01_08.tar.gz
                                      backup_2021_08_04-04_01_06.tar.gz  backup_2022_02_08-04_01_20.tar.gz
                                      backup_2021_08_05-04_01_03.tar.gz  backup_2022_02_09-04_01_11.tar.gz
                                      backup_2021_08_06-04_01_03.tar.gz  backup_2022_02_10-04_01_06.tar.gz
                                      backup_2021_08_07-04_01_03.tar.gz  backup_2022_02_11-04_01_07.tar.gz
                                      backup_2021_08_08-04_01_07.tar.gz  backup_2022_02_11-15_16_43.tar.gz
                                      backup_2021_08_09-04_01_11.tar.gz  backup_2022_02_12-04_01_18.tar.gz
                                      backup_2021_08_10-04_01_10.tar.gz  backup_2022_02_13-04_01_15.tar.gz
                                      backup_2021_08_11-04_01_10.tar.gz  backup_2022_02_14-04_01_10.tar.gz
                                      backup_2021_08_12-04_01_07.tar.gz  backup_2022_02_15-04_01_17.tar.gz
                                      backup_2021_08_13-04_01_04.tar.gz  backup_2022_02_16-04_01_15.tar.gz
                                      backup_2021_08_14-04_01_06.tar.gz  backup_2022_02_17-04_01_15.tar.gz
                                      backup_2021_08_15-04_01_08.tar.gz  backup_2022_02_18-04_01_12.tar.gz
                                      backup_2021_08_16-04_01_09.tar.gz  backup_2022_02_19-04_01_13.tar.gz
                                      backup_2021_08_17-04_01_08.tar.gz  backup_2022_02_20-04_01_09.tar.gz
                                      backup_2021_08_18-04_01_10.tar.gz  backup_2022_02_21-04_01_11.tar.gz
                                      backup_2021_08_19-04_01_10.tar.gz  backup_2022_02_22-04_01_11.tar.gz
                                      backup_2021_08_20-04_01_07.tar.gz  backup_2022_02_23-04_01_15.tar.gz
                                      backup_2021_08_21-04_01_09.tar.gz  backup_2022_02_24-04_01_13.tar.gz
                                      backup_2021_08_22-04_01_05.tar.gz  backup_2022_02_25-04_01_12.tar.gz
                                      backup_2021_08_23-04_01_05.tar.gz  backup_2022_02_26-04_01_12.tar.gz
                                      backup_2021_08_24-04_01_10.tar.gz  backup_2022_02_27-04_01_13.tar.gz
                                      backup_2021_08_25-04_01_11.tar.gz  backup_2022_02_28-04_01_14.tar.gz
                                      backup_2021_08_26-04_01_07.tar.gz  backup_2022_03_01-04_01_11.tar.gz
                                      backup_2021_08_27-04_01_11.tar.gz  backup_2022_03_02-04_01_12.tar.gz
                                      backup_2021_08_28-04_01_07.tar.gz  backup_2022_03_03-04_01_23.tar.gz
                                      backup_2021_08_29-04_01_01.tar.gz  backup_2022_03_04-04_01_11.tar.gz
                                      backup_2021_08_30-04_01_05.tar.gz  backup_2022_03_05-04_01_13.tar.gz
                                      backup_2021_08_31-04_01_05.tar.gz  backup_2022_03_06-04_01_13.tar.gz
                                      backup_2021_09_01-04_01_06.tar.gz  backup_2022_03_07-04_01_12.tar.gz
                                      backup_2021_09_02-04_01_06.tar.gz  backup_2022_03_08-04_01_11.tar.gz
                                      backup_2021_09_03-04_01_14.tar.gz  backup_2022_03_09-04_01_15.tar.gz
                                      backup_2021_09_04-04_01_07.tar.gz  backup_2022_03_10-04_01_11.tar.gz
                                      backup_2021_09_05-04_01_08.tar.gz  backup_2022_03_11-04_00_57.tar.gz
                                      backup_2021_09_06-04_01_07.tar.gz  backup_2022_03_12-04_01_10.tar.gz
                                      backup_2021_09_07-04_01_07.tar.gz  backup_2022_03_13-04_01_13.tar.gz
                                      backup_2021_09_08-04_01_10.tar.gz  backup_2022_03_14-04_01_16.tar.gz
                                      backup_2021_09_09-04_01_08.tar.gz  backup_2022_03_15-04_01_15.tar.gz
                                      backup_2021_09_10-04_01_05.tar.gz  backup_2022_03_16-04_00_54.tar.gz
                                      backup_2021_09_11-04_01_09.tar.gz  backup_2022_03_17-04_01_15.tar.gz
                                      backup_2021_09_12-04_01_17.tar.gz  backup_2022_03_18-04_01_26.tar.gz
                                      backup_2021_09_13-04_01_03.tar.gz  backup_2022_03_19-04_01_13.tar.gz
                                      backup_2021_09_14-04_01_05.tar.gz  backup_2022_03_20-04_01_16.tar.gz
                                      backup_2021_09_15-04_01_08.tar.gz  backup_2022_03_21-04_01_15.tar.gz
                                      backup_2021_09_16-04_01_08.tar.gz  backup_2022_03_22-04_01_11.tar.gz
                                      backup_2021_09_17-04_01_08.tar.gz  backup_2022_03_23-04_01_17.tar.gz
                                      backup_2021_09_18-04_01_08.tar.gz  backup_2022_03_24-04_01_11.tar.gz
                                      backup_2021_09_19-04_01_16.tar.gz  backup_2022_03_25-04_01_19.tar.gz
                                      backup_2021_09_20-04_01_15.tar.gz  backup_2022_03_26-04_01_17.tar.gz
                                      backup_2021_09_21-04_01_09.tar.gz  backup_2022_03_27-04_01_15.tar.gz
                                      backup_2021_09_22-04_01_10.tar.gz  backup_2022_03_28-04_01_13.tar.gz
                                      backup_2021_09_23-04_01_12.tar.gz  backup_2022_03_29-04_01_12.tar.gz
                                      backup_2021_09_24-04_01_08.tar.gz  backup_2022_03_30-04_01_19.tar.gz
                                      backup_2021_09_25-04_01_07.tar.gz  backup_2022_03_31-04_00_57.tar.gz
                                      backup_2021_09_26-04_01_06.tar.gz  backup_2022_04_01-04_01_16.tar.gz
                                      backup_2021_09_27-04_01_12.tar.gz  backup_2022_04_02-04_01_17.tar.gz
                                      backup_2021_09_28-04_01_17.tar.gz  backup_2022_04_03-04_01_12.tar.gz
                                      backup_2021_09_29-04_00_58.tar.gz  backup_2022_04_04-04_01_17.tar.gz
                                      backup_2021_09_30-04_01_07.tar.gz  backup_2022_04_05-04_01_12.tar.gz
                                      backup_2021_10_01-04_01_10.tar.gz  backup_2022_04_06-04_01_14.tar.gz
                                      backup_2021_10_02-04_01_09.tar.gz  backup_2022_04_07-04_01_11.tar.gz
                                      backup_2021_10_03-04_01_07.tar.gz  backup_2022_04_08-04_01_32.tar.gz
                                      backup_2021_10_04-04_01_08.tar.gz  backup_2022_04_09-04_01_12.tar.gz
                                      backup_2021_10_05-04_01_14.tar.gz  backup_2022_04_10-04_01_17.tar.gz
                                      backup_2021_10_06-04_01_12.tar.gz  backup_2022_04_11-04_01_13.tar.gz
                                      backup_2021_10_07-04_01_06.tar.gz  backup_2022_04_12-04_01_11.tar.gz
                                      backup_2021_10_08-04_01_16.tar.gz  backup_2022_04_13-04_01_12.tar.gz
                                      backup_2021_10_09-04_01_09.tar.gz  backup_2022_04_14-04_01_25.tar.gz
                                      backup_2021_10_10-04_01_10.tar.gz  backup_2022_04_15-04_01_10.tar.gz
                                      backup_2021_10_11-04_01_05.tar.gz  backup_2022_04_16-04_01_16.tar.gz
                                      backup_2021_10_12-04_01_11.tar.gz  backup_2022_04_17-04_01_13.tar.gz
                                      backup_2021_10_13-04_01_08.tar.gz  backup_2022_04_18-04_01_11.tar.gz
                                      backup_2021_10_14-04_01_11.tar.gz  backup_2022_04_19-04_01_14.tar.gz
                                      backup_2021_10_15-04_01_08.tar.gz  backup_2022_04_20-04_01_22.tar.gz
                                      backup_2021_10_16-04_01_11.tar.gz  backup_2022_04_21-04_01_13.tar.gz
                                      backup_2021_10_17-04_01_09.tar.gz  backup_2022_04_22-04_01_14.tar.gz
                                      backup_2021_10_18-04_01_11.tar.gz  backup_2022_04_23-04_01_11.tar.gz
                                      backup_2021_10_19-04_01_09.tar.gz  backup_2022_04_24-04_01_09.tar.gz
                                      backup_2021_10_20-04_01_10.tar.gz  backup_2022_04_25-04_01_13.tar.gz
                                      backup_2021_10_21-04_01_07.tar.gz  backup_2022_04_26-04_01_16.tar.gz
                                      backup_2021_10_22-04_01_07.tar.gz  backup_2022_04_27-04_01_09.tar.gz
                                      backup_2021_10_23-04_01_05.tar.gz  backup_2022_04_28-04_01_22.tar.gz
                                      backup_2021_10_24-04_01_07.tar.gz  backup_2022_04_29-04_01_17.tar.gz
                                      backup_2021_10_25-04_01_13.tar.gz  backup_2022_04_30-04_01_13.tar.gz
                                      backup_2021_10_26-04_01_02.tar.gz  backup_2022_05_01-04_01_16.tar.gz
                                      backup_2021_10_27-04_01_09.tar.gz  backup_2022_05_02-04_01_12.tar.gz
                                      backup_2021_10_28-04_01_05.tar.gz  backup_2022_05_03-04_01_12.tar.gz
                                      backup_2021_10_29-04_01_21.tar.gz  backup_2022_05_04-04_01_12.tar.gz
                                      backup_2021_10_30-04_01_15.tar.gz  backup_2022_05_05-04_01_12.tar.gz
                                      backup_2021_10_31-04_01_17.tar.gz  backup_2022_05_06-04_01_17.tar.gz
                                      backup_2021_11_01-04_01_07.tar.gz  backup_2022_05_07-04_01_25.tar.gz
                                      backup_2021_11_02-04_01_11.tar.gz  backup_2022_05_08-04_01_21.tar.gz
                                      backup_2021_11_03-04_01_10.tar.gz  backup_2022_05_09-04_01_10.tar.gz
                                      backup_2021_11_04-04_01_07.tar.gz  backup_2022_05_10-04_01_14.tar.gz
                                      backup_2021_11_05-04_01_08.tar.gz  backup_2022_05_11-04_01_18.tar.gz
                                      backup_2021_11_06-04_01_11.tar.gz  backup_2022_05_12-04_01_15.tar.gz
                                      backup_2021_11_07-04_01_13.tar.gz  backup_2022_05_13-03_55_42.tar.gz
                                      backup_2021_11_08-04_01_10.tar.gz  backup_2022_05_13-04_01_02.tar.gz
                                      backup_2021_11_09-04_01_10.tar.gz  backup_2022_05_14-04_01_11.tar.gz
                                      backup_2021_11_10-04_01_12.tar.gz  backup_2022_05_14-23_32_32.tar.gz
                                      backup_2021_11_11-04_01_11.tar.gz  backup_2022_05_14-23_48_33.tar.gz
                                      backup_2021_11_12-04_01_10.tar.gz  backup_2022_05_14-23_56_37.tar.gz
                                      backup_2021_11_13-04_01_13.tar.gz  backup_2022_05_15-00_13_38.tar.gz
                                      backup_2021_11_14-04_01_11.tar.gz  backup_2022_05_15-00_17_58.tar.gz
                                      backup_2021_11_15-04_01_10.tar.gz  backup_2022_05_15-00_18_12.tar.gz
                                      backup_2021_11_16-04_01_10.tar.gz  backup_2022_05_15-00_19_19.tar.gz
                                      backup_2021_11_17-04_01_13.tar.gz  backup_2022_05_15-00_19_29.tar.gz
                                      backup_2021_11_18-04_01_19.tar.gz  backup_2022_05_15-04_01_09.tar.gz
                                      backup_2021_11_19-04_01_12.tar.gz  backup_2022_05_17-21_11_40.tar.gz
                                      backup_2021_11_20-04_01_13.tar.gz  backup_2022_05_17-21_13_23.tar.gz
                                      backup_2021_11_21-04_01_15.tar.gz  backup_2022_05_17-21_16_02.tar.gz
                                      backup_2021_11_22-04_01_07.tar.gz  backup_2022_05_17-21_16_30.tar.gz
                                      backup_2021_11_23-04_01_08.tar.gz  backup_2022_05_17-21_21_59.tar.gz
                                      backup_2021_11_24-04_01_10.tar.gz  backup_2022_05_17-21_23_38.tar.gz
                                      backup_2021_11_25-04_01_08.tar.gz  backup_2022_05_17-21_25_31.tar.gz
                                      backup_2021_11_26-04_01_10.tar.gz  backup_2022_05_17-21_25_45.tar.gz
                                      backup_2021_11_27-04_01_18.tar.gz  backup_2022_05_17-21_26_36.tar.gz
                                      backup_2021_11_28-04_01_08.tar.gz  backup_2022_05_17-21_29_31.tar.gz
                                      backup_2021_11_29-04_01_11.tar.gz  backup_2022_05_18-04_01_12.tar.gz
                                      backup_2021_11_30-04_01_17.tar.gz  backup_2022_05_18-11_43_11.tar.gz
                                      backup_2021_12_01-04_01_15.tar.gz  backup_2022_05_18-11_45_19.tar.gz
                                      backup_2021_12_02-04_01_18.tar.gz  backup_2022_05_18-11_48_00.tar.gz
                                      backup_2021_12_03-04_01_11.tar.gz  backup_2022_05_18-11_48_23.tar.gz
                                      backup_2021_12_04-04_01_17.tar.gz  backup_2022_05_18-11_49_20.tar.gz
                                      backup_2021_12_05-04_01_11.tar.gz  backup_2022_05_18-11_52_23.tar.gz
                                      backup_2021_12_06-04_01_08.tar.gz  backup_2022_05_18-11_53_14.tar.gz
                                      backup_2021_12_07-04_01_09.tar.gz  backup_2022_05_18-11_55_11.tar.gz
                                      backup_2021_12_08-04_01_07.tar.gz  backup_2022_05_18-12_02_57.tar.gz
                                      backup_2021_12_09-04_01_06.tar.gz  backup_2022_05_18-12_04_07.tar.gz
                                      backup_2021_12_10-04_00_55.tar.gz  backup_2022_05_18-12_15_26.tar.gz
                                      backup_2021_12_11-04_01_05.tar.gz  backup_2022_05_18-12_47_07.tar.gz
                                      backup_2021_12_12-04_01_06.tar.gz  backup_2022_05_18-12_47_40.tar.gz
                                      backup_2021_12_13-04_01_22.tar.gz  backup_2022_05_18-19_03_56.tar.gz
                                      backup_2021_12_14-04_01_15.tar.gz  backup_2022_05_18-19_05_02.tar.gz
                                      backup_2021_12_15-04_01_05.tar.gz  backup_2022_05_18-19_05_23.tar.gz
                                      backup_2021_12_16-04_01_07.tar.gz  backup_2022_05_18-19_06_08.tar.gz
                                      backup_2021_12_17-04_01_10.tar.gz  backup_2022_05_18-19_06_33.tar.gz
                                      backup_2021_12_18-04_01_12.tar.gz  backup_2022_05_18-19_08_28.tar.gz
                                      backup_2021_12_19-04_01_01.tar.gz  backup_2022_05_18-19_08_58.tar.gz
                                      backup_2021_12_20-04_01_13.tar.gz  backup_2022_05_18-19_11_40.tar.gz
                                      backup_2021_12_21-04_01_16.tar.gz  backup_2022_05_18-19_12_12.tar.gz
                                      backup_2021_12_22-04_01_10.tar.gz  backup_2022_05_18-19_13_55.tar.gz
                                      backup_2021_12_23-04_01_11.tar.gz  backup_2022_05_18-19_21_28.tar.gz
                                      backup_2021_12_24-04_01_09.tar.gz  backup_2022_05_18-19_22_20.tar.gz
                                      backup_2021_12_25-04_01_22.tar.gz  backup_2022_05_18-19_26_23.tar.gz
                                      backup_2021_12_26-04_00_56.tar.gz  backup_2022_05_18-19_27_21.tar.gz
                                      backup_2021_12_27-04_01_08.tar.gz  backup_2022_05_18-20_06_49.tar.gz
                                      backup_2021_12_28-04_01_09.tar.gz  backup_2022_05_19-04_01_12.tar.gz
                                      backup_2021_12_29-04_01_17.tar.gz  backup_2022_05_19-12_47_00.tar.gz
                                      backup_2021_12_30-04_00_54.tar.gz  backup_2022_05_19-12_47_15.tar.gz
                                      backup_2021_12_31-04_01_14.tar.gz  backup_2022_05_19-12_47_34.tar.gz
                                      backup_2022_01_01-04_01_13.tar.gz  backup_2022_05_19-12_47_53.tar.gz
                                      backup_2022_01_02-04_01_10.tar.gz  backup_2022_05_19-13_02_48.tar.gz
                                      backup_2022_01_03-04_01_09.tar.gz  backup_2022_05_19-13_20_11.tar.gz
                                      backup_2022_01_04-04_01_13.tar.gz  backup_2022_05_19-13_46_50.tar.gz
                                      backup_2022_01_05-04_01_12.tar.gz  backup_2022_05_19-13_52_26.tar.gz
                                      backup_2022_01_06-04_01_15.tar.gz  backup_2022_05_19-13_59_21.tar.gz
                                      backup_2022_01_07-04_01_11.tar.gz  backup_2022_05_19-17_15_03.tar.gz
                                      backup_2022_01_08-04_01_09.tar.gz  backup_2022_05_19-17_15_33.tar.gz
                                      backup_2022_01_09-04_01_07.tar.gz  backup_2022_05_20-04_01_16.tar.gz
                                      backup_2022_01_10-04_01_11.tar.gz  backup_2022_05_20-10_36_13.tar.gz
                                      backup_2022_01_11-04_01_18.tar.gz  backup_2022_05_20-10_58_41.tar.gz
                                      backup_2022_01_12-04_01_06.tar.gz  backup_2022_05_20-11_00_05.tar.gz
                                      backup_2022_01_13-04_01_10.tar.gz  backup_2022_05_21-04_01_15.tar.gz
                                      backup_2022_01_14-04_01_11.tar.gz  backup_2022_05_22-04_01_17.tar.gz
                                      backup_2022_01_15-04_01_09.tar.gz  backup_2022_05_23-04_01_19.tar.gz
                                      backup_2022_01_16-04_01_09.tar.gz  backup_2022_05_23-15_18_12.tar.gz
                                      backup_2022_01_17-04_01_10.tar.gz  backup_2022_05_23-15_19_22.tar.gz
                                      backup_2022_01_18-04_01_11.tar.gz  backup_2022_05_23-15_29_32.tar.gz
                                      backup_2022_01_19-04_01_09.tar.gz  backup_2022_05_23-15_29_52.tar.gz
                                      backup_2022_01_20-04_01_11.tar.gz  backup_2022_05_23-15_33_29.tar.gz
                                      backup_2022_01_21-04_00_53.tar.gz  shepherd.db
                                      
                                      Asgothian 1 Reply Last reply Reply Quote 0
                                      • Asgothian
                                        Asgothian Developer @Creaven last edited by

                                        @creaven in diesen Dateien befindet sich die Shepherd.dB Datei. Du solltest eine Datei entpacken die von vor dem Absturz stammt..A.

                                        1 Reply Last reply Reply Quote 0
                                        • Creaven
                                          Creaven last edited by

                                          @asgothian Danke. Ich hab die Datei entpackt, aber es macht keinen Unterschied.

                                          Mittlerweile kann ich den Adapter gar nicht mehr installieren (weder über Git noch über die Auswahl der Adapter).

                                          Bekomme den Fehlercode 25 angezeigt:

                                          host.iobrokerserver Cannot install iobroker.zigbee@1.6.18: 1
                                          
                                          ERROR: Process exited with code 25
                                          
                                          Asgothian Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Asgothian
                                            Asgothian Developer @Creaven last edited by

                                            @creaven ich kann bei der Informationslage nicht nachvollziehen was du getan hast. Du solltest nur die gz Datei im angegebenen Verzeichnis entpacken und den adapter neu starten - nicht neu installieren.

                                            A.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            913
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            35
                                            1263
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo