You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
10
10
- HASPmota `cpicker` and `msgbox` (#22244)
11
11
- Support for DALI on ESP8266
12
12
- Command ``DaliWeb 1`` to enable light control for DALI broadcast address
13
+
- Command ``DaliSend <address>|<address+256>,<command>`` to send command (address+256 is repeat) on DALI bus
14
+
- Command ``DaliQuery <address>|<address+256>,<command>`` to send command (address+256 is repeat) on DALI bus and wait up to DALI_TIMEOUT ms for response
15
+
- Berry Serial `config` to change parity on-the-fly for RS-485 (#22285)
13
16
14
17
### Breaking Changed
15
18
@@ -27,6 +30,7 @@ All notable changes to this project will be documented in this file.
27
30
- DALI received data decoding
28
31
- ESP32 Ethernet using EthClockMode 3 (#22248)
29
32
- ESP32 disable SPI DMA for uDisplay (broken since esp-idf 5.3 (core 3.1.0)) (#22264)
33
+
- Sonoff WTS01 temperature sensor shows incorrect negative temperature (#19373)
30
34
31
35
### Removed
32
36
- Berry Zigbee removed test code (#22263)
@@ -54,6 +58,10 @@ All notable changes to this project will be documented in this file.
54
58
- ESP8266 experimental support for second I2C bus
55
59
- Berry improve `int64` constructor (#22172)
56
60
- MQTT warning if trying to connect without TLS on a port that normally uses TLS (#22175)
61
+
- Misubishi Electric HVAC Heat/Dry/Cool ISEE operation mode (#22216)
62
+
- Misubishi Electric HVAC Bridge to HomeBridge/Homekit locally (#22236)
63
+
- Misubishi Electric HVAC Air Direction Control (#22241)
64
+
- Misubishi Electric HVAC prohibit function (#22269)
57
65
58
66
### Changed
59
67
- Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT
Copy file name to clipboardexpand all lines: RELEASENOTES.md
+8
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
118
118
### Added
119
119
- Command ``SetOption69 1`` to enable Serial Bridge inverted Receive [#22000](https://github.com/arendst/Tasmota/issues/22000)
120
120
- Command ``DaliWeb 1`` to enable light control for DALI broadcast address
121
+
- Command ``DaliSend <address>|<address+256>,<command>`` to send command (address+256 is repeat) on DALI bus
122
+
- Command ``DaliQuery <address>|<address+256>,<command>`` to send command (address+256 is repeat) on DALI bus and wait up to DALI_TIMEOUT ms for response
121
123
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 [#13983](https://github.com/arendst/Tasmota/issues/13983)
122
124
- ESP8266 support for one-wire M1601 temperature sensor on DS18x20 GPIO [#21376](https://github.com/arendst/Tasmota/issues/21376)
123
125
- ESP8266 support for I2C CLK on GPIO16 [#22199](https://github.com/arendst/Tasmota/issues/22199)
@@ -134,10 +136,15 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
134
136
- Support nexus protocol and calculation of separation limit to rc-switch library [#21886](https://github.com/arendst/Tasmota/issues/21886)
135
137
- KNX additional KnxTx functions and define KNX_USE_DPT9 [#22071](https://github.com/arendst/Tasmota/issues/22071)
136
138
- SML multi TRX line [#22056](https://github.com/arendst/Tasmota/issues/22056)
139
+
- Misubishi Electric HVAC Heat/Dry/Cool ISEE operation mode [#22216](https://github.com/arendst/Tasmota/issues/22216)
140
+
- Misubishi Electric HVAC Bridge to HomeBridge/Homekit locally [#22236](https://github.com/arendst/Tasmota/issues/22236)
141
+
- Misubishi Electric HVAC Air Direction Control [#22241](https://github.com/arendst/Tasmota/issues/22241)
142
+
- Misubishi Electric HVAC prohibit function [#22269](https://github.com/arendst/Tasmota/issues/22269)
137
143
- Zigbee Koenkk firmware 20240710 for Sonoff Zigbee ZBPro [#22076](https://github.com/arendst/Tasmota/issues/22076)
138
144
- Berry Zigbee improvements to prepare Matter [#22083](https://github.com/arendst/Tasmota/issues/22083)
139
145
- Berry virtual Energy driver [#22134](https://github.com/arendst/Tasmota/issues/22134)
0 commit comments