Страница 1 из 1

Новый релиз вышел Tasmota 12.4.0 Peter

Добавлено: 16 фев 2023, 19:06
Romik
New Features

Added support for:

- up to 3 (ESP8266) or 8 (ESP32) phase modbus energy monitoring device using generic Energy Modbus driver
- RGB displays
- IPv6 DNS records (AAAA) and IPv6 Ping for ESP32 and ESP8266
- TM1650 display as used in some clocks
- CA9632 4-channel 8-bit PWM driver as light driver
- SEN5X gas and air quality sensor
- Shelly Pro 4PM
- ESP32 preliminary support for Matter protocol, milestone 1 (commissioning)

New commands: DhtDelay

Re: Новый релиз вышел Tasmota 12.4.0 Peter

Добавлено: 16 фев 2023, 19:08
Romik
- Command DhtDelay<sensor> <high_delay>,<low_delay> to allow user control over high and low delay in microseconds #17944
- Support for up to 3 (ESP8266) or 8 (ESP32) phase modbus energy monitoring device using generic Energy Modbus driver
- Support for RGB displays #17414
- Support for IPv6 DNS records (AAAA) and IPv6 Ping for ESP32 and ESP8266 #17417
- Support for IPv6 only networks on Ethernet (not yet Wifi)
- Support for TM1650 display as used in some clocks by Stefan Oskamp #17594
- Support for PCA9632 4-channel 8-bit PWM driver as light driver by Pascal Heinrich #17557
- support for SEN5X gas and air quality sensor by Tyeth Gundry #17736
- Basic support for Shelly Pro 4PM
- Berry support for crypto.SHA256 #17430
- Berry crypto add EC_P256 and PBKDF2_HMAC_SHA256 algorithms required by Matter protocol #17473
- Berry crypto add random to generate series of random bytes
- Berry crypto add HKDF_HMAC_SHA256
- Berry crypto add SPAKE2P_Matter for Matter support
- Berry add mdns advanced features and query
- Berry int64.fromstring() to convert a string to an int64 #17953
- ESP32 command EnergyCols 1..8 to change number of GUI columns
- ESP32 command EnergyDisplay 1..3 to change GUI column presentation
- ESP32 support for eigth energy phases/channels
- ESP32 support for BMPxxx sensors on two I2C busses #17643
- ESP32 support for Biomine BioPDU 625x12 #17857
- ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) by Stephan Hadinger