Commit Graph

12270 Commits

Author SHA1 Message Date
Theo Arends 348bbd280f Add MQTT OTA binary file transfer 2021-05-16 19:27:43 +02:00
Theo Arends 005f26e458 Fix PCF8574 JSON (#12088)
Fix PCF8574 JSON (#12088)
2021-05-16 19:27:43 +02:00
Theo Arends 75c783d2d5 Prep for MQTT binary file transfer 2021-05-16 19:27:43 +02:00
Theo Arends 44577c7772 Add OTA MQTT file upload 2021-05-16 19:27:43 +02:00
Stephan Hadinger 8fcf7e6997 LVGL add support for TrueType fonts via FreeType library 2021-05-16 19:27:43 +02:00
Theo Arends f8d33a3137 Increase Settings MQTT file upload buffer 2021-05-16 19:27:40 +02:00
Theo Arends 6676fa5416 Delay HA discovery during PZEM sensor intialization
Delay HA discovery during PZEM sensor intialization (#12076)
2021-05-16 19:27:40 +02:00
gemu2015 1ea9f46f01 udisplay color swap for lvgl 2021-05-16 19:27:40 +02:00
gemu2015 bf6f26058c add i2c multybyte write 2021-05-16 19:27:40 +02:00
mikep1998 31489f3b70 rework of mapping 2021-05-16 19:27:40 +02:00
mikep1998 78ce5adc5b uDisplay support for new opcodes. 2021-05-16 19:27:40 +02:00
mikep1998 b71437024a Adding support for ILI9488/XPT2046 display 2021-05-16 19:27:39 +02:00
Erik e3036bfbd9 Save rgb/ct ratio when setting color 2021-05-16 19:27:39 +02:00
Erik 0c33ec1772 Use changeUIntScale when scaling brightness 2021-05-16 19:27:39 +02:00
Stephan Hadinger c0a1ad7393 LVGL fixed events and callbacks 2021-05-16 19:27:39 +02:00
s-hadinger 42d9a9db2c 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-16 19:27:39 +02:00
Erik cc577df287 Allow retaining ratio between white and color channels 2021-05-16 19:27:39 +02:00
Theo Arends fbb9df987e
Merge pull request #12115 from barbudor/fix_tuya_power
Support Tuya powermeter >6500W
2021-05-16 18:31:59 +02:00
Barbudor fa0565b40f improve reactive_power calculation range 2021-05-16 18:09:53 +02:00
Barbudor 2740c48e22 extract power value as 3 bytes from Tuya frame 2021-05-16 16:18:00 +02:00
Theo Arends 8c53a2d88b
Merge pull request #12106 from barbudor/fix_ping_and_rules
Fix PING race condition breaks JSON
2021-05-15 19:33:21 +02:00
Barbudor 823e6b84d2 cleanup 2021-05-15 17:33:18 +02:00
Barbudor 2e1ac3581f move response for unresolved ip into poll 2021-05-15 17:32:18 +02:00
Theo Arends dd624c3ce6 Add more checks to MQTT file upload 2021-05-15 11:53:37 +02:00
Theo Arends ea83c8acd1 Update changelog 2021-05-15 10:56:07 +02:00
Theo Arends 8e7fdee28b
Merge pull request #12105 from emontnemery/patch-6
Bump version to 9.4.0.4
2021-05-15 10:49:44 +02:00
Theo Arends 4d606f7ae2
Merge pull request #12099 from ksaye/patch-3
Small changes to document changes for Azure
2021-05-15 10:49:13 +02:00
Erik Montnemery 5a3f49c698
Bump version to 9.4.0.4 2021-05-15 10:20:22 +02:00
mikep1998 38909eb60b Merge branch 'arendst:development' into development 2021-05-13 11:58:00 -07:00
mikep1998 8ccca7eebb Move DSP_ROM_DESC into user configurable #define. 2021-05-13 11:39:29 -07:00
ksaye 1626c26c6e
Small changes to document changes for Azure 2021-05-13 12:12:21 -05:00
Theo Arends 0d37a677ae Add password to MQTT fileupload 2021-05-13 12:42:44 +02:00
Theo Arends 9742a4e249
Merge pull request #12091 from ascillato/patch-1
Show the new IP after the Wi-Fi Initial Config
2021-05-13 08:13:56 +02:00
Theo Arends 2491d47d9c
Merge pull request #12092 from sfromis/patch-2
Fix off by one error
2021-05-13 08:13:37 +02:00
sfromis 4e7c991f3d
Fix off by one error
Oops, warning about too old python script came when it should not.
2021-05-12 23:20:16 +02:00
Adrian Scillato bbac6c70d2
Show new IP in the Wi-Fi Initial Config 2021-05-12 15:27:47 -03:00
Theo Arends ae6b81b047
Merge pull request #12090 from sfromis/patch-1
Expand decode-status to support all feature bits
2021-05-12 19:03:17 +02:00
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