Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. ZigBee Probleme mit dem CC2531 - irgendwie behebbar??

    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 Probleme mit dem CC2531 - irgendwie behebbar??

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sunshineh @TeNNo2k5 last edited by

      Hi,
      gibt es mittlerweile eine Lösung für dieses Problem? Manchmal läuft es eine ganze Weile und dann hängt er sich wieder auf und ich bekomme ihn nicht mehr zum Laufen - auch nach mehreren Neustarts nicht - ohne dass ich den Stick manuell beziehen muss 😞
      Da der Rasberry samt Antenne in 5m Höhe untergebracht ist, ist das ziemlich bescheiden.

      Hat wer vielleicht schon mal ein Skript, dass regelmäßig überwacht, ob der Adapter noch funktioniert und ihn versucht per Softwarebefehle wieder zu starten?

      Ich wäre wirklich froh, wenn ich mich darauf mal verlassen könnte...

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

        @sunshineh sagte in ZigBee Probleme mit dem CC2531 - irgendwie behebbar??:

        gibt es mittlerweile eine Lösung für dieses Problem?

        Hier kein Problem. Wie sehen deine Einstellungen und Versionsstände aus? Firmware des Sticks? Version des zigbee-Adapters? Version von nodeJS?
        Device link by-id? Oder auf /dev/ttyUSBx ?

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

          @sunshineh sagte in ZigBee Probleme mit dem CC2531 - irgendwie behebbar??:

          gibt es mittlerweile eine Lösung für dieses Problem?

          nein und es wird keine geben.. da der cc2531 relativ alt ist und es lohnt sich nicht mehr Zeit zu inverstieren um dies zu beheben..

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

            @tenno2k5 du hast eine Zwischenversion erwischt die war buggy..

            du müsstest

            adapter stoppen
            dann per konsole diesen löschen.. rm -R /opt/iobroker/node_modules/iobroker.zigbee
            dann neu aus GIT installieren
            dann adapter neu starten.

            1 Reply Last reply Reply Quote 0
            • I
              ioThomas last edited by

              @thomas-braun
              Moin Thomas,
              ich hänge auch an diesem Problem fest. ProxMox LXC Container Zigbee CC2531 an den Container weiterleiten. Der Stick wird im Knoten erkannt und ich habe den Bus und die ID. Ich finde die 120.conf Datei nicht. (bei mir die LXC ID). Liegt das ggf. am root Login? (ProxMox Standard).

              Bevor ich alles neu auf einer VM installiere, wollte ich versuchen den Container zu behalten.

              TeNNo2k5 1 Reply Last reply Reply Quote 0
              • TeNNo2k5
                TeNNo2k5 @ioThomas last edited by

                @iothomas

                Die LXC Config Dateien befinden sich im Pfad:

                /etc/pve/lxc
                
                I 1 Reply Last reply Reply Quote 0
                • I
                  ioThomas @TeNNo2k5 last edited by ioThomas

                  @tenno2k5
                  Screenshot 2022-01-07 115645.jpg

                  irgendwas scheint da nicht zu stimmen. Oder sind es die Rechte?

                  TeNNo2k5 1 Reply Last reply Reply Quote 0
                  • TeNNo2k5
                    TeNNo2k5 @ioThomas last edited by

                    @iothomas

                    Der Root User hat die höchsten Rechte im System und sollte auf jedenfall Zugriff auf die Datei/Ordner haben.

                    Warum der Standardpfad bei dir nicht vorhanden ist kann ich mir nicht erklären, aber du kannst mal versuchen über den find Befehl die config Datei zu suchen:

                    find / -name 120.conf
                    
                    I 1 Reply Last reply Reply Quote 0
                    • FredF
                      FredF Most Active Forum Testing last edited by

                      @iothomas
                      Probier es mal mit dieser Anleitung, damit sollte es klappen.

                      @TeNNo2k5
                      Die LXC Config dateien sind nur über den pve erreichbar

                      1 Reply Last reply Reply Quote 0
                      • I
                        ioThomas @TeNNo2k5 last edited by ioThomas

                        @tenno2k5 Screenshot 2022-01-07 125213.jpg

                        die hatte ich auch schon gesucht. Es kommt keine Reaktion auf die Anfrage.

                        Und schon mal vielen Dank, dass du dich kümmerst. 👍

                        TeNNo2k5 1 Reply Last reply Reply Quote 0
                        • TeNNo2k5
                          TeNNo2k5 @ioThomas last edited by

                          @iothomas

                          Setze mal bitte folgenden Befehl ab, und poste die Ausgabe.

                          systemctl status pve-cluster
                          
                          I 1 Reply Last reply Reply Quote 0
                          • I
                            ioThomas @TeNNo2k5 last edited by

                            @tenno2k5 sagte in ZigBee Probleme mit dem CC2531 - irgendwie behebbar??:

                            systemctl status pve-cluster

                            root@ProxMox:~# systemctl status pve-cluster
                            ● pve-cluster.service - The Proxmox VE cluster filesystem
                                 Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled)
                                 Active: active (running) since Sun 2022-01-02 09:17:10 CET; 5 days ago
                               Main PID: 2096055 (pmxcfs)
                                  Tasks: 8 (limit: 18988)
                                 Memory: 54.3M
                                    CPU: 5min 13.375s
                                 CGroup: /system.slice/pve-cluster.service
                                         └─2096055 /usr/bin/pmxcfs
                            
                            Jan 02 09:17:09 ProxMox systemd[1]: Starting The Proxmox VE cluster filesystem...
                            Jan 02 09:17:10 ProxMox systemd[1]: Started The Proxmox VE cluster filesystem.
                            root@ProxMox:~# 
                            
                            TeNNo2k5 1 Reply Last reply Reply Quote 0
                            • TeNNo2k5
                              TeNNo2k5 @ioThomas last edited by TeNNo2k5

                              @iothomas

                              ok sieht soweit gut aus, aber irgendetwas stimmt bei deinem System nicht, starte doch mal bitte dein Proxmox System neu und prüfe ob unter /etc der pve Ordner erscheint.

                              I 1 Reply Last reply Reply Quote 0
                              • I
                                ioThomas @TeNNo2k5 last edited by ioThomas

                                root@ProxMox:~# cd /etc
                                root@ProxMox:/etc# ls
                                adduser.conf            deluser.conf     inputrc         manpath.config  python3           smartmontools
                                aliases                 dhcp             insserv.conf.d  mediaprm        python3.9         ssh
                                aliases.db              dpkg             iproute2        mime.types      rc0.d             ssl
                                alternatives            e2scrub.conf     iscsi           mke2fs.conf     rc1.d             subgid
                                apparmor                environment      issue           modprobe.d      rc2.d             subgid-
                                apparmor.d              ethertypes       issue.net       modules         rc3.d             subuid
                                apt                     fdmount.conf     kernel          modules-load.d  rc4.d             subuid-
                                bash.bashrc             fonts            ksmtuned.conf   motd            rc5.d             sudoers.d
                                bash_completion         fstab            kvm             mtab            rc6.d             sv
                                bash_completion.d       fuse.conf        ld.so.cache     nanorc          rcS.d             swtpm-localca.conf
                                bindresvport.blacklist  gai.conf         ld.so.conf      netconfig       reportbug.conf    swtpm-localca.options
                                binfmt.d                groff            ld.so.conf.d    network         request-key.conf  swtpm_setup.conf
                                ca-certificates         group            libaudit.conf   networks        request-key.d     sysctl.conf
                                ca-certificates.conf    group-           libnl-3         nftables.conf   resolv.conf       sysctl.d
                                ceph                    grub.d           locale.alias    nsswitch.conf   resolvconf        systemd
                                chrony                  gshadow          locale.gen      opt             rmt               terminfo
                                cifs-utils              gshadow-         localtime       os-release      rpc               timezone
                                console-setup           gss              logcheck        pam.conf        rsyslog.conf      tmpfiles.d
                                corosync                hdparm.conf      login.defs      pam.d           rsyslog.d         ucf.conf
                                cron.d                  host.conf        logrotate.conf  passwd          runit             udev
                                cron.daily              hostid           logrotate.d     passwd-         samba             ufw
                                cron.hourly             hostname         lvm             perl            security          update-motd.d
                                cron.monthly            hosts            lxc             postfix         selinux           vim
                                crontab                 hosts.allow      machine-id      ppp             services          vzdump.conf
                                cron.weekly             hosts.deny       magic           profile         shadow            wgetrc
                                dbus-1                  idmapd.conf      magic.mime      profile.d       shadow-           X11
                                debconf.conf            init.d           mailcap         protocols       shells            xattr.conf
                                debian_version          initramfs        mailcap.order   pulse           skel              xdg
                                default                 initramfs-tools  mail.rc         pve             smartd.conf       zfs
                                root@ProxMox:/etc# cd /pve
                                -bash: cd: /pve: No such file or directory
                                root@ProxMox:/etc# 
                                

                                alles über reboot

                                TeNNo2k5 1 Reply Last reply Reply Quote 0
                                • TeNNo2k5
                                  TeNNo2k5 @ioThomas last edited by

                                  @iothomas

                                  ach das ist mir vorhin gar nicht aufgefallen, du musst

                                  cd pve eingeben und nicht cd /pve

                                  I 1 Reply Last reply Reply Quote 0
                                  • I
                                    ioThomas @TeNNo2k5 last edited by ioThomas

                                    @tenno2k5 ```

                                    root@ProxMox:/etc# cd /pve
                                    -bash: cd: /pve: No such file or directory
                                    root@ProxMox:/etc# cd pve
                                    root@ProxMox:/etc/pve# ls
                                    authkey.pub      ha        lxc     priv             qemu-server      storage.cfg    vzdump.cron
                                    authkey.pub.old  jobs.cfg  nodes   pve-root-ca.pem  replication.cfg  user.cfg
                                    datacenter.cfg   local     openvz  pve-www.key      sdn              virtual-guest
                                    root@ProxMox:/etc/pve# cd qemu-server
                                    root@ProxMox:/etc/pve/qemu-server# ls
                                    root@ProxMox:/etc/pve/qemu-server# ls -l
                                    total 0
                                    root@ProxMox:/etc/pve/qemu-server#```
                                    FredF TeNNo2k5 2 Replies Last reply Reply Quote 0
                                    • FredF
                                      FredF Most Active Forum Testing @ioThomas last edited by

                                      @iothomas Ich sagte doch schon du musst dich in der pve einloggen

                                      I 1 Reply Last reply Reply Quote 0
                                      • TeNNo2k5
                                        TeNNo2k5 @ioThomas last edited by

                                        @iothomas

                                        ja und jetzt in lxc ordner navigieren mit cd lxc^^

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          ioThomas @TeNNo2k5 last edited by

                                          @TeNNo2k5

                                          root@ProxMox:/etc/pve# ls
                                          authkey.pub      ha        lxc     priv             qemu-server      storage.cfg    vzdump.cron
                                          authkey.pub.old  jobs.cfg  nodes   pve-root-ca.pem  replication.cfg  user.cfg
                                          datacenter.cfg   local     openvz  pve-www.key      sdn              virtual-guest
                                          root@ProxMox:/etc/pve# cd lxc
                                          root@ProxMox:/etc/pve/lxc# ls
                                          110.conf  120.conf
                                          root@ProxMox:/etc/pve/lxc#
                                          

                                          okee, da sind sie ja.

                                          I 1 Reply Last reply Reply Quote 0
                                          • I
                                            ioThomas @ioThomas last edited by

                                              GNU nano 5.4                                         120.conf                                                   
                                            arch: amd64
                                            cores: 1
                                            features: nesting=1
                                            hostname: ioBroker
                                            memory: 4096
                                            net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=0E:45:A6:8B:EE:EB,ip=192.168.178.36/24,ip6=dhcp,t>
                                            onboot: 1
                                            ostype: debian
                                            rootfs: DiskStation:120/vm-120-disk-1.raw,size=8G
                                            swap: 512
                                            unprivileged: 1
                                            
                                            TeNNo2k5 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            870
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            75
                                            5003
                                            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