|
| 1 | +<!-- |
| 2 | +
|
| 3 | +find: \(#(\d{4})\) |
| 4 | +replace with: [#$1](https://github.com/arendst/Tasmota/issues/$1) |
| 5 | + |
| 6 | +--> |
| 7 | + |
| 8 | +### Version 8.5.1 Hannah |
| 9 | + |
| 10 | +- Fix energy total counters [#9263](https://github.com/arendst/Tasmota/issues/9263), [#9266](https://github.com/arendst/Tasmota/issues/9266) |
| 11 | +- Fix crash in ``ZbRestore`` |
| 12 | +- Fix reset BMP sensors when executing command ``SaveData`` and define USE_DEEPSLEEP enabled [#9300](https://github.com/arendst/Tasmota/issues/9300) |
| 13 | +- Fix ``status 0`` message when using define USE_MQTT_TLS due to small log buffer [#9305](https://github.com/arendst/Tasmota/issues/9305) |
| 14 | +- Fix ``status 13`` exception 9 when more than one shutter is configured |
| 15 | +- Fix ``status 13`` json message |
| 16 | +- Fix Shelly 2.5 higher temperature regression from 8.2.0.1 [#7991](https://github.com/arendst/Tasmota/issues/7991) |
| 17 | +- Change replace ArduinoJson with JSMN for JSON parsing |
| 18 | +- Change ``WakeUp`` uses 256 steps instead of 100 [#9241](https://github.com/arendst/Tasmota/issues/9241) |
| 19 | +- Add command ``SetOption110 1`` to disable Zigbee auto-config when pairing new devices |
| 20 | +- Add command ``SetOption111 1`` to enable frequency output for buzzer GPIO [#8994](https://github.com/arendst/Tasmota/issues/8994) |
| 21 | +- Add command ``SetOption112 1`` to enable friendly name in zigbee topic (use with SetOption89) |
| 22 | +- Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication |
| 23 | +- Add ``#define MQTT_LWT_OFFLINE`` and ``#define MQTT_LWT_ONLINE`` to user_config.h [#9395](https://github.com/arendst/Tasmota/issues/9395) |
| 24 | +- Add new shutter modes [#9244](https://github.com/arendst/Tasmota/issues/9244) |
| 25 | +- Add Zigbee auto-config when pairing |
| 26 | +- Add support for MLX90640 IR array temperature sensor by Christian Baars |
| 27 | +- Add support for VL53L1X time of flight sensor by Johann Obermeier |
| 28 | + |
1 | 29 | ### Version 8.5.0 Hannah
|
2 | 30 |
|
3 | 31 | - Remove support for direct upgrade from versions before 6.6.0.11 to versions after 8.4.0.1
|
4 | 32 | - Change references from http://thehackbox.org/tasmota/ to http://ota.tasmota.com/tasmota/
|
5 | 33 | - Change triple-mode TLS via configuration in a single firmware (TLS AWS IoT, Letsencrypt and No-TLS)
|
6 | 34 | - Change White blend mode to using command ``SetOption 105`` instead of ``RGBWWTable``
|
7 | 35 | - Fix ESP32 PWM range
|
8 |
| -- Fix display power control (#9114) |
| 36 | +- Fix display power control [#9114](https://github.com/arendst/Tasmota/issues/9114) |
9 | 37 | - Add command ``SetOption102 0/1`` to set Baud rate for Teleinfo communication (0 = 1200 or 1 = 9600)
|
10 | 38 | - Add command ``SetOption103 0/1`` to set TLS mode when TLS is selected
|
11 | 39 | - Add command ``SetOption104 1`` to disable all MQTT retained messages
|
|
14 | 42 | - Add command ``SetOption107 0/1`` to select virtual White as (0) Warm or (1) Cold
|
15 | 43 | - Add command ``SetOption108 0/1`` to enable Teleinfo telemetry into Tasmota Energy MQTT (0) or Teleinfo only (1)
|
16 | 44 | - Add command ``SetOption109 1`` to force gen1 Alexa mode, for Echo Dot 2nd gen devices only
|
17 |
| -- Add command ``Restart 2`` to halt system. Needs hardware reset or power cycle to restart (#9046) |
18 |
| -- Add command ``PowerDelta1`` to ``PowerDelta3`` to trigger on up to three phases (#9134) |
| 45 | +- Add command ``Restart 2`` to halt system. Needs hardware reset or power cycle to restart [#9046](https://github.com/arendst/Tasmota/issues/9046) |
| 46 | +- Add command ``PowerDelta1`` to ``PowerDelta3`` to trigger on up to three phases [#9134](https://github.com/arendst/Tasmota/issues/9134) |
19 | 47 | - Add Zigbee options to ``ZbSend`` ``Config`` and ``ReadCondig``
|
20 | 48 | - Add Zigbee better support for IKEA Motion Sensor
|
21 | 49 | - Add Zigbee web gui widget for Battery and Temp/Humidity/Pressure sensors
|
22 | 50 | - Add Zigbee web ui for power metering plugs
|
23 |
| -- Add better configuration corruption recovery (#9046) |
| 51 | +- Add better configuration corruption recovery [#9046](https://github.com/arendst/Tasmota/issues/9046) |
24 | 52 | - Add virtual CT for 4 channels lights, emulating a 5th channel
|
25 |
| -- Add support for DYP ME007 ultrasonic distance sensor by Janusz Kostorz (#9113) |
| 53 | +- Add support for DYP ME007 ultrasonic distance sensor by Janusz Kostorz [#9113](https://github.com/arendst/Tasmota/issues/9113) |
26 | 54 | - Add ESP32 Analog input support for GPIO32 to GPIO39
|
27 | 55 | - Add experimental support for ESP32 TTGO Watch and I2S Audio by Gerhard Mutz
|
28 | 56 |
|
|
0 commit comments