Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly - Pushover & Attachment

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Blockly - Pushover & Attachment

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kuddel last edited by

      @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.

      3467_pushover.jpg

      1 Reply Last reply Reply Quote 0
      • Dutchman
        Dutchman Developer Most Active Administrators last edited by

        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

        1 Reply Last reply Reply Quote 0
        • K
          Kuddel last edited by

          Hab es über den Link aus Github installiert.

          Aber nicht über die Console.

          Ich teste nochmal den Upload befehl

          1 Reply Last reply Reply Quote 0
          • R
            Rambo79 last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • Dutchman
              Dutchman Developer Most Active Administrators last edited by

              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

              1 Reply Last reply Reply Quote 0
              • R
                Rambo79 last edited by

                Weil es in der readme zu pushover-notifications ( link aus dem github issue) so erstmal stand. Funktioniert hat es ja wie gesagt leider nicht.

                1 Reply Last reply Reply Quote 0
                • K
                  Kuddel last edited by

                  Auch nach

                  iobroker upload pushover
                  
                  

                  gibt es im Blockly-Block keinen Anhang

                  1 Reply Last reply Reply Quote 0
                  • R
                    Rambo79 last edited by

                    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

                    1 Reply Last reply Reply Quote 0
                    • Dutchman
                      Dutchman Developer Most Active Administrators last edited by

                      @Rambo79:

                      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

                      1 Reply Last reply Reply Quote 0
                      • Dutchman
                        Dutchman Developer Most Active Administrators last edited by

                        @Rambo79:

                        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

                        1 Reply Last reply Reply Quote 0
                        • K
                          Kuddel last edited by

                          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
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • Dutchman
                            Dutchman Developer Most Active Administrators last edited by

                            Logisch, du bist nicht im ioBroker Verzeichnis!

                            Also erst````
                            cd /opt/iobroker

                            
                            Sent from my iPhone using Tapatalk
                            1 Reply Last reply Reply Quote 0
                            • K
                              Kuddel last edited by

                              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> 
                              
                              1 Reply Last reply Reply Quote 0
                              • Dutchman
                                Dutchman Developer Most Active Administrators last edited by

                                Geht doch Installation gelungen welche Version steht jetzt bei deinen Adaptern ?

                                Sent from my iPhone using Tapatalk

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Rambo79 last edited by

                                  Hab den selben Fehler gemacht. War auch nicht ioB Verzeichnis

                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    Kuddel last edited by

                                    3467_pushover.jpg

                                    1 Reply Last reply Reply Quote 0
                                    • Dutchman
                                      Dutchman Developer Most Active Administrators last edited by

                                      Sieht soweit OK aus

                                      Sent from my iPhone using Tapatalk

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        Kuddel last edited by

                                        3467_pushover.jpg

                                        Leider nichts bzgl. Anhang zu erkennen

                                        1 Reply Last reply Reply Quote 0
                                        • Dutchman
                                          Dutchman Developer Most Active Administrators last edited by

                                          System Neustart könnte auch Mal helfen nach Al dem gefummel und Browser + Cache refresh

                                          Sent from my iPhone using Tapatalk

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            Kuddel last edited by

                                            @Dutchman:

                                            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

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            885
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            45
                                            5479
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo