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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Screenshot per Telegram oder Pushover verschicken

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    15
    1
    445

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    614

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    1.8k

Screenshot per Telegram oder Pushover verschicken

Geplant Angeheftet Gesperrt Verschoben Skripten / Logik
blockly
2 Beiträge 2 Kommentatoren 329 Aufrufe 2 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.
  • D Offline
    D Offline
    Darkmann2000
    schrieb am zuletzt editiert von Darkmann2000
    #1

    Hallo liebe Forengemeinde,

    ich würde gerne soabld es klingelt das ein Screenshot versendet wird. Habe es mit Telegramm und Pushover versucht. Pushmitteilungen werden versendet doch leider kein Bild. Es wird auch kein Bild Lokal gespeichert.

    Betriebssystem ist Windows 10

    Kamera Snapshot http://192.168.178.40/cgi-bin/snapshot.cgi?stream=0

    Vielen Dank im Voraus.

    Blockly Code

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable type="timeout" id="timeout3">timeout3</variable>
        <variable type="timeout" id="timeout4">timeout4</variable>
      </variables>
      <block type="on_ext" id="/%6jfUR|]NpMM$}m=4oj" x="87" y="-713">
        <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
        <field name="CONDITION">true</field>
        <field name="ACK_CONDITION"></field>
        <value name="OID0">
          <shadow type="field_oid" id="2~SzzXiLW$2dWh0Rd=m5">
            <field name="oid">hm-rpc.0.QEQ0889232.1.PRESS_SHORT</field>
          </shadow>
        </value>
        <statement name="STATEMENT">
          <block type="telegram" id="O)W4(_qg*KS)KD+[i[hf">
            <field name="INSTANCE">.0</field>
            <field name="LOG"></field>
            <field name="SILENT">FALSE</field>
            <field name="PARSEMODE">default</field>
            <value name="MESSAGE">
              <shadow type="text" id="Y9*@/}DK}qH@qB$xpS8/">
                <field name="TEXT">hallo</field>
              </shadow>
            </value>
            <next>
              <block type="procedures_callnoreturn" id="DnF9TAl0.q.3ygACGS~C">
                <mutation name="foto senden"></mutation>
              </block>
            </next>
          </block>
        </statement>
      </block>
      <block type="procedures_defnoreturn" id="~pPk?PHjzu0{iCY*^,Mh" x="563" y="-612">
        <field name="NAME">foto senden</field>
        <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
        <statement name="STACK">
          <block type="timeouts_settimeout" id="%parHE%U;Jg[8keop7B#">
            <field name="NAME">timeout3</field>
            <field name="DELAY">1000</field>
            <field name="UNIT">ms</field>
            <statement name="STATEMENT">
              <block type="exec" id=")s4eqoL)+rnTyhSAl1/f">
                <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                <field name="WITH_STATEMENT">FALSE</field>
                <field name="LOG"></field>
                <value name="COMMAND">
                  <shadow type="text" id="x`Y6eq`nky[SMncjoLv.">
                    <field name="TEXT">wget --output-document /iobroker/ipcam/alarm.jpg 'http://192.168.178.40/cgi-bin/snapshot.cgi?stream=0'</field>
                  </shadow>
                </value>
                <next>
                  <block type="timeouts_settimeout" id="%@nkC[RH(?Ec:@AGgZ:,">
                    <field name="NAME">timeout4</field>
                    <field name="DELAY">1000</field>
                    <field name="UNIT">ms</field>
                    <statement name="STATEMENT">
                      <block type="telegram" id="d38k#q#az~Oi^iSLuj9.">
                        <field name="INSTANCE"></field>
                        <field name="LOG"></field>
                        <field name="SILENT">FALSE</field>
                        <field name="PARSEMODE">default</field>
                        <value name="MESSAGE">
                          <shadow type="text" id="at(q2i6A623??3sky7BI">
                            <field name="TEXT">iobroker/ipcam/alarm.jpg</field>
                          </shadow>
                        </value>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </xml>
    
    arteckA 1 Antwort Letzte Antwort
    0
    • D Darkmann2000

      Hallo liebe Forengemeinde,

      ich würde gerne soabld es klingelt das ein Screenshot versendet wird. Habe es mit Telegramm und Pushover versucht. Pushmitteilungen werden versendet doch leider kein Bild. Es wird auch kein Bild Lokal gespeichert.

      Betriebssystem ist Windows 10

      Kamera Snapshot http://192.168.178.40/cgi-bin/snapshot.cgi?stream=0

      Vielen Dank im Voraus.

      Blockly Code

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout3">timeout3</variable>
          <variable type="timeout" id="timeout4">timeout4</variable>
        </variables>
        <block type="on_ext" id="/%6jfUR|]NpMM$}m=4oj" x="87" y="-713">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
          <field name="CONDITION">true</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="2~SzzXiLW$2dWh0Rd=m5">
              <field name="oid">hm-rpc.0.QEQ0889232.1.PRESS_SHORT</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="telegram" id="O)W4(_qg*KS)KD+[i[hf">
              <field name="INSTANCE">.0</field>
              <field name="LOG"></field>
              <field name="SILENT">FALSE</field>
              <field name="PARSEMODE">default</field>
              <value name="MESSAGE">
                <shadow type="text" id="Y9*@/}DK}qH@qB$xpS8/">
                  <field name="TEXT">hallo</field>
                </shadow>
              </value>
              <next>
                <block type="procedures_callnoreturn" id="DnF9TAl0.q.3ygACGS~C">
                  <mutation name="foto senden"></mutation>
                </block>
              </next>
            </block>
          </statement>
        </block>
        <block type="procedures_defnoreturn" id="~pPk?PHjzu0{iCY*^,Mh" x="563" y="-612">
          <field name="NAME">foto senden</field>
          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
          <statement name="STACK">
            <block type="timeouts_settimeout" id="%parHE%U;Jg[8keop7B#">
              <field name="NAME">timeout3</field>
              <field name="DELAY">1000</field>
              <field name="UNIT">ms</field>
              <statement name="STATEMENT">
                <block type="exec" id=")s4eqoL)+rnTyhSAl1/f">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG"></field>
                  <value name="COMMAND">
                    <shadow type="text" id="x`Y6eq`nky[SMncjoLv.">
                      <field name="TEXT">wget --output-document /iobroker/ipcam/alarm.jpg 'http://192.168.178.40/cgi-bin/snapshot.cgi?stream=0'</field>
                    </shadow>
                  </value>
                  <next>
                    <block type="timeouts_settimeout" id="%@nkC[RH(?Ec:@AGgZ:,">
                      <field name="NAME">timeout4</field>
                      <field name="DELAY">1000</field>
                      <field name="UNIT">ms</field>
                      <statement name="STATEMENT">
                        <block type="telegram" id="d38k#q#az~Oi^iSLuj9.">
                          <field name="INSTANCE"></field>
                          <field name="LOG"></field>
                          <field name="SILENT">FALSE</field>
                          <field name="PARSEMODE">default</field>
                          <value name="MESSAGE">
                            <shadow type="text" id="at(q2i6A623??3sky7BI">
                              <field name="TEXT">iobroker/ipcam/alarm.jpg</field>
                            </shadow>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von arteck
      #2

      @Darkmann2000 ach komm.. die diskussion gabs sogar letzte woche mit einem Script..als beispiel.. schon die Suche bemüht ??

      und dann noch doppel Post...

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      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

      798

      Online

      32.6k

      Benutzer

      81.9k

      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