Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [Erledigt] zigbee läuft nicht nach Umzug auf proxmox

    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

    [Erledigt] zigbee läuft nicht nach Umzug auf proxmox

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @lesiflo last edited by

      @lesiflo

      Also danach?

      Proxmox - LXC (Linux Containers) -> USB Geräte durchreichen

      Und wo konkret hast du Probleme?

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

        @thomas-braun Ja danach bin ich vorgegangen. Das Problem ist, das der Adapter gelb bleibt und die Meldungen hier kommen:

        
        zigbee.0
        2024-02-02 09:00:30.823	error	Error herdsman start
        
        zigbee.0
        2024-02-02 09:00:30.823	error	Failed to start Zigbee
        
        zigbee.0
        2024-02-02 09:00:30.823	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
        
        zigbee.0
        2024-02-02 09:00:30.672	info	Installed Version: iobroker.zigbee@1.10.1
        
        zigbee.0
        2024-02-02 09:00:30.659	info	Starting Zigbee npm ...
        
        zigbee.0
        2024-02-02 09:00:30.658	info	Try to reconnect. 1 attempts left
        
        zigbee.0
        2024-02-02 09:00:20.684	info	debug devices set to []
        
        zigbee.0
        2024-02-02 09:00:20.657	error	Error herdsman start
        
        zigbee.0
        2024-02-02 09:00:20.657	error	Failed to start Zigbee
        
        zigbee.0
        2024-02-02 09:00:20.657	error	Starting zigbee-herdsman problem : "get network parameters Error:TIMEOUT"
        
        zigbee.0
        2024-02-02 09:00:10.605	info	Coordinator firmware version: undefined
        
        zigbee.0
        2024-02-02 09:00:07.424	info	Installed Version: iobroker.zigbee@1.10.1
        

        Hier noch meine Konfigurationsdatei:

        arch: amd64
        cores: 4
        features: nesting=1
        hostname: iobroker
        memory: 4096
        net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.2.1,hwaddr=BC:24:11:0F:06:DF,ip=192.168.2.50/24,ip6=dhcp,type=veth
        ostype: ubuntu
        rootfs: local-lvm:vm-100-disk-1,size=16G
        swap: 512
        unprivileged: 1
        lxc.cgroup2.devices.allow: c 189:* rwm
        lxc.mount.entry: usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2151036-if00 dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_I>
        lxc.cgroup2.devices.allow: c 166:* rwm
        lxc.mount.entry: /var/lib/lxc/100/devices/ttyACM0 dev/ttyACM0 none bind,optional,create=file
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @lesiflo last edited by

          @lesiflo

          Und wie sah jetzt deine Lösung aus?
          Wäre für die Nachwelt interessant, die hier in den Thread stolpert.

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

            @thomas-braun Ich habe den Zigbee Stick mal aus lauter Verzweifelung an einen USB-Port am proxmox Server gesteckt.
            Danach ging es, warum auch immer.

            Thomas Braun MartinP 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @lesiflo last edited by

              @lesiflo

              Und wo hat der zuvor gesteckt?

              L 1 Reply Last reply Reply Quote 0
              • MartinP
                MartinP @lesiflo last edited by

                @lesiflo Interessant wäre, was jetzt hierbei herauskommt ...

                martin@ZigbeeStuff:~$ ls -l /dev/serial/by-id/
                insgesamt 0
                lrwxrwxrwx 1 root root 13 28. Dez 10:41 usb-dresden_elektronik_ConBee_III_DE03189531-if00-port0 -> ../../ttyUSB0
                

                Der Hinweis "-> ../../ttyUSB0" dass es ein Symlink ist, fehlte bei Deiner Ausgabe

                L 1 Reply Last reply Reply Quote 0
                • L
                  lesiflo Most Active @MartinP last edited by

                  @martinp sagte in [Erledigt] zigbee läuft nicht nach Umzug auf proxmox:

                  ls -l /dev/serial/by-id/

                  Auf der VM vom iobroker steht das hier:

                  pi@iobroker:~$ ls -l /dev/serial/by-id/
                  total 0
                  ---------- 1 root root 0 Feb  2 11:46 usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2151036-if00
                  pi@iobroker:~$ 
                  

                  Auf dem proxmox das hier:

                  root@proxmox:~# ls -l /dev/serial/by-id/
                  total 0
                  lrwxrwxrwx 1 root root 13 Feb  2 11:50 usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2151036-if00 -> ../../ttyACM0
                  root@proxmox:~# 
                  
                  1 Reply Last reply Reply Quote 0
                  • L
                    lesiflo Most Active @Thomas Braun last edited by

                    @thomas-braun Vorher steckte er in einem USB 2.0 Port jetzt in einen 3.0 Port. Kann aber auch Zufall gewesen sein das es jetzt geht.

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

                      @lesiflo

                      Direkt im Port? Diese Zigbee-USB-Stöckchen hängen am liebsten an einer Verlängerung.

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

                        @thomas-braun Mit 1m Verlängerung.

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        883
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        3
                        13
                        316
                        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