Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Bewegungserkennung mit Motioneye, Lösung komplett in Blockly

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    522

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.3k

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

Bewegungserkennung mit Motioneye, Lösung komplett in Blockly

Scheduled Pinned Locked Moved Blockly
blocklycommunicationtemplatesecuritymonitoring
62 Posts 12 Posters 18.9k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Virus2K12V Virus2K12

    im javasript haut er dieses log raus, wenn ich per Telegramm Foto schicke:

    3/6/2024, 11:03:26 AM.583 [info ]: javascript.0 (2028) Stop script script.js.yicam.bild_telegramm
    3/6/2024, 11:03:27 AM.656 [info ]: javascript.0 (2028) Start javascript script.js.yicam.bild_telegramm
    3/6/2024, 11:03:27 AM.695 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
    3/6/2024, 11:03:45 AM.966 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: exec: curl 192.168.178.51:7999/1/action/snapshot
    3/6/2024, 11:05:56 AM.554 [info ]: javascript.0 (2028) Stop script script.js.yicam.bild_telegramm
    3/6/2024, 11:05:57 AM.241 [info ]: javascript.0 (2028) Start javascript script.js.yicam.bild_telegramm
    3/6/2024, 11:05:57 AM.267 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
    3/6/2024, 11:06:07 AM.386 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: exec: curl 192.168.178.51:7999/1/action/snapshot
    3/6/2024, 11:06:41 AM.546 [info ]: javascript.0 (2028) Stop script script.js.yicam.bild_telegramm
    3/6/2024, 11:06:42 AM.353 [info ]: javascript.0 (2028) Start javascript script.js.yicam.bild_telegramm
    3/6/2024, 11:06:42 AM.385 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
    3/6/2024, 11:06:52 AM.330 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: exec: curl 192.168.178.51:7999/1/action/snapshot
    3/6/2024, 11:07:07 AM.332 [info ]: javascript.0 (2028) Stop script script.js.yicam.bild_telegramm
    3/6/2024, 11:07:08 AM.057 [info ]: javascript.0 (2028) Start javascript script.js.yicam.bild_telegramm
    3/6/2024, 11:07:08 AM.064 [info ]: javascript.0 (2028) script.js.yicam.bild_telegramm: registered 2 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #50

    @virus2k12

    laedt er das Bild denn auch runter, also funktioniert der exec curl befehl?

    Virus2K12V 1 Reply Last reply
    0
    • ? A Former User

      @virus2k12

      laedt er das Bild denn auch runter, also funktioniert der exec curl befehl?

      Virus2K12V Offline
      Virus2K12V Offline
      Virus2K12
      wrote on last edited by Virus2K12
      #51

      @ilovegym ja. liegt im angegeben pfad. siehe screen weiter oben

      https://forum.iobroker.net/topic/40016/bewegungserkennung-mit-motioneye-lösung-komplett-in-blockly/47

      1 Reply Last reply
      0
      • Virus2K12V Offline
        Virus2K12V Offline
        Virus2K12
        wrote on last edited by
        #52

        und das sagt mein iob log:

        aaba2afb-c27e-446f-b15a-222786cf569f-image.png

        1 Reply Last reply
        0
        • Virus2K12V Offline
          Virus2K12V Offline
          Virus2K12
          wrote on last edited by
          #53

          was ich jetzt beobachtet habe, der Wert von takeSnapshot ändert sich nicht in true und lässt sich auch nicht per Hand auf true setzen. Bei getLastpic funktioniert das.?
          Woran kann das liegen?

          crunchipC 1 Reply Last reply
          0
          • Virus2K12V Virus2K12

            was ich jetzt beobachtet habe, der Wert von takeSnapshot ändert sich nicht in true und lässt sich auch nicht per Hand auf true setzen. Bei getLastpic funktioniert das.?
            Woran kann das liegen?

            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #54

            @virus2k12 sagte in Bewegungserkennung mit Motioneye, Lösung komplett in Blockly:

            Woran kann das liegen?

            Zeig mal das Raw vom DP

            umgestiegen von Proxmox auf Unraid

            1 Reply Last reply
            0
            • Virus2K12V Offline
              Virus2K12V Offline
              Virus2K12
              wrote on last edited by
              #55

              @crunchip
              {
              "common": {
              "name": "motioneye.takeSnapshot",
              "role": "state",
              "type": "boolean",
              "custom": {
              "telegram.0": {
              "enabled": true,
              "alias": "takeSnapshot",
              "buttons": 3,
              "writeOnly": false,
              "offCommand": "",
              "onCommand": "",
              "offStatus": "",
              "onStatus": "",
              "onlyFalse": false,
              "readOnly": false,
              "report": true,
              "onlyTrue": false,
              "reportChanges": true
              }
              }
              },
              "native": {},
              "type": "state",
              "_id": "javascript.0.motioneye.takeSnapshot",
              "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.user"
              },
              "from": "system.adapter.admin.0",
              "user": "system.user.admin",
              "ts": 1710056777837
              }

              crunchipC 1 Reply Last reply
              0
              • Virus2K12V Virus2K12

                @crunchip
                {
                "common": {
                "name": "motioneye.takeSnapshot",
                "role": "state",
                "type": "boolean",
                "custom": {
                "telegram.0": {
                "enabled": true,
                "alias": "takeSnapshot",
                "buttons": 3,
                "writeOnly": false,
                "offCommand": "",
                "onCommand": "",
                "offStatus": "",
                "onStatus": "",
                "onlyFalse": false,
                "readOnly": false,
                "report": true,
                "onlyTrue": false,
                "reportChanges": true
                }
                }
                },
                "native": {},
                "type": "state",
                "_id": "javascript.0.motioneye.takeSnapshot",
                "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.user"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1710056777837
                }

                crunchipC Away
                crunchipC Away
                crunchip
                Forum Testing Most Active
                wrote on last edited by crunchip
                #56

                @virus2k12 und den anderen zum Vergleich
                Irgendwie fehlt da read/write true

                umgestiegen von Proxmox auf Unraid

                Virus2K12V 1 Reply Last reply
                0
                • crunchipC crunchip

                  @virus2k12 und den anderen zum Vergleich
                  Irgendwie fehlt da read/write true

                  Virus2K12V Offline
                  Virus2K12V Offline
                  Virus2K12
                  wrote on last edited by
                  #57

                  @crunchip
                  {
                  "common": {
                  "name": "motioneye.getLastPic",
                  "role": "state",
                  "type": "boolean",
                  "custom": {
                  "telegram.0": {
                  "enabled": true,
                  "alias": "getLastPic",
                  "buttons": 3,
                  "writeOnly": false,
                  "offCommand": "",
                  "onCommand": "",
                  "offStatus": "",
                  "onStatus": "",
                  "onlyFalse": false,
                  "readOnly": false,
                  "report": true,
                  "onlyTrue": false,
                  "reportChanges": true
                  }
                  }
                  },
                  "native": {},
                  "type": "state",
                  "_id": "javascript.0.motioneye.getLastPic",
                  "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                  },
                  "from": "system.adapter.admin.0",
                  "user": "system.user.admin",
                  "ts": 1710056528080
                  }

                  Virus2K12V 1 Reply Last reply
                  0
                  • Virus2K12V Virus2K12

                    @crunchip
                    {
                    "common": {
                    "name": "motioneye.getLastPic",
                    "role": "state",
                    "type": "boolean",
                    "custom": {
                    "telegram.0": {
                    "enabled": true,
                    "alias": "getLastPic",
                    "buttons": 3,
                    "writeOnly": false,
                    "offCommand": "",
                    "onCommand": "",
                    "offStatus": "",
                    "onStatus": "",
                    "onlyFalse": false,
                    "readOnly": false,
                    "report": true,
                    "onlyTrue": false,
                    "reportChanges": true
                    }
                    }
                    },
                    "native": {},
                    "type": "state",
                    "_id": "javascript.0.motioneye.getLastPic",
                    "acl": {
                    "object": 1636,
                    "state": 1636,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator"
                    },
                    "from": "system.adapter.admin.0",
                    "user": "system.user.admin",
                    "ts": 1710056528080
                    }

                    Virus2K12V Offline
                    Virus2K12V Offline
                    Virus2K12
                    wrote on last edited by Virus2K12
                    #58

                    wurden beide im Blockly so angelegt.
                    Habe mal read + write mit rein genommen, ändert sich aber nichts.

                    crunchipC 1 Reply Last reply
                    0
                    • Virus2K12V Virus2K12

                      wurden beide im Blockly so angelegt.
                      Habe mal read + write mit rein genommen, ändert sich aber nichts.

                      crunchipC Away
                      crunchipC Away
                      crunchip
                      Forum Testing Most Active
                      wrote on last edited by
                      #59

                      @virus2k12 ich sehe an den beiden keinen Unterschied, kannst mal den DP manuell selbst anlegen

                      umgestiegen von Proxmox auf Unraid

                      Virus2K12V 1 Reply Last reply
                      0
                      • crunchipC crunchip

                        @virus2k12 ich sehe an den beiden keinen Unterschied, kannst mal den DP manuell selbst anlegen

                        Virus2K12V Offline
                        Virus2K12V Offline
                        Virus2K12
                        wrote on last edited by
                        #60

                        @crunchip sagte in Bewegungserkennung mit Motioneye, Lösung komplett in Blockly:

                        @virus2k12 ich sehe an den beiden keinen Unterschied, kannst mal den DP manuell selbst anlegen

                        auch schon probiert, dann kann ich ihn ändern. Sofern ich aber im Telegram "foto" schicke lässt sich danach der DP wieder nicht ändern. Er schreibe zwar
                        60da0788-62f4-4312-aca8-ba53a8fcfd18-image.png
                        nur ändert er sich nicht sichtbar.

                        crunchipC 1 Reply Last reply
                        0
                        • Virus2K12V Virus2K12

                          @crunchip sagte in Bewegungserkennung mit Motioneye, Lösung komplett in Blockly:

                          @virus2k12 ich sehe an den beiden keinen Unterschied, kannst mal den DP manuell selbst anlegen

                          auch schon probiert, dann kann ich ihn ändern. Sofern ich aber im Telegram "foto" schicke lässt sich danach der DP wieder nicht ändern. Er schreibe zwar
                          60da0788-62f4-4312-aca8-ba53a8fcfd18-image.png
                          nur ändert er sich nicht sichtbar.

                          crunchipC Away
                          crunchipC Away
                          crunchip
                          Forum Testing Most Active
                          wrote on last edited by
                          #61

                          @virus2k12 kein Plan was da bei dir falsch läuft. Ich hatte das ganze anders laufen
                          https://forum.iobroker.net/post/373101

                          umgestiegen von Proxmox auf Unraid

                          Virus2K12V 1 Reply Last reply
                          1
                          • crunchipC crunchip

                            @virus2k12 kein Plan was da bei dir falsch läuft. Ich hatte das ganze anders laufen
                            https://forum.iobroker.net/post/373101

                            Virus2K12V Offline
                            Virus2K12V Offline
                            Virus2K12
                            wrote on last edited by
                            #62

                            @crunchip hab das jetzt auch so umgesetzt und es funktioniert. Einige Anpassungen gemacht zwecks schalten über Telegramm etc, jetzt noch die Anwesenheit Erkennung einbauen und dann sollte es so funktionieren wie ich es will.
                            Danke für den Tip.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            516

                            Online

                            32.7k

                            Users

                            82.5k

                            Topics

                            1.3m

                            Posts
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Home
                            • Recent
                            • Tags
                            • Unread 0
                            • Categories
                            • Unreplied
                            • Popular
                            • GitHub
                            • Docu
                            • Hilfe