Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Microcontroller
    5. Tasmota ESP32 (WT32-ETH01) mit Fingerprint R503

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Tasmota ESP32 (WT32-ETH01) mit Fingerprint R503

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dieter_P @Hansi1234 last edited by Dieter_P

      @hansi1234
      laut diesem issue ist ETH01 support nun im Tasmota32 mit drin. Am Einfachsten somit über den WebFlasher zu installieren.

      Würde es gerne mal irgendwann probieren, aber aktuell fehlt mir die sinnvolle Anwendung. Nachdem was ich so gelesen hab, gibt es Unterschiede bei den Boards (e.g. 1.2,1.4 etc.) und der LAN8720 wird überwiegend erwähnt damit es funktioniert.

      H 1 Reply Last reply Reply Quote 0
      • H
        Hansi1234 @Dieter_P last edited by

        @dieter_p danke für deine Hilfe. Das flashen klappt bereits. Ich brauche nur Hilfe bei der Aktivierung des lan Ports und die Logik hinter dem r503. Sodass zB alles per mqtt gesendet wird. Eine .bin vom r503 habe ich bereits gefunden und funktioniert auch an einem "normalen" esp8266 (ohne lan Port).
        Da fällt mir ein, kann man eine .bin einfach umkonfigurieren?

        D Wal 2 Replies Last reply Reply Quote 0
        • D
          Dieter_P @Hansi1234 last edited by Dieter_P

          @hansi1234

          das ist sehr speziell und den R503 kenne ich nicht.

          Allgemein sind die Umsetzungen für ESP8266 nicht direkt kompatibel zu ESP32.

          Hier (in den Kommentaren) wird aber diskutiert wie man das mit der Standard Tasmota Version umsetzt (AS608 in den Settings bei Tasmota):
          https://community.symcon.de/t/fingerprintdoorbell/131722/85

          1 Reply Last reply Reply Quote 0
          • Wal
            Wal Developer @Hansi1234 last edited by

            @hansi1234 ,
            habe dir mal firmware.bin eine Tasmotafirmware mit dieser Config erzeugt :

            #define USE_AS608                                // Add support for AS608 optical and R503 capacitive fingerprint sensor (+3k code)
              #define USE_AS608_MESSAGES                     // Add verbose error messages (+0k4 code)
            
            #define USE_ETHERNET                             // Add support for ethernet (+20k code)
              #define USE_WT32_ETH01                         // Add support for Wireless-Tag WT32-ETH01
              #define ETH_TYPE          0                    // [EthType] 0 = ETH_PHY_LAN8720, 1 = ETH_PHY_TLK110/ETH_PHY_IP101, 2 = ETH_PHY_RTL8201, 3 = ETH_PHY_DP83848, 4 = ETH_PHY_DM9051, 5 = ETH_PHY_KSZ8081
              #define ETH_ADDRESS       1                    // [EthAddress] 0 = PHY0 .. 31 = PHY31
              #define ETH_CLKMODE       0                    // [EthClockMode] 0 = ETH_CLOCK_GPIO0_IN, 1 = ETH_CLOCK_GPIO0_OUT, 2 = ETH_CLOCK_GPIO16_OUT, 3 = ETH_CLOCK_GPIO17_OUT
            

            evtl. hilfts.

            H 1 Reply Last reply Reply Quote 0
            • H
              Hansi1234 @Wal last edited by

              @wal danke für deine Hilfe. Flashen kann ich deine .bin, allerdings muss (wie ich es verstanden habe) auch erst noch der Web-Server über WLAN laufen.
              Danach kann ich dann die Schnittstelle eth0 wählen.
              Hier ist es gut beschrieben.
              Link

              Wal 1 Reply Last reply Reply Quote 0
              • Wal
                Wal Developer @Hansi1234 last edited by

                @hansi1234 ,
                Tasmota baut doch ein Accesspoint auf, den kannst du mit deinem Handy auswählen und anmelden.
                Wenn das Teil erst einmal in deinem WLan ist, kannst du doch alles einstellen was du möchtest.
                Danach könnte man ja WLan wieder trennen.

                H 1 Reply Last reply Reply Quote 0
                • H
                  Hansi1234 @Wal last edited by

                  @wal genau, dieses WLAN erstellt deine .bin jedoch nicht

                  Wal 3 Replies Last reply Reply Quote 0
                  • Wal
                    Wal Developer @Hansi1234 last edited by

                    @hansi1234 ,
                    ich lade mal die bin bei mir in einen esp32 und teste mal.
                    Einen mit Netzwerkbuchse habe ich nicht. 😞

                    1 Reply Last reply Reply Quote 0
                    • Wal
                      Wal Developer @Hansi1234 last edited by

                      @hansi1234 ,
                      du hast Recht der ESP32 hängt in einer Bootschleife, ich lese mir mal dein Link genau durch.

                      1 Reply Last reply Reply Quote 0
                      • Wal
                        Wal Developer @Hansi1234 last edited by Wal

                        @hansi1234 ,
                        die firmware oben hat funktioniert nachdem ich die Partitionen verändert habe.
                        Ab Tasmota 13.0 wurden die geändert.

                        Edit: Die hat bei mir funktioniert.
                        firmware.factory.bin.zip
                        tasmota.jpg

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          Hansi1234 @Wal last edited by

                          @wal

                          Unexpected error: The firmware binary is invalid (magic byte=FF, should be E9)
                          
                          

                          kommt beim flashen

                          Wal 1 Reply Last reply Reply Quote 0
                          • Wal
                            Wal Developer @Hansi1234 last edited by

                            @hansi1234 ,
                            war ja klar. 😉
                            Ich verwende den NodeMCU PyFlasher.
                            115200 Baud
                            Dual I/O DIO
                            yes,wipe all data

                            H 2 Replies Last reply Reply Quote 1
                            • H
                              Hansi1234 @Wal last edited by

                              @wal Versuche ich gleich morgen. Liege schon im Bettchen:-)
                              Vielen Dank für die Hilfe

                              1 Reply Last reply Reply Quote 0
                              • H
                                Hansi1234 @Wal last edited by

                                @wal said in Tasmota ESP32 (WT32-ETH01) mit Fingerprint R503:

                                NodeMCU PyFlasher

                                Flashen hat funktioniert, dankeschön. Allerdings kann ich nun nicht die gewünschten AS608 RX / TX wählen.
                                Hier ein Beispiel, was ich benötige:

                                0420365c-eaf0-4d23-bac1-cf4c0559399d-8a004ef9ee0c063f1240f56ddd5e5e7d49d8da8d_2_291x500.jpeg

                                Wal 1 Reply Last reply Reply Quote 0
                                • Wal
                                  Wal Developer @Hansi1234 last edited by Wal

                                  @hansi1234 ,
                                  hmm hat bei mir funktioniert.
                                  Bei Gerätetyp brauchst du WT32-ETH01.
                                  1.jpg

                                  H 2 Replies Last reply Reply Quote 0
                                  • H
                                    Hansi1234 @Wal last edited by

                                    @wal ich versuchs später nochmal. Danke für deine Hilfe

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      Hansi1234 @Wal last edited by

                                      @wal nach erneutem Flashen konnte ich AS608 RX/TX finden. Versuche eben den R503 anzusprechen

                                      Wal B 2 Replies Last reply Reply Quote 1
                                      • Wal
                                        Wal Developer @Hansi1234 last edited by

                                        @hansi1234 ,
                                        tja hansi da bin ich jetzt mangels Hardware raus 😉 , werde den Thread aber weiter verfolgen.

                                        1 Reply Last reply Reply Quote 1
                                        • E
                                          eXectiX last edited by

                                              Uuuuuuuuuuuuuuuuuuuuuuuu.           Nun.                                                                                                                                                                                                        Bbbb.                                                          Kihjjjuuuhuuuujuuju in zu jjjjuuuuuuo .
                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            bye08 @Hansi1234 last edited by bye08

                                            @hansi1234
                                            Hallo Hansi,

                                            hast du das mit dem Fingerprint hinbekommen?

                                            Meinen habe ich nun soweit und habe auch Finger eingespeichert. Erkannt werden diese auch. Ich bekomme aber über MQTT im Sonoff Adapter keinen State dafür.

                                            Kann hier eventuell jemand aushelfen?

                                            edit:
                                            habe es über den MQTT Adapter hinbekommen,

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            990
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            22
                                            3110
                                            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