ConbeeII Stick Firmenware

Moin,

wie kann ich diese Fehler (Siehe Bild) beheben?
Gateway zurücksetzen funktioniert ebenfalls nicht.

Mit freundlichen Grüßen
Frank62
Moin,

how can I fix these errors (see picture)?
Resetting the gateway does not work either.

Please write in English as we are an English forum.

I made the english translation with Deepl. I do not know English. I don’t know if Deepl did it right.

The stick is not seen by Phoscon.

How are you running deconz ?

Hiermit konnte ich mein Problem lösen, der Stick läuft jetzt mit Docker.
With this I was able to solve my problem, the stick is now running Docker.
gruß frank

https://www.libe.net/conbee-2

I think, that better is use original repo:

  deconz:
    image: deconzcommunity/deconz:stable
    container_name: deconz
    restart: unless-stopped
    ports:
      - "8090:80"
      - "443:443"
      - "5901:5900"
    volumes:
      - ./volumes/deconz:/opt/deCONZ
    devices:
      #ConBee II:
      - /dev/ttyACM0
    environment:
      - DECONZ_VNC_MODE=1
      - DECONZ_VNC_PASSWORD=yourpassword
      - DEBUG_INFO=1
      - DEBUG_APS=0
      - DEBUG_ZCL=0
      - DEBUG_ZDP=0
      - DEBUG_OTAU=0
      - TZ=Europe/Prague