Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. kleines Projekt Z-Wave und Zigbee gleichzeitig auf PI4

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    kleines Projekt Z-Wave und Zigbee gleichzeitig auf PI4

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AMagnum @AMagnum last edited by

      @amagnum Was soll ich nun machen?

      1 Reply Last reply Reply Quote 0
      • tugsi
        tugsi @AMagnum last edited by

        @amagnum
        Also ich habe da keine großartig andere Leistung, einzig benutze ich die Version 1.9.0 schon.
        Stell mal unter Haupteinstellungen des iObrokers unter Verwahrungsort auf BETA, dann bekommst auch die 1.9.0.
        Wobei ich jetzt nicht geschaut habe, welche Änderungen da gemacht wurden seitdem.

        iobroker.zwave2@1.9.0 /opt/iobroker/node_modules/iobroker.zwave2
        ├── UNMET DEPENDENCY @iobroker/adapter-core@^2.4.0
        ├── UNMET DEPENDENCY alcalzone-shared@^3.0.2
        ├─┬ fs-extra@9.1.0
        │ ├── UNMET DEPENDENCY at-least-node@^1.0.0
        │ ├── graceful-fs@4.2.6
        │ ├─┬ jsonfile@6.1.0
        │ │ ├── graceful-fs@4.2.6 deduped
        │ │ └── universalify@2.0.0 deduped
        │ └── universalify@2.0.0
        └── UNMET DEPENDENCY zwave-js@^7.0.0-beta.1
        
        npm ERR! missing: @iobroker/adapter-core@^2.4.0, required by iobroker.zwave2@1.9.0
        npm ERR! missing: alcalzone-shared@^3.0.2, required by iobroker.zwave2@1.9.0
        npm ERR! missing: zwave-js@^7.0.0-beta.1, required by iobroker.zwave2@1.9.0
        npm ERR! missing: at-least-node@^1.0.0, required by fs-extra@9.1.0
        
        

        Auch wenn Du noch keine Geräte hast, es gibt ja das "Hauptgerät" also NODE1, Dein Razberry
        Bildschirmfoto 2021-04-06 um 15.26.18.png

        A 1 Reply Last reply Reply Quote 0
        • A
          AMagnum @tugsi last edited by AMagnum

          @alcalzone
          Habe nun im Verzeichnis /opt/iobroker/node_modules/iobroker.zwave2 den Befehl npm install --production aufgerufen (bin mir aber gerade unsicher, ob ich hier das richtige gemacht habe, Verzweiflungstat). Es wurde sehr viel geladen und übersetzt, es gibt aber gerade im Bereich von serialport viele Warnungen. Ich denke das ist der native Anteil des Treibers. Eventuell kann daher der Adapter nicht mit dem tty kommunizieren.

          Hier die Ausgaben, leider etwas viel Output:

          pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $ npm install --production
          npm WARN deprecated parcel-bundler@1.12.5: Parcel v1 is no longer maintained. Please migrate to v2, which is published under the 'parcel' package. See https://v2.parceljs.org/getting-started/migration for details.
          npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
          npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
          npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
          npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
          npm WARN deprecated har-validator@5.1.5: this library is no longer supported
          npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
          npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
          
          > @serialport/bindings@9.0.7 install /opt/iobroker/node_modules/iobroker.zwave2/node_modules/@serialport/bindings
          > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
          
          prebuild-install WARN install No prebuilt binaries found (target=12.22.0 runtime=node arch=arm libc= platform=linux)
          make: Entering directory '/opt/iobroker/node_modules/iobroker.zwave2/node_modules/@serialport/bindings/build'
            CXX(target) Release/obj.target/bindings/src/serialport.o
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:271:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:316:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:366:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate);
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:412:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain);
          ../src/serialport.cpp: At global scope:
          ../src/serialport.cpp:433:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses]
           SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) {
          ../src/serialport.cpp:452:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses]
           SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) {
          In file included from ../../../nan/nan.h:56,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                 (node::addon_register_func) (regfunc),                          \
          /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
          ../src/serialport.cpp:486:1: note: in expansion of macro ‘NODE_MODULE’
           NODE_MODULE(serialport, init);
            CXX(target) Release/obj.target/bindings/src/serialport_unix.o
          ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
          ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=]
               snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
          ../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024
               snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
          ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
          ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=]
               snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
          ../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024
               snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
            CXX(target) Release/obj.target/bindings/src/poller.o
            CXX(target) Release/obj.target/bindings/src/serialport_linux.o
            SOLINK_MODULE(target) Release/obj.target/bindings.node
            COPY Release/bindings.node
          make: Leaving directory '/opt/iobroker/node_modules/iobroker.zwave2/node_modules/@serialport/bindings/build'
          npm notice created a lockfile as package-lock.json. You should commit this file.
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/glob-watcher/node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/@parcel/watcher/node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          added 147 packages from 179 contributors and audited 1836 packages in 84.352s
          
          24 packages are looking for funding
            run `npm fund` for details
          
          found 0 vulnerabilities
          
          pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $
          

          Wenn ich nun aber npm ls aufrufe, dann kommt folgende Ausgabe.

          pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $ npm ls
          iobroker.zwave2@1.8.11 /opt/iobroker/node_modules/iobroker.zwave2
          ├─┬ @iobroker/adapter-core@2.4.0
          │ └─┬ @types/iobroker@3.2.8
          │   └── @types/node@14.14.37 deduped
          ├── @types/node@14.14.37
          ├─┬ alcalzone-shared@3.0.3
          │ └─┬ debug@4.3.1
          │   └── ms@2.1.2
          ├─┬ fs-extra@9.1.0
          │ ├── at-least-node@1.0.0
          │ ├── graceful-fs@4.2.6
          │ ├─┬ jsonfile@6.1.0
          │ │ ├── graceful-fs@4.2.6 deduped
          │ │ └── universalify@2.0.0 deduped
          │ └── universalify@2.0.0
          ├─┬ source-map-support@0.5.19
          │ ├── buffer-from@1.1.1
          │ └── source-map@0.6.1
          └─┬ zwave-js@6.6.3
            ├─┬ @alcalzone/jsonl-db@1.2.4
            │ ├── alcalzone-shared@3.0.3 deduped
            │ └── fs-extra@9.1.0 deduped
            ├─┬ @sentry/integrations@6.2.5
            │ ├── @sentry/types@6.2.5
            │ ├─┬ @sentry/utils@6.2.5
            │ │ ├── @sentry/types@6.2.5 deduped
            │ │ └── tslib@1.14.1 deduped
            │ ├─┬ localforage@1.9.0
            │ │ └─┬ lie@3.1.1
            │ │   └── immediate@3.0.6
            │ └── tslib@1.14.1
            ├─┬ @sentry/node@6.2.5
            │ ├─┬ @sentry/core@6.2.5
            │ │ ├── @sentry/hub@6.2.5 deduped
            │ │ ├─┬ @sentry/minimal@6.2.5
            │ │ │ ├── @sentry/hub@6.2.5 deduped
            │ │ │ ├── @sentry/types@6.2.5 deduped
            │ │ │ └── tslib@1.14.1 deduped
            │ │ ├── @sentry/types@6.2.5 deduped
            │ │ ├── @sentry/utils@6.2.5 deduped
            │ │ └── tslib@1.14.1 deduped
            │ ├─┬ @sentry/hub@6.2.5
            │ │ ├── @sentry/types@6.2.5 deduped
            │ │ ├── @sentry/utils@6.2.5 deduped
            │ │ └── tslib@1.14.1 deduped
            │ ├─┬ @sentry/tracing@6.2.5
            │ │ ├── @sentry/hub@6.2.5 deduped
            │ │ ├── @sentry/minimal@6.2.5 deduped
            │ │ ├── @sentry/types@6.2.5 deduped
            │ │ ├── @sentry/utils@6.2.5 deduped
            │ │ └── tslib@1.14.1 deduped
            │ ├── @sentry/types@6.2.5 deduped
            │ ├── @sentry/utils@6.2.5 deduped
            │ ├── cookie@0.4.1
            │ ├─┬ https-proxy-agent@5.0.0
            │ │ ├─┬ agent-base@6.0.2
            │ │ │ └── debug@4.3.1 deduped
            │ │ └── debug@4.3.1 deduped
            │ ├── lru_map@0.3.3
            │ └── tslib@1.14.1 deduped
            ├─┬ @zwave-js/config@6.6.3
            │ ├── @zwave-js/core@6.6.3 deduped
            │ ├── @zwave-js/shared@6.6.3 deduped
            │ ├── alcalzone-shared@3.0.3 deduped
            │ ├── ansi-colors@4.1.1 deduped
            │ ├── fs-extra@9.1.0 deduped
            │ ├── json-logic-js@2.0.1
            │ ├─┬ json5@2.2.0
            │ │ └── minimist@1.2.5
            │ ├─┬ semver@7.3.5
            │ │ └─┬ lru-cache@6.0.0
            │ │   └── yallist@4.0.0
            │ └── winston@3.3.3 deduped
            ├─┬ @zwave-js/core@6.6.3
            │ ├── @alcalzone/jsonl-db@1.2.4 deduped
            │ ├── @zwave-js/shared@6.6.3 deduped
            │ ├── alcalzone-shared@3.0.3 deduped
            │ ├── ansi-colors@4.1.1 deduped
            │ ├── moment@2.29.1
            │ ├─┬ moment-timezone@0.5.33
            │ │ └── moment@2.29.1 deduped
            │ ├── nrf-intel-hex@1.3.0
            │ └── winston@3.3.3 deduped
            ├─┬ @zwave-js/serial@6.6.3
            │ ├── @zwave-js/core@6.6.3 deduped
            │ ├── alcalzone-shared@3.0.3 deduped
            │ ├── serialport@9.0.7 deduped
            │ └── winston@3.3.3 deduped
            ├─┬ @zwave-js/shared@6.6.3
            │ └── alcalzone-shared@3.0.3 deduped
            ├── alcalzone-shared@3.0.3 deduped
            ├── ansi-colors@4.1.1
            ├── fs-extra@9.1.0 deduped
            ├── reflect-metadata@0.1.13
            ├─┬ serialport@9.0.7
            │ ├─┬ @serialport/binding-mock@9.0.7
            │ │ ├─┬ @serialport/binding-abstract@9.0.7
            │ │ │ └── debug@4.3.1 deduped
            │ │ └── debug@4.3.1 deduped
            │ ├─┬ @serialport/bindings@9.0.7
            │ │ ├── @serialport/binding-abstract@9.0.7 deduped
            │ │ ├── @serialport/parser-readline@9.0.7 deduped
            │ │ ├─┬ bindings@1.5.0
            │ │ │ └── file-uri-to-path@1.0.0
            │ │ ├── debug@4.3.1 deduped
            │ │ ├── nan@2.14.2
            │ │ └─┬ prebuild-install@6.1.1
            │ │   ├── detect-libc@1.0.3
            │ │   ├── expand-template@2.0.3
            │ │   ├── github-from-package@0.0.0
            │ │   ├── minimist@1.2.5 deduped
            │ │   ├── mkdirp-classic@0.5.3
            │ │   ├── napi-build-utils@1.0.2
            │ │   ├─┬ node-abi@2.21.0
            │ │   │ └── semver@5.7.1
            │ │   ├── noop-logger@0.1.1
            │ │   ├─┬ npmlog@4.1.2
            │ │   │ ├─┬ are-we-there-yet@1.1.5
            │ │   │ │ ├── delegates@1.0.0
            │ │   │ │ └─┬ readable-stream@2.3.7
            │ │   │ │   ├── core-util-is@1.0.2 deduped
            │ │   │ │   ├── inherits@2.0.4 deduped
            │ │   │ │   ├── isarray@1.0.0 deduped
            │ │   │ │   ├── process-nextick-args@2.0.1 deduped
            │ │   │ │   ├── safe-buffer@5.1.2
            │ │   │ │   ├─┬ string_decoder@1.1.1
            │ │   │ │   │ └── safe-buffer@5.1.2 deduped
            │ │   │ │   └── util-deprecate@1.0.2 deduped
            │ │   │ ├── console-control-strings@1.1.0
            │ │   │ ├─┬ gauge@2.7.4
            │ │   │ │ ├── aproba@1.2.0
            │ │   │ │ ├── console-control-strings@1.1.0 deduped
            │ │   │ │ ├── has-unicode@2.0.1
            │ │   │ │ ├── object-assign@4.1.1
            │ │   │ │ ├── signal-exit@3.0.3
            │ │   │ │ ├─┬ string-width@1.0.2
            │ │   │ │ │ ├── code-point-at@1.1.0
            │ │   │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
            │ │   │ │ │ │ └── number-is-nan@1.0.1
            │ │   │ │ │ └── strip-ansi@3.0.1 deduped
            │ │   │ │ ├─┬ strip-ansi@3.0.1
            │ │   │ │ │ └── ansi-regex@2.1.1
            │ │   │ │ └─┬ wide-align@1.1.3
            │ │   │ │   └── string-width@1.0.2 deduped
            │ │   │ └── set-blocking@2.0.0
            │ │   ├─┬ pump@3.0.0
            │ │   │ ├─┬ end-of-stream@1.4.4
            │ │   │ │ └── once@1.4.0 deduped
            │ │   │ └─┬ once@1.4.0
            │ │   │   └── wrappy@1.0.2
            │ │   ├─┬ rc@1.2.8
            │ │   │ ├── deep-extend@0.6.0
            │ │   │ ├── ini@1.3.8
            │ │   │ ├── minimist@1.2.5 deduped
            │ │   │ └── strip-json-comments@2.0.1
            │ │   ├─┬ simple-get@3.1.0
            │ │   │ ├─┬ decompress-response@4.2.1
            │ │   │ │ └── mimic-response@2.1.0
            │ │   │ ├── once@1.4.0 deduped
            │ │   │ └── simple-concat@1.0.1
            │ │   ├─┬ tar-fs@2.1.1
            │ │   │ ├── chownr@1.1.4
            │ │   │ ├── mkdirp-classic@0.5.3 deduped
            │ │   │ ├── pump@3.0.0 deduped
            │ │   │ └─┬ tar-stream@2.2.0
            │ │   │   ├─┬ bl@4.1.0
            │ │   │   │ ├─┬ buffer@5.7.1
            │ │   │   │ │ ├── base64-js@1.5.1
            │ │   │   │ │ └── ieee754@1.2.1
            │ │   │   │ ├── inherits@2.0.4 deduped
            │ │   │   │ └── readable-stream@3.6.0 deduped
            │ │   │   ├── end-of-stream@1.4.4 deduped
            │ │   │   ├── fs-constants@1.0.0
            │ │   │   ├── inherits@2.0.4 deduped
            │ │   │   └── readable-stream@3.6.0 deduped
            │ │   └─┬ tunnel-agent@0.6.0
            │ │     └── safe-buffer@5.2.1 deduped
            │ ├── @serialport/parser-byte-length@9.0.7
            │ ├── @serialport/parser-cctalk@9.0.7
            │ ├── @serialport/parser-delimiter@9.0.7
            │ ├── @serialport/parser-inter-byte-timeout@9.0.7
            │ ├─┬ @serialport/parser-readline@9.0.7
            │ │ └── @serialport/parser-delimiter@9.0.7 deduped
            │ ├── @serialport/parser-ready@9.0.7
            │ ├── @serialport/parser-regex@9.0.7
            │ ├─┬ @serialport/stream@9.0.7
            │ │ └── debug@4.3.1 deduped
            │ └── debug@4.3.1 deduped
            ├── source-map-support@0.5.19 deduped
            ├─┬ winston@3.3.3
            │ ├─┬ @dabh/diagnostics@2.0.2
            │ │ ├─┬ colorspace@1.1.2
            │ │ │ ├─┬ color@3.0.0
            │ │ │ │ ├─┬ color-convert@1.9.3
            │ │ │ │ │ └── color-name@1.1.3
            │ │ │ │ └─┬ color-string@1.5.5
            │ │ │ │   ├── color-name@1.1.3 deduped
            │ │ │ │   └─┬ simple-swizzle@0.2.2
            │ │ │ │     └── is-arrayish@0.3.2
            │ │ │ └── text-hex@1.0.0
            │ │ ├── enabled@2.0.0
            │ │ └── kuler@2.0.0
            │ ├── async@3.2.0
            │ ├── is-stream@2.0.0
            │ ├─┬ logform@2.2.0
            │ │ ├── colors@1.4.0
            │ │ ├── fast-safe-stringify@2.0.7
            │ │ ├── fecha@4.2.1
            │ │ ├── ms@2.1.2 deduped
            │ │ └── triple-beam@1.3.0 deduped
            │ ├─┬ one-time@1.0.0
            │ │ └── fn.name@1.1.0
            │ ├─┬ readable-stream@3.6.0
            │ │ ├── inherits@2.0.4
            │ │ ├─┬ string_decoder@1.3.0
            │ │ │ └── safe-buffer@5.2.1
            │ │ └── util-deprecate@1.0.2
            │ ├── stack-trace@0.0.10
            │ ├── triple-beam@1.3.0
            │ └─┬ winston-transport@4.4.0
            │   ├─┬ readable-stream@2.3.7
            │   │ ├── core-util-is@1.0.2
            │   │ ├── inherits@2.0.4 deduped
            │   │ ├── isarray@1.0.0
            │   │ ├── process-nextick-args@2.0.1
            │   │ ├── safe-buffer@5.1.2
            │   │ ├─┬ string_decoder@1.1.1
            │   │ │ └── safe-buffer@5.1.2 deduped
            │   │ └── util-deprecate@1.0.2 deduped
            │   └── triple-beam@1.3.0 deduped
            └── xstate@4.17.1
          
          pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $
          

          Adapter-Logfile sieht nicht bessere aus. Nach dem NAK kommt nichts weiter raus.

          mikeal created this issue in request/request

          open Request’s Past, Present and Future #3142

          mikeal created this issue in request/request

          open Request’s Past, Present and Future #3142

          AlCalzone tugsi 2 Replies Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer @AMagnum last edited by

            @amagnum sagte in kleines Projekt Z-Wave und Zigbee gleichzeitig auf PI4:

            Es wurde sehr viel geladen und übersetzt, es gibt aber gerade im Bereich von serialport viele Warnungen.

            Das sieht zwar erschreckend aus, ist aber okay so. Kannst du mal eine andere Adapter-Version ausprobieren? Am besten gleich die aktuellste. Adapter stoppen, dann:

            cd /opt/iobroker
            npm i iobroker.zwave2@latest
            iobroker upload zwave2
            
            A 1 Reply Last reply Reply Quote 0
            • A
              AMagnum @AlCalzone last edited by

              @alcalzone Habe die latest Version (1.9.2) geladen, bleibt aber bei NAK immer noch stehen.

              pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $ npm ls
              iobroker.zwave2@1.9.2 /opt/iobroker/node_modules/iobroker.zwave2
              ├── UNMET DEPENDENCY @iobroker/adapter-core@^2.4.0
              ├── UNMET DEPENDENCY alcalzone-shared@^3.0.3
              ├── UNMET DEPENDENCY fs-extra@^9.1.0
              └── UNMET DEPENDENCY zwave-js@^7.1.0
              
              npm ERR! missing: @iobroker/adapter-core@^2.4.0, required by iobroker.zwave2@1.9.2
              npm ERR! missing: alcalzone-shared@^3.0.3, required by iobroker.zwave2@1.9.2
              npm ERR! missing: fs-extra@^9.1.0, required by iobroker.zwave2@1.9.2
              npm ERR! missing: zwave-js@^7.1.0, required by iobroker.zwave2@1.9.2
              pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2 $
              

              Vielleicht ist ja das RaZberry 2 Modul defekt. Ich habe nun einen Z-Wave USB Stick gekauft, wird demnächst geliefert (Modell Aeotec AEOEZW090-C). Dann nehme ich das RaZberry runter und versuche es mit dem Stick.

              Oder gibt es eine simple Methode, um mal etwas an das tty zu Senden und zu Empfangen. Früher hatte ich das mit alten Modemverbindungen gemacht. Da gab es immer so einen AT-Befehlssatz, das waren aber reine ASCII-Schnittstellen, hatte früher mit 300 bit/s angefangen. Oh man, das waren noch Zeiten.

              1 Reply Last reply Reply Quote 0
              • tugsi
                tugsi @AMagnum last edited by

                @amagnum
                Es gab auch mal ein Beitrag, wo es um den Serialport ging:
                https://forum.iobroker.net/topic/6230/zwave-raspberrypi3-und-razberry-zwave-platine/4?_=1617715888271
                Lediglich der Serialport muss umkonfiguriert werden:

                sudo nano /boot/cmdline.txt
                -> console=serial0,115200 entfernen
                
                sudo nano /boot/config.txt
                -> folgendes einfügen bzw Auskommentierung entfernen:
                dtoverlay=pi3-miniuart-bt
                enable_uart=1
                force_turbo=1
                reboot
                

                Das habe ich bei mir auch drin.
                Ist leider schon zu lange her, dass ich mein RazBerry in Betrieb genommen habe, aber da ich in der config.txt die Einträge habe, gehe ich mal davon aus, dass ich das gemacht habe.
                Ist allerdings bei mir ein PI3 auch.

                AlCalzone 1 Reply Last reply Reply Quote 0
                • AlCalzone
                  AlCalzone Developer @tugsi last edited by

                  @tugsi Inzwischen geht das auch per raspi-config meine ich.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    AMagnum @AlCalzone last edited by

                    @alcalzone ja funktioniert mit sudo raspi-config. Die Einträge in /boot/config.txt und /boot/cmdline.txt sind bei mir auch korrekt. Leider immer noch keine Verbindung zwischen zwave2-Adapter und ttyAMA0.

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      AMagnum @AMagnum last edited by

                      @amagnum Heute ist der neue Z-Wave Stick (Modell Aeotec AEOEZW090-C) gekommen. Habe ihn gleich ausprobiert. Das Z-Wave ZMEERAZ2 Modul raus, den neuen rein. TTY wie folgt überprüft:

                      pi@SmartHomePi4:/dev $ npx @serialport/list
                      /dev/ttyACM0    usb-0658_0200-if00      0658
                      /dev/ttyACM1    usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2427885-if00   dresden elektronik ingenieurtechnik GmbH
                      /dev/ttyAMA0
                      /dev/ttyS0
                      

                      Das neues Interface wird auf /dev/ttyACM0 angezeigt. Dieses gleich im zwave2.0 Adapter eingetragen. Die Instanz gestartet und der Adapter zeigt true, true, true. Super!!! Ich bin so glücklich! Nun kann mein kleines Projekt weitergehen.

                      Hier noch das Logfile vom Adapter:

                      pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $ cat zwave-1326.log
                      2021-04-07T18:01:18.853Z DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                                        ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                                          ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                                         ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                                        ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                                        ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                      2021-04-07T18:01:18.855Z DRIVER   version 7.1.1
                      2021-04-07T18:01:18.855Z DRIVER
                      2021-04-07T18:01:18.856Z DRIVER   starting driver...
                      2021-04-07T18:01:18.882Z DRIVER   opening serial port /dev/ttyACM0
                      2021-04-07T18:01:18.908Z DRIVER   serial port opened
                      2021-04-07T18:01:18.910Z SERIAL » [NAK]                                                                   (0x15)
                      2021-04-07T18:01:20.417Z DRIVER   loading configuration...
                      2021-04-07T18:01:29.969Z CONFIG   Device index regenerated
                      2021-04-07T18:01:30.026Z DRIVER   beginning interview...
                      2021-04-07T18:01:30.027Z DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                                        1 registered
                      2021-04-07T18:01:30.028Z DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                                        1 registered
                      2021-04-07T18:01:30.028Z DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                                        1 registered
                      2021-04-07T18:01:30.029Z CNTRLR   beginning interview...
                      2021-04-07T18:01:30.030Z CNTRLR   querying version info...
                      2021-04-07T18:01:30.260Z SERIAL » 0x01030015e9                                                         (5 bytes)
                      2021-04-07T18:01:30.262Z DRIVER » [REQ] [GetControllerVersion]
                      2021-04-07T18:01:30.268Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.271Z SERIAL « 0x011001155a2d5761766520342e3534000193                              (18 bytes)
                      2021-04-07T18:01:30.273Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.275Z DRIVER « [RES] [GetControllerVersion]
                                                          payload: 0x5a2d5761766520342e35340001
                      2021-04-07T18:01:30.285Z CNTRLR   received version info:
                                                          controller type: Static Controller
                                                          library version: Z-Wave 4.54
                      2021-04-07T18:01:30.286Z CNTRLR   querying controller IDs...
                      2021-04-07T18:01:30.317Z SERIAL » 0x01030020dc                                                         (5 bytes)
                      2021-04-07T18:01:30.318Z DRIVER » [REQ] [GetControllerId]
                      2021-04-07T18:01:30.320Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.322Z SERIAL « 0x01080120eb794967016b                                              (10 bytes)
                      2021-04-07T18:01:30.324Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.325Z DRIVER « [RES] [GetControllerId]
                                                          payload: 0xeb79496701
                      2021-04-07T18:01:30.330Z CNTRLR   received controller IDs:
                                                          home ID:     0xeb794967
                                                          own node ID: 1
                      2021-04-07T18:01:30.331Z CNTRLR   querying controller capabilities...
                      2021-04-07T18:01:30.337Z SERIAL » 0x01030005f9                                                         (5 bytes)
                      2021-04-07T18:01:30.338Z DRIVER » [REQ] [GetControllerCapabilities]
                      2021-04-07T18:01:30.340Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.342Z SERIAL « 0x0104010528d7                                                       (6 bytes)
                      2021-04-07T18:01:30.343Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.344Z DRIVER « [RES] [GetControllerCapabilities]
                                                          payload: 0x28
                      2021-04-07T18:01:30.350Z CNTRLR   received controller capabilities:
                                                          controller role:     primary
                                                          is in other network: false
                                                          is SIS present:      false
                                                          was real primary:    true
                                                          is a SUC:            false
                      2021-04-07T18:01:30.350Z CNTRLR   querying API capabilities...
                      2021-04-07T18:01:30.357Z SERIAL » 0x01030007fb                                                         (5 bytes)
                      2021-04-07T18:01:30.358Z DRIVER » [REQ] [GetSerialApiCapabilities]
                      2021-04-07T18:01:30.360Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.363Z SERIAL « 0x012b0107010100860001005afe81ff884f1f0000fb9f7da067000080008086000 (45 bytes)
                                                        000e87300000e0000600000fa
                      2021-04-07T18:01:30.365Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.366Z DRIVER « [RES] [GetSerialApiCapabilities]
                                                          payload: 0x010100860001005afe81ff884f1f0000fb9f7da067000080008086000000e8730
                                                        0000e0000600000
                      2021-04-07T18:01:30.372Z CNTRLR   received API capabilities:
                                                          serial API version:  1.1
                                                          manufacturer ID:     0x86
                                                          product type:        0x01
                                                          product ID:          0x5a
                                                          supported functions:
                                                          · GetSerialApiInitData (0x02)
                                                          · FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
                                                          · ApplicationCommand (0x04)
                                                          · GetControllerCapabilities (0x05)
                                                          · SetSerialApiTimeouts (0x06)
                                                          · GetSerialApiCapabilities (0x07)
                                                          · FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
                                                          · UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
                                                          · UNKNOWN_FUNC_RF_RECEIVE_MODE (0x10)
                                                          · UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
                                                          · FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
                                                          · SendData (0x13)
                                                          · SendDataMulticast (0x14)
                                                          · GetControllerVersion (0x15)
                                                          · SendDataAbort (0x16)
                                                          · FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
                                                          · UNKNOWN_FUNC_SEND_DATA_META (0x18)
                                                          · FUNC_ID_ZW_GET_RANDOM (0x1c)
                                                          · GetControllerId (0x20)
                                                          · UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
                                                          · UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
                                                          · UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
                                                          · UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
                                                          · UNKNOWN_FUNC_FlashAutoProgSet (0x27)
                                                          · UNKNOWN_FUNC_NVMGetId (0x29)
                                                          · UNKNOWN_FUNC_NVMExtReadLongBuffer (0x2a)
                                                          · UNKNOWN_FUNC_NVMExtWriteLongBuffer (0x2b)
                                                          · UNKNOWN_FUNC_NVMExtReadLongByte (0x2c)
                                                          · UNKNOWN_FUNC_NVMExtWriteLongByte (0x2d)
                                                          · GetNodeProtocolInfo (0x41)
                                                          · HardReset (0x42)
                                                          · FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
                                                          · FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
                                                          · AssignReturnRoute (0x46)
                                                          · DeleteReturnRoute (0x47)
                                                          · RequestNodeNeighborUpdate (0x48)
                                                          · ApplicationUpdateRequest (0x49)
                                                          · AddNodeToNetwork (0x4a)
                                                          · RemoveNodeFromNetwork (0x4b)
                                                          · FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
                                                          · FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
                                                          · FUNC_ID_ZW_SET_LEARN_MODE (0x50)
                                                          · FUNC_ID_ZW_ASSIGN_SUC_RETURN_ROUTE (0x51)
                                                          · FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
                                                          · FUNC_ID_ZW_SET_SUC_NODE_ID (0x54)
                                                          · FUNC_ID_ZW_DELETE_SUC_RETURN_ROUTE (0x55)
                                                          · GetSUCNodeId (0x56)
                                                          · UNKNOWN_FUNC_SEND_SUC_ID (0x57)
                                                          · FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
                                                          · RequestNodeInfo (0x60)
                                                          · RemoveFailedNode (0x61)
                                                          · IsFailedNode (0x62)
                                                          · ReplaceFailedNode (0x63)
                                                          · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                                                          · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                                                          · GetRoutingInfo (0x80)
                                                          · UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
                                                          · UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
                                                          · UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
                                                          · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
                                                          · UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
                                                          · UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
                                                          · UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                                                          · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                                                          · UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
                                                          · UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
                                                          · UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
                                                          · undefined (0xee)
                                                          · UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
                      2021-04-07T18:01:30.372Z CNTRLR   finding SUC...
                      2021-04-07T18:01:30.378Z SERIAL » 0x01030056aa                                                         (5 bytes)
                      2021-04-07T18:01:30.379Z DRIVER » [REQ] [GetSUCNodeId]
                      2021-04-07T18:01:30.381Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.383Z SERIAL « 0x0104015600ac                                                       (6 bytes)
                      2021-04-07T18:01:30.384Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.385Z DRIVER « [RES] [GetSUCNodeId]
                                                          payload: 0x00
                      2021-04-07T18:01:30.396Z CNTRLR   no SUC present
                      2021-04-07T18:01:30.421Z CNTRLR   querying node information...
                      2021-04-07T18:01:30.429Z SERIAL » 0x01030002fe                                                         (5 bytes)
                      2021-04-07T18:01:30.430Z DRIVER » [REQ] [GetSerialApiInitData]
                      2021-04-07T18:01:30.432Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.529Z SERIAL « 0x0125010205001d010000000000000000000000000000000000000000000000000 (39 bytes)
                                                        00000000500c5
                      2021-04-07T18:01:30.530Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.531Z DRIVER « [RES] [GetSerialApiInitData]
                                                          payload: 0x05001d01000000000000000000000000000000000000000000000000000000000
                                                        500
                      2021-04-07T18:01:30.536Z CNTRLR   received node information:
                                                          controller role:            primary
                                                          controller is a SUC:        false
                                                          controller is a slave:      false
                                                          controller supports timers: false
                                                          nodes in the network:       1
                      2021-04-07T18:01:30.549Z CNTRLR   [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
                      2021-04-07T18:01:30.550Z CNTRLR   [Node 001] [Manufacturer Specific] productType: metadata updated
                      2021-04-07T18:01:30.551Z CNTRLR   [Node 001] [Manufacturer Specific] productId: metadata updated
                      2021-04-07T18:01:30.552Z CNTRLR   [Node 001] [+] [Manufacturer Specific] manufacturerId: 134
                      2021-04-07T18:01:30.553Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productType: 1
                      2021-04-07T18:01:30.554Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productId: 90
                      2021-04-07T18:01:30.554Z CNTRLR   setting serial API timeouts: ack = 1000 ms, byte = 150 ms
                      2021-04-07T18:01:30.560Z SERIAL » 0x01050006640f97                                                     (7 bytes)
                      2021-04-07T18:01:30.561Z DRIVER » [REQ] [SetSerialApiTimeouts]
                                                          payload: 0x640f
                      2021-04-07T18:01:30.563Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.565Z SERIAL « 0x01050106960f64                                                     (7 bytes)
                      2021-04-07T18:01:30.566Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.567Z DRIVER « [RES] [SetSerialApiTimeouts]
                                                          payload: 0x960f
                      2021-04-07T18:01:30.571Z CNTRLR   serial API timeouts overwritten. The old values were: ack = 1500 ms, byte = 15
                                                        0 ms
                      2021-04-07T18:01:30.572Z CNTRLR   Interview completed
                      2021-04-07T18:01:30.572Z DRIVER   driver ready
                      2021-04-07T18:01:30.578Z CNTRLR   [Node 001] Beginning interview - last completed stage: None
                      2021-04-07T18:01:30.579Z CNTRLR   [Node 001] new node, doing a full interview...
                      2021-04-07T18:01:30.580Z CNTRLR » [Node 001] querying protocol info...
                      2021-04-07T18:01:30.642Z SERIAL » 0x0104004101bb                                                       (6 bytes)
                      2021-04-07T18:01:30.642Z DRIVER » [REQ] [GetNodeProtocolInfo]
                                                          payload: 0x01
                      2021-04-07T18:01:30.650Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.652Z SERIAL « 0x0109014193160102020133                                            (11 bytes)
                      2021-04-07T18:01:30.654Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.660Z DRIVER « [RES] [GetNodeProtocolInfo]
                                                          payload: 0x931601020201
                      2021-04-07T18:01:30.680Z CNTRLR « [Node 001] received response for protocol info:
                                                        basic device class:    Static Controller
                                                        generic device class:  Static Controller
                                                        specific device class: PC Controller
                                                        node type:             Controller
                                                        is always listening:   true
                                                        is frequent listening: false
                                                        can route messages:    false
                                                        supports security:     false
                                                        supports beaming:      true
                                                        maximum data rate:     100000 kbps
                                                        protocol version:      3
                      2021-04-07T18:01:30.689Z CNTRLR   [Node 001] Interview stage completed: ProtocolInfo
                      2021-04-07T18:01:30.690Z CNTRLR   [Node 001] not pinging the controller
                      2021-04-07T18:01:30.691Z CNTRLR   [Node 001] not querying node info from the controller
                      2021-04-07T18:01:30.691Z CNTRLR   [Node 001] Interview stage completed: NodeInfo
                      2021-04-07T18:01:30.693Z CNTRLR   [Node 001] Interview stage completed: CommandClasses
                      2021-04-07T18:01:30.694Z CNTRLR   [Node 001] trying to load device config
                      2021-04-07T18:01:30.743Z CNTRLR   [Node 001] device config loaded
                      2021-04-07T18:01:30.744Z CNTRLR   [Node 001] Interview stage completed: OverwriteConfig
                      2021-04-07T18:01:30.744Z CNTRLR » [Node 001] requesting node neighbors...
                      2021-04-07T18:01:30.754Z SERIAL » 0x010700800100000079                                                 (9 bytes)
                      2021-04-07T18:01:30.755Z DRIVER » [Node 001] [REQ] [GetRoutingInfo]
                                                          remove non-repeaters: false
                                                          remove bad links:     false
                      2021-04-07T18:01:30.760Z SERIAL « [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.766Z SERIAL « 0x01200180000000000000000000000000000000000000000000000000000000000 (34 bytes)
                                                        05e
                      2021-04-07T18:01:30.767Z SERIAL » [ACK]                                                                   (0x06)
                      2021-04-07T18:01:30.770Z DRIVER « [RES] [GetRoutingInfo]
                                                          node ids:
                      2021-04-07T18:01:30.776Z CNTRLR   [Node 001] The node is alive.
                      2021-04-07T18:01:30.777Z CNTRLR « [Node 001]   node neighbors received:
                      2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview stage completed: Neighbors
                      2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview completed
                      2021-04-07T18:01:30.778Z CNTRLR   [Node 001] The node is ready to be used
                      2021-04-07T18:01:30.779Z CNTRLR   All nodes are ready to be used
                      2021-04-07T18:01:31.082Z DRIVER   Usage statistics sent - next transmission scheduled in 23 hours.
                      pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $
                      

                      So muss es aussehen, wenn alles funktioniert.

                      Meinen Z-Wave ZMEERAZ2 sende ich als defekt wieder zurück.

                      Danke für Eure ganzen Hilfe.

                      Viele Grüße Andreas

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        AMagnum @AMagnum last edited by AMagnum

                        @amagnum Hier noch die Ausgabe im ioBroker:
                        ef765ac2-00ed-4ac7-b4b4-aced813aeb15-grafik.png

                        363310ab-8eb5-4180-ab87-a222f9211bde-grafik.png

                        AlCalzone tugsi 2 Replies Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer @AMagnum last edited by

                          @amagnum Super - also waren wir doch nicht zu dumm 😄

                          1 Reply Last reply Reply Quote 0
                          • tugsi
                            tugsi @AMagnum last edited by

                            @amagnum Na hoffentlich kannst den RazBerry noch umtauschen

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            825
                            Online

                            32.0k
                            Users

                            80.4k
                            Topics

                            1.3m
                            Posts

                            6
                            44
                            2608
                            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