Theo Arends
908a918b8e
Fix ESP8266 compilation
2024-01-26 13:58:28 +01:00
Theo Arends
4bc7b4ec2f
Add ESP32 support for DS18x20 on Shelly Plus Add-On ( #20580 )
2024-01-26 12:26:47 +01:00
s-hadinger
d61adb0b0c
Leds animation refactoring stage 1 ( #20197 )
2023-12-08 21:13:44 +01:00
s-hadinger
faa29b2e57
Fix Neopixel flicker for Core3 ( #20196 )
2023-12-08 19:43:02 +01:00
s-hadinger
8d9f76d52d
Fix IR receive on ESP32 with Arduino Core 3 ( #19904 )
2023-11-01 22:49:59 +01:00
JeroenSt
91ba05ac3b
ModbusBridge write memleak fix (19733) ( #19758 )
...
Co-authored-by: JeroenSt <nospam@nospam.org>
2023-10-16 08:26:26 +02:00
Theo Arends
ffd09da89a
Fix DS18B20 for ESP32 with over 33 gpios
2023-09-19 15:20:10 +02:00
s-hadinger
d9acd2adb0
Fix compilation of IRRemoteESP8266 for core3 ( #19473 )
2023-09-06 21:02:46 +02:00
Barbudor
5395b8c4bd
fix and improve pzem_dc ( #19402 )
2023-08-27 22:49:24 +02:00
Christian Baars
65a1a4feeb
Neopixel add SPI driver for C2 and some minor updates ( #19372 )
2023-08-24 10:34:17 +02:00
Theo Arends
db6193dc80
Phase 2 support C2/C6
2023-08-23 14:52:58 +02:00
Christian Baars
7d18dd0e9e
fix OneWire for IDF5.1 and C2/C6 ( #19303 )
...
* fix OneWire for IDF5.1 and C2/C6
* Use Onewire in arduino30 builds
* use SOC specific defines for C2,C3 and C6
2023-08-14 09:34:48 +02:00
s-hadinger
c73fd88d1c
IRremoteESP8266 library from v2.8.5 to v2.8.6 ( #19212 )
2023-07-29 14:13:58 +02:00
Mateusz Bronk
faff39ca11
IRremoteESP8266 upgraded to v2.8.5 ( #18610 )
...
* IRremoteESP8266 upgraded to v2.8.5 (from v2.8.4)
* Fix ir panasonic esp8266 (#18013 )
* revert part of #16179 for ESP8266
* Revert "revert part of #16179 for ESP8266"
This reverts commit b8e6126407
.
* try to revert #16179 for esp8266
* Build: removed redundand USE_IR_REMOTE_FULL flag
Tasmota32-ir PIO had both FIRMWARE_IR and USE_IR_REMOTE_FULL defined.
The latter is redundand and yielded unnecessary build warns.
See: tasmota_configurations.h
---------
Co-authored-by: Mateusz Bronk <2566147+mbronk@users.noreply.github.com>
Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-05-08 19:04:25 +02:00
Jeroen
c5612a50fb
Fix for https://github.com/arendst/Tasmota/discussions/15703#discussioncomment-5713294 ( #18534 )
...
Added and fixed comments
Co-authored-by: JeroenSt <nospam@nospam.org>
2023-04-29 14:46:38 +02:00
Jeroen
fbbb4eaf84
Fix for issue: https://github.com/arendst/Tasmota/issues/18088 ( #18228 )
...
Co-authored-by: JeroenSt <nospam@nospam.org>
2023-03-20 21:26:38 +01:00
Theo Arends
1a6076c253
Add flush before disabling tx ( #17247 )
2023-03-14 09:28:00 +01:00
Barbudor
dbcffa66e4
Fix ir panasonic esp8266 ( #18013 )
...
* revert part of #16179 for ESP8266
* Revert "revert part of #16179 for ESP8266"
This reverts commit b8e6126407
.
* try to revert #16179 for esp8266
2023-02-21 09:13:00 +01:00
Theo Arends
ea6a5a2d4e
Removed delays in TasmotaSerial and TasmotaModbus Tx enable switching
2023-01-02 15:08:40 +01:00
Theo Arends
ed0b7d69b6
Tune Tx Enable timing
2023-01-01 15:12:15 +01:00
Theo Arends
c1484f761c
Fix exception 9 when modbus tx enable is used
2022-12-28 15:19:09 +01:00
Theo Arends
2fd63ff01f
Fix Modbus transmit enable GPIO
...
Fix Modbus transmit enable GPIO enabled once during write buffer
2022-12-28 14:07:30 +01:00
Theo Arends
b78886b0f1
Add TasmotaModbus hardware fallback to GPIO13/15
2022-12-11 16:44:36 +01:00
Theo Arends
bbde894628
Add serial Modbus transmit enable GPIOs
...
Add serial Modbus transmit enable GPIOs to all modbus energy drivers and modbus bridge (#17247 )
2022-12-03 12:33:42 +01:00
Stephan Hadinger
4cf0e0ce9f
IRremoteESP8266 library from v2.8.3 to v2.8.4
2022-09-18 18:26:14 +02:00
Jason2866
17106530be
version 2.8.4
2022-09-18 12:36:26 +02:00
Jason2866
280e3297b2
IRremoteESP8266 v2.8.4
2022-09-18 12:35:40 +02:00
Stephan Hadinger
412d5d6938
Fix compilation ESP8266
...
https://github.com/crankyoldgit/IRremoteESP8266/pull/1881/files
2022-09-17 14:35:34 +02:00
Stephan Hadinger
914859ad48
IRremoteESP8266 library from v2.8.2 to v2.8.3
2022-09-16 14:01:10 +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
JeroenSt
728c108294
Removed logging and changed maximum number of coils/inputs
2022-08-27 10:54:41 +02:00
JeroenSt
37574169a9
Fixed wrong bytecount
2022-08-27 10:19:24 +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
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
5f86569a9f
Solved Issues mentioned in
...
https://github.com/arendst/Tasmota/issues/9586
2022-08-27 09:11:36 +02:00
Theo Arends
6bc0e8dc7b
TasmotaModbus library from v3.4.0 to v3.5.0
...
TasmotaModbus library from v3.4.0 to v3.5.0 (#16245 )
2022-08-18 12:17:31 +02:00
JeroenSt
b8000fa788
Update for functioncode 5 and 6 and 15
2022-08-17 19:55:42 +02:00
JeroenSt
3470a5d4cd
Added Bit and Hex reading https://github.com/arendst/Tasmota/issues/9586#issuecomment-1216313774
2022-08-17 19:55:41 +02:00
JeroenSt
96a1eb3ae5
In the first serie of tests this seems to work right.
2022-08-17 19:55:41 +02:00
JeroenSt
355e31ff2e
Work in progress...
2022-08-17 19:55:41 +02:00
JeroenSt
9881183726
In progess: Developping modbus write functionality
2022-08-17 19:55:41 +02:00
Stephan Hadinger
603dd28944
Fixed IR crash on ESP32 ( #16173 )
2022-08-08 14:11:57 +02:00
Jason2866
1fda07cd2c
rm commented code
2022-05-18 20:20:53 +02:00
Jason2866
91724dc8c1
Update README.md
2022-05-16 13:30:20 +02:00
s-hadinger
465f298dcf
IRremoteESP8266 library from v2.8.1 to v2.8.2 ( #15148 )
...
* IRremoteESP8266 library from v2.8.1 to v2.8.2
* Update changelog
2022-03-15 21:11:20 +01:00
Jason2866
b75919c487
remove not needed code
...
which will conflict with next Arduino core build
2022-02-15 20:02:31 +01:00
Stephan Hadinger
543b67228a
ESP32S3 allow NeoPixelBus to compile
2022-02-01 15:34:18 +01:00
Theo Arends
274963758e
Fix OneWire-Stickbreaker (DS18x20) library
...
Fix OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338 )
2022-01-17 17:05:33 +01:00