mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
3bae28a9f5
commit
04cd9a3c33
|
@ -9,9 +9,13 @@ All notable changes to this project will be documented in this file.
|
||||||
- Support for IEM3155 Wattmeter (#12940)
|
- Support for IEM3155 Wattmeter (#12940)
|
||||||
- Berry support for vararg
|
- Berry support for vararg
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Shelly EM template needs to use GPIO ADE7953_IRQ_2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- WDT reset on shutters with stepper motors during deceleration (#12849)
|
- WDT reset on shutters with stepper motors during deceleration (#12849)
|
||||||
- Shelly 2.5 negative power values on relay 1 regression from 9.5.0.5
|
- Shelly 2.5 negative power values on relay 1 regression from 9.5.0.5
|
||||||
|
- Wiegand support for keypad zero key in single key mode using ``SetOption124 1`` (#12960)
|
||||||
|
|
||||||
## [9.5.0.6] 20210820
|
## [9.5.0.6] 20210820
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -111,6 +111,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||||
- Initial support for Tasmota Mesh (TasMesh) providing node/broker communication using ESP-NOW [#11939](https://github.com/arendst/Tasmota/issues/11939)
|
- Initial support for Tasmota Mesh (TasMesh) providing node/broker communication using ESP-NOW [#11939](https://github.com/arendst/Tasmota/issues/11939)
|
||||||
- Berry ESP32 partition manager [#12465](https://github.com/arendst/Tasmota/issues/12465)
|
- Berry ESP32 partition manager [#12465](https://github.com/arendst/Tasmota/issues/12465)
|
||||||
- Berry ESP32 support for I2S audio mp3 playback
|
- Berry ESP32 support for I2S audio mp3 playback
|
||||||
|
- Berry ESP32 support for vararg
|
||||||
- Support for AM2320 Temperature and Humidity Sensor by Lars Wessels [#12485](https://github.com/arendst/Tasmota/issues/12485)
|
- Support for AM2320 Temperature and Humidity Sensor by Lars Wessels [#12485](https://github.com/arendst/Tasmota/issues/12485)
|
||||||
- Rule event support as JSON payload [#12496](https://github.com/arendst/Tasmota/issues/12496)
|
- Rule event support as JSON payload [#12496](https://github.com/arendst/Tasmota/issues/12496)
|
||||||
- MQTT minimum password length restriction in GUI [#12553](https://github.com/arendst/Tasmota/issues/12553)
|
- MQTT minimum password length restriction in GUI [#12553](https://github.com/arendst/Tasmota/issues/12553)
|
||||||
|
@ -145,6 +146,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||||
- Prometheus: All metrics are prefixed with ``tasmota_`` [#12842](https://github.com/arendst/Tasmota/issues/12842)
|
- Prometheus: All metrics are prefixed with ``tasmota_`` [#12842](https://github.com/arendst/Tasmota/issues/12842)
|
||||||
Memory metrics have been cleaned up to work consistently between ESP8266 and ESP32
|
Memory metrics have been cleaned up to work consistently between ESP8266 and ESP32
|
||||||
The device name is reported as an info metric
|
The device name is reported as an info metric
|
||||||
|
- Shelly EM template needs to use GPIO ADE7953_IRQ_2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ESP32 core v2.0.0 setting hostname
|
- ESP32 core v2.0.0 setting hostname
|
||||||
|
@ -167,3 +169,4 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||||
- Neopool communication error [#12813](https://github.com/arendst/Tasmota/issues/12813)
|
- Neopool communication error [#12813](https://github.com/arendst/Tasmota/issues/12813)
|
||||||
- WDT reset on shutters with stepper motors during deceleration [#12849](https://github.com/arendst/Tasmota/issues/12849)
|
- WDT reset on shutters with stepper motors during deceleration [#12849](https://github.com/arendst/Tasmota/issues/12849)
|
||||||
- Negative power values for ADE7953 based devices like Shelly EM [#12874](https://github.com/arendst/Tasmota/issues/12874)
|
- Negative power values for ADE7953 based devices like Shelly EM [#12874](https://github.com/arendst/Tasmota/issues/12874)
|
||||||
|
- Wiegand support for keypad zero key in single key mode using ``SetOption124 1`` [#12960](https://github.com/arendst/Tasmota/issues/12960)
|
||||||
|
|
Loading…
Reference in New Issue