SteWers
32cc20219a
[Solax X1] RTS support and offline status
2022-01-06 09:52:27 +01:00
Jason2866
304e13911c
Merge pull request #14300 from Jason2866/work
...
copy ESP32 factory firmware to `build_output`
2022-01-05 23:26:24 +01:00
Jason2866
12ecfae94d
copy factory firmware to `build_output`
2022-01-05 23:14:49 +01:00
SteWers
2e77ed0560
SolaxX1 RTS #1
2022-01-05 21:04:20 +01:00
Jason2866
c808257284
Fix for one firmware file script
...
THX @TD-er for this script!!
2022-01-05 17:50:36 +01:00
Theo Arends
fce0104035
Add SPM Relay scan timeout message
2022-01-05 12:43:26 +01:00
s-hadinger
923feb2096
Merge pull request #14296 from s-hadinger/remove_leftovers
...
Remove debug leftovers
2022-01-05 12:38:55 +01:00
Stephan Hadinger
913db86f15
Remove debug leftovers
2022-01-05 12:28:07 +01:00
Theo Arends
a26f2dbc28
Fix SPM power switching over 8 relays
...
Fix SPM power switching over 8 relays (#14281 )
2022-01-05 10:44:58 +01:00
s-hadinger
0e2af52d97
Merge pull request #14294 from s-hadinger/berry_modular
...
Berry specific moved to berry_tasmota
2022-01-05 10:00:25 +01:00
Theo Arends
2add8aa12c
Merge pull request #14278 from SteWers/Solax-X1-Temperature-fix
...
[Solax X1] Changed variable type for temperature from float to int16_t
2022-01-05 09:59:48 +01:00
Stephan Hadinger
4406eb9f3b
Berry specific moved to berry_tasmota
2022-01-05 09:50:38 +01:00
Theo Arends
bfdf34813f
Fix SPM power switching over 8 relays
...
Fix SPM power switching over 8 relays (#14281 )
2022-01-04 23:10:19 +01:00
Theo Arends
d8ed99830c
Fix SPM energy display rotation in GUI
...
Fix SPM energy display rotation in GUI (#14281 )
2022-01-04 22:30:08 +01:00
SteWers
9956aa59c4
Changed variable type for temperature from float to int16_t
...
The type of temperature is int16_t. With this change negative values are read and displayed correctly.
2022-01-04 20:18:19 +01:00
Theo Arends
df58c7caea
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2022-01-04 17:42:00 +01:00
Theo Arends
cc7ad4afca
Add experimental ADE7953 (Shelly EM) reset on restart ( #14261 )
2022-01-04 17:41:47 +01:00
Theo Arends
ecd101d408
Merge pull request #14275 from barbudor/fix_adc_ph
...
make adc_ph formula more flexible
2022-01-04 17:26:59 +01:00
Theo Arends
ce17266512
Revert "dd experimental ADE7953 (Shelly 2.5 and Shelly EM) reset on restart ( #14261 )"
...
This reverts commit efd4963eb2
.
2022-01-04 17:16:05 +01:00
Theo Arends
efd4963eb2
dd experimental ADE7953 (Shelly 2.5 and Shelly EM) reset on restart ( #14261 )
2022-01-04 17:02:12 +01:00
barbudor
27a08b456e
make adc_ph formula more flexible
2022-01-04 16:33:35 +01:00
Theo Arends
2121d8b273
Merge pull request #14268 from gemu2015/scripter_fix
...
fix memory corruption
2022-01-04 14:16:30 +01:00
Theo Arends
8a291f251f
Update RG-15
...
- Update RG-15 in case no complete message is received
- Add colon as optional separator for Domoticz DzSend values allowing DzSend as backlog command
2022-01-04 12:09:16 +01:00
gemu2015
a62da1ba5a
fix memory corruption
2022-01-04 11:25:58 +01:00
Theo Arends
900269ad44
Merge pull request #14255 from s-hadinger/esp32_stacksize
...
Set ESP32 stack size with ``#define SET_ESP32_STACK_SIZE``, added ``StackLowMark`` metrics
2022-01-03 19:27:35 +01:00
s-hadinger
2afa88a78b
Merge pull request #14256 from s-hadinger/apply_mqtt_max_packet
...
Force `MQTT_MAX_PACKET_SIZE` in PubSub client
2022-01-03 19:15:22 +01:00
Stephan Hadinger
f2d8563597
Force `MQTT_MAX_PACKET_SIZE` in PubSub client
2022-01-03 19:03:00 +01:00
Stephan Hadinger
5f002dc467
Set ESP32 stack size with ``#define SET_ESP32_STACK_SIZE``, added ``StackLowMark`` metrics
2022-01-03 18:52:30 +01:00
Theo Arends
3916709d5f
Add debug MemDump
2022-01-03 14:02:18 +01:00
Theo Arends
3515bd3251
Tune HRG-15 driver
2022-01-03 12:45:47 +01:00
Theo Arends
f890c2d85a
Fix HRG-15 serial reception
2022-01-03 11:36:57 +01:00
s-hadinger
2abb32e131
Merge pull request #14240 from s-hadinger/lvgl_layout_final
...
LVGL full support for grid layout
2022-01-02 16:34:37 +01:00
Stephan Hadinger
421a2ce1fb
LVGL full support for grid layout
2022-01-02 16:16:10 +01:00
Jason2866
8bbf91c43b
Merge pull request #14239 from Jason2866/onefile_flash
...
prep one file firmware for esp32
2022-01-02 15:26:25 +01:00
Jason2866
811d140124
prep one file firmware esp32
...
For easy initial flashing. Flashing at address 0x0 with esptool.py
Generated in folder `.pio..../firmware-factory.bin` (Not used at the moment!)
## Checklist:
- [x] The pull request is done against the latest development branch
- [x] Only relevant files were touched
- [x] Only one feature/fix was added per PR and the code change compiles without warnings
- [x] The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9
- [x] The code change is tested and works with Tasmota core ESP32 V.2.0.2
- [x] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla ).
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_
2022-01-02 15:14:54 +01:00
Jason2866
80c9ee0f0b
Update RELEASENOTES.md
2022-01-02 13:21:52 +01:00
Jason2866
1541257e42
Update CHANGELOG.md
2022-01-02 13:18:56 +01:00
Theo Arends
25298a9525
Update changelogs
2022-01-02 11:24:53 +01:00
s-hadinger
29124b2194
Merge pull request #14231 from s-hadinger/lvgl_native_arrays
...
LVGL add enums and prepare support for native arrays
2022-01-01 19:28:54 +01:00
Stephan Hadinger
53bf9cf11f
LVGL add enums and prepare support for native arrayx
2022-01-01 19:17:55 +01:00
Jason2866
51ecfc916d
Merge pull request #14230 from Jason2866/silence_warnings
...
Silence compiler warnings
2022-01-01 18:27:13 +01:00
Jason2866
c2b2062de6
last C3 warning
2022-01-01 18:08:50 +01:00
Jason2866
7765ff43eb
Silence compiler warnings
...
Discarded-qualifiers
Platformio refactored to support different Platformio Scripts for esp8266 and Esp32.
2022-01-01 17:34:35 +01:00
Theo Arends
8b8f6260b3
Merge pull request #14226 from Jason2866/frmwrk_upd
...
Tasmota repo as source for esp8266 framwork
2022-01-01 15:29:54 +01:00
Theo Arends
a02c58ab9e
Merge pull request #14229 from gemu2015/filesyystem_fix
...
fix edit file gui for sd card
2022-01-01 15:29:34 +01:00
gemu2015
36c3f7c446
fix edit file gui for sd card
2022-01-01 15:06:33 +01:00
Theo Arends
40c92418e2
Fix upload version number detection
2022-01-01 14:38:13 +01:00
Jason2866
f3128db295
Tasmota repo as source for esp8266 framwork
2022-01-01 13:32:49 +01:00
Theo Arends
f2725f1bd0
Update changelog
2022-01-01 13:08:27 +01:00
Theo Arends
4c8c8572c5
Bump version to v2022.01.1
2021-12-31 18:23:35 +01:00