Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Marc Wilgeroth

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 1

    Marc Wilgeroth

    @Marc Wilgeroth

    Starter

    0
    Reputation
    11
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Marc Wilgeroth Follow
    Starter

    Latest posts made by Marc Wilgeroth

    • RE: Probleme Smarte Klingel

      hab ich nun eingebaut. Hilft aber nicht er schreibt keine Datei

      posted in Blockly
      Marc Wilgeroth
      Marc Wilgeroth
    • Bild per Telegram schicken Blockly

      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);
      });

      posted in ioBroker Allgemein
      Marc Wilgeroth
      Marc Wilgeroth
    • Probleme Smarte Klingel

      Hallo, ich möchte gerne das ich immer wen es bei mir klingelt ein Bild zu meinem Handy geschickt wird. Aber ich bekomme immer nur den Text mit dem Pfad geschickt. Er legt die Datei nicht im Iobroker ab. Wisst ihr vielleicht was ich verbessern kann damit es funktioniert.

      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);
      });

      posted in Blockly
      Marc Wilgeroth
      Marc Wilgeroth
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo