Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Blockly Funktionen

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

      Hallo,
      ich versuche gerade ein JS als Funktion in Blockly zu integrieren.
      Der Code der Funktion die aufgerufen wird sieht wie folgt aus:

      var SSH = require('simple-ssh');
      var ssh = new SSH({
          host: 'meine IP',
          user: 'User',
          pass: 'mein Passwort'
      });
      
      ssh.exec('sudo "und irgendein Befehl der in einem Datenpunkt steht" ').start();
      
      

      Es ist also ein ssh Befehl. Wenn ich den Befehl einfach ausschreibe funktioniert es auch.
      Jetzt ist meine Frage, wie bekomme ich nach "sudo" einen globalen Datenpunkt integriert?

      Danke schonmal 🙂

      paul53 I 2 Replies Last reply Reply Quote 0
      • paul53
        paul53 @ichwersonst last edited by paul53

        @ichwersonst sagte: wie bekomme ich nach "sudo" einen globalen Datenpunkt integriert?

        ssh.exec('sudo ' + getState(id).val).start();
        

        id des Datenpunktes muss an die Funktion übergeben werden.
        Oder man übergibt direkt den Wert des Datenpunktes (val) an die Funktion:

        ssh.exec('sudo ' + val).start();
        

        Beispiel:

        Bild_2021-12-26_134925.png

        1 Reply Last reply Reply Quote 0
        • I
          ichwersonst @ichwersonst last edited by

          @paul53

          Vielen Dank 🙂

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

          Support us

          ioBroker
          Community Adapters
          Donate

          854
          Online

          32.0k
          Users

          80.5k
          Topics

          1.3m
          Posts

          2
          3
          356
          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