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. ioBroker Allgemein
  4. aktuelle Tasmota bin

NEWS

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

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.0k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.3k

aktuelle Tasmota bin

Scheduled Pinned Locked Moved ioBroker Allgemein
tasmota bin
6 Posts 2 Posters 1.4k Views 3 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.
  • bahnuhrB Online
    bahnuhrB Online
    bahnuhr
    Forum Testing Most Active
    wrote on last edited by bahnuhr
    #1

    Anbei mal die aktuelle tasmota bin !
    Version 11.0.0.3
    firmware 11.0.0.3.bin.gz

    Für alle die es gebrauchen können.

    Eingestellt ist schon:
    timezone 99
    language de_DE

    Und folgende Sensoren sind schon aktiviert:

    //Sensoren
    #undef USE_DS18x20
    #define USE_DS18x20                              // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code)
    #undef USE_BMP 
    #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 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_DHT
    #define USE_DHT                                  // Add support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor (1k6 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_MHZ19
    #define USE_MHZ19                                // Add support for MH-Z19 CO2 sensor (+2k code)
    //#undef USE_AS608
    #define USE_AS608                                // Add support for AS608 optical and R503 capacitive fingerprint sensor (+3k code)
    //#undef USE_AS608_MESSAGES
    #define USE_AS608_MESSAGES                     // Add verbose error messages (+0k4 code)
    #undef USE_GPS
    #define USE_GPS                                  // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+3k1 code, +132 bytes RAM)
    #undef USE_FLOG
    #define USE_FLOG                               // Add support for GPS logging in OTA's Flash (Experimental) (+2k9 code, +8 bytes RAM)
    #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)```
    
    

    mfg
    Dieter


    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
    Danke.
    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
    ScreenToGif :https://www.screentogif.com/downloads.html

    Basti97B 1 Reply Last reply
    0
    • bahnuhrB bahnuhr

      Anbei mal die aktuelle tasmota bin !
      Version 11.0.0.3
      firmware 11.0.0.3.bin.gz

      Für alle die es gebrauchen können.

      Eingestellt ist schon:
      timezone 99
      language de_DE

      Und folgende Sensoren sind schon aktiviert:

      //Sensoren
      #undef USE_DS18x20
      #define USE_DS18x20                              // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code)
      #undef USE_BMP 
      #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 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_DHT
      #define USE_DHT                                  // Add support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor (1k6 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_MHZ19
      #define USE_MHZ19                                // Add support for MH-Z19 CO2 sensor (+2k code)
      //#undef USE_AS608
      #define USE_AS608                                // Add support for AS608 optical and R503 capacitive fingerprint sensor (+3k code)
      //#undef USE_AS608_MESSAGES
      #define USE_AS608_MESSAGES                     // Add verbose error messages (+0k4 code)
      #undef USE_GPS
      #define USE_GPS                                  // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+3k1 code, +132 bytes RAM)
      #undef USE_FLOG
      #define USE_FLOG                               // Add support for GPS logging in OTA's Flash (Experimental) (+2k9 code, +8 bytes RAM)
      #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)```
      
      

      mfg
      Dieter

      Basti97B Offline
      Basti97B Offline
      Basti97
      Most Active
      wrote on last edited by
      #2

      @bahnuhr Ich habe sie mal für mein anderes Projekt gedownloadet wenn das für dich ok ist. Was kann ich mit den GPS Sensor in Tasmota eigentlich machen.

      Iobroker läuft als VM auf Proxmoxserver x folgende Hersteller im Einsatz Sonoff, Gosund, Siemens x Aofo über Tasmota x Zigbee x das Smarthome wächst und wächst

      bahnuhrB 1 Reply Last reply
      0
      • Basti97B Basti97

        @bahnuhr Ich habe sie mal für mein anderes Projekt gedownloadet wenn das für dich ok ist. Was kann ich mit den GPS Sensor in Tasmota eigentlich machen.

        bahnuhrB Online
        bahnuhrB Online
        bahnuhr
        Forum Testing Most Active
        wrote on last edited by
        #3

        @basti97 sagte in aktuelle Tasmota bin:

        GPS Sensor

        Na, wie der Name schon sagt:

        Ein GPS Sensor anschließen.
        Funktioniert aber nicht so dolle (jedenfalls meine Erfahrung)


        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
        Danke.
        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
        ScreenToGif :https://www.screentogif.com/downloads.html

        Basti97B 1 Reply Last reply
        0
        • bahnuhrB bahnuhr

          @basti97 sagte in aktuelle Tasmota bin:

          GPS Sensor

          Na, wie der Name schon sagt:

          Ein GPS Sensor anschließen.
          Funktioniert aber nicht so dolle (jedenfalls meine Erfahrung)

          Basti97B Offline
          Basti97B Offline
          Basti97
          Most Active
          wrote on last edited by
          #4

          @bahnuhr Ok naja vielleicht wird das mal besser mit den GPS Sensor.

          Iobroker läuft als VM auf Proxmoxserver x folgende Hersteller im Einsatz Sonoff, Gosund, Siemens x Aofo über Tasmota x Zigbee x das Smarthome wächst und wächst

          1 Reply Last reply
          0
          • bahnuhrB Online
            bahnuhrB Online
            bahnuhr
            Forum Testing Most Active
            wrote on last edited by
            #5

            neue Version: 11.1.0.3.
            firmware 11.1.0.3 - iob.gz

            Und bei den Sensoren habe ich ergänzt: IR Sender und Empfänger
            Enthalten ist nun:

            //Sensoren
            #undef USE_DS18x20
            #define USE_DS18x20                              // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code)
            #undef USE_BMP 
            #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 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_DHT
            #define USE_DHT                                  // Add support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor (1k6 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_MHZ19
            #define USE_MHZ19                                // Add support for MH-Z19 CO2 sensor (+2k code)
            //#undef USE_AS608
            #define USE_AS608                                // Add support for AS608 optical and R503 capacitive fingerprint sensor (+3k code)
            //#undef USE_AS608_MESSAGES
            #define USE_AS608_MESSAGES                     // Add verbose error messages (+0k4 code)
            #undef USE_GPS
            #define USE_GPS                                  // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+3k1 code, +132 bytes RAM)
            #undef USE_FLOG
            #define USE_FLOG                               // Add support for GPS logging in OTA's Flash (Experimental) (+2k9 code, +8 bytes RAM)
            #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)
            

            mfg
            Dieter


            Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
            Danke.
            gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
            ScreenToGif :https://www.screentogif.com/downloads.html

            1 Reply Last reply
            0
            • bahnuhrB Online
              bahnuhrB Online
              bahnuhr
              Forum Testing Most Active
              wrote on last edited by
              #6

              neue Firmware 12.4.0.2:
              firmware 12.4.0.2.bin.gz

              Und bei den Sensoren habe ich ergänzt: Senseair S8
              Enthalten ist nun:

              //Sensoren
              #undef USE_DS18x20
              #define USE_DS18x20                              // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code)
              #undef USE_BMP 
              #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 code)
              #undef ALTITUDE                
              #define ALTITUDE               100
              #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_DHT
              #define USE_DHT                                  // Add support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor (1k6 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_MHZ19
              #define USE_MHZ19                                // Add support for MH-Z19 CO2 sensor (+2k code)
              //#undef USE_AS608
              #define USE_AS608                                // Add support for AS608 optical and R503 capacitive fingerprint sensor (+3k code)
              //#undef USE_AS608_MESSAGES
              #define USE_AS608_MESSAGES                     // Add verbose error messages (+0k4 code)
              #undef USE_GPS
              #define USE_GPS                                  // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+3k1 code, +132 bytes RAM)
              #undef USE_FLOG
              #define USE_FLOG                               // Add support for GPS logging in OTA's Flash (Experimental) (+2k9 code, +8 bytes RAM)
              #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_SENSEAIR
              #define USE_SENSEAIR                             // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
              
              

              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
              Danke.
              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
              ScreenToGif :https://www.screentogif.com/downloads.html

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

              ioBroker
              Community Adapters
              Donate
              FAQ Cloud / IOT
              HowTo: Node.js-Update
              HowTo: Backup/Restore
              Downloads
              BLOG

              670

              Online

              32.6k

              Users

              82.3k

              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