Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Z-wave2 mit iobroker verbinden (im Netzwerk)

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Z-wave2 mit iobroker verbinden (im Netzwerk)

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

      iobroker@iobroker-pi

      Wieso bist du überhaupt als iobroker angemeldet? Der User wird normalerweise von ioBroker angelegt und hat gar keine Login-Shell. Ohne Details zu kennen, würde ich behaupten, du hast irgendwie komisch installiert.

      R 1 Reply Last reply Reply Quote 0
      • R
        rhartmann76 @AlCalzone last edited by

        @alcalzone Danke, ich habe das iobroker Raspberry image installiert. Dies sollte doch passen!?

        Grüße

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @rhartmann76 last edited by Thomas Braun

          @rhartmann76

          Welches Image?
          Und warum überhaupt ein Image?
          Man sollte eh immer von Hand installieren.

          Üblicherweise haben die Images den Standarduser 'pi' aktiv.

          1 Reply Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer last edited by

            Scheint das von der Homepage zu sein.
            https://www.iobroker.net/#de/download bzw. https://forum.iobroker.net/topic/41520/test-image-raspberry-pi-os-v1-0-0

            Also offiziell endorsed.

            @andre hast du ne Idee, warum /dev/serial/by-id fehlt?

            R FredF 2 Replies Last reply Reply Quote 0
            • R
              rhartmann76 @AlCalzone last edited by

              @alcalzone ja, genau das ist es.

              Für "normal-User" ist sowas nun mal ganz gut. "Wir" wollen nun mal nicht immer auf Code-Ebene unterwegs sein 😉

              Danke Euch

              1 Reply Last reply Reply Quote 0
              • FredF
                FredF Most Active Forum Testing @AlCalzone last edited by FredF

                @alcalzone Da gibt es den user iobroker aber auch nicht (mehr?)...

                R 1 Reply Last reply Reply Quote 0
                • R
                  rhartmann76 @FredF last edited by

                  @fredf @AlCalzone

                  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:~ $
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active last edited by

                    @rhartmann76
                    Stick raus, nach einer kurzen Bedenkzeit wieder rein,

                    dmesg -T
                    

                    aufrufen, am Ende müsste dann etwas zu dem Stick stehen .

                    R 2 Replies Last reply Reply Quote 0
                    • R
                      rhartmann76 @Thomas Braun last edited by

                      @thomas-braun

                      ist kein Stick, ist die Platine auf den Pi 3. Trotzdem runter nehmen?

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @rhartmann76 last edited by

                        @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.

                        1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer last edited by

                          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.

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            rhartmann76 @AlCalzone last edited by

                            @alcalzone ich kann doch nicht so doof sein - aber scheinbar mache ich was falsch.

                            zwave.JPG

                            AlCalzone 1 Reply Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer @rhartmann76 last edited by

                              @rhartmann76 Hast du in /boot/config.txt folgende Zeilen drin?

                              enable_uart=1
                              dtoverlay=pi3-miniuart-bt
                              
                              R 1 Reply Last reply Reply Quote 0
                              • R
                                rhartmann76 @Thomas Braun last edited by

                                @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:~ $
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @rhartmann76 last edited by Thomas Braun

                                  @rhartmann76

                                  Dein Netzwerkteil 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.

                                  AlCalzone R 2 Replies Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer @Thomas Braun last edited by

                                    @thomas-braun sagte in Z-wave2 mit iobroker verbinden (im Netzwerk):

                                    Netzwerk

                                    Netzteil meinst du sicher?

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      rhartmann76 @AlCalzone last edited by rhartmann76

                                      @alcalzone dtoverlay=pi3-miniuart-bt fehlt. Habe ich nun eingetragen und einen reboot gemacht.

                                      Leider immer noch GELB

                                      Danke

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

                                        @thomas-braun ok, gibt es eine Empfehlung - was sollte ausreichen?

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @rhartmann76 last edited by

                                          @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.

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            rhartmann76 last edited by

                                            @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

                                            Thomas Braun AlCalzone 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            510
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            44
                                            1846
                                            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