Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter HAM 5.2.0 (GitHub)

    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

    Test Adapter HAM 5.2.0 (GitHub)

    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

      @apollon77

      Die Frage ist, ob du aktuell überhaupt die Zeit hättest, dich damit zu beschäftigen, falls ich ein Debug-Log anfertige?

      apollon77 1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

        @ofbeqnpolkkl6mby5e13 sagte in Test Adapter HAM 5.2.0 (GitHub):

        aktuell

        ist relativ ... Aktuell == in nächster naher zeit ... nein ... aber wenn ich mal wieder habe dann gehe ich Themen durch und dwas da ist kommt eher dran als wenn ich dann nachfragen muss 🙂

        O 1 Reply Last reply Reply Quote 1
        • O
          oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by oFbEQnpoLKKl6mbY5e13

          @apollon77

          Ich habe nun zunächst mal ein Debug-Log mit dem funktionierenden Plugin erstellt. Danach habe ich das nicht funktionierende Plugin in Betrieb genommen. Auch hier habe ich ein Debug-Log erstellt. Wenn ich in der App etwas ändere, dann kommt wie vermutet nichts am HAM-Adapter an. Das erklärt natürlich das von mir beschriebene Verhalten. Steuern kann man das System aber weiterhin mit dem Plugin. Also in Richtung Cloud funktioniert das Plugin, nur aus der Cloud kommt nichts an.

          Ist das überhaupt supportet im HAM-Adapter statt eines NPM-Moduls eine Github-Adresse einzugeben?

          hamgithub.PNG

          Die Installation des Plugins hat auf jeden Fall ohne Fehlermeldung funktioniert:

          2023-07-27 07:23:54.436  - info: host.iobroker "system.adapter.ham.0" enabled
          2023-07-27 07:23:54.571  - info: host.iobroker instance system.adapter.ham.0 started with pid 12203
          2023-07-27 07:23:55.788  - debug: ham.0 (12203) Redis Objects: Use Redis connection: 192.168.0.7:6379
          2023-07-27 07:23:55.864  - debug: ham.0 (12203) Objects client ready ... initialize now
          2023-07-27 07:23:55.867  - debug: ham.0 (12203) Objects create System PubSub Client
          2023-07-27 07:23:55.869  - debug: ham.0 (12203) Objects create User PubSub Client
          2023-07-27 07:23:56.050  - debug: ham.0 (12203) Objects client initialize lua scripts
          2023-07-27 07:23:56.058  - debug: ham.0 (12203) Objects connected to redis: 192.168.0.7:6379
          2023-07-27 07:23:56.092  - debug: ham.0 (12203) Redis States: Use Redis connection: 192.168.0.8:6379
          2023-07-27 07:23:56.100  - debug: ham.0 (12203) States create System PubSub Client
          2023-07-27 07:23:56.101  - debug: ham.0 (12203) States create User PubSub Client
          2023-07-27 07:23:56.113  - debug: ham.0 (12203) States connected to redis: 192.168.0.8:6379
          2023-07-27 07:23:56.244  - info: ham.0 (12203) starting. Version 5.3.1 in /opt/iobroker/node_modules/iobroker.ham, node: v18.16.0, js-controller: 4.0.24
          2023-07-27 07:23:56.281  - info: ham.0 (12203) Install/Update the following Libraries: https://github.com/zidge/homebridge-blink-for-home
          2023-07-27 07:23:56.282  - info: ham.0 (12203) Install/Update https://github.com/zidge/homebridge-blink-for-home
          2023-07-27 07:23:56.284  - info: ham.0 (12203) npm install https://github.com/zidge/homebridge-blink-for-home --production  --loglevel error (System call)
          2023-07-27 07:24:10.322  - info: ham.0 (12203) 
          added 3 packages, removed 8 packages, and changed 3 packages in 13s
          
          2023-07-27 07:24:10.324  - info: ham.0 (12203) 
          13 packages are looking for funding
            run `npm fund` for details
          
          2023-07-27 07:24:10.356  - info: ham.0 (12203) All NPM Modules got reinstalled/updated ... restarting ...
          

          Funktionierendes Plugin:

          2023-07-27 07:18:45.673  - debug: ham.0 (11837) [27.7.2023, 07:18:45] [Blink] Init Blink
          2023-07-27 07:18:45.802  - debug: ham.0 (11837) Homebridge Wrapper Bridge publish {"username":"FF:FF:FF:FF:FF:FF","port":0,"pincode":"0","category":2,"addIdentifyingMaterial":true}
          2023-07-27 07:18:45.888  - debug: ham.0 (11837) Fake EventedHTTPServer initialized
          2023-07-27 07:18:45.891  - debug: ham.0 (11837) Char change event: undefined --> Blink
          2023-07-27 07:18:45.892  - debug: ham.0 (11837) handleCharValue = Blink
          

          Nicht funktionierendes Plugin:

          2023-07-27 07:24:28.819  - debug: ham.0 (12334) [27.7.2023, 07:24:28] [Blink] Init Blink
          2023-07-27 07:24:29.811  - debug: ham.0 (12334) [27.7.2023, 07:24:29] Publishing bridge accessory (name: Homebridge-Wrapper-Bridge, publishInfo: {
            username: 'FF:FF:FF:FF:FF:FF',
            port: 0,
            pincode: '***-**-***',
            category: 2,
            bind: undefined,
            mdns: undefined,
            addIdentifyingMaterial: true,
            advertiser: undefined
          }).
          2023-07-27 07:24:29.812  - debug: ham.0 (12334) Homebridge Wrapper Bridge publish {"username":"FF:FF:FF:FF:FF:FF","port":0,"pincode":"0","category":2,"addIdentifyingMaterial":true}
          2023-07-27 07:24:29.875  - debug: ham.0 (12334) Fake EventedHTTPServer initialized
          2023-07-27 07:24:29.877  - debug: ham.0 (12334) Char change event: undefined --> Blink
          2023-07-27 07:24:29.878  - debug: ham.0 (12334) handleCharValue = Blink
          

          Am Ende wird da aber auch nur die neuere Version von NPM installiert. Dass die nicht funktioniert, war bekannt:

          2023-07-27 07:24:26.283  - debug: ham.0 (12334) Homebridge Wrapper Bridge constructor displayName=Homebridge-Wrapper-Bridge, UUID=f6f986a8-ae40-4f38-aa34-4b232ed91fca
          2023-07-27 07:24:26.318  - debug: ham.0 (12334) [27.7.2023, 07:24:26] Loaded 36 cached accessories from cachedAccessories.
          2023-07-27 07:24:26.446  - debug: ham.0 (12334) [27.7.2023, 07:24:26] ---
          2023-07-27 07:24:27.961  - debug: ham.0 (12334) [27.7.2023, 07:24:27] Loaded plugin: homebridge-blink-for-home@3.9.2
          2023-07-27 07:24:27.962  - debug: ham.0 (12334) [27.7.2023, 07:24:27] Registering platform 'homebridge-blink-for-home.Blink'
          2023-07-27 07:24:27.963  - debug: ham.0 (12334) [27.7.2023, 07:24:27] ---
          2023-07-27 07:24:27.964  - debug: ham.0 (12334) [27.7.2023, 07:24:27] Loading 1 platforms...
          2023-07-27 07:24:27.966  - debug: ham.0 (12334) [27.7.2023, 07:24:27] [Blink] Initializing Blink platform...
          
          apollon77 1 Reply Last reply Reply Quote 0
          • F
            Flowski last edited by

            Hi, habe heute versucht das blink-for-home Modul im HAM-Adapter zu installieren. Es ploppt das Login auf, ich hinterlege Benutzer und Passwort, lasse die Pin frei und setze generell keinen Haken. Dann auf speichern... aber es kommt einfach keine Email o.ä. mit der Pin. Mache ich irgendetwas falsch?

            O 1 Reply Last reply Reply Quote 0
            • O
              oFbEQnpoLKKl6mbY5e13 @Flowski last edited by

              @flowski

              Welche Version des Plugins?

              F 1 Reply Last reply Reply Quote 0
              • F
                Flowski @oFbEQnpoLKKl6mbY5e13 last edited by

                @ofbeqnpolkkl6mby5e13 3.9.1 wird angezeigt. Habe aus jux mal ein anderes Plugin probiert aber nirgends tut sich was. Habe ich evt. einen vorherigen Schritt vergessen? Habe den HAM-Adapter installiert, daraufhin den Wrapper-Modus in der Instanz ausgewählt. Danach erschien in der IO-Broker Übersicht links unten das Homebridge-Logo...

                O 1 Reply Last reply Reply Quote 0
                • O
                  oFbEQnpoLKKl6mbY5e13 @Flowski last edited by oFbEQnpoLKKl6mbY5e13

                  @flowski

                  Es funktioniert nur die Version homebridge-blink-for-home@3.7.6, nicht neuer.

                  ham.PNG

                  F 1 Reply Last reply Reply Quote 1
                  • F
                    Flowski @oFbEQnpoLKKl6mbY5e13 last edited by

                    @ofbeqnpolkkl6mby5e13 kann also nicht mehr downgraden auf die funktionierende Version?

                    O 1 Reply Last reply Reply Quote 0
                    • O
                      oFbEQnpoLKKl6mbY5e13 @Flowski last edited by

                      @flowski

                      Einfach in der Instanz so eintragen, wie in meinem Screenshot oben zu sehen ist.

                      F 1 Reply Last reply Reply Quote 1
                      • F
                        Flowski @oFbEQnpoLKKl6mbY5e13 last edited by

                        @ofbeqnpolkkl6mby5e13 cool danke. bin da relativ grün hinter den Ohren mit dem ganzen Iobroker. Das Plugin erscheint jetzt auch mit der installierten niedrigen Version. Wenn ich auf den Schlüssel Konfigurieren klicke, dreht er sehr lange ins leere und nichts passiert 😞

                        O 1 Reply Last reply Reply Quote 0
                        • O
                          oFbEQnpoLKKl6mbY5e13 @Flowski last edited by oFbEQnpoLKKl6mbY5e13

                          @flowski

                          Das UI ist kaputt, schon lange. Nutze einfach die Einstellungen in der Instanz. Unter "Konfigurationsdatei" (siehe meinen Screenshot oben) trägst du folgendes ein:

                          {
                            "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
                            "accessories": [],
                            "platforms": [
                              {
                                "name": "Blink",
                                "username": "name@domain.net",
                                "password": "***",
                                "pin": "<pin>",
                                "platform": "Blink"
                              }
                            ]
                          }
                          

                          "username" und "password" mit deinen Daten befüllen.

                          F 1 Reply Last reply Reply Quote 1
                          • F
                            Flowski @oFbEQnpoLKKl6mbY5e13 last edited by

                            @ofbeqnpolkkl6mby5e13 sagte in Test Adapter HAM 5.2.0 (GitHub):

                                                                                                                                                        {                                                                                                                                                                              "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",                                                                                                                                                                              "accessories": [],                                                                                                                                                                              "platforms": [                                                                                                                                                                                {                                                                                                                                                                                  "name": "Blink",                                                                                                                                                                                  "username": "name@domain.net",                                                                                                                                                                                  "password": "***",                                                                                                                                                                                  "pin": "<pin>",                                                                                                                                                                                  "platform": "Blink"                                                                                                                                                                                }                                                                                                                                                                              ]                                                                                                                                                                            }                                            
                            

                            Mega, es funktioniert, die Blink outdoor wird angezeigt, die Doorbell iwie nicht. Aber ist erstmal egal, möchte die Outdoor Cam deaktivieren, wenn unsere Terassentür offen ist 🙂

                            O 1 Reply Last reply Reply Quote 1
                            • O
                              oFbEQnpoLKKl6mbY5e13 @Flowski last edited by

                              @flowski

                              Doorbell geht leider nicht mit dem funktionierenden Plugin.

                              1 Reply Last reply Reply Quote 1
                              • apollon77
                                apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                                @ofbeqnpolkkl6mby5e13 sagte in Test Adapter HAM 5.2.0 (GitHub):

                                Ist das überhaupt supportet im HAM-Adapter statt eines NPM-Moduls eine Github-Adresse einzugeben?

                                Github Issue im ham bitte mit beiden versionsinfos und logs ... muss ich ansehen

                                O 1 Reply Last reply Reply Quote 0
                                • O
                                  oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

                                  @apollon77

                                  https://github.com/ioBroker/ioBroker.ham/issues/611

                                  RP70DP created this issue in ioBroker/ioBroker.ham

                                  open Newer version (>3.7.6) of blink-for-home plugin don't work #611

                                  apollon77 1 Reply Last reply Reply Quote 1
                                  • apollon77
                                    apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                                    @ofbeqnpolkkl6mby5e13 Schaue ich mir an, kann aber bissl dauern

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    627
                                    Online

                                    31.7k
                                    Users

                                    79.8k
                                    Topics

                                    1.3m
                                    Posts

                                    10
                                    93
                                    7064
                                    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