Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Kochen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Best 0
    • Groups 1

    Kochen

    @Kochen

    Starter

    0
    Reputation
    10
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Kochen Follow
    Starter

    Latest posts made by Kochen

    • RE: [gelöst] Proxmox Zigbee Permisson denied

      @crunkfx ok, danke.
      Dann werde ich es mal mit einem privilegierten Container ausprobieren.
      Also einfach einen erstellen bzw. aus dem Backup heraus und dann?
      Muss noch irgendwas in der Config angepasst werden? Oder was muss ich dann beim Zigbee Adapter einstellen? /dev/ttyUSB0 ?
      Viele Grüße

      posted in Einbindung von Geräten
      K
      Kochen
    • RE: [gelöst] Proxmox Zigbee Permisson denied

      @mcu
      Hi, hier die Daten, dabei habe ich mich an diese Anleitung gehalten:
      https://www.iobroker.net/#de/documentation/install/proxmox.md

      Host

      code_textroot@proxmox:~# lsusb
      Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
      Bus 001 Device 005: ID 8087:07da Intel Corp. Centrino Bluetooth Wireless Transceiver
      Bus 001 Device 006: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
      Bus 001 Device 007: ID 0451:bef3 Texas Instruments, Inc. CC1352R1 Launchpad
      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      root@proxmox:~# 
      
      
      root@proxmox:~# ls -l /dev/bus/usb/001/010
      crw-rw-rw- 1 root users 189, 9 Sep 24 20:31 /dev/bus/usb/001/010
      root@proxmox:~# 
      
      root@proxmox:~# ls /dev/serial/by-id/
      usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f266e43a5229ec1184766f7840c9ce8d-if00-port0
      root@proxmox:~# 
      
      root@proxmox:~# ls -l /dev/ttyACM*
      ls: cannot access '/dev/ttyACM*': No such file or directory
      root@proxmox:~# ls -l /dev/ttyUSB*
      crw-rw-rw- 1 root dialout 188, 0 Sep 24 20:31 /dev/ttyUSB0
      root@proxmox:~# 
      
       GNU nano 5.4                                                                     115.conf *                                                                            
      arch: amd64
      cores: 1
      features: nesting=1
      hostname: ioBroker
      memory: 1024
      net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=6E:65:FC:36:43:CB,ip=dhcp,type=veth
      ostype: debian
      parent: nachIoInstall
      rootfs: local-lvm:vm-115-disk-0,size=16G
      swap: 1024
      unprivileged: 1
      
      lxc.cgroup2.devices.allow: c 189:* rwm
      lxc.mount.entry: usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxx-if00-port0 dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxx-if00-port0 none bind,optional,create=file
      
      lxc.cgroup2.devices.allow: c 188:* rwm
      lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
      
      [nachIoInstall]
      #ioBroker erfolgreich installiert ip 163
      arch: amd64
      cores: 1
      features: nesting=1
      hostname: ioBroker
      memory: 1024
      net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=6E:65:FC:36:43:CB,ip=dhcp,type=veth
      ostype: debian
      parent: vorIOInstall
      rootfs: local-lvm:vm-115-disk-0,size=16G
      snaptime: 1664004213
      swap: 1024
      unprivileged: 1
      
      [vorIOInstall]
      #Date, User David updates
      arch: amd64
      cores: 1
      features: nesting=1
      hostname: ioBroker
      
      root@proxmox:/etc/pve/lxc# chmod o+rw /dev/ttyUSB*
      root@proxmox:/etc/pve/lxc# 
      

      LXC Container:

      david@ioBroker:~$ lsusb
      Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
      Bus 001 Device 005: ID 8087:07da Intel Corp. Centrino Bluetooth Wireless Transceiver
      Bus 001 Device 004: ID 0451:bef3 Texas Instruments, Inc. CC1352R1 Launchpad
      Bus 001 Device 003: ID 046a:0180 Cherry GmbH Strait 3.0
      Bus 001 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      david@ioBroker:~$ 
      
      david@ioBroker:~$ ls -l /dev
      total 0
      crw--w---- 1 root   tty     136, 0 Sep 25 13:33 console
      lrwxrwxrwx 1 root   root        11 Sep 25 13:33 core -> /proc/kcore
      lrwxrwxrwx 1 root   root        13 Sep 25 13:32 fd -> /proc/self/fd
      crw-rw-rw- 1 nobody nogroup   1, 7 Sep 25 13:29 full
      lrwxrwxrwx 1 root   root        12 Sep 25 13:33 initctl -> /run/initctl
      lrwxrwxrwx 1 root   root        28 Sep 25 13:33 log -> /run/systemd/journal/dev-log
      drwxrwxrwt 2 nobody nogroup     40 Sep 25 13:32 mqueue
      crw-rw-rw- 1 nobody nogroup   1, 3 Sep 25 13:29 null
      crw-rw-rw- 1 root   root      5, 2 Sep 25 13:34 ptmx
      drwxr-xr-x 2 root   root         0 Sep 25 13:32 pts
      crw-rw-rw- 1 nobody nogroup   1, 8 Sep 25 13:29 random
      drwxr-xr-x 3 root   root        60 Sep 25 13:32 serial
      drwxrwxrwt 2 root   root        40 Sep 25 13:33 shm
      lrwxrwxrwx 1 root   root        15 Sep 25 13:32 stderr -> /proc/self/fd/2
      lrwxrwxrwx 1 root   root        15 Sep 25 13:32 stdin -> /proc/self/fd/0
      lrwxrwxrwx 1 root   root        15 Sep 25 13:32 stdout -> /proc/self/fd/1
      crw-rw-rw- 1 nobody nogroup   5, 0 Sep 25 13:29 tty
      crw------- 1 david  tty     136, 1 Sep 25 13:34 tty1
      crw--w---- 1 root   tty     136, 2 Sep 25 13:33 tty2
      crw-rw-rw- 1 nobody nogroup 188, 0 Sep 25 13:29 ttyUSB0
      crw-rw-rw- 1 nobody nogroup   1, 9 Sep 25 13:29 urandom
      crw-rw-rw- 1 nobody nogroup   1, 5 Sep 25 13:29 zero
      david@ioBroker:~$ 
      

      Zigbee Adapter:

      4cacc741-6785-439b-8931-b132fdaacb11-image.png

      
      zigbee.0
      2022-09-25 13:38:33.445	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
      
      zigbee.0
      2022-09-25 13:37:25.932	error	Error herdsman start
      
      zigbee.0
      2022-09-25 13:37:25.931	error	Failed to start Zigbee
      
      zigbee.0
      2022-09-25 13:37:25.930	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
      
      zigbee.0
      2022-09-25 13:37:15.741	error	Error herdsman start
      
      zigbee.0
      2022-09-25 13:37:15.740	error	Failed to start Zigbee
      
      zigbee.0
      2022-09-25 13:37:15.740	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
      
      zigbee.0
      2022-09-25 13:37:14.925	error	Serial port not selected! Go to settings page.
      

      Irgendwelche Ideen?
      Ich versuche es nun schon seit einigen Tagen, aber ohne Erfolg 😞

      posted in Einbindung von Geräten
      K
      Kochen
    • RE: [gelöst] Proxmox Zigbee Permisson denied

      @mcu Kannst du mir sagen, was du in/an der conf umgestellt hast?
      Ich habe die gleichen Probleme:

      Container:

      ls -l /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxx-if00-port0
      ---------- 1 root root 0 Sep 22 13:56 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxx-if00-port0
      
      posted in Einbindung von Geräten
      K
      Kochen
    • RE: Test Adapter Device-Watcher v2.x.x GitHub/Latest

      @ciddi89 Besten Dank. Eine Neuinstallation hat geholfen.

      posted in Tester
      K
      Kochen
    • RE: Test Adapter Device-Watcher v2.x.x GitHub/Latest

      @ciddi89 Kannst du helfen?

      posted in Tester
      K
      Kochen
    • RE: Test Adapter Device-Watcher v2.x.x GitHub/Latest

      Hallo zusammen,

      mal ne ganz blöde Frage:
      Was mache ich falsch?
      Ich habe den Adapter installiert und unter Objekten taucht die Instanz auch auf, aber ohne irgendeinen Inhalt:

      64ec5651-5755-4a06-8e17-aa459ec78b4e-image.png

      Stehe ich irgendwie auf dem Schlauch?

      Viele Grüße

      posted in Tester
      K
      Kochen
    • Graph Sensor Verlauf - HomeKit?!?

      Hallo zusammen,
      Ich suche nun schon etwas länger nach einer Lösung für folgenden Wunsch von mir:
      Ich würde gern in meinen Räumen, in der HomeKit App, jeweils eine Graph über den Temperatur- und Luftfeuchtigkeitsverlauf einfügen.
      Kann das irgendwie über E-Charts, Grafana, yahka, Homebridge oder sonst wie integriert werden?
      Ich habe dazu leider noch nichts passendes gefunden…

      posted in ioBroker Allgemein
      K
      Kochen
    • Foto über 3D Druck Status per Telegram

      Hallo,
      ich möchten den Status meines 3D-Druckers mit folgender Anleitung per Telegram erhalten:
      https://www.youtube.com/watch?v=g-MaFbpXNqI&t=250s
      Leider funktioniert die Bild Übermittlung nicht. Ich erhalte immer:
      /opt/iobroker/Bild_Kamera/Kamera.jpg
      Welchem Nutzer muss ich wo, welche Rechte geben?
      OctoPrint läuft auf einem Raspberry, Hikam macht die Aufnahmen und ioBroker läuft unter Proxmox auf einem anderen Systeme.
      Ich bin Neuling was Linux und Co angeht 😉

      posted in Skripten / Logik
      K
      Kochen
    • RE: Yahka Sprinkler mit Zeitsteuerung

      @porto Kannst du dein Blockly ggf. zur Verfügung stellen? Ich komme mit dem JavaSkript nicht weiter...

      posted in ioBroker Allgemein
      K
      Kochen
    • RE: js-controller, System, chroma-js Probleme? Hilfe benötigt

      Sorry vergessen:

      2b798883-ccd4-4b1d-94cd-652db042f7f3-image.png

      Ist bereits eingetragen.

      posted in ioBroker Allgemein
      K
      Kochen
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo