NEWS
aktuelle Tasmota bin
-
Anbei mal die aktuelle tasmota bin !
Version 11.0.0.3
firmware 11.0.0.3.bin.gzFür alle die es gebrauchen können.
Eingestellt ist schon:
timezone 99
language de_DEUnd 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 -
@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.
-
@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) -
@bahnuhr Ok naja vielleicht wird das mal besser mit den GPS Sensor.
-
neue Version: 11.1.0.3.
firmware 11.1.0.3 - iob.gzUnd 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 -
neue Firmware 12.4.0.2:
firmware 12.4.0.2.bin.gzUnd 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)