mirror of https://github.com/arendst/Tasmota.git
v6.1.0 release
parent
70bbff430a
commit
5096c8bc7e
|
@ -1,3 +1,24 @@
|
||||||
|
### 20180706 - 6.1.0 - Release
|
||||||
|
This release expands the rule functionality with:
|
||||||
|
- commands like ``Add``, ``Sub``, ``Mult`` and ``Scale`` allowing floating point arithmetic on sensor data.
|
||||||
|
- variables like %time%, %uptime%, %sunrise% and %sunset%
|
||||||
|
|
||||||
|
Support for the following devices was added:
|
||||||
|
- Sonoff S26
|
||||||
|
- Sonoff iFan02
|
||||||
|
- BlitzWolf or equivalent energy monitoring devices
|
||||||
|
|
||||||
|
#### Under the hood
|
||||||
|
Removed libraries
|
||||||
|
- Adafruit_BME680-1.0.5
|
||||||
|
- Adafruit_Sensor-1.0.2.02
|
||||||
|
Libraries added
|
||||||
|
- BME680_driver-bme680_v3.5.9
|
||||||
|
- C2Programmer-1.0.0
|
||||||
|
- ESPAsyncUDP-master
|
||||||
|
Updated library
|
||||||
|
- esp-knx-ip-0.5.1
|
||||||
|
|
||||||
### 20180515 - 5.14.0 - Release
|
### 20180515 - 5.14.0 - Release
|
||||||
#### Hardware Serial fallback
|
#### Hardware Serial fallback
|
||||||
Starting with TasmotaSerial version 2.0.0 it is possible for serial connected sensors to use the Hardware Serial interface. This solves possible software interrupts failures resulting in lost sensor readings or watchdog/exception reboots. This is especially true for ESP8266/Arduino core version 2.3.0 which, by lack of iRam, does only allow interrupt routines from flash which might lead to before mentioned failures.
|
Starting with TasmotaSerial version 2.0.0 it is possible for serial connected sensors to use the Hardware Serial interface. This solves possible software interrupts failures resulting in lost sensor readings or watchdog/exception reboots. This is especially true for ESP8266/Arduino core version 2.3.0 which, by lack of iRam, does only allow interrupt routines from flash which might lead to before mentioned failures.
|
||||||
|
|
Loading…
Reference in New Issue