How to Flash Tasmota on a Lilygo T-RelayS3 (6 relays) #19549
SimonFili
started this conversation in
Show and tell
Replies: 2 comments 5 replies
-
it uses a PCF8563 for the RTC, so why include USE_DS3231? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I managed to flash Tasmota on this Lilygo device, here are the steps.
go to : https://tasmota.github.io/install/
In the drop-down, choose : Tasmota32-S3 (QIO Flash/OPI PSRAM)
Connect to the USB port of your USB to TTL
Flash (erase if needed)
Then you need to compile with using those instructions : Compiling Tasmota for ESP32 using Gitpod #18745
Add those line to user_config_override.h
#define USE_SHIFT595
#define USE_RTC_CHIPS
#define USE_DS3231
#define USE_RTC_ADDR 0x51
Upload the new firmware with the Tasmota web interface
With the updated Firmware, you need to add a new template and apply it
Go copy it from https://templates.blakadder.com/lilygo_T-Relay-S3.html
You should now have a fully functional T-RelayS3 with Tasmota
Beta Was this translation helpful? Give feedback.
All reactions