Sambri & Batschi Lässig
 _

2023-04-19

Songs

Hallo,

ich bins Batschi!
Ich werde bis auf weiteres keine Songs mehr machen.
Ich möchte das nicht mehr und mehr will, werde und kann ich dazu nicht sagen.
Und nein, ich werde auch keine Features oder ähnliches mit anderen machen.

So ist das.
Tschau

Batschi - 18:37:19 @ Updates | 3 Kommentare

  1. Hartmut

    2023-04-29

    Der Satz braucht Nacharbeit - oder ist das von GUI überstetz

  2. tastte

    2024-08-03

    cd ~/.node-red
    npm install node-red-contrib-ftp
    npm install node-red-contrib-sftp

  3. tastte

    2024-08-03

    [
    {
    “id”: “1”,
    “type”: “inject”,
    “z”: “2”,
    “name”: “Trigger”,
    “props”: [
    {
    “p”: “payload”
    },
    {
    “p”: “topic”,
    “vt”: “str”
    }
    ],
    “repeat”: “300”,
    “crontab”: “”,
    “once”: true,
    “onceDelay”: “10”,
    “topic”: “”,
    “payload”: “”,
    “payloadType”: “date”,
    “x”: 150,
    “y”: 120,
    “wires”: [
    [
    “3”
    ]
    ]
    },
    {
    “id”: “3”,
    “type”: “function”,
    “z”: “2”,
    “name”: “FTP Befehl”,
    “func”: “msg.payload = `lftp -u deinBenutzer,deinPasswort -e “put /home/dag/Dokumente/balkon.csv -o /Haus/Energiedaten/balkon.csv; bye” 192.168.178.140`;nreturn msg;”,
    “outputs”: 1,
    “noerr”: 0,
    “initialize”: “”,
    “finalize”: “”,
    “libs”: [],
    “x”: 330,
    “y”: 120,
    “wires”: [
    [
    “4”
    ]
    ]
    },
    {
    “id”: “4”,
    “type”: “exec”,
    “z”: “2”,
    “command”: “bash”,
    “addpay”: true,
    “append”: “-c”,
    “useSpawn”: “false”,
    “timer”: “”,
    “oldrc”: false,
    “name”: “”,
    “x”: 510,
    “y”: 120,
    “wires”: [
    [
    “5”
    ],
    [],
    []
    ]
    },
    {
    “id”: “5”,
    “type”: “debug”,
    “z”: “2”,
    “name”: “Result”,
    “active”: true,
    “console”: “false”,
    “complete”: “false”,
    “x”: 690,
    “y”: 120,
    “wires”: []
    }
    ]

Kommentar hinzufügen

Die Felder Name und Kommentar sind Pflichtfelder.

Um automatisierten Spam zu reduzieren, ist diese Funktion mit einem Captcha geschützt.

Dazu müssen Inhalte des Drittanbieters Google geladen und Cookies gespeichert werden.