Marcus
17155798c0
added links for manuals / documentation
2022-01-15 14:14:32 +01:00
Marcus
3d139d2f2d
- changed default baudrate for SDM230 to 9.600 baud
...
- fixed comment for SDM230_SPEED define in xnrg_21_sdm230.ino
2022-01-15 14:14:32 +01:00
Marcus
5834ca6e07
revert changes according to arendst: "It's legacy and will not work with any addition."
2022-01-15 14:14:32 +01:00
Marcus
2a5214bd08
changed all language file for SDM230 driver
2022-01-15 14:14:32 +01:00
Marcus
66ac4977c0
fixed some type: tasmota/tasmota_configurations_ESP32.h
...
moved AGPIO(GPIO_SDM230_XX) to the end: tasmota/tasmota_template_legacy.h
2022-01-15 14:14:32 +01:00
Marcus
3d1df968a4
revert changes to: tasmota/support_features.ino
2022-01-15 14:14:32 +01:00
Marcus
8bc06238f3
changed: tasmota/i18n.h
...
missed this change. Now tasmota-sensors compiles with success!
2022-01-15 14:14:32 +01:00
Marcus
ba55d67cbc
changed: BUILDS.md
...
changed: CHANGELOG.md
changed: tasmota/language/de_DE.h
changed: tasmota/language/en_GB.h
open/todo: update all other localization files
changed: tasmota/my_user_config.h
changed: tasmota/support_features.ino
changed: tasmota/tasmota_configurations.h
changed: tasmota/tasmota_configurations_ESP32.h
changed: tasmota/tasmota_template.h
changed: tasmota/tasmota_template_legacy.h
changed: tasmota/xdrv_03_energy.ino
new file: tasmota/xnrg_21_sdm230.ino
added support (POC) for Eastron SDM230 ModBus (based on existing drivers SDM120 and SDM630) - suggestion for future versions:
use the same pin names for all SDM(72|120|220|230|630) drivers, e.g.: GPIO_SDMxxx_TX and GPIO_SDMxxx_RX and integrate
all drivers into one (xnrg_xx_SDM-ModBus.ino)
2022-01-15 14:14:32 +01:00
Stephan Hadinger
3954831a27
LVGL screenshot disk full protection
2022-01-15 10:42:25 +01:00
Stephan Hadinger
d862ad1661
Fix multicast
2022-01-14 23:02:05 +01:00
Stephan Hadinger
fffcf1c2df
Remove WiFiUDP32 to solve linker warnings
2022-01-14 22:53:19 +01:00
Theo Arends
5eb25ef1c4
Add SSPM mapping warning
...
Add SSPM mapping warning when 4Relay modules are added, removed or inserted
2022-01-14 12:45:50 +01:00
Theo Arends
dc2fbb060a
Merge pull request #14429 from gemu2015/email_fix
...
fix esp8266 email
2022-01-14 10:12:50 +01:00
Theo Arends
c692e2f216
Fix shutter mode 1 ( #14405 )
...
Fix shutter mode 1 (#14405 )
2022-01-14 10:11:52 +01:00
gemu2015
f3b5201c67
fix esp8266 email
2022-01-14 10:00:32 +01:00
Theo Arends
a3c31fdf76
Merge pull request #14422 from s-hadinger/udisplay_reduced_logs
...
Reduced logs for uDisplay
2022-01-14 09:06:27 +01:00
Stephan Hadinger
9958be83a8
LVGL moved Freetype embedded in LVGL8
2022-01-13 19:32:16 +01:00
Stephan Hadinger
da4260641f
Reduced logs for uDisplay
2022-01-13 19:20:10 +01:00
Theo Arends
4e62d9bbac
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2022-01-13 15:57:51 +01:00
Theo Arends
5163f6437e
Fix GUI network information layout
2022-01-13 15:57:33 +01:00
Theo Arends
4f2d9000a8
Merge pull request #14409 from halfbakery/mqtt_discovery_fixes
...
Mqtt discovery fixes
2022-01-13 15:37:49 +01:00
Theo Arends
5c73fefbbc
Fix ESP8266 compilation
...
Add commands for ESP32 ethernet configuration ``EthIpAddress``, ``EthGateway``, ``EthSubnetmask``, ``EthDnsServer1`` and ``EthDnsServer2`` (#14385 )
2022-01-13 15:35:30 +01:00
Theo Arends
e6e5d5174f
Phase 2/2 Ethernet IP address config
...
Phase 2 of 2 Ethernet IP address config based on PR (#14385 )
2022-01-13 15:27:24 +01:00
halfbakery
d881e1f864
add state_class to energy totals to support Home Assistant long term statistics
2022-01-12 23:04:47 +01:00
halfbakery
17066e404c
skip shutter tilt discovery if tilting is unconfigured
2022-01-12 22:54:49 +01:00
halfbakery
fea4d3ec93
the cover state topic was useless and caused parsing errors in Home Assistant
2022-01-12 22:50:27 +01:00
Stephan Hadinger
636ac69a4b
lvgl use native lv_png instead of library
2022-01-12 22:17:55 +01:00
Jason2866
5b02250c5f
Revert "Revert "Prep for a custom minimal ESP32 variant"" ( #274 )
2022-01-12 19:44:42 +01:00
Stephan Hadinger
efda81fbf5
Berry Partition Manager v2
2022-01-12 19:20:55 +01:00
Theo Arends
04a4a656d2
Phase 1 Ethernet IP address config
...
Phase 1 Ethernet IP address config (#14385 )
- Currently unable to change DNS servers
2022-01-12 17:32:21 +01:00
Theo Arends
2f54cfdf9c
Merge pull request #14386 from mbbrenner/development
...
Fix calculation of thermostat duty cycle value
2022-01-12 13:49:39 +01:00
Jason2866
fd1fa993a3
Revert "Prep for a custom minimal ESP32 variant"
2022-01-12 12:55:40 +01:00
Jason2866
9f44b17b09
Merge pull request #14383 from Jason2866/cmini_esp32
...
Prep for a custom minimal ESP32 variant
2022-01-12 11:34:47 +01:00
s-hadinger
5a6a4789b3
Merge pull request #14384 from s-hadinger/fix_dac
...
Berry fix DAC support
2022-01-11 23:11:18 +01:00
Matthias Brenner
468a70665b
Fix calculation of thermostat duty cycle value
2022-01-11 20:43:54 +01:00
Stephan Hadinger
0e78c0e41d
Berry fix DAC support
2022-01-11 18:40:47 +01:00
Jason2866
d6e3747e4c
Update tasmota_configurations.h
2022-01-11 18:02:55 +01:00
Jason2866
3b138e08a3
Custom Minimal esp32
2022-01-11 17:27:56 +01:00
Jason2866
13ff5a5e11
Merge pull request #14378 from Jason2866/sps30
...
sps30 driver fix for esp32 core 2.0.x
2022-01-11 12:39:07 +01:00
s-hadinger
df19e6755b
Merge pull request #14368 from s-hadinger/enable_mqtt_tls
...
Enable MQTT TLS when Autoconf is enabled
2022-01-10 19:09:20 +01:00
s-hadinger
8eb023fd0d
Merge pull request #14373 from s-hadinger/allow_minimal32
...
Allow Tasmota32 minimal setup
2022-01-10 19:09:03 +01:00
Stephan Hadinger
15668fa8e1
Allow Tasmota32 minimal setup
2022-01-10 18:39:42 +01:00
Stephan Hadinger
a1a98dc65d
Reduce logging for Berry
2022-01-10 18:37:28 +01:00
Stephan Hadinger
81876f55ba
Enable MQTT TLS when Autoconf is enabled
2022-01-10 18:02:58 +01:00
Jason2866
d58f2a9ed2
fix for esp32 core 2.0.x
2022-01-10 17:16:42 +01:00
s-hadinger
a757b33313
Merge pull request #14363 from s-hadinger/lvgl_prepare_ts_calibration
...
LVGL prepare for Touch Screen calibration
2022-01-10 14:01:15 +01:00
Theo Arends
8398c9c459
Move all RAM usage to heap
...
Move all register usage to heap and add mapped information to relay scan
2022-01-10 13:52:24 +01:00
Stephan Hadinger
9b0a5b89fe
LVGL prepare for Touch Screen calibration
2022-01-10 13:48:40 +01:00
Jason2866
9d5fd97b2f
LOG_LEVEL_DEBUG_MORE for raw data
2022-01-10 13:18:58 +01:00
Theo Arends
a01cd1ee82
Change SPM logging
...
Change SPM logging and add Main unit version number
2022-01-10 10:54:55 +01:00