Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IoBroker.phantomjs

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

IoBroker.phantomjs

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
148 Beiträge 32 Kommentatoren 24.1k Aufrufe 19 Watching
  • Ä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.
  • R Offline
    R Offline
    robsdobs
    schrieb am zuletzt editiert von Negalein
    #22

    @Jensen:

    noch ein Ausschnitt aus dem Log dazu

    filename="phantom.JPG" index="0">~~ ` Am Besten du öffnest ein Issue zum Adapter auf Github.

    Scripte: http://forum.iobroker.net/viewtopic.php?f=23&t=2799&p=119565#p119565,

    1 Antwort Letzte Antwort
    0
    • JensenJ Offline
      JensenJ Offline
      Jensen
      schrieb am zuletzt editiert von
      #23

      Oh Gott, hoffentlich bekomme ich das hin, hab' ich noch nie gemacht.

      1 Antwort Letzte Antwort
      0
      • ruhr70R Offline
        ruhr70R Offline
        ruhr70
        schrieb am zuletzt editiert von
        #24

        @Jensen:

        Oh Gott, hoffentlich bekomme ich das hin, hab' ich noch nie gemacht. `

        Bestimmt :-)

        https://github.com/ioBroker/ioBroker.phantomjs/issues

        Github Anmeldung erstellen. Und dann beim Adapter auf Issues einen neuen Eintrag schreiben.

        Bisschen Info dazu (Version Adapter, node.js. npm, …) können nicht schaden.

        [EDIT] das mit den Versionen muss ich mir auch angewöhnen :mrgreen:

        Adapter: Fritzbox, Unify Circuit
        Skripte: dynamic hue, Bluetooth Scan, Multi-Ereignisliste

        1 Antwort Letzte Antwort
        0
        • O Offline
          O Offline
          ottokar
          schrieb am zuletzt editiert von
          #25

          Vielen Dank für das Update es funktioniert,

          900_screenshot_20180507-144518.jpg

          Oli

          1 Antwort Letzte Antwort
          0
          • JensenJ Offline
            JensenJ Offline
            Jensen
            schrieb am zuletzt editiert von
            #26

            Sieht mit 1.0.1 bei mir auch gut aus.

            Danke und Gruß

            Jens

            1 Antwort Letzte Antwort
            0
            • chucky666C Online
              chucky666C Online
              chucky666
              schrieb am zuletzt editiert von
              #27

              Hallo

              Läuft der Adapter mit dem neuen Admin ?

              Ich möchte mir Bilder von meinen Flots per Telegram schicken

              Gruß

              Gesendet von iPhone mit Tapatalk Pro

              1 Antwort Letzte Antwort
              0
              • H Online
                H Online
                holgerwolf
                schrieb am zuletzt editiert von
                #28

                @chucky666:

                Hallo

                Läuft der Adapter mit dem neuen Admin ?

                Ich möchte mir Bilder von meinen Flots per Telegram schicken

                Gruß

                Gesendet von iPhone mit Tapatalk Pro `

                Habe ihn unter 3.5.1. laufen.

                Gruß

                Holger

                1 Antwort Letzte Antwort
                0
                • chucky666C Online
                  chucky666C Online
                  chucky666
                  schrieb am zuletzt editiert von
                  #29

                  Super Danke , teste ich heute Abend

                  Gesendet von iPhone mit Tapatalk Pro

                  1 Antwort Letzte Antwort
                  0
                  • H Online
                    H Online
                    holgerwolf
                    schrieb am zuletzt editiert von
                    #30

                    Noch nen Tip für Flot Diagramme:

                    Nutze den Parameter "renderTime". Damit du nicht nur das "Zahnrad" im Screen hast ;-)

                    Gruß

                    Holger

                    1 Antwort Letzte Antwort
                    0
                    • chucky666C Online
                      chucky666C Online
                      chucky666
                      schrieb am zuletzt editiert von
                      #31

                      Kannst du dein Script mal posten ?

                      Ich habe es mit Blocky versucht , klappt nicht

                      Gesendet von iPad mit Tapatalk Pro

                      1 Antwort Letzte Antwort
                      0
                      • H Online
                        H Online
                        holgerwolf
                        schrieb am zuletzt editiert von
                        #32

                        Bitte schön. Ist aber auch aus Blockly…

                        Gruß

                        Holger

                        schedule("*/5 * * * *", function () {
                          sendTo("phantomjs.0", "send", {
                             "url": 'http://localhost:8082/flot/"hier der Flot Link rein",
                             "output": 'boden-ext.png',
                             "width": '600',
                             "height": '400',
                             "renderTime": '10000'
                          });
                          exec('wput -nc /opt/iobroker/node_modules/iobroker.phantomjs/boden-ext.png ftp://"hier der ftp host"');
                          console.log("exec: " + 'wput -nc /opt/iobroker/node_modules/iobroker.phantomjs/boden-ext.png ftp://"hier der ftp host');
                        });
                        
                        
                        1 Antwort Letzte Antwort
                        0
                        • chucky666C Online
                          chucky666C Online
                          chucky666
                          schrieb am zuletzt editiert von
                          #33

                          Danke aber in dem Script zeigt er mir Fehler an , mein Flot habe ich rein kopiert.

                          Wenn du das Blocky mal posten könntest ? Das verstehe ich besser

                          Gruß

                          Gesendet von iPad mit Tapatalk Pro

                          1 Antwort Letzte Antwort
                          0
                          • H Online
                            H Online
                            holgerwolf
                            schrieb am zuletzt editiert von
                            #34

                            Bitteschön:

                            531_blockly-boden.jpeg

                            J 1 Antwort Letzte Antwort
                            0
                            • chucky666C Online
                              chucky666C Online
                              chucky666
                              schrieb am zuletzt editiert von
                              #35

                              Ok Danke

                              Aber mit was sendet er es ? Ich möchte mit Telegram arbeiten

                              Gesendet von iPad mit Tapatalk Pro

                              1 Antwort Letzte Antwort
                              0
                              • H Online
                                H Online
                                holgerwolf
                                schrieb am zuletzt editiert von
                                #36

                                OK. Ich dachte dir ginge es erstmal im phantomjs…

                                Ich schicke ftp eine Datei auf nen Webserver. Nutze hier kein Telegram.

                                Gruß

                                Holger

                                1 Antwort Letzte Antwort
                                0
                                • chucky666C Online
                                  chucky666C Online
                                  chucky666
                                  schrieb am zuletzt editiert von
                                  #37

                                  Machst du das auch über Blocky ?

                                  Wenn ja kannst du mir eine Hilfe schicken ?

                                  Gesendet von iPad mit Tapatalk Pro

                                  1 Antwort Letzte Antwort
                                  0
                                  • H Online
                                    H Online
                                    holgerwolf
                                    schrieb am zuletzt editiert von
                                    #38

                                    Wo kommt denn bei dir welcher Fehler? Der erste Teil von dem Blockly oben sollte ja so laufen.

                                    In dem zweiten Block schiebe ich die Datei per wput (das muss man oft erstmal installieren) auf einen ftp Server, Ist aber ja ein ganz anderer Usecase wie Telegram.

                                    Gruß

                                    Holger

                                    1 Antwort Letzte Antwort
                                    0
                                    • chucky666C Online
                                      chucky666C Online
                                      chucky666
                                      schrieb am zuletzt editiert von
                                      #39

                                      Jetzt erstellt er den Screenshot , hatte vergessen den trigger zu stellen . Jetzt muss ich es nur noch schaffen das Bild per Telegram zu verschicken

                                      Gesendet von iPad mit Tapatalk Pro

                                      1 Antwort Letzte Antwort
                                      0
                                      • chucky666C Online
                                        chucky666C Online
                                        chucky666
                                        schrieb am zuletzt editiert von
                                        #40

                                        Hallo zusammen

                                        Kann mir einer per Blocky erklären wie ich das Foto per Telegram verschicke ?

                                        Gesendet von iPad mit Tapatalk Pro

                                        cvidalC 1 Antwort Letzte Antwort
                                        0
                                        • H Offline
                                          H Offline
                                          homecineplexx
                                          schrieb am zuletzt editiert von
                                          #41

                                          hallo

                                          hat jemand eine idee, warum ich den adapter nicht installieren kann?

                                          RPI 3B+

                                          Node.js v8.14.0

                                          NPM 6.4.1

                                          Raspbian GNU/Linux 9

                                          Linux version 4.14.79-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1159 SMP Sun Nov 4 17:50:20 GMT 2018

                                          $ ./iobroker add phantomjs  --host RPI_Slave1
                                          NPM version: 6.4.1
                                          npm install iobroker.phantomjs --production --save --prefix "/opt/iobroker" (System call)
                                          Unexpected platform or architecture: linux/armIt seems there is no binary available for your platform/architecture
                                          Try to install PhantomJS globally
                                          
                                          npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          npm ERR! code ELIFECYCLEnpm ERR! errno 1
                                          npm ERR! phantomjs-prebuilt@2.1.16 install: `node install.js`
                                          npm ERR! Exit status 1
                                          npm ERR! 
                                          npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script.
                                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2019-01-10T16_32_48_343Z-debug.log
                                          
                                          host.RPI_Master install adapter phantomjs
                                          NPM version: 6.4.1npm install iobroker.phantomjs --production --save --prefix "/opt/iobroker" (System call)
                                          
                                          Unexpected platform or architecture: linux/armIt seems there is no binary available for your platform/architecture
                                          Try to install PhantomJS globally
                                          
                                          npm
                                           WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          npm
                                           ERR! code ELIFECYCLEnpm ERR! errno 1
                                          
                                          npm ERR! phantomjs-prebuilt@2.1.16 install: `node install.js`npm ERR! Exit status 1
                                          
                                          npm ERR! npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script.
                                          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2019-01-10T16_33_39_525Z-debug.log
                                          
                                          host.RPI_Master install adapter phantomjs
                                          NPM version: 6.4.1
                                          npm install iobroker.phantomjs --production --save --prefix "/opt/iobroker" (System call)
                                          Unexpected platform or architecture: linux/armIt seems there is no binary available for your platform/architecture
                                          Try to install PhantomJS globally
                                          
                                          npm
                                           WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          npm ERR! code ELIFECYCLE
                                          npm ERR! errno 1npm
                                           ERR! phantomjs-prebuilt@2.1.16 install: `node install.js`npm ERR! Exit status 1
                                          npm ERR! 
                                          npm ERR!
                                           Failed at the phantomjs-prebuilt@2.1.16 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                          
                                          npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2019-01-10T16_34_29_877Z-debug.log
                                          
                                          host.RPI_Master install adapter phantomjs
                                          ERROR: host.RPI_Master Cannot install phantomjs
                                          ERROR: process exited with code 13
                                          
                                          
                                          1 Antwort Letzte Antwort
                                          0
                                          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

                                          563

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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