Skip to content

Commit 89019f7

Browse files
authored
Merge pull request tasmota#469 from tasmota/8.5.1
8.5.1. notes
2 parents 01840d3 + 686c5ac commit 89019f7

File tree

4 files changed

+45
-6
lines changed

4 files changed

+45
-6
lines changed

docs/Supported-Peripherals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Name|Description
8989
[**VEML6075**](VEML6075) | UVA/UVB/UVINDEX Sensor (I^2^C)
9090
[**VEML7700**](VEML7700) | Ambient light intensity Sensor (I^2^C)
9191
[**VL53L0x**](VL53L0x) | Time of flight sensor (I^2^C)
92+
**VL53L1x** | Time of flight sensor (I^2^C)
9293
**WindMeter** | Analog cup anemometer
9394
[**WS2812B**](WS2812B-RGB-Shield) | Wemos RGB LED Shield
9495
[**WS2812B<BR>WS2813B**](WS2812B-and-WS2813) | LED Strip

docs/changelog.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,39 @@
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+
129
### Version 8.5.0 Hannah
230

331
- Remove support for direct upgrade from versions before 6.6.0.11 to versions after 8.4.0.1
432
- Change references from http://thehackbox.org/tasmota/ to http://ota.tasmota.com/tasmota/
533
- Change triple-mode TLS via configuration in a single firmware (TLS AWS IoT, Letsencrypt and No-TLS)
634
- Change White blend mode to using command ``SetOption 105`` instead of ``RGBWWTable``
735
- Fix ESP32 PWM range
8-
- Fix display power control (#9114)
36+
- Fix display power control [#9114](https://github.com/arendst/Tasmota/issues/9114)
937
- Add command ``SetOption102 0/1`` to set Baud rate for Teleinfo communication (0 = 1200 or 1 = 9600)
1038
- Add command ``SetOption103 0/1`` to set TLS mode when TLS is selected
1139
- Add command ``SetOption104 1`` to disable all MQTT retained messages
@@ -14,15 +42,15 @@
1442
- Add command ``SetOption107 0/1`` to select virtual White as (0) Warm or (1) Cold
1543
- Add command ``SetOption108 0/1`` to enable Teleinfo telemetry into Tasmota Energy MQTT (0) or Teleinfo only (1)
1644
- 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)
1947
- Add Zigbee options to ``ZbSend`` ``Config`` and ``ReadCondig``
2048
- Add Zigbee better support for IKEA Motion Sensor
2149
- Add Zigbee web gui widget for Battery and Temp/Humidity/Pressure sensors
2250
- 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)
2452
- 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)
2654
- Add ESP32 Analog input support for GPIO32 to GPIO39
2755
- Add experimental support for ESP32 TTGO Watch and I2S Audio by Gerhard Mutz
2856

docs/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,17 @@ For OTA updates please use the new server [http://ota.tasmota.com/tasmota](http:
1919
Download [latest Tasmotizer](https://github.com/tasmota/tasmotizer/releases/) to use the new OTA server during flashing.
2020

2121
### Current release
22-
<a href="https://github.com/arendst/Tasmota/releases/tag/v8.5.0"><span style="font-size:40px;">Tasmota 8.5 Hannah</span></a><small><span style="float:right">\*all documentation is for current release only</small></span><br>
22+
<a href="https://github.com/arendst/Tasmota/releases/tag/v8.5.1"><span style="font-size:40px;">Tasmota 8.5.1 Hannah</span></a><small><span style="float:right">\*all documentation is for current release only</small></span><br>
2323

24+
- Replace ArduinoJson with JSMN for JSON parsing
25+
- Add new [shutter](Blinds-and-Shutters) modes
26+
- Add Zigbee auto-config when pairing
27+
- Add command ``SetOption110``, ``SetOption111 1`` and ``SetOption112 1``
28+
- ``WakeUp`` uses 256 steps instead of 100
29+
- Add support for MLX90640 IR array temperature sensor and VL53L1X time of flight sensor
30+
- Fix Shelly 2.5 higher temperature bug
31+
32+
#### 8.5.0
2433
- :rotating_light: **BREAKING CHANGE** :rotating_light: Removed support for direct upgrade from versions before 6.6.0.11 to versions after 8.4.0.1
2534
- :rotating_light: **BREAKING CHANGE** :rotating_light: PlatformIO 5.0 is **required** to compile Tasmota 8.5+
2635
- :rotating_light: **BREAKING CHANGE** :rotating_light: Change White blend mode to using command [`SetOption105`](Commands.md#setoption105) instead of ``RGBWWTable``

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ nav:
152152
- MGC3130.md
153153
- MH-Z19B.md
154154
- MLX90614.md
155+
- MLX90640.md
155156
- MPR121.md
156157
- MPU-6050.md
157158
- NRF24L01.md

0 commit comments

Comments
 (0)