Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Einbindung von Geräten
    5. IoBroker eWeLink über homebridge

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    IoBroker eWeLink über homebridge

    This topic has been deleted. Only users with topic management privileges can see it.
    • Cinimod
      Cinimod Most Active @Cinimod last edited by

      so weit bin ich jetzt ... sieht bei mir auch so aus ... und noch nen Haufen weitere Zeilen

      noch mal grundlegend die frage, muss denn eine Homebridge Installation dafür laufen ? bspw. in einem anderen Container ... oder ist das hier völlig unabhängig ?

      1 Reply Last reply Reply Quote 0
      • haselchen
        haselchen Most Active @Cinimod last edited by haselchen

        @cinimod

        {
          "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
          "accessories": [],
          "platforms": [
            {
              "name": "eWeLink",
              "mode": "auto",
              "username": "XXXXXXX",
              "password": "XXXXXXX",
              "platform": "eWeLink",
              "sensorDevices": [
                {
                  "deviceId": "a4800ec5a5",
                  "deviceModel": "snzb02",
                }
              ]
            }
          ]
        }
        

        Diese YAML kopierst Du, vervollständigt mit Deinen Anmeldedaten in die Instanz.
        HAM als Adapter muss installiert sein, ansonsten brauchst Du keinen Extra Container.

        Hier ist die Konfigseite Deines Gerätes:

        https://github.com/homebridge-plugins/homebridge-ewelink/wiki/Sensor-Devices

        Ein Beispiel, wenn Du Offset oder Humidity haben möchtest

        Examples
        
        An example to add a temperature offset of 6.5 and a humidity offset of -3 for a Sonoff SNZB-02 Temp/Humidity sensor:
        
        "sensorDevices": [
           {
              "deviceId": "a0009553c8",
              "deviceModel": "snzb02",
              "offset": 6.5,
              "humidityOffset": -3
           }
        ]
        
        Cinimod 1 Reply Last reply Reply Quote 0
        • Cinimod
          Cinimod Most Active @haselchen last edited by

          @haselchen

          Mit irgendwas scheint er nicht zufrieden zu sein

          b6932831-bb80-4319-8ebf-a0d4e2d15a5f-image.png

          haselchen 2 Replies Last reply Reply Quote 0
          • haselchen
            haselchen Most Active @Cinimod last edited by haselchen

            @cinimod

            Liegt an den Klammern.
            Da bin ich nicht firm drin, welche da weg oder hin muss.
            Hoffe, dass kannst Du irgendwie korrigieren 🙂

            Edit: nimm das Komma hinter "snzb02" weg

            Cinimod 1 Reply Last reply Reply Quote 0
            • haselchen
              haselchen Most Active @Cinimod last edited by

              @cinimod

              {
                "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
                "accessories": [],
                "platforms": [
                  {
                    "name": "eWeLink",
                    "mode": "auto",
                    "username": "XXXXXXX",
                    "password": "XXXXXXX",
                    "platform": "eWeLink",
                    "sensorDevices": [
                      {
                        "deviceId": "a4800ec5a5",
                        "deviceModel": "snzb02"
                      }
                    ]
                  }
                ]
              }
              
              1 Reply Last reply Reply Quote 0
              • Cinimod
                Cinimod Most Active @haselchen last edited by

                @haselchen sagte in IoBroker eWeLink über homebridge:

                Edit: nimm das Komma hinter "snzb02" weg

                Das hatte ich auch schon gefunden, jetzt hat er was anderes zu meckern:

                4b3b8ec9-4b24-4200-9435-c3cbb65ea7b8-image.png

                haselchen 1 Reply Last reply Reply Quote 0
                • haselchen
                  haselchen Most Active @Cinimod last edited by haselchen

                  @cinimod

                  Das YAML ist so jetzt richtig.

                  Weiter mit dem Plug in.

                  bd58bd0a-e6db-4acd-a779-a7bd6ca3d5f5-grafik.png

                  Hier in den Einstellungen, alles was zum Account und Gerät gehört eintragen.

                  2c2fb6a6-ebea-4886-ad13-05f8aeceb97a-grafik.png
                  d7cc89a6-e615-42ab-9d0b-7b3e85e2a29d-grafik.png

                  2a04599c-1529-4558-bbb8-18d12c2ed4a2-grafik.png

                  95994322-1820-4257-9e25-d2089f0309db-grafik.png

                  Hier trägst Du Deine Daten ein für den Sensor.

                  Cinimod 2 Replies Last reply Reply Quote 0
                  • Cinimod
                    Cinimod Most Active @haselchen last edited by

                    @haselchen

                    ich kann die Änderungen aber so nicht abspeichern, da muss noch was falsch sein

                    haselchen 1 Reply Last reply Reply Quote 0
                    • Cinimod
                      Cinimod Most Active @haselchen last edited by

                      @haselchen

                      Sag mir noch mal kurz wo die konfigurations yaml finde ? vielleicht hab ich es an der falschen stelle versucht zu editieren

                      1 Reply Last reply Reply Quote 0
                      • haselchen
                        haselchen Most Active @Cinimod last edited by

                        @cinimod

                        was für eine meldung gibt es?
                        Log?

                        In der Instanz vom HAM Adapter rechts oben, Konfigurationsdatei.

                        Im vorherigen Post von Dir schreibe ich die Einstellungsanleitung.

                        Cinimod 1 Reply Last reply Reply Quote 0
                        • Cinimod
                          Cinimod Most Active @haselchen last edited by

                          @haselchen

                          ach ok moment... ich war hier unterwegs

                          Screenshot 2025-08-23 143312.png

                          haselchen 1 Reply Last reply Reply Quote 0
                          • haselchen
                            haselchen Most Active @Cinimod last edited by

                            @cinimod

                            Hab auf Seite 1 unten dir die Einstellungen im Plug In geschrieben.
                            Die YAML aus den Code Tags kommt in die Konfig Datei im Adapter.

                            Cinimod 2 Replies Last reply Reply Quote 0
                            • Cinimod
                              Cinimod Most Active @haselchen last edited by

                              @haselchen sagte in IoBroker eWeLink über homebridge:

                              @cinimod

                              Hab auf Seite 1 unten dir die Einstellungen im Plug In geschrieben.
                              Die YAML aus den Code Tags kommt in die Konfig Datei im Adapter.

                              Sorry ... hab es jetzt so !

                              1 Reply Last reply Reply Quote 0
                              • Cinimod
                                Cinimod Most Active @haselchen last edited by

                                @haselchen

                                Hab alles so übernommen ... hier der Log

                                
                                ham.0
                                2025-08-23 14:42:27.015	info	Adapter uses Wrapper mode
                                
                                ham.0
                                2025-08-23 14:42:27.014	info	All Libraries installed/updated
                                
                                ham.0
                                2025-08-23 14:42:27.012	info	Install/Update homebridge-ewelink@12.3.2
                                
                                ham.0
                                2025-08-23 14:42:27.010	info	Install/Update the following Libraries: homebridge-ewelink@12.3.2
                                
                                ham.0
                                2025-08-23 14:42:26.961	info	starting. Version 5.3.1 in /opt/iobroker/node_modules/iobroker.ham, node: v22.18.0, js-controller: 7.0.6
                                
                                haselchen 1 Reply Last reply Reply Quote 0
                                • haselchen
                                  haselchen Most Active @Cinimod last edited by

                                  @cinimod

                                  Auch alles im Plug In so eingegeben?

                                  Da muss mehr Log kommen.

                                  Ansonsten den Adapter nochmal neu starten.

                                  Cinimod 1 Reply Last reply Reply Quote 0
                                  • Cinimod
                                    Cinimod Most Active @haselchen last edited by

                                    @haselchen

                                    Nix zu machen, das ist seit tagen schon alles was ich im Log finde davon

                                    haselchen 1 Reply Last reply Reply Quote 0
                                    • haselchen
                                      haselchen Most Active @Cinimod last edited by

                                      @cinimod

                                      Zeig mal alles.
                                      Von Adapter, YAML bis Plug In Einstellungen

                                      Cinimod 1 Reply Last reply Reply Quote 0
                                      • Cinimod
                                        Cinimod Most Active @haselchen last edited by Cinimod

                                        @haselchen

                                        Screenshot 2025-08-23 145556.png Screenshot 2025-08-23 145549.png Screenshot 2025-08-23 145524.png Screenshot 2025-08-23 145501.png

                                        Mehr habe ich nicht verändert ... alles andere ist default

                                        haselchen 1 Reply Last reply Reply Quote 0
                                        • haselchen
                                          haselchen Most Active @Cinimod last edited by haselchen

                                          @cinimod

                                          Hast Du die Yaml so geändert?

                                          Kopier bitte genau das rein, was ich dir geschickt habe.
                                          Und zwar genau SO.

                                          LABEL im Plugin leer lassen.

                                          Cinimod 1 Reply Last reply Reply Quote 0
                                          • Cinimod
                                            Cinimod Most Active @haselchen last edited by Cinimod

                                            @haselchen

                                            hab es noch mal rein kopiert, label ist jetzt leer, immernoch das selbe Ergebnis.

                                            
                                            ham.0
                                            2025-08-23 15:08:56.401	info	Adapter uses Wrapper mode
                                            
                                            ham.0
                                            2025-08-23 15:08:56.398	info	All Libraries installed/updated
                                            
                                            ham.0
                                            2025-08-23 15:08:56.396	info	Install/Update homebridge-ewelink@12.3.2
                                            
                                            ham.0
                                            2025-08-23 15:08:56.394	info	Install/Update the following Libraries: homebridge-ewelink@12.3.2
                                            
                                            ham.0
                                            2025-08-23 15:08:56.354	info	starting. Version 5.3.1 in /opt/iobroker/node_modules/iobroker.ham, node: v22.18.0, js-controller: 7.0.6
                                            

                                            mehr kommt da nicht!

                                            welche node Version hast du drauf ? ich habe 22 installiert, vielleicht mag er das nicht .. ..

                                            ich weiß auch nicht weiter ... will einfach nicht klappen

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            405
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            38
                                            399
                                            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