Commit Graph

11983 Commits

Author SHA1 Message Date
sfromis 972e39b607
Expand decode-status to support all feature bits
Output of decode-status.py lacks information about the latest two new sets of feature bits, due to the constant for array size not being updated when the array was expanded. Code changed to avoid this magical number, but instead check size of array with texts, and array with features from the JSON format in Status 4, using the lowest number to provide as many bits as both Tasmota version and Python code supports. A warning is printed if the number of feature bits from Tasmota is higher than supported in the current iteration of Python code.

Based on history, I'm assuming that updates are first done in arendst/Tasmota development, later replicated to tasmota/Tasmota-decode-status. If wrong, I can move the change there.
2021-05-12 18:44:13 +02:00
Theo Arends 2209046c6f Add MQTT OTA binary file transfer 2021-05-12 18:34:32 +02:00
Theo Arends ccb7fc7da7 Fix PCF8574 JSON (#12088)
Fix PCF8574 JSON (#12088)
2021-05-12 17:17:35 +02:00
Theo Arends 817c7ce0a1 Prep for MQTT binary file transfer 2021-05-12 17:10:50 +02:00
Theo Arends 5a3754a53f Add OTA MQTT file upload 2021-05-12 13:03:20 +02:00
s-hadinger e1af5f61b2
Merge pull request #12087 from s-hadinger/lvgl_freetype
LVGL add support for TrueType fonts via FreeType library
2021-05-12 11:41:46 +02:00
Stephan Hadinger cf5b7b4a41 LVGL add support for TrueType fonts via FreeType library 2021-05-12 11:16:10 +02:00
Theo Arends 36caed2122 Increase Settings MQTT file upload buffer 2021-05-11 16:26:29 +02:00
Theo Arends d3874e9834
Merge pull request #12077 from gemu2015/udisp_update
Udisp update
2021-05-11 12:00:26 +02:00
Theo Arends e2e6184877 Delay HA discovery during PZEM sensor intialization
Delay HA discovery during PZEM sensor intialization (#12076)
2021-05-11 11:01:46 +02:00
gemu2015 a2242d4dbc udisplay color swap for lvgl 2021-05-11 10:42:04 +02:00
gemu2015 f9d06d7a0f add i2c multybyte write 2021-05-11 10:40:53 +02:00
Theo Arends d10aad68d1
Merge pull request #12075 from mikep1998/development
Adding support for ILI9488/XPT2046 display
2021-05-11 10:25:36 +02:00
Theo Arends 6f79deae73
Merge pull request #12072 from emontnemery/light_retain_ratio
Allow retaining ratio between white and color channels
2021-05-11 09:36:24 +02:00
mikep1998 1c1495d52d rework of mapping 2021-05-11 00:26:14 -07:00
mikep1998 de506edd8e uDisplay support for new opcodes. 2021-05-10 13:40:27 -07:00
mikep1998 cec4828a13 Adding support for ILI9488/XPT2046 display 2021-05-10 13:26:59 -07:00
s-hadinger 5453aff793
Merge pull request #12074 from s-hadinger/lvgl_fix_events
LVGL fixed events and callbacks
2021-05-10 20:44:53 +02:00
Erik ee2f3f4737 Save rgb/ct ratio when setting color 2021-05-10 20:36:22 +02:00
Erik 47d1e6f78b Use changeUIntScale when scaling brightness 2021-05-10 20:35:04 +02:00
Stephan Hadinger 7963b3a5ca LVGL fixed events and callbacks 2021-05-10 20:04:11 +02:00
s-hadinger e01c60df84
LVGL Fix TS (#12071)
* LVGL Fix TS

* Try to fix linker

* Fix2

* Last fix

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-05-10 15:48:02 +02:00
Erik f148221d19 Allow retaining ratio between white and color channels 2021-05-10 15:01:41 +02:00
s-hadinger 0cabd00f66
Merge pull request #12064 from s-hadinger/lvgl_fix_warning
LVGL Fix warning when sending NULL instead of an instance
2021-05-09 23:16:10 +02:00
Stephan Hadinger f7e92d4e07 LVGL Fix warning when sending NULL instead of an instance 2021-05-09 19:38:27 +02:00
s-hadinger fafe1622ec
Merge pull request #12063 from s-hadinger/tsl_3800
Increase min stack thunk to 3800 #12031
2021-05-09 18:39:13 +02:00
s-hadinger 5826d2b070
Merge pull request #12062 from s-hadinger/lvgl_psram
LVGL support for PSRAM
2021-05-09 18:29:29 +02:00
Theo Arends 64e1039eda Add Settings MQTT file upload and download examples 2021-05-09 18:18:52 +02:00
Stephan Hadinger 49b1c06f10 Increase min stack thunk to 3800 #12031 2021-05-09 18:18:39 +02:00
Stephan Hadinger e88955c479 LVGL support for PSRAM 2021-05-09 18:15:15 +02:00
Theo Arends 418f309104 Another MQTT file upload example using acknowledge 2021-05-09 15:34:59 +02:00
Theo Arends dc0e40288d
Merge pull request #12061 from Jason2866/patch-1
Changed dev version to 9.4.x.x in firmware.md badge
2021-05-09 14:08:32 +02:00
Theo Arends 510f33f832 Add MQTT file upload example 2021-05-09 13:09:53 +02:00
Jason2866 dcfcdf77f2
Dev is 9.4.x.x 2021-05-09 12:13:45 +02:00
Theo Arends c70ad4101f Tune support for MQTT Settings save/restore 2021-05-09 11:43:29 +02:00
Theo Arends 22b95e64c1
Merge pull request #12056 from ksaye/patch-1
Adding support for Azure DPS
2021-05-08 21:21:40 +02:00
ksaye 5001f603f9
Adding support for Azure DPS
Adding support for Azure Device Provisioning Service for IoT Hub
2021-05-08 13:07:28 -05:00
Theo Arends d0958e447f
Merge pull request #12055 from Jason2866/development
Core2 compilation fail fixed when enabling LVGL
2021-05-08 18:26:02 +02:00
Platformio BUILD 067b4510de Merge remote-tracking branch 'Tasmota/development' into work 2021-05-08 16:19:21 +00:00
Jason2866 890495919b Merge branch 'development' of https://github.com/Jason2866/Tasmota into development 2021-05-08 17:49:05 +02:00
Jason2866 0e233b5692 after talking in Discord :-) 2021-05-08 17:48:53 +02:00
Platformio BUILD 4f246ab62b Merge remote-tracking branch 'Tasmota/development' into work 2021-05-08 15:46:52 +00:00
Theo Arends e239b16c58
Merge pull request #12053 from ksaye/patch-1
Modifying to support Azure as well as AWS for TLS
2021-05-08 17:46:47 +02:00
Jason2866 a7c403adff grrrr editing 2021-05-08 17:42:48 +02:00
Jason2866 223d4a66bc :B,60,0 readded 2021-05-08 17:41:16 +02:00
Theo Arends fb44348a8c Add support for MQTT Settings save/restore 2021-05-08 17:40:13 +02:00
Jason2866 a2e743b19f changed #ifdef for lvgl 2021-05-08 17:38:51 +02:00
Jason2866 4497db4fc9 reenable scripter 2021-05-08 17:29:27 +02:00
Jason2866 7108e4ef07 Core2 LVGL fixes 2021-05-08 17:24:04 +02:00
ksaye 21deb1f42b
Modifying to support Azure as well as AWS for TLS
This addresses the issue https://github.com/arendst/Tasmota/issues/12031
2021-05-08 09:40:00 -05:00