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. Hardware
  4. Kamera + Bewegungsmelder kombinieren für Gartenüberwachung

NEWS

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    7
    1
    98

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    845

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

Kamera + Bewegungsmelder kombinieren für Gartenüberwachung

Scheduled Pinned Locked Moved Hardware
überwachungbewegungsmelderkamera
197 Posts 11 Posters 21.1k Views 13 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.
  • S smarthome2020

    @el_malto In motionEye kann man bei Erkennung der Bewegung durch motionEye einen Befehl an den ioBroker senden. Ich finde aber keine Möglichkeit einen Befehl vom ioBroker an motionEye zu senden um ein Video aufzunehmen. Habe halt Bewegungsmelder im Garten, die die Kamera triggern sollen, damit nicht jedes wehende Blatt vor der Kamera ein Video produziert.

    E Offline
    E Offline
    el_malto
    wrote on last edited by el_malto
    #51

    @smarthome2020 dazu musst du ein bisschen tiefer in die Doku eintauchen. Hier der link wo es beschrieben ist -> https://motion-project.github.io/motion_config.html#OptDetail_Webcontrol
    Man kann MotionEye über web control (http Links) steuern. Standardmäßig kannst du nur mit dem localhost, also da wo MotionEye drauf läuft darauf zugreifen. Wenn du über MotionEye über ein anderes Gerät steuern willst, musst du das erst für andere Geräte freigeben. Das machst du in der Config unter:

    /data/etc/motion.conf
    

    Da den Parameter

    webcontrol_localhost on
    

    in

    webcontrol_localhost off
    

    ändern und den Pi neustarten. Damit kann nicht nur der localhost web auf den web control zugreifen sondern auch andere Geräte. Heißt natürlich auch, das jeder beindir im Netzwerk der die URLs kennt die Kamera steuern kann.
    Jetzt mal in die Doku gucken die ich oben verlinkt habe. Da stehen dann die Beispiel URLs und wie sich die zusammen setzen. Die URLs kannst du dann einfach mit einen Script in ioBroker per http request aufrufen und so MotionEye steuern.
    Kannst dich bei Fragen gern melden. Hat bei mir damals super funktioniert.

    E 1 Reply Last reply
    0
    • S Offline
      S Offline
      smarthome2020
      wrote on last edited by
      #52

      Ich hab mal versucht über ein Workaround an Videoschnipsel zu kommen.

      Orientiert habe ich mich am Youtube-Video von Elzershark:
      Youtube-Tutorial

      Den RSTP-Stream hab ich entsprechend mit der Auflösung eingetragen in das Blockly-Skript. 10 Sekunden Aufnahmen werden gemacht.
      Die Videos werden abgelegt. Wenn ich sie dann öffne, ist der Anteil gut sichtbar, in dem Bewegung zu sehen ist. Der Rest ist lila durchzogen. Statt des RTSP-Streams würde ich gerne den JPEG-Stream der Kamera ins Blockly aufnehmen, jedoch wird dann gar nichts aufgenommen.
      So kann ich die Aufnahme zwar per Bewegungsmelder triggern, jedoch sieht das ganze schlecht aus, so dass es eigentlich keinen Nutzen hat.

      1 Reply Last reply
      0
      • E el_malto

        @smarthome2020 dazu musst du ein bisschen tiefer in die Doku eintauchen. Hier der link wo es beschrieben ist -> https://motion-project.github.io/motion_config.html#OptDetail_Webcontrol
        Man kann MotionEye über web control (http Links) steuern. Standardmäßig kannst du nur mit dem localhost, also da wo MotionEye drauf läuft darauf zugreifen. Wenn du über MotionEye über ein anderes Gerät steuern willst, musst du das erst für andere Geräte freigeben. Das machst du in der Config unter:

        /data/etc/motion.conf
        

        Da den Parameter

        webcontrol_localhost on
        

        in

        webcontrol_localhost off
        

        ändern und den Pi neustarten. Damit kann nicht nur der localhost web auf den web control zugreifen sondern auch andere Geräte. Heißt natürlich auch, das jeder beindir im Netzwerk der die URLs kennt die Kamera steuern kann.
        Jetzt mal in die Doku gucken die ich oben verlinkt habe. Da stehen dann die Beispiel URLs und wie sich die zusammen setzen. Die URLs kannst du dann einfach mit einen Script in ioBroker per http request aufrufen und so MotionEye steuern.
        Kannst dich bei Fragen gern melden. Hat bei mir damals super funktioniert.

        E Offline
        E Offline
        el_malto
        wrote on last edited by
        #53

        Kannst dich bei Fragen gern melden. Hat bei mir damals super funktioniert.

        Danke für deine PN @smarthome2020 meinte damit aber eigentlich hier im Thread. Vielleicht ist das für andere ja auch Interessant oder die stehen vor dem gleichen Problem.
        Du hast mir ja geschrieben, dass du nur eine Aktivierung von Motion an sich oder das erstellen eines Screenshots gefunden hast. Bitte beschreib mal was du gemacht hast damit ich das nachvollziehen kann. Auf der Seite stehen ja alle Funktionen. Für dich wären das ja eiegtlich diese hier:

        The following definitions will be used when summarizing the commands that are available for control of Motion.
        
            {IP} The IP address of the computer running Motion
            {port} The port specified for the webcontrol
            {camid} The camera_id of the camera.
        
        
        The following are the commands available.
        
            {IP}:{port}/{camid}/detection/start Start or resume motion detection.
            {IP}:{port}/{camid}/detection/pause Pause the motion detection.
            {IP}:{port}/{camid}/action/eventstart Trigger a new event.
            {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
            {IP}:{port}/{camid}/action/snapshot Create a snapshot
        

        Du musst eigentlich nur {IP}, {port} und {camid} mit deinen Daten ersetzen. Die Links kannst du am besten im Browser testen. Dann weiß du schon mal sicher ob die funktionieren. Und erleichert dann evtl. die Fehlersuche in Blockly.

        @smarthome2020 sagte in Kamera + Bewegungsmelder kombinieren für Gartenüberwachung:

        Ich hab mal versucht über ein Workaround an Videoschnipsel zu kommen.

        Orientiert habe ich mich am Youtube-Video von Elzershark:
        Youtube-Tutorial

        Das brauchst du nicht wie im Video zu machen. In dem Video wird das nur mit ffmpeg gemacht. Du hast doch MotionEye dafür installiert. Das stellt dir schon alle Streams so wie du die brauchst und für die VIS zur verfügung und regelt die Aufnahmen usw.

        S 1 Reply Last reply
        0
        • E el_malto

          Kannst dich bei Fragen gern melden. Hat bei mir damals super funktioniert.

          Danke für deine PN @smarthome2020 meinte damit aber eigentlich hier im Thread. Vielleicht ist das für andere ja auch Interessant oder die stehen vor dem gleichen Problem.
          Du hast mir ja geschrieben, dass du nur eine Aktivierung von Motion an sich oder das erstellen eines Screenshots gefunden hast. Bitte beschreib mal was du gemacht hast damit ich das nachvollziehen kann. Auf der Seite stehen ja alle Funktionen. Für dich wären das ja eiegtlich diese hier:

          The following definitions will be used when summarizing the commands that are available for control of Motion.
          
              {IP} The IP address of the computer running Motion
              {port} The port specified for the webcontrol
              {camid} The camera_id of the camera.
          
          
          The following are the commands available.
          
              {IP}:{port}/{camid}/detection/start Start or resume motion detection.
              {IP}:{port}/{camid}/detection/pause Pause the motion detection.
              {IP}:{port}/{camid}/action/eventstart Trigger a new event.
              {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
              {IP}:{port}/{camid}/action/snapshot Create a snapshot
          

          Du musst eigentlich nur {IP}, {port} und {camid} mit deinen Daten ersetzen. Die Links kannst du am besten im Browser testen. Dann weiß du schon mal sicher ob die funktionieren. Und erleichert dann evtl. die Fehlersuche in Blockly.

          @smarthome2020 sagte in Kamera + Bewegungsmelder kombinieren für Gartenüberwachung:

          Ich hab mal versucht über ein Workaround an Videoschnipsel zu kommen.

          Orientiert habe ich mich am Youtube-Video von Elzershark:
          Youtube-Tutorial

          Das brauchst du nicht wie im Video zu machen. In dem Video wird das nur mit ffmpeg gemacht. Du hast doch MotionEye dafür installiert. Das stellt dir schon alle Streams so wie du die brauchst und für die VIS zur verfügung und regelt die Aufnahmen usw.

          S Offline
          S Offline
          smarthome2020
          wrote on last edited by smarthome2020
          #54
          The following definitions will be used when summarizing the commands that are available for control of Motion.
          
              {IP} The IP address of the computer running Motion
              {port} The port specified for the webcontrol
              {camid} The camera_id of the camera.
          
          
          The following are the commands available.
          
              {IP}:{port}/{camid}/detection/start Start or resume motion detection.
              {IP}:{port}/{camid}/detection/pause Pause the motion detection.
              {IP}:{port}/{camid}/action/eventstart Trigger a new event.
              {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
              {IP}:{port}/{camid}/action/snapshot Create a snapshot
          

          Du musst eigentlich nur {IP}, {port} und {camid} mit deinen Daten ersetzen. Die Links kannst du am besten im Browser testen. Dann weiß du schon mal sicher ob die funktionieren. Und erleichert dann evtl. die Fehlersuche in Blockly.

          Ja, in den von dir geposteten Befehlen steht ja nur, was von detection/start etc. Oder muss man events definieren? Brauche nur einen Befehl wie: "Nehme Video auf so als wäre die motionEye-interne Bewegungserkennung ausgelöst worden" .

          Also... Den Stream kann ich erreichen und im Browser sehen unter:

          IP:8091

          Nur bin ich mir nicht mehr sicher, welchen Port ich brauche.
          Es gibt die Ordner motion und motionEye im Raspberry. Beide haben eine motion.conf-Datei.

          /etc/motioneye/motion.conf
          
          # @enabled on
          # @normal_password 
          # @admin_username admin
          # @admin_password ........
          # @normal_username user
          
          
          webcontrol_interface 1
          webcontrol_port 7999
          setup_mode off
          webcontrol_parms 2
          webcontrol_localhost off
          
          camera camera-1.conf
          
          
          /etc/motion/motion.conf
          
          ############################################################
          # Webcontrol configuration parameters
          ############################################################
          
          # Port number used for the webcontrol.
          webcontrol_port 8080
          
          # Restrict webcontrol connections to the localhost.
          webcontrol_localhost off
          
          # Type of configuration options to allow via the webcontrol.
          webcontrol_parms 0
          
          ############################################################
          # Live stream configuration parameters
          ############################################################
          
          # The port number for the live stream.
          stream_port 8081
          
          # Restrict stream connections to the localhost.
          stream_localhost on
          
          

          Ich steige da mit den IPs nicht mehr durch. Habe die von dir geposteten Befehle mal im Browser aufgeführt und geschaut, ob Videodateien entstehen im Zielordner. Da tut sich nichts.

          E 2 Replies Last reply
          0
          • S smarthome2020
            The following definitions will be used when summarizing the commands that are available for control of Motion.
            
                {IP} The IP address of the computer running Motion
                {port} The port specified for the webcontrol
                {camid} The camera_id of the camera.
            
            
            The following are the commands available.
            
                {IP}:{port}/{camid}/detection/start Start or resume motion detection.
                {IP}:{port}/{camid}/detection/pause Pause the motion detection.
                {IP}:{port}/{camid}/action/eventstart Trigger a new event.
                {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
                {IP}:{port}/{camid}/action/snapshot Create a snapshot
            

            Du musst eigentlich nur {IP}, {port} und {camid} mit deinen Daten ersetzen. Die Links kannst du am besten im Browser testen. Dann weiß du schon mal sicher ob die funktionieren. Und erleichert dann evtl. die Fehlersuche in Blockly.

            Ja, in den von dir geposteten Befehlen steht ja nur, was von detection/start etc. Oder muss man events definieren? Brauche nur einen Befehl wie: "Nehme Video auf so als wäre die motionEye-interne Bewegungserkennung ausgelöst worden" .

            Also... Den Stream kann ich erreichen und im Browser sehen unter:

            IP:8091

            Nur bin ich mir nicht mehr sicher, welchen Port ich brauche.
            Es gibt die Ordner motion und motionEye im Raspberry. Beide haben eine motion.conf-Datei.

            /etc/motioneye/motion.conf
            
            # @enabled on
            # @normal_password 
            # @admin_username admin
            # @admin_password ........
            # @normal_username user
            
            
            webcontrol_interface 1
            webcontrol_port 7999
            setup_mode off
            webcontrol_parms 2
            webcontrol_localhost off
            
            camera camera-1.conf
            
            
            /etc/motion/motion.conf
            
            ############################################################
            # Webcontrol configuration parameters
            ############################################################
            
            # Port number used for the webcontrol.
            webcontrol_port 8080
            
            # Restrict webcontrol connections to the localhost.
            webcontrol_localhost off
            
            # Type of configuration options to allow via the webcontrol.
            webcontrol_parms 0
            
            ############################################################
            # Live stream configuration parameters
            ############################################################
            
            # The port number for the live stream.
            stream_port 8081
            
            # Restrict stream connections to the localhost.
            stream_localhost on
            
            

            Ich steige da mit den IPs nicht mehr durch. Habe die von dir geposteten Befehle mal im Browser aufgeführt und geschaut, ob Videodateien entstehen im Zielordner. Da tut sich nichts.

            E Offline
            E Offline
            el_malto
            wrote on last edited by
            #55

            @smarthome2020 sagte in Kamera + Bewegungsmelder kombinieren für Gartenüberwachung:

            Ja, in den von dir geposteten Befehlen steht ja nur, was von detection/start etc. Oder muss man events definieren? Brauche nur einen Befehl wie: "Nehme Video auf so als wäre die motionEye-interne Bewegungserkennung ausgelöst worden" .

            Das müsste

            >     {IP}:{port}/{camid}/action/eventstart Trigger a new event.
            >     {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
            

            für Aufnahme starten und stoppen sein.

            1 Reply Last reply
            0
            • S smarthome2020
              The following definitions will be used when summarizing the commands that are available for control of Motion.
              
                  {IP} The IP address of the computer running Motion
                  {port} The port specified for the webcontrol
                  {camid} The camera_id of the camera.
              
              
              The following are the commands available.
              
                  {IP}:{port}/{camid}/detection/start Start or resume motion detection.
                  {IP}:{port}/{camid}/detection/pause Pause the motion detection.
                  {IP}:{port}/{camid}/action/eventstart Trigger a new event.
                  {IP}:{port}/{camid}/action/eventend Trigger the end of a event.
                  {IP}:{port}/{camid}/action/snapshot Create a snapshot
              

              Du musst eigentlich nur {IP}, {port} und {camid} mit deinen Daten ersetzen. Die Links kannst du am besten im Browser testen. Dann weiß du schon mal sicher ob die funktionieren. Und erleichert dann evtl. die Fehlersuche in Blockly.

              Ja, in den von dir geposteten Befehlen steht ja nur, was von detection/start etc. Oder muss man events definieren? Brauche nur einen Befehl wie: "Nehme Video auf so als wäre die motionEye-interne Bewegungserkennung ausgelöst worden" .

              Also... Den Stream kann ich erreichen und im Browser sehen unter:

              IP:8091

              Nur bin ich mir nicht mehr sicher, welchen Port ich brauche.
              Es gibt die Ordner motion und motionEye im Raspberry. Beide haben eine motion.conf-Datei.

              /etc/motioneye/motion.conf
              
              # @enabled on
              # @normal_password 
              # @admin_username admin
              # @admin_password ........
              # @normal_username user
              
              
              webcontrol_interface 1
              webcontrol_port 7999
              setup_mode off
              webcontrol_parms 2
              webcontrol_localhost off
              
              camera camera-1.conf
              
              
              /etc/motion/motion.conf
              
              ############################################################
              # Webcontrol configuration parameters
              ############################################################
              
              # Port number used for the webcontrol.
              webcontrol_port 8080
              
              # Restrict webcontrol connections to the localhost.
              webcontrol_localhost off
              
              # Type of configuration options to allow via the webcontrol.
              webcontrol_parms 0
              
              ############################################################
              # Live stream configuration parameters
              ############################################################
              
              # The port number for the live stream.
              stream_port 8081
              
              # Restrict stream connections to the localhost.
              stream_localhost on
              
              

              Ich steige da mit den IPs nicht mehr durch. Habe die von dir geposteten Befehle mal im Browser aufgeführt und geschaut, ob Videodateien entstehen im Zielordner. Da tut sich nichts.

              E Offline
              E Offline
              el_malto
              wrote on last edited by el_malto
              #56

              @smarthome2020 Mit welchen Port kommst du denn auf die Benutzeroberfläche? Ist das 8080 oder 7999? Daran erkennst du ja welche config genutzt wird. Warum du zwei ordner hast weiß ich nicht.
              Vermute das es /etc/motion/motion.conf ist, weil da auch Port 8081 für den Stream definiert ist.

              S 1 Reply Last reply
              0
              • E el_malto

                @smarthome2020 Mit welchen Port kommst du denn auf die Benutzeroberfläche? Ist das 8080 oder 7999? Daran erkennst du ja welche config genutzt wird. Warum du zwei ordner hast weiß ich nicht.
                Vermute das es /etc/motion/motion.conf ist, weil da auch Port 8081 für den Stream definiert ist.

                S Offline
                S Offline
                smarthome2020
                wrote on last edited by smarthome2020
                #57

                @el_malto

                Konfigurationen kann ich unter Port 8765 vornehmen., Also Kamera hinzufügen, Speicherort.....

                Den Stream sehen in "Vollbild" kann ich unter Port 8091

                Versuche im Browser:

                1. IP:8765/1/action/eventstart --> {"error": "not found"}
                2. IP:8081/1/action/eventstart --> Cannot GET /1/action/eventstart
                3. IP:8091/1/action/eventstart -->Diese Seite funktioniert im Moment nicht. ...keine Daten gesendet.
                E 1 Reply Last reply
                0
                • S smarthome2020

                  @el_malto

                  Konfigurationen kann ich unter Port 8765 vornehmen., Also Kamera hinzufügen, Speicherort.....

                  Den Stream sehen in "Vollbild" kann ich unter Port 8091

                  Versuche im Browser:

                  1. IP:8765/1/action/eventstart --> {"error": "not found"}
                  2. IP:8081/1/action/eventstart --> Cannot GET /1/action/eventstart
                  3. IP:8091/1/action/eventstart -->Diese Seite funktioniert im Moment nicht. ...keine Daten gesendet.
                  E Offline
                  E Offline
                  el_malto
                  wrote on last edited by
                  #58

                  @smarthome2020

                  # Port number used for the webcontrol.
                  webcontrol_port 8080
                  

                  Du musst Port 8080 nehmen.

                  S E 2 Replies Last reply
                  0
                  • E el_malto

                    @smarthome2020

                    # Port number used for the webcontrol.
                    webcontrol_port 8080
                    

                    Du musst Port 8080 nehmen.

                    S Offline
                    S Offline
                    smarthome2020
                    wrote on last edited by
                    #59

                    @el_malto
                    IP:8080/1/action/eventstart --> Hmmm...diese Seite ist leider nicht erreichbar. IP hat eine Verbindung verweigert.

                    E 1 Reply Last reply
                    0
                    • S smarthome2020

                      @el_malto
                      IP:8080/1/action/eventstart --> Hmmm...diese Seite ist leider nicht erreichbar. IP hat eine Verbindung verweigert.

                      E Offline
                      E Offline
                      el_malto
                      wrote on last edited by el_malto
                      #60

                      @smarthome2020 hast du denn nachdem du

                      webcontrol_localhost off
                      

                      gemacht hast auch einen reboot gemacht?
                      Und ist deine camid wirklich richtig?

                      S 1 Reply Last reply
                      0
                      • E el_malto

                        @smarthome2020 hast du denn nachdem du

                        webcontrol_localhost off
                        

                        gemacht hast auch einen reboot gemacht?
                        Und ist deine camid wirklich richtig?

                        S Offline
                        S Offline
                        smarthome2020
                        wrote on last edited by smarthome2020
                        #61

                        @el_malto Bild.png

                        So stehts in der Einstellungsmaske. Bearbeiten kann ich das auch nicht wirklich.

                        E 1 Reply Last reply
                        0
                        • S smarthome2020

                          @el_malto Bild.png

                          So stehts in der Einstellungsmaske. Bearbeiten kann ich das auch nicht wirklich.

                          E Offline
                          E Offline
                          el_malto
                          wrote on last edited by el_malto
                          #62

                          @smarthome2020 hast du denn mal geguckt ob du unter

                          /data/etc/motion.conf
                          

                          auch die configs hast?

                          Ansonsten mach mal Screenshots vom Browser wenn du die Links da eingibst und die Rückmeldung bekommst.
                          Könnte sonst auch mal per TeamViewer drauf gucken. Hab gerade Zeit.

                          1 Reply Last reply
                          0
                          • E el_malto

                            @smarthome2020

                            # Port number used for the webcontrol.
                            webcontrol_port 8080
                            

                            Du musst Port 8080 nehmen.

                            E Offline
                            E Offline
                            el_malto
                            wrote on last edited by
                            #63

                            @smarthome2020

                            # Port number used for the webcontrol.
                            webcontrol_port 8080
                            

                            Du musst Port 8080 nehmen.

                            Oder probier mal Port 7999 aus. Der steht ja in der anderen config.

                            S 1 Reply Last reply
                            0
                            • E el_malto

                              @smarthome2020

                              # Port number used for the webcontrol.
                              webcontrol_port 8080
                              

                              Du musst Port 8080 nehmen.

                              Oder probier mal Port 7999 aus. Der steht ja in der anderen config.

                              S Offline
                              S Offline
                              smarthome2020
                              wrote on last edited by
                              #64

                              @el_malto ich mache gleich Screenshots. Musste nur eben einkaufen.

                              E 1 Reply Last reply
                              0
                              • S smarthome2020

                                @el_malto ich mache gleich Screenshots. Musste nur eben einkaufen.

                                E Offline
                                E Offline
                                el_malto
                                wrote on last edited by
                                #65

                                @smarthome2020 jo ich bin den Abend am PC und bin hier on.

                                S 1 Reply Last reply
                                0
                                • E el_malto

                                  @smarthome2020 jo ich bin den Abend am PC und bin hier on.

                                  S Offline
                                  S Offline
                                  smarthome2020
                                  wrote on last edited by
                                  #66

                                  @el_malto

                                  Hier die Screenshots:
                                  7999.png

                                  8080.png

                                  8091.png

                                  8765.png

                                  E 1 Reply Last reply
                                  0
                                  • S smarthome2020

                                    @el_malto

                                    Hier die Screenshots:
                                    7999.png

                                    8080.png

                                    8091.png

                                    8765.png

                                    E Offline
                                    E Offline
                                    el_malto
                                    wrote on last edited by
                                    #67

                                    @smarthome2020 das ist komisch. Also dann nochmal von ganz vorne.
                                    Nach welcher Anleitung und auf welchem Gerät mit welcher IP hast du MotionEye installiert?

                                    S 1 Reply Last reply
                                    0
                                    • E el_malto

                                      @smarthome2020 das ist komisch. Also dann nochmal von ganz vorne.
                                      Nach welcher Anleitung und auf welchem Gerät mit welcher IP hast du MotionEye installiert?

                                      S Offline
                                      S Offline
                                      smarthome2020
                                      wrote on last edited by smarthome2020
                                      #68

                                      @el_malto

                                      System: RPi 4 4GB Ram
                                      Software: Raspbian Buster
                                      IP des RPis ist halt die von oben aus den Bildern.

                                      Installiert ist nur der ioBroker sowie motionEye

                                      Installationsanleitung:

                                      1. https://wiki.instar.de/Erweitert/IOBroker_auf_Raspberry_Pi/motionEye/
                                      2. https://github.com/ccrisan/motioneye/wiki/Install-On-Raspbian
                                        --> motionEye geht ja auch. Stream wird angezeigt etc.
                                      E 1 Reply Last reply
                                      0
                                      • S smarthome2020

                                        @el_malto

                                        System: RPi 4 4GB Ram
                                        Software: Raspbian Buster
                                        IP des RPis ist halt die von oben aus den Bildern.

                                        Installiert ist nur der ioBroker sowie motionEye

                                        Installationsanleitung:

                                        1. https://wiki.instar.de/Erweitert/IOBroker_auf_Raspberry_Pi/motionEye/
                                        2. https://github.com/ccrisan/motioneye/wiki/Install-On-Raspbian
                                          --> motionEye geht ja auch. Stream wird angezeigt etc.
                                        E Offline
                                        E Offline
                                        el_malto
                                        wrote on last edited by
                                        #69

                                        @smarthome2020 ok laut Anleitung ist da

                                        /etc/motioneye/motioneye.conf
                                        

                                        deine Config Datei. Guck dir die mal an. Da müsstest du dann

                                        webcontrol_localhost off
                                        
                                        

                                        einstellen. Da sind dann ja auch die Ports drin.
                                        Poste am besten mal den Inhalt der Datei.

                                        S 1 Reply Last reply
                                        0
                                        • E el_malto

                                          @smarthome2020 ok laut Anleitung ist da

                                          /etc/motioneye/motioneye.conf
                                          

                                          deine Config Datei. Guck dir die mal an. Da müsstest du dann

                                          webcontrol_localhost off
                                          
                                          

                                          einstellen. Da sind dann ja auch die Ports drin.
                                          Poste am besten mal den Inhalt der Datei.

                                          S Offline
                                          S Offline
                                          smarthome2020
                                          wrote on last edited by
                                          #70

                                          @el_malto
                                          geht.png

                                          Woran lag es? "http://" musste davor.
                                          Nun steht das wenigstens im Browser. Nur wird kein Video aufgenommen. Der Zielordner bleibt ohne neues Video.

                                          E 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          505

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          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