diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ea9ded4..a0222c54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,13 @@ All notable changes to this project will be documented in this file. - Support for IEM3155 Wattmeter (#12940) - Berry support for vararg +### Changed +- Shelly EM template needs to use GPIO ADE7953_IRQ_2 + ### Fixed - 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 +- Wiegand support for keypad zero key in single key mode using ``SetOption124 1`` (#12960) ## [9.5.0.6] 20210820 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 90ebec0c6..5961f38a0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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) - Berry ESP32 partition manager [#12465](https://github.com/arendst/Tasmota/issues/12465) - 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) - 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) @@ -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) Memory metrics have been cleaned up to work consistently between ESP8266 and ESP32 The device name is reported as an info metric +- Shelly EM template needs to use GPIO ADE7953_IRQ_2 ### Fixed - 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) - 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) +- Wiegand support for keypad zero key in single key mode using ``SetOption124 1`` [#12960](https://github.com/arendst/Tasmota/issues/12960)