Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. aktuelle Tasmota bin

    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

    aktuelle Tasmota bin

    This topic has been deleted. Only users with topic management privileges can see it.
    • bahnuhr
      bahnuhr Forum Testing Most Active last edited by 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

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

        @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.

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

          @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)

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

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

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

              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

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

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

                Support us

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

                816
                Online

                31.9k
                Users

                80.3k
                Topics

                1.3m
                Posts

                tasmota bin
                2
                6
                1096
                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