NEWS
Bitte rflink, modbus, mysensors Testen (serialport upgrade)
-
ok, Danke Rainer⦠Unter Haupteinstellungen sieht man nicht viel...siehe Bild.
ich habe alles neu aufgesetzt! Anbei der Auszug aus der Konsole von derb Installation!
Welcome to ARMBIAN 5.25 stable Debian GNU/Linux 8 (jessie) 3.4.113-sun8i System load: 1.20 Up time: 7 hours Memory usage: 8 % of 2014Mb IP: 192.168.1.99 CPU temp: 34Β°C Usage of /: 7% of 29G storage/: 7% of 29G Last login: Mon Jun 5 13:15:16 2017 from lenovo-pc.fritz.box root@orangepiplus2e:~# sudo npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production > serialport@4.0.7 install /root/node_modules/avrgirl-arduino/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp) make: Entering directory '/root/node_modules/avrgirl-arduino/node_modules/serialport/build' CXX(target) Release/obj.target/serialport/src/serialport.o ../src/serialport.cpp: In function βint getIntFromObject(v8::Local<v8::object>, std::string)β: ../src/serialport.cpp:90:52: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βdouble getDoubleFromObject(v8::Local<v8::object>, std::string)β: ../src/serialport.cpp:102:53: warning: βv8::Local <v8::number>v8::Value::ToNumber() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8166): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToNumber()->NumberValue(); ^ ../src/serialport.cpp: In function βvoid EIO_AfterOpen(uv_work_t*)β: ../src/serialport.cpp:174:31: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = argv[1]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:193:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp:217:116: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Write(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:252:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:369:32: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] baton->fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:480:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:528:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:585:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ CXX(target) Release/obj.target/serialport/src/serialport_unix.o ../src/serialport_unix.cpp: In function βOpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local<v8::object>&)β: ../src/serialport_unix.cpp:44:109: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ ../src/serialport_unix.cpp:45:111: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ CXX(target) Release/obj.target/serialport/src/serialport_poller.o ../src/serialport_poller.cpp: In static member function βstatic Nan::NAN_METHOD_RETURN_TYPE SerialportPoller::New(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport_poller.cpp:86:31: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] obj->fd_ = info[0]->ToInt32()->Int32Value(); ^ SOLINK_MODULE(target) Release/obj.target/serialport.node COPY Release/serialport.node make: Leaving directory '/root/node_modules/avrgirl-arduino/node_modules/serialport/build' > serialport@4.0.7 install /root/node_modules/iobroker.rflink/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp) make: Entering directory '/root/node_modules/iobroker.rflink/node_modules/serialport/build' CXX(target) Release/obj.target/serialport/src/serialport.o ../src/serialport.cpp: In function βint getIntFromObject(v8::Local<v8::object>, std::string)β: ../src/serialport.cpp:90:52: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βdouble getDoubleFromObject(v8::Local<v8::object>, std::string)β: ../src/serialport.cpp:102:53: warning: βv8::Local <v8::number>v8::Value::ToNumber() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8166): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToNumber()->NumberValue(); ^ ../src/serialport.cpp: In function βvoid EIO_AfterOpen(uv_work_t*)β: ../src/serialport.cpp:174:31: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = argv[1]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:193:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp:217:116: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Write(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:252:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:369:32: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] baton->fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:480:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:528:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function βNan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport.cpp:585:29: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ CXX(target) Release/obj.target/serialport/src/serialport_unix.o ../src/serialport_unix.cpp: In function βOpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local<v8::object>&)β: ../src/serialport_unix.cpp:44:109: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ ../src/serialport_unix.cpp:45:111: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ CXX(target) Release/obj.target/serialport/src/serialport_poller.o ../src/serialport_poller.cpp: In static member function βstatic Nan::NAN_METHOD_RETURN_TYPE SerialportPoller::New(Nan::NAN_METHOD_ARGS_TYPE)β: ../src/serialport_poller.cpp:86:31: warning: βv8::Local <v8::int32>v8::Value::ToInt32() constβ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations] obj->fd_ = info[0]->ToInt32()->Int32Value(); ^ SOLINK_MODULE(target) Release/obj.target/serialport.node COPY Release/serialport.node make: Leaving directory '/root/node_modules/iobroker.rflink/node_modules/serialport/build' /root βββ¬ iobroker.rflink@1.1.5 βββ¬ avrgirl-arduino@1.11.12 β βββ¬ async@2.4.1 β β βββ lodash@4.17.4 β βββ¬ awty@0.1.0 β β βββ isval@0.0.2 β βββ browser-serialport@2.0.3 (git://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36) β βββ chip.avr.avr109@1.1.0 β βββ colors@1.1.2 β βββ graceful-fs@4.1.11 β βββ intel-hex@0.1.1 β βββ minimist@1.2.0 β βββ¬ serialport@4.0.7 β β βββ nan@2.6.2 β β βββ¬ node-pre-gyp@0.6.32 β β βββ¬ mkdirp@0.5.1 β β β βββ minimist@0.0.8 β β βββ¬ nopt@3.0.6 β β β βββ abbrev@1.0.9 β β βββ¬ npmlog@4.0.1 β β β βββ¬ are-we-there-yet@1.1.2 β β β β βββ delegates@1.0.0 β β β β βββ¬ readable-stream@2.2.2 β β β β βββ buffer-shims@1.0.0 β β β β βββ core-util-is@1.0.2 β β β β βββ inherits@2.0.3 β β β β βββ isarray@1.0.0 β β β β βββ process-nextick-args@1.0.7 β β β β βββ string_decoder@0.10.31 β β β β βββ util-deprecate@1.0.2 β β β βββ console-control-strings@1.1.0 β β β βββ¬ gauge@2.7.2 β β β β βββ aproba@1.0.4 β β β β βββ has-unicode@2.0.1 β β β β βββ object-assign@4.1.0 β β β β βββ signal-exit@3.0.2 β β β β βββ¬ 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 β β β β β βββ ansi-regex@2.0.0 β β β β βββ supports-color@0.2.0 β β β β βββ wide-align@1.1.0 β β β βββ set-blocking@2.0.0 β β βββ¬ rc@1.1.6 β β β βββ deep-extend@0.4.1 β β β βββ ini@1.3.4 β β β βββ minimist@1.2.0 β β β βββ strip-json-comments@1.0.4 β β βββ¬ request@2.79.0 β β β βββ aws-sign2@0.6.0 β β β βββ aws4@1.5.0 β β β βββ caseless@0.11.0 β β β βββ¬ combined-stream@1.0.5 β β β β βββ delayed-stream@1.0.0 β β β βββ extend@3.0.0 β β β βββ forever-agent@0.6.1 β β β βββ¬ form-data@2.1.2 β β β β βββ asynckit@0.4.0 β β β βββ¬ har-validator@2.0.6 β β β β βββ¬ chalk@1.1.3 β β β β β βββ ansi-styles@2.2.1 β β β β β βββ escape-string-regexp@1.0.5 β β β β β βββ¬ has-ansi@2.0.0 β β β β β β βββ ansi-regex@2.0.0 β β β β β βββ¬ strip-ansi@3.0.1 β β β β β β βββ ansi-regex@2.0.0 β β β β β βββ supports-color@2.0.0 β β β β βββ¬ is-my-json-valid@2.15.0 β β β β β βββ generate-function@2.0.0 β β β β β βββ¬ generate-object-property@1.2.0 β β β β β β βββ is-property@1.0.2 β β β β β βββ jsonpointer@4.0.0 β β β β β βββ xtend@4.0.1 β β β β βββ¬ pinkie-promise@2.0.1 β β β β βββ pinkie@2.0.4 β β β βββ¬ hawk@3.1.3 β β β β βββ boom@2.10.1 β β β β βββ cryptiles@2.0.5 β β β β βββ hoek@2.16.3 β β β β βββ sntp@1.0.9 β β β βββ¬ http-signature@1.1.1 β β β β βββ assert-plus@0.2.0 β β β β βββ¬ jsprim@1.3.1 β β β β β βββ extsprintf@1.0.2 β β β β β βββ json-schema@0.2.3 β β β β β βββ verror@1.3.6 β β β β βββ¬ sshpk@1.10.1 β β β β βββ asn1@0.2.3 β β β β βββ assert-plus@1.0.0 β β β β βββ bcrypt-pbkdf@1.0.0 β β β β βββ dashdash@1.14.1 β β β β βββ ecc-jsbn@0.1.1 β β β β βββ getpass@0.1.6 β β β β βββ jodid25519@1.0.2 β β β β βββ jsbn@0.1.0 β β β β βββ tweetnacl@0.14.4 β β β βββ is-typedarray@1.0.0 β β β βββ isstream@0.1.2 β β β βββ json-stringify-safe@5.0.1 β β β βββ¬ mime-types@2.1.13 β β β β βββ mime-db@1.25.0 β β β βββ oauth-sign@0.8.2 β β β βββ qs@6.3.0 β β β βββ stringstream@0.0.5 β β β βββ¬ tough-cookie@2.3.2 β β β β βββ punycode@1.4.1 β β β βββ tunnel-agent@0.4.3 β β β βββ uuid@3.0.1 β β βββ¬ rimraf@2.5.4 β β β βββ¬ glob@7.1.1 β β β βββ fs.realpath@1.0.0 β β β βββ¬ inflight@1.0.6 β β β β βββ wrappy@1.0.2 β β β βββ inherits@2.0.3 β β β βββ¬ minimatch@3.0.3 β β β β βββ¬ brace-expansion@1.1.6 β β β β βββ balanced-match@0.4.2 β β β β βββ concat-map@0.0.1 β β β βββ¬ once@1.4.0 β β β β βββ wrappy@1.0.2 β β β βββ path-is-absolute@1.0.1 β β βββ semver@5.3.0 β β βββ¬ tar@2.2.1 β β β βββ block-stream@0.0.9 β β β βββ¬ fstream@1.0.10 β β β β βββ graceful-fs@4.1.11 β β β βββ inherits@2.0.3 β β βββ¬ tar-pack@3.3.0 β β βββ¬ debug@2.2.0 β β β βββ ms@0.7.1 β β βββ¬ fstream@1.0.10 β β β βββ graceful-fs@4.1.11 β β β βββ inherits@2.0.3 β β βββ¬ fstream-ignore@1.0.5 β β β βββ inherits@2.0.3 β β β βββ¬ minimatch@3.0.3 β β β βββ¬ brace-expansion@1.1.6 β β β βββ balanced-match@0.4.2 β β β βββ concat-map@0.0.1 β β βββ¬ once@1.3.3 β β β βββ wrappy@1.0.2 β β βββ¬ readable-stream@2.1.5 β β β βββ buffer-shims@1.0.0 β β β βββ core-util-is@1.0.2 β β β βββ inherits@2.0.3 β β β βββ isarray@1.0.0 β β β βββ process-nextick-args@1.0.7 β β β βββ string_decoder@0.10.31 β β β βββ util-deprecate@1.0.2 β β βββ uid-number@0.0.6 β βββ¬ stk500@1.0.4 (git://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4) β β βββ async@0.9.2 β β βββ buffer-equal@0.0.1 β βββ¬ stk500-v2@1.0.2 β βββ async@0.9.2 βββ¬ request@2.81.0 β βββ aws-sign2@0.6.0 β βββ aws4@1.6.0 β βββ caseless@0.12.0 β βββ¬ combined-stream@1.0.5 β β βββ delayed-stream@1.0.0 β βββ extend@3.0.1 β βββ forever-agent@0.6.1 β βββ¬ form-data@2.1.4 β β βββ asynckit@0.4.0 β βββ¬ har-validator@4.2.1 β β βββ¬ ajv@4.11.8 β β β βββ co@4.6.0 β β β βββ¬ json-stable-stringify@1.0.1 β β β βββ jsonify@0.0.0 β β βββ har-schema@1.0.5 β βββ¬ hawk@3.1.3 β β βββ boom@2.10.1 β β βββ cryptiles@2.0.5 β β βββ hoek@2.16.3 β β βββ sntp@1.0.9 β βββ¬ http-signature@1.1.1 β β βββ assert-plus@0.2.0 β β βββ¬ jsprim@1.4.0 β β β βββ assert-plus@1.0.0 β β β βββ extsprintf@1.0.2 β β β βββ json-schema@0.2.3 β β β βββ verror@1.3.6 β β βββ¬ sshpk@1.13.0 β β βββ asn1@0.2.3 β β βββ assert-plus@1.0.0 β β βββ bcrypt-pbkdf@1.0.1 β β βββ¬ dashdash@1.14.1 β β β βββ assert-plus@1.0.0 β β βββ ecc-jsbn@0.1.1 β β βββ¬ getpass@0.1.7 β β β βββ assert-plus@1.0.0 β β βββ jodid25519@1.0.2 β β βββ jsbn@0.1.1 β β βββ tweetnacl@0.14.5 β βββ is-typedarray@1.0.0 β βββ isstream@0.1.2 β βββ json-stringify-safe@5.0.1 β βββ¬ mime-types@2.1.15 β β βββ mime-db@1.27.0 β βββ oauth-sign@0.8.2 β βββ performance-now@0.2.0 β βββ qs@6.4.0 β βββ safe-buffer@5.1.0 β βββ stringstream@0.0.5 β βββ¬ tough-cookie@2.3.2 β β βββ punycode@1.4.1 β βββ tunnel-agent@0.6.0 β βββ uuid@3.0.1 βββ¬ serialport@4.0.7 βββ¬ commander@2.9.0 β βββ graceful-readlink@1.0.1 βββ¬ debug@2.6.8 β βββ ms@2.0.0 βββ¬ lie@3.1.1 β βββ immediate@3.0.6 βββ nan@2.6.2 βββ¬ node-pre-gyp@0.6.32 βββ¬ mkdirp@0.5.1 β βββ minimist@0.0.8 βββ¬ nopt@3.0.6 β βββ abbrev@1.0.9 βββ¬ npmlog@4.0.1 β βββ¬ are-we-there-yet@1.1.2 β β βββ delegates@1.0.0 β β βββ¬ readable-stream@2.2.2 β β βββ buffer-shims@1.0.0 β β βββ core-util-is@1.0.2 β β βββ inherits@2.0.3 β β βββ isarray@1.0.0 β β βββ process-nextick-args@1.0.7 β β βββ string_decoder@0.10.31 β β βββ util-deprecate@1.0.2 β βββ console-control-strings@1.1.0 β βββ¬ gauge@2.7.2 β β βββ aproba@1.0.4 β β βββ has-unicode@2.0.1 β β βββ object-assign@4.1.0 β β βββ signal-exit@3.0.2 β β βββ¬ 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 β β β βββ ansi-regex@2.0.0 β β βββ supports-color@0.2.0 β β βββ wide-align@1.1.0 β βββ set-blocking@2.0.0 βββ¬ rc@1.1.6 β βββ deep-extend@0.4.1 β βββ ini@1.3.4 β βββ minimist@1.2.0 β βββ strip-json-comments@1.0.4 βββ¬ request@2.79.0 β βββ aws-sign2@0.6.0 β βββ aws4@1.5.0 β βββ caseless@0.11.0 β βββ¬ combined-stream@1.0.5 β β βββ delayed-stream@1.0.0 β βββ extend@3.0.0 β βββ forever-agent@0.6.1 β βββ¬ form-data@2.1.2 β β βββ asynckit@0.4.0 β βββ¬ har-validator@2.0.6 β β βββ¬ chalk@1.1.3 β β β βββ ansi-styles@2.2.1 β β β βββ escape-string-regexp@1.0.5 β β β βββ¬ has-ansi@2.0.0 β β β β βββ ansi-regex@2.0.0 β β β βββ¬ strip-ansi@3.0.1 β β β β βββ ansi-regex@2.0.0 β β β βββ supports-color@2.0.0 β β βββ¬ is-my-json-valid@2.15.0 β β β βββ generate-function@2.0.0 β β β βββ¬ generate-object-property@1.2.0 β β β β βββ is-property@1.0.2 β β β βββ jsonpointer@4.0.0 β β β βββ xtend@4.0.1 β β βββ¬ pinkie-promise@2.0.1 β β βββ pinkie@2.0.4 β βββ¬ hawk@3.1.3 β β βββ boom@2.10.1 β β βββ cryptiles@2.0.5 β β βββ hoek@2.16.3 β β βββ sntp@1.0.9 β βββ¬ http-signature@1.1.1 β β βββ assert-plus@0.2.0 β β βββ¬ jsprim@1.3.1 β β β βββ extsprintf@1.0.2 β β β βββ json-schema@0.2.3 β β β βββ verror@1.3.6 β β βββ¬ sshpk@1.10.1 β β βββ asn1@0.2.3 β β βββ assert-plus@1.0.0 β β βββ bcrypt-pbkdf@1.0.0 β β βββ dashdash@1.14.1 β β βββ ecc-jsbn@0.1.1 β β βββ getpass@0.1.6 β β βββ jodid25519@1.0.2 β β βββ jsbn@0.1.0 β β βββ tweetnacl@0.14.4 β βββ is-typedarray@1.0.0 β βββ isstream@0.1.2 β βββ json-stringify-safe@5.0.1 β βββ¬ mime-types@2.1.13 β β βββ mime-db@1.25.0 β βββ oauth-sign@0.8.2 β βββ qs@6.3.0 β βββ stringstream@0.0.5 β βββ¬ tough-cookie@2.3.2 β β βββ punycode@1.4.1 β βββ tunnel-agent@0.4.3 β βββ uuid@3.0.1 βββ¬ rimraf@2.5.4 β βββ¬ glob@7.1.1 β βββ fs.realpath@1.0.0 β βββ¬ inflight@1.0.6 β β βββ wrappy@1.0.2 β βββ inherits@2.0.3 β βββ¬ minimatch@3.0.3 β β βββ¬ brace-expansion@1.1.6 β β βββ balanced-match@0.4.2 β β βββ concat-map@0.0.1 β βββ¬ once@1.4.0 β β βββ wrappy@1.0.2 β βββ path-is-absolute@1.0.1 βββ semver@5.3.0 βββ¬ tar@2.2.1 β βββ block-stream@0.0.9 β βββ¬ fstream@1.0.10 β β βββ graceful-fs@4.1.11 β βββ inherits@2.0.3 βββ¬ tar-pack@3.3.0 βββ¬ debug@2.2.0 β βββ ms@0.7.1 βββ¬ fstream@1.0.10 β βββ graceful-fs@4.1.11 β βββ inherits@2.0.3 βββ¬ fstream-ignore@1.0.5 β βββ inherits@2.0.3 β βββ¬ minimatch@3.0.3 β βββ¬ brace-expansion@1.1.6 β βββ balanced-match@0.4.2 β βββ concat-map@0.0.1 βββ¬ once@1.3.3 β βββ wrappy@1.0.2 βββ¬ readable-stream@2.1.5 β βββ buffer-shims@1.0.0 β βββ core-util-is@1.0.2 β βββ inherits@2.0.3 β βββ isarray@1.0.0 β βββ process-nextick-args@1.0.7 β βββ string_decoder@0.10.31 β βββ util-deprecate@1.0.2 βββ uid-number@0.0.6 npm WARN enoent ENOENT: no such file or directory, open '/root/package.json' npm WARN root No description npm WARN root No repository field. npm WARN root No README data npm WARN root No license field. root@orangepiplus2e:~#</v8::int32></v8::string></v8::int32></v8::string></v8::int32></v8::object></v8::int32></v8::int32></v8::int32></v8::int32></v8::int32></v8::string></v8::int32></v8::int32></v8::int32></v8::number></v8::object></v8::int32></v8::object></v8::int32></v8::string></v8::int32></v8::string></v8::int32></v8::object></v8::int32></v8::int32></v8::int32></v8::int32></v8::int32></v8::string></v8::int32></v8::int32></v8::int32></v8::number></v8::object></v8::int32></v8::object>
Die ersten Zeilen spucken schon Fehler aus!
****> serialport@4.0.7 install /root/node_modules/avrgirl-arduino/node_modules/serialport
node-pre-gyp install βfallback-to-build****
****node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAd β¦ arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)****
Ideeen ????
1526_unbenannt9.png -
ok, Danke Rainer⦠Unter Haupteinstellungen sieht man nicht viel...siehe Bild. `
Man sieht, dass du das "default" Repository und damit das stable ausgewΓ€hlt hast, das erklΓ€rt auch, dass deine angebotene rf-Link Version relativ alt ist.GruΓ
Rainer
-
o.k, kommen wir der Sache etwa nΓ€her???
der Link unten funktioniert nicht. Kein Wunder dass es Fehler spucktβ¦
Welche Repository soll ich als default wΓ€hlen?
node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAd ... arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
1526_unbenannt10.png -
o.k, kommen wir der Sache etwa nΓ€her??? `
Nee, wir entfernen uns schon wieder vom bestmΓΆglichen!default ist ok = stable
WENN du auf latest gehen WILLST nicht die Pfade Γ€ndern, sondern unter Haupteinstellungen im pulldown default gegen latest tauschen.
Da du aber sogar die Github-Version hast bist du auf dem allerneuesten Stand.
der Link unten funktioniert nicht. Kein Wunder dass es Fehler spuckt⦠`
Das sind keine Fehler!Die Installation ΓΌberprΓΌft ob es fΓΌr deine Hardware passende fertige Pakete gibt - und findet keine.
Das ist vollkommen normal.
Jetzt sagt sich die Installation: Mist, dann muss ich das Paket selber bauen
und macht das dann auch.
> (falling back to source compile with node-gyp)
GruΓ
Rainer
-
Und die Installation danach sieht ok aus. serialport ist installiert.
AM besten mal in Debug laufen lassen und Log schicken. Log vom Aufruf der Admin-Seite reicht
-
Hier mein log:
rflink.0 2017-06-05 20:43:36.055 debug sendTo "readNewVersion" to system.adapter.admin.0 from system.adapter.rflink.0 rflink.0 2017-06-05 20:43:35.955 debug sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0 rflink.0 2017-06-05 20:43:35.952 info List of port: [{"comName":"/dev/ttyS0"},{"comName":"/dev/ttyS1"},{"comName":"/dev/ttyS2"},{"comName":"/dev/ttyS3"}] rflink.0 2017-06-05 20:43:35.850 debug inMem message messagebox.system.adapter.rflink.0 messagebox.system.adapter.rflink.0 command=listUart, message=null, from=system.adapter.admin.0, message=null, id=12, ack=false, time=1496688215043, _ rflink.0 2017-06-05 20:43:35.045 debug inMem message messagebox.system.adapter.rflink.0 messagebox.system.adapter.rflink.0 command=readNewVersion, message=null, from=system.adapter.admin.0, message=null, id=11, ack=false, time=1496688215 rflink.0 2017-06-05 20:43:32.342 error No serial port defined rflink.0 2017-06-05 20:43:32.195 info starting. Version 1.1.5 in /opt/iobroker/node_modules/iobroker.rflink, node: v6.10.3 rflink.0 2017-06-05 20:43:32.141 debug statesDB connected rflink.0 2017-06-05 20:43:32.091 debug objectDB connected
in der Konfig gibt es nur /dev/ttyS0 bis S3 kein USB und kein AMA0 (?)
Daher kann ich da auch nichts sinnvolles auswΓ€hlen
GruΓ
Rainer
-
bei mir unter Instanzen taucht nach der Installation kein RFLINK-Adapter auf.
Ich versuchte es gerade frisch vom Github.
host.orangepiplus2e 2017-06-05 20:49:47.100 info Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json" iobroker 2017-06-05 20:49:45.945 info exit 0 iobroker 2017-06-05 20:49:45.828 info upload [0] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/index.html index.html text/html iobroker 2017-06-05 20:49:45.726 info upload [1] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/parse.js parse.js application/javascript iobroker 2017-06-05 20:49:41.871 info upload [2] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/rflink.png rflink.png image/png iobroker 2017-06-05 20:49:41.842 info got /opt/iobroker/node_modules/iobroker.rflink/admin iobroker 2017-06-05 20:49:36.494 info npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/stk500/package.json' iobroker 2017-06-05 20:49:36.490 info npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/mdns/package.json' iobroker 2017-06-05 20:49:36.468 info βββ stk500@1.0.4 (git://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4) iobroker 2017-06-05 20:49:36.468 info βββ browser-serialport@2.0.3 (git://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36) iobroker 2017-06-05 20:49:36.468 info βββ¬ avrgirl-arduino@1.11.12 iobroker 2017-06-05 20:49:36.468 info iobroker@1.0.0 /opt/iobrokerβββ¬ iobroker.rflink@1.1.5 iobroker 2017-06-05 20:48:25.543 info npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production --prefix "/opt/iobroker" (System call) iobroker 2017-06-05 20:48:24.988 info install https://github.com/ioBroker/ioBroker.rflink/tarball/master iobroker 2017-06-05 20:48:22.950 info url "https://github.com/ioBroker/ioBroker.rflink/tarball/master" rflink --debug
-
@ Rainerβ¦
schau Dir bitte das Bild an. Unter Adapter sieht man die installierte und verfΓΌgbare Version des RFLink Adapters richtig?
beides in der Version 1.1.5. Unter Instanzen tauch der Adapter bei mir nicht auf... Wie ist das mΓΆglich? Deshalb dachte ich die ganze Zeit, dass der Adapter nicht installiert worden ist... Kann es sein dass es nur ein Anzeigefehler ist? Irgendwo muΓ es doch installiert sein...
1526_unbenannt11.png -
Unter Adapter sieht man die installierte und verfΓΌgbare Version des RFLink Adapters richtig? `
Ja!Unter Instanzen tauch der Adapter bei mir nicht auf⦠Wie ist das mâglich? `
Deswegen hatte ich vorhin darauf bestanden dir den Unterschied zwischen Installation des Adapters und Erzeugung einer Instanz zu erklΓ€ren, β¦Du hast immer noch keine Instanz erzeugt!
GruΓ
Rainer
-
@Rainer, ich habe es am laufen
1526_unbenannt12.png
1526_unbenannt13.png