Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Xiaomi Smart Plug und 253x Stick

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    324

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.5k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.5k

Xiaomi Smart Plug und 253x Stick

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
16 Beiträge 3 Kommentatoren 2.8k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • W Offline
    W Offline
    webchiller
    schrieb am zuletzt editiert von
    #4

    Wird der Smart Plug nicht per Wifi eingebunden (falls überhaupt möglich)?

    1 Antwort Letzte Antwort
    0
    • J Offline
      J Offline
      jankir
      schrieb am zuletzt editiert von
      #5

      Es gibt den auch als Wifi variante, ich habe allerdings die mit Zigbee.

      Muss man evtl die Plugs als erstes anlernen? Bei mir organisiert sich das Netz nicht von alleine?

      1 Antwort Letzte Antwort
      0
      • J Offline
        J Offline
        jankir
        schrieb am zuletzt editiert von
        #6

        Woran kann das liegen, dass auch die an den Plugs angelernten Sensoren immer wieder in der Mitte landen?
        5859_bildschirmfoto_2018-11-06_um_19.20.26.png

        1 Antwort Letzte Antwort
        0
        • arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          schrieb am zuletzt editiert von
          #7

          @jankir:

          Woran kann das liegen, dass auch die an den Plugs angelernten Sensoren immer wieder in der Mitte landen? `

          da gibbet keinen Grund..verlass dich nicht auf die Map.. die ist zwar da aber würde es nach dieser gehen würde die hälfte meiner Devices nicht funktionieren

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          1 Antwort Letzte Antwort
          0
          • J Offline
            J Offline
            jankir
            schrieb am zuletzt editiert von
            #8

            Bei der Installation des Adapters kommen einige Fehler, kann mein Problem daran liegen?

            Danke!

            $ ./iobroker url "https://github.com/ioBroker/ioBroker.zigbee"
            install https://github.com/ioBroker/ioBroker.zigbee/tarball/master
            npm install https://github.com/ioBroker/ioBroker.zigbee/tarball/master --production --save --prefix "/opt/iobroker" (System call)
            gyp
             WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.13.0"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/authenticate-pam/.node-gyp"
            
            ../authenticate_pam.cc:30:31: fatal error: security/pam_appl.h: Datei oder Verzeichnis nicht gefunden #include <security pam_appl.h="">
                                           ^
            
            compilation terminated.
            make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Error 1
            gyp
             ERR! build error 
            gyp
             ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
            gyp ERR! stack     at emitTwo (events.js:106:13)
            gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12)
            
            gyp ERR! System Linux 4.9.59-v7+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR!
             cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v6.13.0
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            prebuild-install
             WARN install EACCES: permission denied, access '/root/.npm'
            gyp
             WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.13.0"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/iobroker.zigbee/node_modules/serialport/.node-gyp"
            
            ../src/serialport.cpp: In function 'void EIO_AfterOpen(uv_work_t*)':../src/serialport.cpp:95:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(2, argv);
                                          ^
            
            In file included from ../src/./serialport.h:6:0,                 from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterUpdate(uv_work_t*)':../src/serialport.cpp:150:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(1, argv);
                                          ^
            In file included from ../src/./serialport.h:6:0,
                             from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterClose(uv_work_t*)':../src/serialport.cpp:188:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(1, argv);
                                          ^
            In file included from ../src/./serialport.h:6:0,
                             from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterFlush(uv_work_t*)':../src/serialport.cpp:231:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(1, argv);
                                          ^
            In file included from ../src/./serialport.h:6:0,
                             from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterSet(uv_work_t*)':../src/serialport.cpp:285:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(1, argv);
                                          ^
            
            In file included from ../src/./serialport.h:6:0,                 from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterGet(uv_work_t*)':../src/serialport.cpp:336:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(2, argv);
                                          ^
            
            In file included from ../src/./serialport.h:6:0,                 from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterGetBaudRate(uv_work_t*)':../src/serialport.cpp:383:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(2, argv);
                                          ^
            In file included from ../src/./serialport.h:6:0,
                             from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/serialport.cpp: In function 'void EIO_AfterDrain(uv_work_t*)':../src/serialport.cpp:424:30: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               data->callback.Call(1, argv);
                                          ^
            
            In file included from ../src/./serialport.h:6:0,                 from ../src/serialport.cpp:1:
            ../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            ../src/poller.cpp: In static member function 'static void Poller::onData(uv_poll_t*, int, int)':../src/poller.cpp:69:29: warning: 'v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const' is deprecated [-Wdeprecated-declarations]
               obj->callback.Call(2, argv);
                                         ^
            
            In file included from ../src/poller.cpp:1:0:../../nan/nan.h:1655:3: note: declared here
               Call(int argc, v8::Local <v8::value>argv[]) const {
               ^~~~
            
            npm
             WARN optional
             SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 (node_modules/authenticate-pam):
            npm WARN 
            optional SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 install: `node-gyp rebuild`npm
             WARN 
            optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            process exited with code 0</v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></security>
            
            1 Antwort Letzte Antwort
            0
            • arteckA Offline
              arteckA Offline
              arteck
              Developer Most Active
              schrieb am zuletzt editiert von
              #9

              das ist wichtig

              process exited with code 0
              

              alles gut

              zigbee hab ich, zwave auch, nuc's genauso und HA auch

              1 Antwort Letzte Antwort
              0
              • J Offline
                J Offline
                jankir
                schrieb am zuletzt editiert von
                #10

                OK danke für die Info.

                Woran kann es liegen wenn man auf einmal keine Geräte mehr anlernen kann? Ich habe nochmal alles gelöscht, auch den Adapter neu installiert. Ein paar Bewegungsmelder und Fensterkontakte gingen problemlos, jetzt geht beim Anlernen nichts mehr. Manchmal kommt noch diese Fehlemeldung:

                "cannot get the node descriptor of the device"

                1 Antwort Letzte Antwort
                0
                • arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  schrieb am zuletzt editiert von
                  #11

                  es könenn nur 15 Geräte an den Stick direkt angelernt werden.. wenn du mehr willst musst du einen oder mehrere Router anbiden

                  was du mit den Plugs auch machst..

                  welche Stick Frimware Version hast du drauf ??

                  die kannst du im Log sehen direkt nach dem start des Adapters

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  1 Antwort Letzte Antwort
                  0
                  • J Offline
                    J Offline
                    jankir
                    schrieb am zuletzt editiert von
                    #12

                    Sieht man da die Version?

                    Ich habe gelesen, dass die Xiaomi Plugs in einen Deep Sleep gehen können, kann das evtl mein Problem sein?

                    zigbee.0	2018-11-07 20:56:58.765	info	zigbee-shepherd ready. version: 2.6.3 rev 20180507
                    zigbee.0	2018-11-07 20:56:58.713	info	zigbee-shepherd started!
                    zigbee.0	2018-11-07 20:56:57.762	info	Start on port: /dev/ttyACM0 with panID 6754 channel 11
                    zigbee.0	2018-11-07 20:56:57.761	info	starting. Version 0.8.0-a in /opt/iobroker/node_modules/iobroker.zigbee, node: v6.13.0
                    host.ioBroker-Pi	2018-11-07 20:56:54.688	info	instance system.adapter.zigbee.0 started with pid 1714
                    
                    1 Antwort Letzte Antwort
                    0
                    • arteckA Offline
                      arteckA Offline
                      arteck
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #13

                      @jankir:

                      Sieht man da die Version?

                      Ich habe gelesen, dass die Xiaomi Plugs in einen Deep Sleep gehen können, kann das evtl mein Problem sein?

                      zigbee.0	2018-11-07 20:56:58.765	info	zigbee-shepherd ready. version: 2.6.3 rev 20180507
                      zigbee.0	2018-11-07 20:56:58.713	info	zigbee-shepherd started!
                      zigbee.0	2018-11-07 20:56:57.762	info	Start on port: /dev/ttyACM0 with panID 6754 channel 11
                      zigbee.0	2018-11-07 20:56:57.761	info	starting. Version 0.8.0-a in /opt/iobroker/node_modules/iobroker.zigbee, node: v6.13.0
                      host.ioBroker-Pi	2018-11-07 20:56:54.688	info	instance system.adapter.zigbee.0 started with pid 1714
                      ```` `  
                      

                      zigbee-shepherd ready. version: 2.6.3 rev 20180507

                      das ist die Stick Version

                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                      1 Antwort Letzte Antwort
                      0
                      • J Offline
                        J Offline
                        jankir
                        schrieb am zuletzt editiert von
                        #14

                        Und das ist die aktuelle?

                        Ich habe extrem komisches Verhalten, mal lernt alles gut an, mal gar nicht. Manchmal geht ein Smart Plug ohne Probleme, mal verliert er die Verbindung wieder. Kann das an der Firmware des Sticks liegen? Auch mehrmaliges neu installieren des Adapters hat nichts gebracht.

                        1 Antwort Letzte Antwort
                        0
                        • arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #15

                          das ist die aktuelle

                          zigbee-shepherd version: 2.6.3 rev 20180815

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          1 Antwort Letzte Antwort
                          0
                          • J Offline
                            J Offline
                            jankir
                            schrieb am zuletzt editiert von
                            #16

                            Nach dem Update auf diese Versionen funktioniert der Adapter nicht mehr, was muss ich jetzt tun um den Adapter wieder zu starten? Neuinstallation hat nichts gebracht…

                            root@server:~# nodejs -v

                            v8.12.0

                            root@server:~# node -v

                            v8.12.0

                            root@server:~# npm -v

                            4.6.1

                            host.ioBroker-Pi	2018-11-14 09:51:42.608	error	instance system.adapter.zigbee.0 terminated with code 1 ()
                            host.ioBroker-Pi	2018-11-14 09:51:42.608	error	Caught by controller[0]: at Object.Module._extensions..js (module.js:664:10)
                            host.ioBroker-Pi	2018-11-14 09:51:42.608	error	Caught by controller[0]: at Module._compile (module.js:653:30)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at Object. <anonymous>(/opt/iobroker/node_modules/cc-znp/node_modules/serialport/lib/bindings/linux.js:2:36)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at bindings (/opt/iobroker/node_modules/cc-znp/node_modules/bindings/bindings.js:81:44)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at require (internal/module.js:11:18)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at Module.require (module.js:597:17)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at Function.Module._load (module.js:498:3)
                            host.ioBroker-Pi	2018-11-14 09:51:42.607	error	Caught by controller[0]: at tryModuleLoad (module.js:506:12)
                            host.ioBroker-Pi	2018-11-14 09:51:42.606	error	Caught by controller[0]: at Module.load (module.js:566:32)
                            host.ioBroker-Pi	2018-11-14 09:51:42.606	error	Caught by controller[0]: at Object.Module._extensions..node (module.js:682:18)
                            host.ioBroker-Pi	2018-11-14 09:51:42.606	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                            host.ioBroker-Pi	2018-11-14 09:51:42.606	error	Caught by controller[0]: NODE_MODULE_VERSION 57\. Please try re-compiling or re-installing
                            host.ioBroker-Pi	2018-11-14 09:51:42.606	error	Caught by controller[0]: NODE_MODULE_VERSION 48\. This version of Node.js requires
                            host.ioBroker-Pi	2018-11-14 09:51:42.605	error	Caught by controller[0]: was compiled against a different Node.js version using
                            host.ioBroker-Pi	2018-11-14 09:51:42.605	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build/Release/serialport.node'
                            host.ioBroker-Pi	2018-11-14 09:51:42.605	error	Caught by controller[0]: ^
                            host.ioBroker-Pi	2018-11-14 09:51:42.605	error	Caught by controller[0]: throw e
                            host.ioBroker-Pi	2018-11-14 09:51:42.604	error	Caught by controller[0]: /opt/iobroker/node_modules/cc-znp/node_modules/bindings/bindings.js:88
                            host.ioBroker-Pi	2018-11-14 09:51:41.555	info	instance system.adapter.zigbee.0 started with pid 14902</anonymous>
                            
                            1 Antwort Letzte Antwort
                            0
                            Antworten
                            • In einem neuen Thema antworten
                            Anmelden zum Antworten
                            • Älteste zuerst
                            • Neuste zuerst
                            • Meiste Stimmen


                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            536

                            Online

                            32.5k

                            Benutzer

                            81.7k

                            Themen

                            1.3m

                            Beiträge
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Anmelden

                            • Du hast noch kein Konto? Registrieren

                            • Anmelden oder registrieren, um zu suchen
                            • Erster Beitrag
                              Letzter Beitrag
                            0
                            • Home
                            • Aktuell
                            • Tags
                            • Ungelesen 0
                            • Kategorien
                            • Unreplied
                            • Beliebt
                            • GitHub
                            • Docu
                            • Hilfe