Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Smartmeter Adapter Probleme mit Hirche IR-Lesekopf

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    13
    1
    645

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    2.0k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    894

Smartmeter Adapter Probleme mit Hirche IR-Lesekopf

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
34 Beiträge 6 Kommentatoren 2.2k Aufrufe 5 Beobachtet
  • Ä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.
  • GlasfaserG Glasfaser

    @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

    @glasfaser Das was mir geraten wurde.

    Aber nicht im Hauptverzeichniss den Befehl npm install --production durchführen !

    Nochmal zum eigentlichen Problem die Liste mit den Seriellen Prots wird nciht aufgebaut im Smartmeter.

    Ja , da sind wir gerade drann ... was erscheint im Log , wieder die gleichen Fehlermeldungen !?

    J Offline
    J Offline
    janni01
    schrieb am zuletzt editiert von
    #13

    @glasfaser

    pi@pi:/opt/iobroker/node_modules/@serialport $ npm install --production
    
    > diskusage@0.2.6 install /opt/iobroker/node_modules/iobroker.js-controller/node_modules/diskusage
    > node-gyp rebuild
    
    make: Entering directory '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/diskusage/build'
      CXX(target) Release/obj.target/diskusage/src/main.o
    ../src/main.cpp: In function ‘v8::Local<v8::Object> ConvertDiskUsage(const DiskUsage&)’:
    ../src/main.cpp:9:124: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         obj->Set(Nan::New<v8::String>("available").ToLocalChecked(), Nan::New<v8::Number>(static_cast<double>(usage.available)));
                                                                                                                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../../../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/main.cpp:10:114: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         obj->Set(Nan::New<v8::String>("free").ToLocalChecked(), Nan::New<v8::Number>(static_cast<double>(usage.free)));
                                                                                                                      ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../../../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/main.cpp:11:116: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         obj->Set(Nan::New<v8::String>("total").ToLocalChecked(), Nan::New<v8::Number>(static_cast<double>(usage.total)));
                                                                                                                        ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../../../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/main.cpp:26:71: error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’
             DiskUsage result = GetDiskUsage(*v8::String::Utf8Value(info[0]));
                                                                           ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../../../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note: candidate: ‘v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)’
         Utf8Value(Isolate* isolate, Local<v8::Value> obj);
         ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note:   candidate expects 2 arguments, 1 provided
    ../src/main.cpp: At global scope:
    ../src/main.cpp:37:15: error: variable or field ‘Init’ declared void
     void Init(v8::Handle<v8::Object> exports)
                   ^~~~~~
    ../src/main.cpp:37:15: error: ‘Handle’ is not a member of ‘v8’
    ../src/main.cpp:37:32: error: expected primary-expression before ‘>’ token
     void Init(v8::Handle<v8::Object> exports)
                                    ^
    ../src/main.cpp:37:34: error: ‘exports’ was not declared in this scope
     void Init(v8::Handle<v8::Object> exports)
                                      ^~~~~~~
    In file included from ../../../../nan/nan.h:58,
                     from ../src/main.cpp:3:
    ../src/main.cpp:42:24: error: ‘Init’ was not declared in this scope
     NODE_MODULE(diskusage, Init)
                            ^~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
           (node::addon_register_func) (regfunc),                          \
                                        ^~~~~~~
    ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(diskusage, Init)
     ^~~~~~~~~~~
    ../src/main.cpp:42:24: note: suggested alternative:
     NODE_MODULE(diskusage, Init)
                            ^~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
           (node::addon_register_func) (regfunc),                          \
                                        ^~~~~~~
    ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(diskusage, Init)
     ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:229:18: note:   ‘node::Init’
     NODE_EXTERN void Init(int* argc,
                      ^~~~
    In file included from ../src/main.cpp:3:
    ../src/main.cpp:21:19: warning: ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’ defined but not used [-Wunused-function]
     static NAN_METHOD(GetDiskUsage)
                       ^~~~~~~~~~~~
    ../../../../nan/nan.h:1570:33: note: in definition of macro ‘NAN_METHOD’
         Nan::NAN_METHOD_RETURN_TYPE name(Nan::NAN_METHOD_ARGS_TYPE info)
                                     ^~~~
    make: *** [diskusage.target.mk:112: Release/obj.target/diskusage/src/main.o] Error 1
    make: Leaving directory '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/diskusage/build'
    gyp ERR! build error
    gyp ERR! stack Error: `make` failed with exit code: 2
    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
    gyp ERR! System Linux 5.10.60-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/iobroker.js-controller/node_modules/diskusage
    gyp ERR! node -v v12.22.6
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    
    > unix-dgram@0.2.3 install /opt/iobroker/node_modules/iobroker.js-controller/node_modules/unix-dgram
    > node-gyp rebuild
    
    make: Entering directory '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/unix-dgram/build'
      CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
    In file included from ../node_modules/nan/nan.h:190,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
    ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
       return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                   ^~~~~~~~
    In file included from ../node_modules/nan/nan_converters.h:59,
                     from ../node_modules/nan/nan.h:195,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
    ../node_modules/nan/nan_converters_43_inl.h:15:45: warning: ‘v8::MaybeLocal<v8::Boolean> v8::Value::ToBoolean(v8::Local<v8::Context>) const’ is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations]
       return val->To ## TYPE(GetCurrentContext());                                 \
                                                 ^
    ../node_modules/nan/nan_converters_43_inl.h:18:1: note: in expansion of macro ‘X’
     X(Boolean)
     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2664:59: note: declared here
                     V8_WARN_UNUSED_RESULT MaybeLocal<Boolean> ToBoolean(
                                                               ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../node_modules/nan/nan_converters.h:59,
                     from ../node_modules/nan/nan.h:195,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase<bool>::return_t Nan::imp::ToFactory<bool>::convert(v8::Local<v8::Value>)’:
    ../node_modules/nan/nan_converters_43_inl.h:31:48: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
       return val->NAME ## Value(GetCurrentContext());                              \
                                                    ^
    ../node_modules/nan/nan_converters_43_inl.h:34:1: note: in expansion of macro ‘X’
     X(bool, Boolean)
     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2702:51: note: declared here
                     V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
                                                       ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../node_modules/nan/nan_new.h:189,
                     from ../node_modules/nan/nan.h:196,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::Function>::return_t Nan::imp::Factory<v8::Function>::New(Nan::FunctionCallback, v8::Local<v8::Value>)’:
    ../node_modules/nan/nan_implementation_12_inl.h:109:32: error: no matching function for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCallbackInfo<v8::Value>&), v8::Local<v8::Object>&)’
                               , obj));
                                    ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:4275:31: note: candidate: ‘static v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>, v8::FunctionCallback, v8::Local<v8::Value>, int, v8::ConstructorBehavior, v8::SideEffectType)’
       static MaybeLocal<Function> New(
                                   ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:4275:31: note:   no known conversion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local<v8::Context>’
    In file included from ../node_modules/nan/nan_new.h:189,
                     from ../node_modules/nan/nan.h:196,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
    ../node_modules/nan/nan_implementation_12_inl.h:345:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local<v8::String>&)’
       return v8::StringObject::New(value).As<v8::StringObject>();
                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:5531:23: note: candidate: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Isolate*, v8::Local<v8::String>)’
       static Local<Value> New(Isolate* isolate, Local<String> value);
                           ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:5531:23: note:   candidate expects 2 arguments, 1 provided
    In file included from ../node_modules/nan/nan_new.h:189,
                     from ../node_modules/nan/nan.h:196,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_implementation_12_inl.h:345:58: error: expected primary-expression before ‘>’ token
       return v8::StringObject::New(value).As<v8::StringObject>();
                                                              ^
    ../node_modules/nan/nan_implementation_12_inl.h:345:60: error: expected primary-expression before ‘)’ token
       return v8::StringObject::New(value).As<v8::StringObject>();
                                                                ^
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:183:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:183:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                  ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:176:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                  ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:176:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                  ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:169:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                  ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:169:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
    ../node_modules/nan/nan.h:890:53: error: no matching function for call to ‘v8::Value::ToString()’
           v8::Local<v8::String> string = from->ToString();
                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2668:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2684:31: note: candidate: ‘v8::Local<v8::String> v8::Value::ToString(v8::Isolate*) const’
                     Local<String> ToString(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2684:31: note:   candidate expects 1 argument, 0 provided
                     Local<String> ToString(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:900:74: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, int, const int&)’
             length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                                                                              ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
           ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::operator==(const Nan::Callback&) const’:
    ../node_modules/nan/nan.h:1371:61: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         v8::Local<v8::Value> a = New(handle)->Get(kCallbackIndex);
                                                                 ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:1372:67: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         v8::Local<v8::Value> b = New(other.handle)->Get(kCallbackIndex);
                                                                       ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Function> Nan::Callback::GetFunction() const’:
    ../node_modules/nan/nan.h:1403:56: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         return scope.Escape(New(handle)->Get(kCallbackIndex)
                                                            ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::IsEmpty() const’:
    ../node_modules/nan/nan.h:1409:43: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         return New(handle)->Get(kCallbackIndex)->IsUndefined();
                                               ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
    ../node_modules/nan/nan.h:1447:27: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             Get(kCallbackIndex).As<v8::Function>();
                               ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         ));
         ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:183:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         ));
         ^
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:183:50: note: declared here
                     NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local<v8::Value>&)’:
    ../node_modules/nan/nan.h:1518:64: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
                                                                    ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local<v8::String>&, const v8::Local<v8::Value>&)’:
    ../node_modules/nan/nan.h:1524:42: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         New(persistentHandle)->Set(key, value);
                                              ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local<v8::Value>&)’:
    ../node_modules/nan/nan.h:1530:44: warning: ‘bool v8::Object::Set(uint32_t, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         New(persistentHandle)->Set(index, value);
                                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3508:22: note: declared here
                     bool Set(uint32_t index, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(const char*) const’:
    ../node_modules/nan/nan.h:1536:61: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             New(persistentHandle)->Get(New(key).ToLocalChecked()));
                                                                 ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3553:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(const v8::Local<v8::String>&) const’:
    ../node_modules/nan/nan.h:1542:55: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         return scope.Escape(New(persistentHandle)->Get(key));
                                                           ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3553:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(uint32_t) const’:
    ../node_modules/nan/nan.h:1547:57: warning: ‘v8::Local<v8::Value> v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         return scope.Escape(New(persistentHandle)->Get(index));
                                                             ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3557:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../node_modules/nan/nan.h:1706:62: 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]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
    In file included from /usr/include/c++/8/cassert:44,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node_object_wrap.h:26,
                     from ../node_modules/nan/nan.h:49,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’:
    ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
         assert(persistent().IsNearDeath());
                             ^~~~~~~~~~~
    In file included from ../node_modules/nan/nan.h:2192,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’:
    ../node_modules/nan/nan_object_wrap.h:67:34: warning: ‘void v8::PersistentBase<T>::MarkIndependent() [with T = v8::Object]’ is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object alive. [-Wdeprecated-declarations]
         persistent().MarkIndependent();
                                      ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:570:22: note: declared here
           V8_INLINE void MarkIndependent());
                          ^~~~~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    In file included from /usr/include/c++/8/cassert:44,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node_object_wrap.h:26,
                     from ../node_modules/nan/nan.h:49,
                     from ../src/unix_dgram.cc:5:
    ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’:
    ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
         assert(wrap->handle_.IsNearDeath());
                              ^~~~~~~~~~~
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:189:37: error: no matching function for call to ‘v8::Value::Int32Value()’
       domain      = info[0]->Int32Value();
                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:190:37: error: no matching function for call to ‘v8::Value::Int32Value()’
       type        = info[1]->Int32Value();
                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:191:37: error: no matching function for call to ‘v8::Value::Int32Value()’
       protocol    = info[2]->Int32Value();
                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:230:28: error: no matching function for call to ‘v8::Value::Int32Value()’
       fd = info[0]->Int32Value();
                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:231:33: error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’
       String::Utf8Value path(info[1]);
                                     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note: candidate: ‘v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)’
         Utf8Value(Isolate* isolate, Local<v8::Value> obj);
         ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note:   candidate expects 2 arguments, 1 provided
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:258:28: error: no matching function for call to ‘v8::Value::Int32Value()’
       fd = info[0]->Int32Value();
                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:259:27: error: no matching function for call to ‘v8::Value::ToObject()’
       buf = info[1]->ToObject();
                               ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2686:31: note: candidate: ‘v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const’
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/unix_dgram.cc:260:33: error: no matching function for call to ‘v8::Value::Uint32Value()’
       offset = info[2]->Uint32Value();
                                     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
                                             ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2707:41: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:261:33: error: no matching function for call to ‘v8::Value::Uint32Value()’
       length = info[3]->Uint32Value();
                                     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
                                             ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2707:41: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:262:33: error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’
       String::Utf8Value path(info[4]);
                                     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note: candidate: ‘v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)’
         Utf8Value(Isolate* isolate, Local<v8::Value> obj);
         ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note:   candidate expects 2 arguments, 1 provided
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:302:28: error: no matching function for call to ‘v8::Value::Int32Value()’
       fd = info[0]->Int32Value();
                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:303:27: error: no matching function for call to ‘v8::Value::ToObject()’
       buf = info[1]->ToObject();
                               ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2686:31: note: candidate: ‘v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const’
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:340:28: error: no matching function for call to ‘v8::Value::Int32Value()’
       fd = info[0]->Int32Value();
                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:341:33: error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’
       String::Utf8Value path(info[1]);
                                     ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note: candidate: ‘v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)’
         Utf8Value(Isolate* isolate, Local<v8::Value> obj);
         ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3135:5: note:   candidate expects 2 arguments, 1 provided
    ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/unix_dgram.cc:361:28: error: no matching function for call to ‘v8::Value::Int32Value()’
       fd = info[0]->Int32Value();
                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const’
       V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                                            ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:2709:40: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc: In function ‘void {anonymous}::Initialize(v8::Local<v8::Object>)’:
    ../src/unix_dgram.cc:395:70: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       target->Set(Nan::New("AF_UNIX").ToLocalChecked(), Nan::New(AF_UNIX));
                                                                          ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/unix_dgram.cc:396:76: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       target->Set(Nan::New("SOCK_DGRAM").ToLocalChecked(), Nan::New(SOCK_DGRAM));
                                                                                ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/unix_dgram.cc:399:63: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(Socket)->GetFunction());
                                                                   ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:402:61: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(Bind)->GetFunction());
                                                                 ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:405:63: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(SendTo)->GetFunction());
                                                                   ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:408:61: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(Send)->GetFunction());
                                                                 ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:411:64: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(Connect)->GetFunction());
                                                                    ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    ../src/unix_dgram.cc:414:62: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
                   Nan::New<FunctionTemplate>(Close)->GetFunction());
                                                                  ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:67,
                     from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
       V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
                                                  ^~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/v8.h:6126:46: note:   candidate expects 1 argument, 0 provided
    In file included from ../node_modules/nan/nan.h:47,
                     from ../src/unix_dgram.cc:5:
    ../src/unix_dgram.cc: At global scope:
    /home/iobroker/.cache/node-gyp/12.22.6/include/node/node.h:736:43: warning: cast between incompatible function types from ‘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.6/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/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(unix_dgram, Initialize)
     ^~~~~~~~~~~
    make: *** [unix_dgram.target.mk:109: Release/obj.target/unix_dgram/src/unix_dgram.o] Error 1
    make: Leaving directory '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/unix-dgram/build'
    gyp ERR! build error
    gyp ERR! stack Error: `make` failed with exit code: 2
    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
    gyp ERR! System Linux 5.10.60-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/iobroker.js-controller/node_modules/unix-dgram
    gyp ERR! node -v v12.22.6
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    npm WARN winston-syslog@2.4.4 requires a peer of winston@^3.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@0.2.6 (node_modules/iobroker.js-controller/node_modules/diskusage):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@0.2.6 install: `node-gyp rebuild`
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/iobroker.js-controller/node_modules/unix-dgram):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    
    up to date in 54.051s
    
    26 packages are looking for funding
      run `npm fund` for details
    
    pi@pi:/opt/iobroker/node_modules/@serialport $
    
    
    1 Antwort Letzte Antwort
    0
    • GlasfaserG Glasfaser

      @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

      @glasfaser Das was mir geraten wurde.

      Aber nicht im Hauptverzeichniss den Befehl npm install --production durchführen !

      Nochmal zum eigentlichen Problem die Liste mit den Seriellen Prots wird nciht aufgebaut im Smartmeter.

      Ja , da sind wir gerade drann ... was erscheint im Log , wieder die gleichen Fehlermeldungen !?

      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von
      #14

      @janni01

      @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:
      was erscheint im Log , wieder die gleichen Fehlermeldungen !?

      Damit meinte ich das Log beim smartmeteradapter

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      J 1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @janni01

        @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:
        was erscheint im Log , wieder die gleichen Fehlermeldungen !?

        Damit meinte ich das Log beim smartmeteradapter

        J Offline
        J Offline
        janni01
        schrieb am zuletzt editiert von
        #15

        @glasfaser

        Last login: Fri Sep  3 10:49:41 2021
        pi@pi:~ $ iobroker status
        iobroker is running
        
        Objects type: file
        States  type: file
        pi@pi:~ $
        

        ich bekomme zwar die Rückmeldung status running die admin Konsole ist jetzt nicht aufrufbar.

        1 Antwort Letzte Antwort
        0
        • GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          schrieb am zuletzt editiert von
          #16

          @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

          die admin Konsole ist jetzt nicht aufrufbar.

          ?? was machst du

          was sagt

          iobroker list adapters
          iobroker list instances
          

          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

          J 1 Antwort Letzte Antwort
          0
          • GlasfaserG Glasfaser

            @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

            die admin Konsole ist jetzt nicht aufrufbar.

            ?? was machst du

            was sagt

            iobroker list adapters
            iobroker list instances
            
            J Offline
            J Offline
            janni01
            schrieb am zuletzt editiert von
            #17

            @glasfaser

            pi@pi:~ $ iobroker list adapters
            system.adapter.admin                   : admin          - v5.1.23
            system.adapter.discovery               : discovery      - v2.7.0
            system.adapter.net-tools               : net-tools      - v0.1.7
            system.adapter.ping                    : ping           - v1.5.0
            system.adapter.tr-064                  : tr-064         - v4.2.14
            system.adapter.web                     : web            - v3.4.7
            system.adapter.history                 : history        - v1.9.13
            system.adapter.javascript              : javascript     - v5.2.8
            system.adapter.info                    : info           - v1.9.8
            system.adapter.smartmeter              : smartmeter     - v3.2.1
            system.adapter.iot                     : iot            - v1.8.22
            system.adapter.rflink                  : rflink         - v2.1.6
            system.adapter.cul                     : cul            - v1.3.5
            system.adapter.deconz                  : deconz         - v1.3.19
            pi@pi:~ $ iobroker list instances
              system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.backitup.0              : backitup    -  enabled
              system.adapter.discovery.0             : discovery   -  enabled
              system.adapter.history.0               : history     -  enabled
              system.adapter.smartmeter.0            : smartmeter  -  enabled
            
            + instance is alive
            pi@pi:~ $
            
            
            GlasfaserG 1 Antwort Letzte Antwort
            0
            • J janni01

              @glasfaser

              pi@pi:~ $ iobroker list adapters
              system.adapter.admin                   : admin          - v5.1.23
              system.adapter.discovery               : discovery      - v2.7.0
              system.adapter.net-tools               : net-tools      - v0.1.7
              system.adapter.ping                    : ping           - v1.5.0
              system.adapter.tr-064                  : tr-064         - v4.2.14
              system.adapter.web                     : web            - v3.4.7
              system.adapter.history                 : history        - v1.9.13
              system.adapter.javascript              : javascript     - v5.2.8
              system.adapter.info                    : info           - v1.9.8
              system.adapter.smartmeter              : smartmeter     - v3.2.1
              system.adapter.iot                     : iot            - v1.8.22
              system.adapter.rflink                  : rflink         - v2.1.6
              system.adapter.cul                     : cul            - v1.3.5
              system.adapter.deconz                  : deconz         - v1.3.19
              pi@pi:~ $ iobroker list instances
                system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.backitup.0              : backitup    -  enabled
                system.adapter.discovery.0             : discovery   -  enabled
                system.adapter.history.0               : history     -  enabled
                system.adapter.smartmeter.0            : smartmeter  -  enabled
              
              + instance is alive
              pi@pi:~ $
              
              
              GlasfaserG Offline
              GlasfaserG Offline
              Glasfaser
              schrieb am zuletzt editiert von
              #18

              @janni01

              iobroker add admin.0
              iobroker upload all
              

              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

              1 Antwort Letzte Antwort
              0
              • J janni01

                @homoran

                pi@pi:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
                library: loaded
                Library version=2021-08-05
                
                ==========================================================================
                
                    Welcome to the ioBroker installation fixer!
                    Script version: 2021-04-07
                
                    You might need to enter your password a couple of times.
                
                ==========================================================================
                
                
                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                Hit:4 https://dl.yarnpkg.com/debian stable InRelease
                Get:5 http://archive.raspberrypi.org/debian buster/main armhf Packages [380 kB]
                Err:4 https://dl.yarnpkg.com/debian stable InRelease
                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
                Fetched 428 kB in 13s (33.6 kB/s)
                Reading package lists... Done
                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
                W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
                W: Some index files failed to download. They have been ignored, or old ones used instead.
                Installed gcc-c++
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                pi@pi:~ $ iobroker start
                pi@pi:~ $ npm install --production
                npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
                npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                npm WARN pi No description
                npm WARN pi No repository field.
                npm WARN pi No README data
                npm WARN pi No license field.
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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"})
                
                audited 481 packages in 23.268s
                
                11 packages are looking for funding
                  run `npm fund` for details
                
                found 3 high severity vulnerabilities
                  run `npm audit fix` to fix them, or `npm audit` for details
                pi@pi:~ $
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #19

                @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                https://dl.yarnpkg.com/debian stable InRelease

                Wo kommt das Repo her? Das hat da imho auch nix zu suchen.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                0
                • J janni01

                  Hallo ich habe auf de raspberry ppi 2 IR-Leseköpfe von Hirche, wenn ich den Smartmeter im Iobroker installiere erkennt er nicht die Leseköpfe. erzeugt nicht die Dropdown Liste und bringt nur Fehler im Protokoll.

                  9f99c3ad-faa5-4cac-a658-b86731a69f42-image.png b1627947-9bb1-45f9-9f72-093a927aae4f-image.png

                  Danke vorab für die Hilfe..

                  C Online
                  C Online
                  c1olli
                  schrieb am zuletzt editiert von
                  #20

                  @janni01

                  Ich habe auch diesen Sensor in der USB Version und das schaut bei mir so aus:
                  hitchi.jpg

                  So läuft das schon seit einiger Zeit einwandfrei.

                  Gruß
                  Olli

                  J 1 Antwort Letzte Antwort
                  0
                  • C c1olli

                    @janni01

                    Ich habe auch diesen Sensor in der USB Version und das schaut bei mir so aus:
                    hitchi.jpg

                    So läuft das schon seit einiger Zeit einwandfrei.

                    J Offline
                    J Offline
                    janni01
                    schrieb am zuletzt editiert von
                    #21

                    @c1olli ich verstehe nicht warum die Schnittstelle nicht dargestellt wird bei mir?

                    Hast du die Leseköpfe auch auf eine raspi3 mit SD card?

                    C 1 Antwort Letzte Antwort
                    0
                    • J janni01

                      @c1olli ich verstehe nicht warum die Schnittstelle nicht dargestellt wird bei mir?

                      Hast du die Leseköpfe auch auf eine raspi3 mit SD card?

                      C Online
                      C Online
                      c1olli
                      schrieb am zuletzt editiert von
                      #22

                      @janni01
                      USB Lesekopf von Hitchi, RPi 4 und SD Card.
                      Den USB Anschluß konnte ich im entsprechendem Menü (Serielles Gerät: Name) per dropdown auswählen - er wurde nicht gleich automatisch angezeigt.

                      Gruß
                      Olli

                      J 1 Antwort Letzte Antwort
                      0
                      • C c1olli

                        @janni01
                        USB Lesekopf von Hitchi, RPi 4 und SD Card.
                        Den USB Anschluß konnte ich im entsprechendem Menü (Serielles Gerät: Name) per dropdown auswählen - er wurde nicht gleich automatisch angezeigt.

                        J Offline
                        J Offline
                        janni01
                        schrieb am zuletzt editiert von
                        #23

                        @c1olli eben er baut bei mir nicht mal die Liste auf. Da steht es wird gesucht und dann kommt nichts.

                        K GlasfaserG 2 Antworten Letzte Antwort
                        0
                        • J janni01

                          @c1olli eben er baut bei mir nicht mal die Liste auf. Da steht es wird gesucht und dann kommt nichts.

                          K Offline
                          K Offline
                          klassisch
                          Most Active
                          schrieb am zuletzt editiert von
                          #24

                          @janni01 hilft es nach dem Anschließen den Adapter zu stoppen und neu zu starten?

                          1 Antwort Letzte Antwort
                          0
                          • J janni01

                            @c1olli eben er baut bei mir nicht mal die Liste auf. Da steht es wird gesucht und dann kommt nichts.

                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #25

                            @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                            eben er baut bei mir nicht mal die Liste auf. Da steht es wird gesucht und dann kommt nichts.

                            Funktioniert jetzt admin wieder ?

                            @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                            @janni01

                            @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:
                            was erscheint im Log , wieder die gleichen Fehlermeldungen !?

                            Damit meinte ich das Log beim smartmeteradapter

                            Nochmals , was kommt jetzt im Log

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            J 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                              eben er baut bei mir nicht mal die Liste auf. Da steht es wird gesucht und dann kommt nichts.

                              Funktioniert jetzt admin wieder ?

                              @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                              @janni01

                              @glasfaser sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:
                              was erscheint im Log , wieder die gleichen Fehlermeldungen !?

                              Damit meinte ich das Log beim smartmeteradapter

                              Nochmals , was kommt jetzt im Log

                              J Offline
                              J Offline
                              janni01
                              schrieb am zuletzt editiert von
                              #26

                              @glasfaser Hallo zusammen nach einer Neunstallation des Raspbian und komplettaufsetzen des Systems folgendes:

                              Wenn man den Raspberry aufsetzt sollt man alle Optionen im Raspberry aktivieren wie Serial /I2C / und so weiter...

                              Hierdurch funktionieren die Schnittstellen und die Leseköpfe werden erkannt.

                              Das steht nicht in der Doku.

                              HomoranH 2 Antworten Letzte Antwort
                              0
                              • J janni01

                                @glasfaser Hallo zusammen nach einer Neunstallation des Raspbian und komplettaufsetzen des Systems folgendes:

                                Wenn man den Raspberry aufsetzt sollt man alle Optionen im Raspberry aktivieren wie Serial /I2C / und so weiter...

                                Hierdurch funktionieren die Schnittstellen und die Leseköpfe werden erkannt.

                                Das steht nicht in der Doku.

                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #27

                                @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                Das steht nicht in der Doku.

                                in welcher Doku?
                                RaspBian Install?

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                J 1 Antwort Letzte Antwort
                                0
                                • HomoranH Homoran

                                  @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                  Das steht nicht in der Doku.

                                  in welcher Doku?
                                  RaspBian Install?

                                  J Offline
                                  J Offline
                                  janni01
                                  schrieb am zuletzt editiert von
                                  #28

                                  @homoran eher in den prerequisites von dem iobroker

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • J janni01

                                    @homoran eher in den prerequisites von dem iobroker

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #29

                                    @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                    eher in den prerequisites von dem iobroker

                                    Das sehe ich nicht unbedingt so.
                                    ioBroker geht von einem komplett eingerichteten Betriebssystem aus.

                                    Die Möglichkeiten solcher "Fehler" sind zum einen unendlich, zum anderen von dem eingestezten Hardware und OS abhängig, ganz zu schweigen von Containern oder anderen Pitfalls.

                                    Dieses bei jedem der >400 Adapter für alle Kombinationen Hardware und OS (und ggf. deren verschiedenen Versionen) zu nennen ist unmöglich

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    J 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                      eher in den prerequisites von dem iobroker

                                      Das sehe ich nicht unbedingt so.
                                      ioBroker geht von einem komplett eingerichteten Betriebssystem aus.

                                      Die Möglichkeiten solcher "Fehler" sind zum einen unendlich, zum anderen von dem eingestezten Hardware und OS abhängig, ganz zu schweigen von Containern oder anderen Pitfalls.

                                      Dieses bei jedem der >400 Adapter für alle Kombinationen Hardware und OS (und ggf. deren verschiedenen Versionen) zu nennen ist unmöglich

                                      J Offline
                                      J Offline
                                      janni01
                                      schrieb am zuletzt editiert von
                                      #30

                                      @homoran danke trotzdem das es geklappt hat

                                      1 Antwort Letzte Antwort
                                      0
                                      • J janni01

                                        @glasfaser Hallo zusammen nach einer Neunstallation des Raspbian und komplettaufsetzen des Systems folgendes:

                                        Wenn man den Raspberry aufsetzt sollt man alle Optionen im Raspberry aktivieren wie Serial /I2C / und so weiter...

                                        Hierdurch funktionieren die Schnittstellen und die Leseköpfe werden erkannt.

                                        Das steht nicht in der Doku.

                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #31

                                        @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                        Wenn man den Raspberry aufsetzt sollt man alle Optionen im Raspberry aktivieren wie Serial /I2C / und so weiter...
                                        Hierdurch funktionieren die Schnittstellen und die Leseköpfe werden erkannt.

                                        ich habe jetzt die ganze Zeit darüber nachgedacht.

                                        @c1olli sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                        USB Lesekopf von Hitchi, RPi 4 und SD Card.

                                        USB ist davon eigentlich nicht betroffen!
                                        Ist bei mir auch alles nicht aktiviert

                                        Da muss es woanders gehangen haben und zufällig, vielleicht durch den folgenden reboot, wieder funktioniert haben

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @janni01 sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                          Wenn man den Raspberry aufsetzt sollt man alle Optionen im Raspberry aktivieren wie Serial /I2C / und so weiter...
                                          Hierdurch funktionieren die Schnittstellen und die Leseköpfe werden erkannt.

                                          ich habe jetzt die ganze Zeit darüber nachgedacht.

                                          @c1olli sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                          USB Lesekopf von Hitchi, RPi 4 und SD Card.

                                          USB ist davon eigentlich nicht betroffen!
                                          Ist bei mir auch alles nicht aktiviert

                                          Da muss es woanders gehangen haben und zufällig, vielleicht durch den folgenden reboot, wieder funktioniert haben

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #32

                                          @homoran sagte in Smartmeter Adapter Probleme mit Hirche IR-Lesekopf:

                                          USB ist davon eigentlich nicht betroffen!

                                          Schon, hier wird aber offenbar serial über USB abgewickelt. Da muss dann auch in raspi-config der serial Port aktiv sein.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          HomoranH 2 Antworten Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          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

                                          548

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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