Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Bild per Telegram schicken Blockly

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Bild per Telegram schicken Blockly

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

      Mahlzeit,ich hoffe ihr könnt mir helfen ich möchte gerne meine Klingel smart machen. Ich würde gerne das immer wen es bei mir klingelt ich ein bild geschickt bekomme von meiner wansview kamera.
      Ich bekomme aber immer nur den Text mit dem Pfad geschickt,
      habt ihr eine Idee warum es die Datei nicht auf dem Iobroker ablegt?

      Danke im vorraus

      ``var timeout;

      on({id: "mihome.0.devices.magnet_158d00041c72cc.state"/Is opened/, val: true}, function (obj) {
      var value = obj.state.val;
      var oldValue = obj.oldState.val;
      setState("alexa2.0.Echo-Devices.G090LV03733701KC.Commands.speak"/speak/, 'Es klingelt an der Tür,wer kann das sein');
      exec('sudo -wget -q -O /opt/iobroker/snap.jpg 'http://192.168.178.45/mjpeg/snap.cgi?chn=0');
      timeout = setTimeout(function () {
      sendTo("telegram", "send", {
      text: '/opt/iobroker/snap.jpg'
      });
      }, 1200);
      });

      J 1 Reply Last reply Reply Quote 0
      • J
        Jan1 @Marc Wilgeroth last edited by

        @Marc-Wilgeroth
        Wenn Du zwei Threads auf machst gehts auch nicht schneller 🙂
        Aber heute Vormittag gerade was gebastelt:
        6056e374-f4ce-41f3-955c-5c6210597aa3-grafik.png

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

        Support us

        ioBroker
        Community Adapters
        Donate
        FAQ Cloud / IOT
        HowTo: Node.js-Update
        HowTo: Backup/Restore
        Downloads
        BLOG

        587
        Online

        32.0k
        Users

        80.5k
        Topics

        1.3m
        Posts

        blockly communication security
        2
        2
        2533
        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