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
David Gwynne
36fd8358d6
TuyaMCUBr: support on/true/off/false/toggle in the tuyamcubool command. ( #17775 )
...
* support on/true/off/false/toggle in the tuyamcubool command.
i wanted a tasmotized wall switch to be able to blindly send "toggle" to
a fan/light and have it do the right thing. the dp value is kept by the
driver, so it can easily read, modify, and write it.
* "on"/"off"/"toggle" etc are parsed when XdrvMailbox is set up
so i don't have to do it, i just have to use the payload.
2023-01-24 08:54:19 +01:00
Barbudor
db0532de5f
ds3231 temperature sensor ( #17778 )
2023-01-24 08:52:43 +01:00
Theo Arends
4297fa3f3e
Add Shelly Pro 4 input interrupt support
2023-01-23 12:51:02 +01:00
Theo Arends
88dd5f7f50
Fix Shelly Pro 4PM auto reset
2023-01-22 16:41:25 +01:00
yvesdm3000
3f73d5a49d
Implement Zigbee tuya_time sync. ( #17765 )
2023-01-22 11:50:52 +01:00
gemu
d38a0c799c
Epaper deep sleep support ( #17766 )
...
* allow descriptor reload
* restart reason rrsn, database rewrite
* support for deep sleep
* revert
* restart reason
2023-01-22 10:56:06 +01:00
Theo Arends
8b96f68a5b
Fix ESP8266 compilation
2023-01-21 15:42:31 +01:00
Theo Arends
c85003c67d
Prep Shelly Pro 4PM
2023-01-21 14:30:35 +01:00
s-hadinger
0743b7d2b6
Berry add up flag to ``tasmota.wifi()`` and ``tasmota.eth()``, always return MAC ( #17759 )
2023-01-21 13:41:36 +01:00
Jason2866
2605a7158c
Build solo1 variant as full Tasmota32 version
2023-01-21 12:02:39 +01:00
Theo Arends
aa78ffb733
Prep Shelly Pro 4PM
2023-01-20 14:28:58 +01:00
Benjamin Nestler
498b0e55b8
Add tuya commands CMD_GET_NETWORK_STATUS and CMD_TEST_WIFI ( #17745 )
...
* Add tuya commands CMD_GET_NETWORK_STATUS and CMD_TEST_WIFI
* Assuming that nobody uses the tuya test wifi ssid, the payload is hardcoded.
2023-01-20 13:20:03 +01:00
Jason2866
6b4171fef9
Shelly has label `fs_1` for spiffs ( #17753 )
...
* Shelly has label `fs_1` for spiffs
2023-01-20 13:19:38 +01:00
David Gwynne
51866026d5
TuyaMCUBr: Handle "Get local time" requests from the MCU ( #17750 )
...
* handle get local time requests from the MCU.
from what i can tell from the tuya serial communication protocol
documentation, we only have to send the time if MCU requests it. this is
unlike how TUYA_SET_TIME is implementing in xdrv_16, where if
USE_TUYA_TIME is enabled it will send unsolicited time updates every
minute as well as in response to a request from the MCU.
i couldn't find an easy to check flag to see if tasmota was synced to a
real clock, so this blindly tells the MCU that our time is valid and
copies it over, the same as xdrv_16.
the tuya doco also describes a "Get system time in GMT" request and
response structure which would be mostly a copy of this code if i knew
if and where tasmota keeps track of UTC/GMT.
lastly, i'm not convinced RtcTime.day_of_week is right. it's friday
here which should be 6 if you start counting sunday as 1, but i read 2
* local time sync is implemented, but not gmtime
2023-01-20 10:07:42 +01:00
TID
e2983f2835
Update pl_PL.h ( #17747 )
...
Fix traslation
2023-01-20 10:03:05 +01:00
s-hadinger
61be95841f
Berry crypto.EC_P256 ECDSA signature ASN.1 ( #17740 )
2023-01-18 20:50:01 +01:00
gemu
bc1b35d2ff
Update xdsp_05_epaper_29.ino ( #17738 )
2023-01-18 08:50:22 +01:00
gemu
853909cb35
Epaper update ( #17727 )
...
* update epaper descriptors
* epaper rewrite
* add busy invert option
* fix v2 partial refresh
* prepare for large descriptors
2023-01-17 10:19:06 +01:00
gemu
beb021210d
fix shine macros ( #17725 )
2023-01-17 09:06:20 +01:00
Barbudor
d904e0aa7f
Tuya - WIFI_STRENGTH + Save check on MCU_CONF ( #17724 )
...
* adding response to command 36 Get Wifi Strength
* more logs
* poperly check and warn if Mode 2 provide bad GPIOs
* final test on gpio
2023-01-17 04:46:00 +01:00
s-hadinger
457f706d17
Berry ``crypto.EC_P256`` ECDSA signature (required by Matter protocol) ( #17723 )
2023-01-16 21:48:28 +01:00
Theo Arends
e2c9a71c3b
Prep virtual button handler
2023-01-16 18:29:51 +01:00
Theo Arends
044606d8b8
Fix BMP deepsleep regression
2023-01-16 13:32:44 +01:00
Theo Arends
82b6d1ee91
Bump version to v12.3.1.4
2023-01-15 17:45:59 +01:00
Theo Arends
7a97fa4a19
Fix BMP support on two busses
...
Fix BMP support on two busses (#17643 )
2023-01-15 17:14:54 +01:00
Barbudor
2d1d49504b
fix free() too early ( #17710 )
2023-01-15 16:20:35 +01:00
Theo Arends
e0b17af307
Fix first sensor in case GlobalTemp is set wrong
...
Fix first of two sensors in case GlobalTemp is set wrong (#17694 )
2023-01-14 16:11:08 +01:00
Theo Arends
f71465a182
Repurpose SO39 for import active bandwidth
...
Repurpose SO39 for import active bandwidth (#17659 )
2023-01-14 15:39:54 +01:00
s-hadinger
4e60bd7465
Berry add `static class` to declare inner classes ( #17699 )
2023-01-14 11:38:51 +01:00
Theo Arends
6c04cf7076
Update xdrv_122_file_settings_demo.ino
2023-01-13 17:19:46 +01:00
Theo Arends
13c16fd37b
Fix xdrv_122_file_settings_demo ( #17692 )
2023-01-13 17:19:14 +01:00
Theo Arends
ce5e1df673
Fix DNS lookup for ``upload``
...
Fix DNS lookup for ``upload`` from ota server using http regression from v12.3.1.1
2023-01-13 17:06:16 +01:00
gemu
3bddbdc5c0
fix sml dumpmode ( #17690 )
2023-01-13 13:23:25 +01:00
Theo Arends
094f45fe7e
Fix compilation without USE_IPV6
2023-01-13 11:47:58 +01:00
Theo Arends
1a9e86a6b3
Fix ESP32 safeboot propagating upload
2023-01-13 11:30:30 +01:00
s-hadinger
9ba3c26a8a
Berry fix crash when generating bytecode of empty class ( #17688 )
2023-01-12 22:51:43 +01:00
s-hadinger
1acd9b867c
Berry add implicit _class parameter to static methods ( #17683 )
...
* Berry add implicit ``_class`` parameter to static methods
* Handle bytecode
2023-01-11 22:59:07 +01:00
Reinhard
ef3d30c44f
Update xsns_47_max31865.ino ( #17661 )
...
MAX31865 - make use of the already defined element 'ErrorCode' to transport the MAX31865 Fault Status Register to the JSON element 'Error'
2023-01-11 11:50:16 +01:00
Theo Arends
f1763d34cf
Update changelogs
2023-01-11 10:31:39 +01:00
Jason2866
0a0c8c6efd
Rename tasmota4MB to tasmota-4MB ( #17674 )
2023-01-10 17:28:56 +01:00
Jason2866
922fd6ca5c
add Tooltipps and more Commands
2023-01-10 15:39:31 +01:00
Theo Arends
f9177dfa3a
Revert CSE7766 8N1 support - not needed
2023-01-10 09:48:49 +01:00