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.
    • bahnuhr
      bahnuhr Forum Testing Most Active @BananaJoe last edited by

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

      @bahnuhr kompilierst du für ESP8266 oder ESP32?

      esp8266
      Wemos D1 mini

      BananaJoe M 2 Replies Last reply Reply Quote 0
      • BananaJoe
        BananaJoe Most Active @bahnuhr last edited by

        @bahnuhr bei der Arduino IDE müsste man die Library einbinden / herunterladen.
        Gibt es so etwas auch bei dem Visual Studio Code?

        1 Reply Last reply Reply Quote 0
        • M
          MCU @bahnuhr last edited by

          @bahnuhr
          Es gibt doch eine fertige bin?
          https://ota.tasmota.com/tasmota/release/tasmota-ir.bin

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

            @mcu
            Nützt mir nichts.
            Da ist nicht alles enthalten was ich brauche.

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

              @bahnuhr
              Ich nehme dafür den Tasmocompiler. Läuft bei mir als Docker-Container.

              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
                Ich nehme dafür den Tasmocompiler. Läuft bei mir als Docker-Container.

                wollte ich auch mal probieren.
                Hab ich aber nicht hinbekommen.

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

                  @bahnuhr

                  Läuft unter Portainer mit folgendem Stack:

                  services:
                    tasmocompiler:
                      image: benzino77/tasmocompiler
                      container_name: Tasmocompiler
                      network_mode: "bridge"
                      ports:
                        - "8300:3000"
                      restart: unless-stopped
                  
                  bahnuhr 1 Reply Last reply Reply Quote 0
                  • bahnuhr
                    bahnuhr Forum Testing Most Active @Codierknecht last edited by

                    @codierknecht
                    Danke für die Info.
                    Hab aber kein Docker.

                    Kann man dies auch in proxmox in einer lxc oder vm laufen lassen.
                    Hast du einen Linkn ?

                    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:

                      Hab aber kein Docker.
                      Kann man dies auch in proxmox in einer lxc oder vm laufen lassen.

                      Das alles in einem LXC oder VM selbst hochzuziehen dürfte auch nicht einfacher sein, als das in VS korrekt einzurichten.
                      Das ist ja der Vorteil von Docker: Da hat sich bereits jemand die Mühe gemacht, das einsatzbereit aufzusetzen. Ready to use.

                      Setz doch 'nen kleinen LXC dafür auf und installiere dort Docker. Der Container kann ja schlafen, solange er nicht benötigt wird.

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

                        @bahnuhr

                        c8aebaa2-9124-4501-b325-1879d020730c-image.png

                        Da steht Bei Dir wohl noch default, stell mal um , dann geht das ohne weiteres Gefummel.

                        @MCU
                        warum nimmt man wohl keine fertigen bins?

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

                          @jan1
                          Danke für den Input.
                          Wo ist dies enthalten ?
                          Und auf was umstellen ?

                          Danke schonmal.

                          J 1 Reply Last reply Reply Quote 0
                          • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            901
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            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