Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Tasmota - Visual Studio Code - IR remote

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Tasmota - Visual Studio Code - IR remote

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jan1 @bahnuhr last edited by

      @bahnuhr
      bei VSCode unten mittig in der Taskleist, da stellst das ein was Du haben möchtest und ich habe eben mal zum Testen von "default" einfach auf "tasmota-De" umgeschaltet und ohne weiter was zu ändern lief es durch mit einer neuen Auswahlmöglichkeit "IR" bei den GPIO unter Geräte in der Tasmota GUI 😉

      bahnuhr 1 Reply Last reply Reply Quote 0
      • bahnuhr
        bahnuhr Forum Testing Most Active @Jan1 last edited by

        @jan1 sagte in Tasmota - Visual Studio Code - IR remote:

        @bahnuhr
        bei VSCode unten mittig in der Taskleist, da stellst das ein was Du haben möchtest und ich habe eben mal zum Testen von "default" einfach auf "tasmota-De" umgeschaltet und ohne weiter was zu ändern lief es durch mit einer neuen Auswahlmöglichkeit "IR" bei den GPIO unter Geräte in der Tasmota GUI 😉

        Keine Veränderung bei mir.
        Immer noch das gleiche.

        J 1 Reply Last reply Reply Quote 0
        • J
          Jan1 @bahnuhr last edited by

          @bahnuhr
          wie hast das in der override eingetragen?

          bahnuhr 1 Reply Last reply Reply Quote 0
          • bahnuhr
            bahnuhr Forum Testing Most Active @Jan1 last edited by

            @jan1

            #undef USE_BMP 
            #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 code)
            #undef USE_BMP68X
            #define USE_BME68X                            // Enable support for BME680/BME688 sensor using Bosch BME68x library (+6k9 code)
            #undef USE_BH1750
            #define USE_BH1750                               // [I2cDriver11] Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)
            #undef USE_SR04  
            //#define USE_SR04                                 // Add support for HC-SR04 ultrasonic devices (+1k code)
            #undef USE_ADS1115
            //#define USE_ADS1115                            // [I2cDriver13] Enable ADS1115 16 bit A/D converter (I2C address 0x48, 0x49, 0x4A or 0x4B) based on Adafruit ADS1x15 library (no library needed) (+0k7 code)
            #undef USE_SENSEAIR
            #define USE_SENSEAIR                             // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
            
            #undef USE_IR_REMOTE
            #define USE_IR_REMOTE                            // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k3 code, 0k3 mem, 48 iram)
            #undef USE_IR_RECEIVE
            #define USE_IR_RECEIVE                           // Support for IR receiver (+7k2 code, 264 iram)
            #undef USE_DISPLAY
            //#define USE_DISPLAY                            // Add I2C/TM1637/MAX7219 Display Support (+2k code)
            
            

            Die define bräuchte ich alle.

            J Codierknecht 2 Replies Last reply Reply Quote 0
            • J
              Jan1 @bahnuhr last edited by

              @bahnuhr
              hier läufts:


              2783490e-36e6-47e0-a919-5122c9a3842e-image.png

              1 Reply Last reply Reply Quote 0
              • Codierknecht
                Codierknecht Developer Most Active @bahnuhr last edited by

                @bahnuhr
                Probier mal die hier: tasmota_8266_ir.bin

                bahnuhr 1 Reply Last reply Reply Quote 0
                • bahnuhr
                  bahnuhr Forum Testing Most Active @Codierknecht last edited by

                  @codierknecht
                  S8 und IR gehen
                  BME680 und LH1750 gehen nicht.

                  1 Reply Last reply Reply Quote 0
                  • bahnuhr
                    bahnuhr Forum Testing Most Active last edited by

                    So, habe nun VSC mal auf einem anderen Laptop installiert.
                    Und dann override eingefügt und bin compiliert.

                    Fazit:
                    Da hat es geklappt. Folglich liegt es an dem anderen Laptop, Windows, oder was auch immer.

                    Für mich somit erledigt hier.
                    Danke für den Input.

                    1 Reply Last reply Reply Quote 0
                    • BananaJoe
                      BananaJoe Most Active last edited by

                      Zum Thema "Eigene Version kompilieren":

                      https://gitpod.io/#https://github.com/benzino77/tasmocompiler

                      Das ist ein "Online Tasmota Kompiler", da kannst du auch alles anpassen.
                      Ich hatte da mal eine Anleitung gemacht: https://znil.net/index.php?title=ESP8266_Wemos_D1_Mini_mit_Tasmota_und_OLED_Display_I2C_SSH1106_und_4_Taster#Firmware_selbst_kompilieren

                      Also kein Docker & Co notwendig

                      bahnuhr 1 Reply Last reply Reply Quote 2
                      • bahnuhr
                        bahnuhr Forum Testing Most Active @BananaJoe last edited by

                        @bananajoe
                        Danke fürs teilen der Anleitung.
                        Sieht bei mir aber anders aus.
                        Ich klicke auf: ... link to Gipod, ...

                        bei mir kommt:
                        47f64e6f-345c-43db-ae91-db73c548a063-image.png

                        lt. deiner Anleitung kommt dies:
                        94481400-a0dc-45e8-8c96-50b7c6a35e96-image.png

                        Ich habe dann mit den verschiedensten Möglichkeiten mal rumgespielt.
                        Aber ein:
                        484ce9e6-54d2-4e5a-963e-9c7661d35d62-image.png

                        kommt bei mir nicht.

                        Ist die Anleitung veraltet ?
                        Oder habe ich zu schnell irgendwo falsch drauf geklickt.

                        1 Reply Last reply Reply Quote 0
                        • bahnuhr
                          bahnuhr Forum Testing Most Active last edited by

                          habe jetzt mal:
                          c30351d3-5d1e-4eea-a85b-e2bf6eb12359-image.png

                          ausprobiert.
                          jetzt kam "...started...3000"

                          Ich probiere weiter.

                          Codierknecht 1 Reply Last reply Reply Quote 0
                          • Codierknecht
                            Codierknecht Developer Most Active @bahnuhr last edited by

                            @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                            jetzt kam "...started...3000"

                            Ja - der horcht auf Port 3000

                            bahnuhr 1 Reply Last reply Reply Quote 0
                            • bahnuhr
                              bahnuhr Forum Testing Most Active @Codierknecht last edited by

                              @codierknecht
                              @BananaJoe

                              Hab gerade mal eine bin erstellt mit dem tasmocompiler.
                              Hat wohl geklappt.

                              Jedoch ist die neue Tasmota Version wohl noch nicht enthalten.
                              Auswählbar ist 14.4.1
                              Die neue wäre 14.5.0

                              mfg
                              Dieter

                              Codierknecht 1 Reply Last reply Reply Quote 0
                              • Codierknecht
                                Codierknecht Developer Most Active @bahnuhr last edited by

                                @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                                Auswählbar ist 14.4.1

                                Reicht die nicht?

                                bahnuhr 1 Reply Last reply Reply Quote 0
                                • bahnuhr
                                  bahnuhr Forum Testing Most Active @Codierknecht last edited by

                                  @codierknecht sagte in Tasmota - Visual Studio Code - IR remote:

                                  @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                                  Auswählbar ist 14.4.1

                                  Reicht die nicht?

                                  na klar reicht die.

                                  Aber ala @Thomas-Braun :
                                  immer schön updates machen.

                                  😉

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @bahnuhr last edited by Thomas Braun

                                    @bahnuhr
                                    Erwischt!
                                    Mein SmartMeter:

                                    Tasmota 14.1.0.1 (tasmota) von Theo Arends

                                    Nächstes Update ist dann erst 15.1.x (wenn überhaupt... 🙂 )

                                    bahnuhr BananaJoe 3 Replies Last reply Reply Quote 0
                                    • bahnuhr
                                      bahnuhr Forum Testing Most Active @Thomas Braun last edited by

                                      @thomas-braun sagte in Tasmota - Visual Studio Code - IR remote:

                                      Erwischt!

                                      Ja, was.
                                      Das ist ja uralt 😉

                                      Mach dies mal schnell auf ein aktuelles, lebendes System 😉

                                      1 Reply Last reply Reply Quote 0
                                      • bahnuhr
                                        bahnuhr Forum Testing Most Active @Thomas Braun last edited by bahnuhr

                                        @thomas-braun
                                        hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                        faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png

                                        BananaJoe 1 Reply Last reply Reply Quote 0
                                        • BananaJoe
                                          BananaJoe Most Active @Thomas Braun last edited by

                                          @thomas-braun Also mein Smartmeter / Hichi ist das einzige Tasmotagerät was ich nicht update ...
                                          Es funktioniert gerade einwandfrei und perfekt - und wenn ich es verkacke beiß ich mir in den Arsch.

                                          Ich führe inzwischen in meiner Adressliste welche Tasmotavariante auf welches Gerät gehört, neben den ESP8266 Varianten, neben Normal z.B. mit IR, sind es gerade beim ESP32 einige, z.B. C3 oder SingleCore

                                          1 Reply Last reply Reply Quote 0
                                          • BananaJoe
                                            BananaJoe Most Active @bahnuhr last edited by

                                            @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                                            @thomas-braun
                                            hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                            faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png

                                            Das sieht man doch auch im Backup ...
                                            8c9698fe-24ed-44db-b492-0cbc367c832c-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            884
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            ir remote tasmota
                                            6
                                            35
                                            1342
                                            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