Stephan Hadinger
|
3791ecd2a0
|
Support for Ethernet in ESP32 safeboot firmware
|
2022-08-30 18:46:22 +02:00 |
s-hadinger
|
a427f33839
|
Merge pull request #16387 from s-hadinger/berry_big_bytes
Berry extend max bytes size to 512Kb when PSRAM is available
|
2022-08-30 18:34:28 +02:00 |
Stephan Hadinger
|
cb4a5ed736
|
Berry extend max bytes size to 512Kb when PSRAM is available
|
2022-08-30 18:11:04 +02:00 |
Norbert Richter
|
2b163ad4ea
|
Flowrate meter add flow amount/duration
|
2022-08-30 11:46:19 +02:00 |
Norbert Richter
|
475b4f3fe3
|
Rework flowmeter
|
2022-08-30 08:31:23 +02:00 |
s-hadinger
|
286b0ca916
|
Merge pull request #16383 from s-hadinger/berry_stricter
Berry stricter strict mode
|
2022-08-29 19:40:51 +02:00 |
Stephan Hadinger
|
d4f3530539
|
Berry stricter strict mode
|
2022-08-29 19:27:06 +02:00 |
Theo Arends
|
23ba25c665
|
Refactor WifiHostByName()
|
2022-08-29 14:31:05 +02:00 |
Theo Arends
|
b502b84189
|
Merge pull request #16323 from rogg/fix-local-mdns
Use Wifi.hostByName() for ESP8266
|
2022-08-29 14:15:21 +02:00 |
s-hadinger
|
60129fd012
|
Merge pull request #16379 from DanBendavid/patch-1
Update WT32_SC01.ini
|
2022-08-28 20:58:02 +02:00 |
Dan BENDAVID
|
adaf167b7e
|
Update WT32_SC01.ini
This display.ini is working on my WT32-SC01 with 16MB PSRam.
|
2022-08-28 20:36:50 +02:00 |
Theo Arends
|
9da9866fd8
|
Merge branch 'development' of https://github.com/arendst/Tasmota into development
|
2022-08-28 18:22:20 +02:00 |
Theo Arends
|
3a1bbda4a5
|
refactor tm1621
|
2022-08-28 18:22:06 +02:00 |
Theo Arends
|
d79390dad3
|
Merge pull request #16374 from barbudor/up_serial_buffer
Allows SerialBuffer up to 2048
|
2022-08-28 18:17:48 +02:00 |
Theo Arends
|
9c06a3713e
|
Show all temperature sensors on display
Show alternating temperature sensors on Sonoff THR3xxD display (#15856)
|
2022-08-28 17:35:13 +02:00 |
barbudor
|
eb96127efd
|
allow SerialBuffer up to 2048
|
2022-08-28 16:49:52 +02:00 |
Theo Arends
|
4cafaf269c
|
Update changelogs
|
2022-08-28 15:05:46 +02:00 |
Theo Arends
|
acfebb0ab4
|
Increase max temperature
Increase max temperature from 100 to 200C (#16363)
|
2022-08-28 15:00:41 +02:00 |
Theo Arends
|
212cbe7d85
|
Fix extra space in non-decimal numbers
Fix extra space in non-decimal numbers (#16365)
|
2022-08-28 14:51:32 +02:00 |
s-hadinger
|
5b1b4d11de
|
Merge pull request #16362 from s-hadinger/berry_bootloader
Berry bootloader flasher
|
2022-08-28 09:44:08 +02:00 |
Stephan Hadinger
|
3fe9eec276
|
Berry bootloader flasher
|
2022-08-28 09:39:24 +02:00 |
s-hadinger
|
e633f27dda
|
Merge pull request #16357 from s-hadinger/fix_epaper_display_ini
Fix missing colon
|
2022-08-27 18:20:03 +02:00 |
Stephan Hadinger
|
bd04ce59be
|
Fix missing colon
|
2022-08-27 18:18:49 +02:00 |
Theo Arends
|
e06793eb8c
|
Small refactors
|
2022-08-27 12:28:34 +02:00 |
Theo Arends
|
7e34936e6b
|
Update changelogs
|
2022-08-27 11:36:12 +02:00 |
Theo Arends
|
c0cb49d2c8
|
TasmotaModbus library from v3.5.0 to v3.6.0
TasmotaModbus library from v3.5.0 to v3.6.0 (#16351)
|
2022-08-27 11:31:29 +02:00 |
Theo Arends
|
906d725534
|
Merge pull request #16351 from jeroenst/ModbusBridgeWrite
Modbus bridge write
|
2022-08-27 11:21:11 +02:00 |
JeroenSt
|
728c108294
|
Removed logging and changed maximum number of coils/inputs
|
2022-08-27 10:54:41 +02:00 |
JeroenSt
|
f57acac48b
|
Fixed Modbus TCP function 1 & 2 not working
|
2022-08-27 10:40:02 +02:00 |
JeroenSt
|
37574169a9
|
Fixed wrong bytecount
|
2022-08-27 10:19:24 +02:00 |
JeroenSt
|
a19edd4983
|
Solved endian on uint16
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
1ac5b6fd7f
|
Rework in progress
ModbusTCP fully tested OK
Modbus via Commands:
function 1..5 tested ok
function 6 fail
function 15 & 16 not tested
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
9c11eb41d4
|
Changed Modbus to also support nr of bytes
for functioncode 1,2 & 15.
https://ozeki.hu/p_5876-mobdbus-function-code-1-read-coils.html
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
5bd28954fa
|
Fixed reading functioncode 1 & 2 for ModbusTCP
Returned bytes need to be even (limitation of TasmotaModbus.cpp)
https://github.com/arendst/Tasmota/issues/9586
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
ffcdce6041
|
Fixed FC16
https://github.com/arendst/Tasmota/issues/9586#issuecomment-1226120239
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
d333948816
|
Solved ModbusTCP writing wrong registers
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
fea41407ac
|
changed wrong copying of tcp data to writedata
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
e292fdd6f5
|
Removed MBR from modbus serial logging
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
2e111dc112
|
Added RX and TX logging in TasmotaModbus driver
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
a5782f2ca0
|
Added usefull url to comments
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
2926a66fe0
|
Added returning of modbus error codes to TCP client
https://github.com/arendst/Tasmota/issues/9586#issuecomment-1225437630
|
2022-08-27 09:11:36 +02:00 |
JeroenSt
|
5f86569a9f
|
Solved Issues mentioned in
https://github.com/arendst/Tasmota/issues/9586
|
2022-08-27 09:11:36 +02:00 |
s-hadinger
|
be99f1183e
|
Merge pull request #16349 from s-hadinger/berry_micros_gc
Berry add more metrics to GC
|
2022-08-26 20:16:39 +02:00 |
Stephan Hadinger
|
e46d07acb4
|
Berry add more metrics to GC
|
2022-08-26 19:23:21 +02:00 |
Theo Arends
|
c7e6aabf2c
|
Merge pull request #16341 from FunJp/support_for_sgp40
Add support for SGP40 sensor
|
2022-08-26 19:22:04 +02:00 |
Jason2866
|
6e7f559f07
|
Use `dio` when no flash mode is set
|
2022-08-26 16:17:52 +02:00 |
Jean-Pierre Deschamps
|
cbfd2e1db7
|
Put USE_SGP40 at the correct place in decode-status
Remove used line from support_features.ino
|
2022-08-26 10:07:57 -04:00 |
Theo Arends
|
91875f20a5
|
Add balanced energy values
Add balanced energy values (#16346)
|
2022-08-26 14:35:52 +02:00 |
s-hadinger
|
4923755afc
|
Merge pull request #16345 from s-hadinger/haspmota_spinner
HASPmota make `spinner` editable
|
2022-08-26 09:06:25 +02:00 |
s-hadinger
|
25d023875e
|
Merge pull request #16344 from s-hadinger/zigbee_plugin_add
Zigbee change offset: to add:
|
2022-08-26 08:44:31 +02:00 |