NEWS
Blockly - Pushover & Attachment
-
@dtp:Auf GitHub gibt's die Version 1.1.0 des Pushover-Adapters. Schon mal mit der probiert? `
Habe die Version 1.1.0 gerade installiert.
Also Links kann man eingeben, aber Anhänge keine Ahnung.
-
Hast du über github installiert?
Dan nicht vergessen noch Manuel auf der console "iobroker upload pushover" aus zu führen
Sent from my iPhone using Tapatalk
-
Hab es über den Link aus Github installiert.
Aber nicht über die Console.
Ich teste nochmal den Upload befehl
-
Pushover-Notifications ist ja nach der Erweiterung um Attachments in der Version 1.1.2 verfügbar. Seitdem hat sich doch am ioBroker Pushover / Blockly nichts geändert, oder ? Die Installation mittels apg-get install pushover-notifications hat bei mir nicht funktioniert.
-
Warum das apt-get du musst nur den ioBroker Adapter installieren.
Allgemeiner Hinweis : wen man was aus github installiert (also über die Katze) muss man IMMER Manuel den Upload Befehl ausführen!
Eventuelle Blöcke in JavaScript adapter oder Widgets werden durch den Upload Befehl ins System integriert/übernommen
Sent from my iPhone using Tapatalk
-
Weil es in der readme zu pushover-notifications ( link aus dem github issue) so erstmal stand. Funktioniert hat es ja wie gesagt leider nicht.
-
Auch nach
iobroker upload pushover
gibt es im Blockly-Block keinen Anhang
-
Sorry !! Nicht apt - hab mich vertan. In der Readme steht npm install. Das klappte bei mir aber nicht.
1560_90241da5-39ec-4008-81b1-f3cde3e745d9.png -
Weil es in der readme zu pushover-notifications ( link aus dem github issue) so erstmal stand. Funktioniert hat es ja wie gesagt leider nicht. `
Sicher ? Da steht :
npm install pushover-notifications
Also nix apt-get….
Sent from my iPhone using Tapatalk
-
Sorry !! Nicht apt - hab mich vertan. In der Readme steht npm install. Das klappte bei mir aber nicht. `
Das sollte gehen, console Ausgabe Mal bitte
Sent from my iPhone using Tapatalk
-
root@ioBroker-TEST:~# npm install pushover-notifications npm WARN saveError ENOENT: no such file or directory, open '/root/package.json' npm WARN enoent ENOENT: no such file or directory, open '/root/package.json' npm WARN root No description npm WARN root No repository field. npm WARN root No README data npm WARN root No license field. + pushover-notifications@1.2.0 updated 1 package and audited 15 packages in 1.176s found 0 vulnerabilities
-
Logisch, du bist nicht im ioBroker Verzeichnis!
Also erst````
cd /opt/iobrokerSent from my iPhone using Tapatalk
-
root@ioBroker-TEST:~# cd /opt/iobroker/ root@ioBroker-TEST:/opt/iobroker# npm install pushover-notifications > bufferutil@1.1.0 install /opt/iobroker/node_modules/bufferutil > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/bufferutil/build“ wird betreten CXX(target) Release/obj.target/bufferutil/src/bufferutil.o In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handle<v8::integer>) [with T = v8::Int32; v8::Handle <v8::integer>= v8::Local<v8::integer>]’: ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] To<v8::int32>(v8::Handle <v8::integer>i) { return i->ToInt32(); } ^ In file included from ../src/bufferutil.cc:7:0: /root/.node-gyp/8.11.3/include/node/v8.h:9796:14: note: declared here Local <int32>Value::ToInt32() const { ^~~~~ In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handle<v8::integer>) [with T = v8::Uint32; v8::Handle <v8::integer>= v8::Local<v8::integer>]’: ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local <v8::uint32>v8::Value::ToUint32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] To<v8::uint32>(v8::Handle <v8::integer>i) { return i->ToUint32(); } ^ In file included from ../src/bufferutil.cc:7:0: /root/.node-gyp/8.11.3/include/node/v8.h:9790:15: note: declared here Local <uint32>Value::ToUint32() const { ^~~~~ In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8::booleanobject>::return_t NanIntern::Factory<v8::booleanobject>::New(bool)’: ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local <v8::value>v8::BooleanObject::New(bool)’ is deprecated: Pass an isolate [-Wdeprecated-declarations] return v8::BooleanObject::New(value).As<v8::booleanobject>(); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from ../src/bufferutil.cc:7: /root/.node-gyp/8.11.3/include/node/v8.h:4845:56: note: declared here V8_DEPRECATED("Pass an isolate", static Local <value>New(bool value)); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82, from ../src/bufferutil.cc:16: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8::script>::return_t NanIntern::Factory<v8::script>::New(v8::Local<v8::string>)’: ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local <v8::script>v8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from ../src/bufferutil.cc:7: /root/.node-gyp/8.11.3/include/node/v8.h:1425:21: note: declared here Local</v8::script></v8::string></v8::script></v8::script></value></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></uint32></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></int32></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer>
-
Geht doch Installation gelungen welche Version steht jetzt bei deinen Adaptern ?
Sent from my iPhone using Tapatalk
-
Hab den selben Fehler gemacht. War auch nicht ioB Verzeichnis
-
-
Sieht soweit OK aus
Sent from my iPhone using Tapatalk
-
Leider nichts bzgl. Anhang zu erkennen
-
System Neustart könnte auch Mal helfen nach Al dem gefummel und Browser + Cache refresh
Sent from my iPhone using Tapatalk
-
System Neustart könnte auch Mal helfen nach Al dem gefummel und Browser + Cache refresh
Sent from my iPhone using Tapatalk `
ioBroker und Browser neu gestartet, leider keine Verbesserung