Homebridge-deconz

  • Geh mal in der PhosconApp auf "Verbinden" und gib dann in der Konsole folgendes ein:

    Code
    deconz -H 192.168.178.20:8081 getApiKey

    wenn das nicht hilft:

    Code
    ui -D put / '{"expose": true}'


  • Code
    pi@hbridge:~ $ deconz
    -bash: deconz: Kommando nicht gefunden.
    pi@hbridge:~ $ ui
    -bash: ui: Kommando nicht gefunden.
    pi@hbridge:~ $ 

    Beide Befehle nicht vorhanden.

    Rasperry wurde mit org bullseye image installiert

    Code
    PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
    NAME="Debian GNU/Linux"
    VERSION_ID="11"
    VERSION="11 (bullseye)"
    VERSION_CODENAME=bullseye
    ID=debian
    HOME_URL="https://www.debian.org/"
    SUPPORT_URL="https://www.debian.org/support"
    BUG_REPORT_URL="https://bugs.debian.org/"

    deconz als Paket (apt install deconz) installiert


    homebridge installiert nach Anleitung

    Install Homebridge on Raspbian
    HomeKit support for the impatient. Contribute to homebridge/homebridge development by creating an account on GitHub.
    github.com


    Children eingerichtet



    wie könnte ich

    ui -D put / '{"expose": true}'

    per curl eingeben?

  • Schau dir mal die Info zur dynamischen Konfiguration an. Eigentlich sollte das so funktionieren wie ich es beschrieben habe.

    Die API wird bei der Installation mit installiert


    Einmal editiert, zuletzt von Spy ()

  • Hallo Gemeinde,


    habe heute meinen Pi4 mal mit neuer SD-Karte neu aufgesetzt und im Anschluss das Homebridge-Backup eingespielt. Danach über sudo hb-config noch deCONZ installiert und den Conbee2 Stick angesteckt. Das deCONZ Plugin meldet mir jetzt folgendes


    [04/02/2024, 13:37:30] [deCONZ] Phoscon.gateway: request 1: GET /

    [04/02/2024, 13:37:30] [deCONZ] Phoscon.gateway: warning: request 1: /: api error 1: unauthorized user

    [04/02/2024, 13:37:30] [deCONZ] 1 gateways

    [04/02/2024, 13:37:30] [deCONZ] created debug dump file /var/lib/homebridge/homebridge-deconz.json.gz


    Unter "Geräte" in der Homebridge werden mir meine Geräte nicht mehr angezeigt. In der Phoscon App nach einspielen des Backups für den Conbee2 Stick sehe ich sie aber.


    Jemand eine Idee, wie ich das Problem mit dem unauthorized user lösen kann?

  • Ja, das hatte ich schon gesehen, kann mir aber nicht erklären, was hiermit gemeint sein soll?:


    You need to look at the Gateway accessory in a decent HomeKit app, like Eve. Best unset Expose (that should clear the old API key), and, after a half a minute or so, set it again. Homebridge deCONZ will ask you (in the log) to unlock the gateway, so it can obtain a new API key.


    Yes, that works! I have installed the Eve app on my phone and unset the Expose option. After a few minutes I enabled all Expose options in the Eve app. After a minute or what Homebridge starting to obtain the API keys.

    Thanks a lot for your help! Keep up the good work!