Norbert
813233906b
Fix spelling ( #17853 )
2023-02-02 08:57:01 +01:00
Barbudor
949f3fdc32
enfore TLS for sml decryption ( #17852 )
2023-02-01 21:40:04 +01:00
Theo Arends
1147304781
Fix second voltage channel if SO150 set
2023-02-01 12:09:55 +01:00
David Gwynne
052b5c2926
reset recv parser if it takes too long for the message to arrive. ( #17845 )
...
i have a tuyamcu based device that occasionally gets a flipped bit in
messages it receives from the muc. those usually show up as checksum
failures, but if the bit flips in the length field then we wait for
bytes that just arent going to arrive, so we don't get to the cksum
field for that test to fail. instead, add a timeout that the tick
checks, and reset the recv state machine on a timeout.
if the message that was corrupted was a dp update, we'll end up with
an inconsistent view of the state of the DPs. maybe we should send a
request for all datapoint values when this or a cksum failure happens?
2023-02-01 11:48:07 +01:00
s-hadinger
293ae8064d
Berry webserver raw content ( #17844 )
2023-01-31 23:23:52 +01:00
s-hadinger
5ea9a95660
Berry add `tasmota.locale()` ( #17843 )
2023-01-31 23:23:36 +01:00
s-hadinger
bd07b05d40
Berry add ``mdns`` advanced features and query ( #17842 )
...
* Berry add ``mdns`` advanced features and query
* typo
2023-01-31 22:53:23 +01:00
Theo Arends
db581b15c7
Add SetOption150
...
Add SetOption150 - (Energy) Force no voltage/frequency common allowing individual voltage channel calibration.
2023-01-31 22:30:50 +01:00
SteWers
438b235dc8
[Solax X1] fix apparent power ( #17833 )
...
U*I from inverter is not valid for apparent power as U*I could be lower than active power
2023-01-31 22:23:31 +01:00
gemu
ae8041140f
Webcam fix ( #17840 )
...
* Update xdrv_81_esp32_webcam.ino
* fix single picture fetch
* delay not needed
2023-01-31 22:22:28 +01:00
Jason2866
b8677ce0d6
revert PR Olimex fix ( #17841 )
2023-01-31 14:46:09 +01:00
Jason2866
2207d08cfa
rm non existing env `tasmota32-sensors`
2023-01-31 11:41:41 +01:00
Barbudor
3d39efaf4a
isTuya optionnal arg to validpin ( #17835 )
2023-01-30 22:35:38 +01:00
Theo Arends
d9cbbaeb2a
Fix energy usage and return migrated too small
...
Fix energy usage and return migrated too small (/10000) regression from v12.3.1.3
2023-01-30 15:36:46 +01:00
gemu
f09a083777
Sml ams ( #17828 )
...
* sml ams crypto support
* add ams library
* fix crc names
* fix TLS dependency
* Update library.properties
* Update xsns_53_sml.ino
2023-01-30 15:03:46 +01:00
Theo Arends
9e9afe88f1
Fix ESP32 energy monitoring over 3 phases
2023-01-30 14:16:13 +01:00
Theo Arends
5b0ee76173
Fix ESP32 energy monitoring migration
2023-01-30 13:14:02 +01:00
Theo Arends
db3fdc5118
Add ESP32 support for eigth energy phases/channels
...
- ESP32 support for eigth energy phases/channels
- ESP32 command ``EnergyCols 1..8`` to change number of GUI columns
- ESP32 command ``EnergyDisplay 1..3`` to change GUI column presentation
- support for SEN5X gas and air quality sensor by Tyeth Gundry (#17736 )
2023-01-29 16:09:13 +01:00
Theo Arends
664b60332a
Fix broken I2C priority
...
Fix broken I2C priority regression from v12.3.1.3 (#17810 )
2023-01-29 13:59:09 +01:00
Tyeth Gundry
91559ec883
fix: detection of SPS30 serial number ( #17809 )
2023-01-29 13:48:33 +01:00
Jason2866
400f0e453e
IDF 4.4.3 changes ( #17821 )
...
- updated mDNS to version from esp-protocols
- added PHY driver
2023-01-29 13:06:13 +01:00
s-hadinger
03815d827a
Berry energy_ctypes fixed accordingly ( #17820 )
2023-01-29 12:09:29 +01:00
s-hadinger
b98b2838e8
Zigbee extend plug-in modifiers to 16 bits ( #17817 )
2023-01-29 10:46:06 +01:00
David Smith
19d5a363e1
Multicast address typo in my_user_config.h ( #17816 )
...
For ArtNet Multicast address the defined value and the value in the comment are different.
2023-01-29 08:48:23 +01:00
Tyeth Gundry
2ed602057c
Add SEN5X to I2C devices ( #17736 )
2023-01-29 08:06:25 +01:00
David Gwynne
9e522e8fa3
fix determination of the current weekday. ( #17812 )
...
the result of c logical expressions is 0 or 1, not the values of the
operands.
2023-01-29 07:58:20 +01:00
Theo Arends
78fe958d89
Fix energy dummy supporting 8 channels
2023-01-28 13:47:37 +01:00
Theo Arends
76a1c00917
Add more energy verbosity at restart
2023-01-28 11:30:42 +01:00
Theo Arends
e9f8cfa338
Enable ESP32 energy driver
2023-01-28 11:06:25 +01:00
Theo Arends
e77154f406
Enable ESP32 energy driver
2023-01-28 11:03:14 +01:00
Barbudor
4dd97a9e82
non-breaking fix year in DS3231 ( #17803 )
2023-01-28 08:04:34 +01:00
Theo Arends
f064250d9a
Update change logs
...
Version bump to v12.3.1.5
2023-01-27 16:59:54 +01:00
Theo Arends
0b81236110
Prep ESP32 energy expansion
2023-01-27 16:41:55 +01:00
Theo Arends
5b977bf4e4
Merge branch 'development' into dev-energy
2023-01-27 16:00:44 +01:00
Theo Arends
f6827590f3
Prep new energy driver
2023-01-27 15:53:40 +01:00
gemu
103e3f616a
refactoring and bug fixes ( #17798 )
2023-01-27 11:10:43 +01:00
Theo Arends
9f538e9986
Add ESP32 support for four channels
2023-01-26 17:27:49 +01:00
Theo Arends
d70dbe979e
Prep ESP32 energy for four+ phases
2023-01-26 15:26:10 +01:00
thkaiser
8d782caf15
Support ESPC3 and ESPS3 ( #17791 )
...
* Support ESPC3 and ESPS3
* remove debug comment
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2023-01-26 09:58:59 +01:00
Theo Arends
2529759974
Prep energy for four+ phase support
2023-01-25 17:05:48 +01:00
Barbudor
973e4693c2
possibly fix sleep problem ( #17786 )
2023-01-25 08:36:14 +01:00
Theo Arends
e891830545
Prep ESP32 energy
2023-01-24 16:54:03 +01:00
Theo Arends
e81d59f658
Fix Shelly Pro 4PM initial button state
2023-01-24 16:34:24 +01:00
Theo Arends
ecac466e23
Fix Shelly Pro 4PM power on reset
2023-01-24 12:04:30 +01:00
Theo Arends
36c8ae98da
Add dark theme logo
2023-01-24 10:48:38 +01:00
Theo Arends
5d98b8e05a
Update RELEASENOTES.md
2023-01-24 10:27:47 +01:00
Theo Arends
f0bd418129
Dark logo
2023-01-24 10:19:46 +01:00
LenaWil
17a969dcc8
Add dark mode logo ( #17780 )
...
* Add dark mode logo
* Remove st from readme
Typo?
2023-01-24 08:58:31 +01:00
Barbudor
95dee75b0b
use dB value, not quality ( #17777 )
2023-01-24 08:55:44 +01:00
David Gwynne
1c39ff6cef
add tuyamcubr_web_sensor to do a simple display of the dp values. ( #17776 )
...
the format shows the type+dpid on the left hand side (eg, Bool1,
Value2, Enum3, etc), and the value with %u on the right hand side.
2023-01-24 08:55:28 +01:00