Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Neuer Adapter] EuSec

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    [Neuer Adapter] EuSec

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      badsnoopy667 @mading last edited by badsnoopy667

      @mading
      Ich verwende den Adapter um den Status der Kameras zu ändern. Also von zuhause auf abwesend. Damit ich nicht ständig Nachrichten bekomme wenn ich im selber im Garten bin.

      1 Reply Last reply Reply Quote 2
      • Arne Dieckmann
        Arne Dieckmann @mading last edited by

        @mading said in [Neuer Adapter] EuSec:

        Screenshots und Videos ziehe ich über ffmpeg/ rtsp.

        Wie genau machst Du das? Würde mich tatsächlich interessieren, da ich bisher immer nur die letzten Bilder nach einer Bewegung über den Adapter genutzt habe.

        M 1 Reply Last reply Reply Quote 0
        • M
          mading @Arne Dieckmann last edited by mading

          @arne-dieckmann sagte in [Neuer Adapter] EuSec:

          @mading said in [Neuer Adapter] EuSec:

          Screenshots und Videos ziehe ich über ffmpeg/ rtsp.

          Wie genau machst Du das? Würde mich tatsächlich interessieren, da ich bisher immer nur die letzten Bilder nach einer Bewegung über den Adapter genutzt habe.

          Du musst ffmpeg auf deinem Server installieren, wo iob läuft (sh. Google). Der Unterordner in iob muss erstellt werden. Ich habe die Aufnahmelänge noch über einen DP parametriesiert.

          Folgenden Befehl nutze ich, um en Video zu erstellen/ per Telegram zu schicken

          
          <block xmlns="https://developers.google.com/blockly/xml" type="procedures_defnoreturn" id="*m2#+mw?/9*182si$`T5" x="1265" y="-952">
            <field name="NAME">GarageVideoSchicken</field>
            <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
            <statement name="STACK">
              <block type="variables_set" id="vsH}@1KrLr..?-/?8v:N">
                <field name="VAR" id="fJUJCIN5HrB8Akm?Xu?R">Befehl</field>
                <value name="VALUE">
                  <block type="text_join" id="c2$C_:YOpAfr(]R$+l!i">
                    <mutation items="3"></mutation>
                    <value name="ADD0">
                      <block type="text" id="H#T,({)^P[0L##a1`2sI">
                        <field name="TEXT">ffmpeg -y -i rtsp://user:pass@192.168.253.62/live0 -t </field>
                      </block>
                    </value>
                    <value name="ADD1">
                      <block type="get_value" id="0Nf4-EyJ1m0gD@n/+$g!">
                        <field name="ATTR">val</field>
                        <field name="OID">0_userdata.0.EigeneDatenpunkte.Sicherheit.AufnahmezeitKameras</field>
                      </block>
                    </value>
                    <value name="ADD2">
                      <block type="text" id="ZG}IykO3fxtWh1!Dg.At">
                        <field name="TEXT"> -f mp4 -vcodec libx264 -pix_fmt yuv420p -an -vf scale=w=640:h=480:force_original_aspect_ratio=decrease -r 15 /opt/iobroker/CamSnapshots/Garage.mp4</field>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="exec" id="Aa0JjWrOU0Rin3$(]=Ub">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="true"></mutation>
                    <field name="WITH_STATEMENT">TRUE</field>
                    <field name="LOG"></field>
                    <value name="COMMAND">
                      <shadow type="text" id="e.P0Y4sWi?jQvW0Ikv9n">
                        <field name="TEXT">text</field>
                      </shadow>
                      <block type="variables_get" id="Wd1U~j)35qC121Cx66@d">
                        <field name="VAR" id="fJUJCIN5HrB8Akm?Xu?R">Befehl</field>
                      </block>
                    </value>
                    <statement name="STATEMENT">
                      <block type="telegram" id="b)]H0DNfnyiBl@2$TAXK">
                        <field name="INSTANCE">.0</field>
                        <field name="LOG"></field>
                        <field name="SILENT">FALSE</field>
                        <field name="PARSEMODE">default</field>
                        <field name="ESCAPING">FALSE</field>
                        <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                        <value name="MESSAGE">
                          <shadow type="text" id="`}*6Z.:`6}.?55h*`(Nb">
                            <field name="TEXT">/opt/iobroker/AlarmCam/ImouFlur.jpg</field>
                          </shadow>
                          <block type="text" id="G[Z;5xF,8icxn9X+%Ryw">
                            <field name="TEXT">/opt/iobroker/CamSnapshots/Garage.mp4</field>
                          </block>
                        </value>
                        <next>
                          <block type="timeouts_wait" id="=sNkkOcj52zb*uPNBnT?">
                            <field name="DELAY">4</field>
                            <field name="UNIT">sec</field>
                            <next>
                              <block type="exec" id="AwKB`H/p7C7Vd_|PGi];">
                                <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="e.P0Y4sWi?jQvW0Ikv9n">
                                    <field name="TEXT">text</field>
                                  </shadow>
                                  <block type="text" id="=p{MDuH-|7]rN2r.g$mX">
                                    <field name="TEXT">rm /opt/iobroker/CamSnapshots/Garage.avi</field>
                                  </block>
                                </value>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </statement>
          </block>
          
          

          Folgendes analog für ein Bild

          
          <block xmlns="https://developers.google.com/blockly/xml" type="procedures_defnoreturn" id="cNF_P%7p$3q@)VlD9RcI" x="687" y="-637">
            <field name="NAME">GarageBilderSchicken</field>
            <comment pinned="false" h="80" w="160">holt ein Bild vom der Cam und schickt es per Telegram</comment>
            <statement name="STACK">
              <block type="comment" id="C8uJ;_BHTJphhr/4j,xx">
                <field name="COMMENT">http://192.168.253.11:8082/cameras.0/Garage</field>
                <next>
                  <block type="exec" id="LewQAJP*XK;thd40bnp:">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="true"></mutation>
                    <field name="WITH_STATEMENT">TRUE</field>
                    <field name="LOG"></field>
                    <value name="COMMAND">
                      <shadow type="text" id="e.P0Y4sWi?jQvW0Ikv9n">
                        <field name="TEXT">text</field>
                      </shadow>
                      <block type="text" id="m^y_-S$pJwo56SgTek/E">
                        <field name="TEXT">ffmpeg -i rtsp://user:pass@192.168.253.62:554/live0 -y -f image2 -vframes 1 -pix_fmt yuvj420p /opt/iobroker/CamSnapshots/CamGarageSnapshot.jpg</field>
                      </block>
                    </value>
                    <statement name="STATEMENT">
                      <block type="comment" id="bAfw8iK2x[QY2B?+Itin">
                        <field name="COMMENT">drei Sekunden notwendig, sonst ist das Bild nicht da!</field>
                        <next>
                          <block type="telegram" id="EgJ0^+uDz,a1M]:Y~|EW">
                            <field name="INSTANCE">.0</field>
                            <field name="LOG"></field>
                            <field name="SILENT">FALSE</field>
                            <field name="PARSEMODE">default</field>
                            <field name="ESCAPING">FALSE</field>
                            <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                            <value name="MESSAGE">
                              <shadow type="text" id="`}*6Z.:`6}.?55h*`(Nb">
                                <field name="TEXT">/opt/iobroker/AlarmCam/ImouFlur.jpg</field>
                              </shadow>
                              <block type="text" id="c~%%IGop3Y?SJSFM^g%j">
                                <field name="TEXT">/opt/iobroker/CamSnapshots/CamGarageSnapshot.jpg</field>
                              </block>
                            </value>
                            <next>
                              <block type="timeouts_wait" id="aNb2$yz%UDoh|4Z]1Z=3">
                                <field name="DELAY">3</field>
                                <field name="UNIT">sec</field>
                                <next>
                                  <block type="exec" id="cST;?A^C7P*WEs9=5yN6">
                                    <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="e.P0Y4sWi?jQvW0Ikv9n">
                                        <field name="TEXT">text</field>
                                      </shadow>
                                      <block type="text" id="Ef4JUzA*l21b9$@?Bu8q">
                                        <field name="TEXT">rm /opt/iobroker/CamSnapshots/CamGarageSnapshot.jpg</field>
                                      </block>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </statement>
          </block>
          
          

          Viel Spass damit.

          1 Reply Last reply Reply Quote 1
          • O
            ollimaloche last edited by

            Guten Tag zusammen,

            ich würde gerne mein Eufy-System um eine Türklingel/Türkamera Eufy C30 erweitern.
            Gibt es in der Eusec-App einen Datenpunkt für das Klingelsignal, das man für andere Sachen abgreifen kann?

            Danke, ich freue mich auf eure Antworten.
            Wenn es nicht hierher gehört, bitte einfach löschen.

            Grüße
            Olli

            M 1 Reply Last reply Reply Quote 0
            • M
              mick70 @ollimaloche last edited by

              @ollimaloche Es gibt bei meiner C30 (="T8224") den Datenpunkt "ringing", den man wohl in deinem Sinn verwenden könnte. Probiert habe ich das aber noch nie.

              O 1 Reply Last reply Reply Quote 0
              • frana120500
                frana120500 last edited by

                Hat jemand den Eufy E15 oder E18 Rasenmähroboter im Einsatz und kann sagen, ob da schon Daten an den IoBroker gesendet werden?

                B 1 Reply Last reply Reply Quote 1
                • O
                  ollimaloche @mick70 last edited by

                  @mick70 Danke 🙂

                  1 Reply Last reply Reply Quote 0
                  • B
                    bishop9191 @frana120500 last edited by bishop9191

                    @frana120500 nicht im Einsatz. Da der Adapter seit über drei Jahren kein Update mehr bekommen hat, wird das mit den Mährobotern wohl eher schwierig.

                    1 Reply Last reply Reply Quote 0
                    • L
                      locito09 last edited by

                      nach Node.js 22 installation funktioniert der Adapter nicht mehr, auch nach deinstallieren und neu installieren. folgende Meldung kommt bei Start des Adapters:

                      instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                      Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]

                      Fabio 1 Reply Last reply Reply Quote 0
                      • Fabio
                        Fabio @locito09 last edited by

                        @locito09 bitte lesen https://forum.iobroker.net/post/1287898

                        1 Reply Last reply Reply Quote 1
                        • nukleuz
                          nukleuz last edited by

                          Hi zusammen,

                          bin zwar mittlerweile komplett bei HomeAssistant, aber dort gibt es noch Updates für die Integration. Die Integration ist nicht von bropat - allerdings die Client Library. Dort werden auch aktuelle Geräte von Eufy unterstützt.

                          Nur mal zur Info.

                          frana120500 1 Reply Last reply Reply Quote 0
                          • frana120500
                            frana120500 @nukleuz last edited by

                            @nukleuz Danke. Schaue ich mir mal an. Wobei ich mit HA überhaupt nicht klarkomme.Check irgendwie nicht, wie das da alles funktioniert.

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            674
                            Online

                            32.1k
                            Users

                            80.6k
                            Topics

                            1.3m
                            Posts

                            adapter cameras doorbell eufy eufycam security
                            158
                            1167
                            412859
                            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