@paul53 Achso, sorry hatte das falsch verstanden.
Die Fehlermeldungen sind jetzt mal weg - gleich mal testen ob´s nun funktioniert.
Ich sag jetzt schon mal vielen Dank für deine Hilfe!
@paul53 Achso, sorry hatte das falsch verstanden.
Die Fehlermeldungen sind jetzt mal weg - gleich mal testen ob´s nun funktioniert.
Ich sag jetzt schon mal vielen Dank für deine Hilfe!
@paul53 Danke für die rasche Antwort. Die Datenpunkte auf String zu ändern hat leider nichts geholfen. 

Hallo zusammen!
Ich hab schon viel durch die Hilfe hier im Forum realisieren können, scheitere aber aktuell an einem (Blockly-)Script.
Es wäre toll wenn mir hier bitte jemand weiterhelfen könnte.
Was ich vor habe:
Ich möchte per Chronjob Befehle ausführen lassen, was an und für sich kein Problem darstellt solange ich die Zeiten fix im Script hinterlege. Jedoch möchte ich die Zeiten des Chronjobs über entsprechende Felder in einer VIS darstellen und verändern.
Nun habe ich die notwendigen Variablen und die Felder in der VIS erstellt und miteinander verknüpft.
Kaum versuch ich jedoch den Chronjob wie im Bild zu realisieren bekomme ich es nicht zum Laufen. Die Logmeldung nach Aktivierung des Scripts hab ich unten angehängt.


Hat hier vielleicht jemand einen Tipp für mich?
Vielen Dank!
lg Michael
@apollon77 da kommt dann leider nichts mehr, da sich die VM aufhängt und Putty dadurch die Verbindung verliert.
Hallo,
ich versuche gerade iobroker auf einer VM mit Ubuntu LTS 18.04.3 zu installieren.
Mittlerweile habe ich jetzt mehrmals die Anleitung https://www.iobroker.net/#de/documentation/install/linux.md durchgeackert aber bekomme es leider nicht hin.
Beim Schritt "Installing ioBroker" bekomme ich immer folgende Fehlermeldungen:
==========================================================================
Installing ioBroker (3/4)
==========================================================================
../src/unix_dgram.cc: In function ‘void {anonymous}::OnRecv({anonymous}::SocketContext*)’:
../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
argv);
^
In file included from ../src/unix_dgram.cc:5:0:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc: In function ‘void {anonymous}::OnWritable({anonymous}::SocketContext*)’:
../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
0, NULL);
^
In file included from ../src/unix_dgram.cc:5:0:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
domain = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
type = info[1]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
protocol = info[2]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[1]);
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
buf = info[1]->ToObject();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
offset = info[2]->Uint32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
length = info[3]->Uint32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[4]);
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
buf = info[1]->ToObject();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/node.h:63:0,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[1]);
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /root/.cache/node-gyp/10.17.0/include/node/v8.h:26:0,
from /root/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/root/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
Könnte mir hier bitte jemand weiterhelfen?
Vielen Dank!