Problem so gelöst
1 Flash 0815 tasmota32c3cdc.factory.bin 2763k 20231212 15:54 Tasmota 13.3
2 AP Einrichten WLAN
2a merken das der DHCP Router vom Internet Provider es sogar nicht mag das mehrmals das selbe Gerät sich verbinden will (Connect failed with AP timeout) (Router neustarten)
3. Custom FW Bauen
Platformio PIPX
root@pc:/home/user# sudo apt update
root@pc:/home/user# sudo apt install pipx
root@pc:/home/user# pipx ensurepath
root@pc:/home/user# exit
user@pc:~$ pipx install platformio
GIT Tasmota 13.3
user@pc:~$ git clone https://github.com/arendst/Tasmota.git
user@pc:~$ cd Tasmota
user@pc:~$ git checkout v13.3.0
USER Override File von /home/user/Tasmota/tasmota/user_config_override_sample.h speichern unter als /home/user/Tasmota/tasmota/user_config_override.h
Ergänzungen siehe nächsten Spoiler
user@pc:~$ platformio run -e tasmota32c3
Ergänzung user_config_override.h
// Display-Definition für SSD1306 (OLED)
#define USE_DISPLAY // Display-Funktionalität aktivieren
#define USE_I2C // I2C-Protokoll aktivieren
#define USE_DISPLAY_SSD1306 // SSD1306 OLED-Display
// #define USE_TM1637 // TM1637 LED-Display
#define USE_DISPLAY_MODES1TO5 // Damit kannst du DisplayMode 1 bis 5 verwenden
#define SHOW_SPLASH // Optional: Startbildschirm kurz anzeigen
//#define USE_UNIVERSAL_DISPLAY
// Enable SPI support for hardware SPI
#define USE_SPI // Hardware SPI using GPIO12(MISO), GPIO13(MOSI), GPIO14(CLK) in addition to two user selectable GPIOs(CS and DC)
// Enable MAX31865 RTD sensor support
#define USE_MAX31865 // Add support for MAX31865 RTD sensors using softSPI
// MAX31865 configuration (example with PT100 sensor settings)
#define MAX31865_PTD_WIRES 3 // PTDs come in several flavors, pick yours. Specific settings per sensor possible with MAX31865_PTD_WIRES1..MAX31865_PTD_WIRES6
#define MAX31865_PTD_RES 100 // Nominal PTD resistance at 0°C (100Ω for a PT100, 1000Ω for a PT1000, YMMV!)
#define MAX31865_REF_RES 430 // Reference resistor (Usually 430Ω for a PT100, 4300Ω for a PT1000)
#define MAX31865_PTD_BIAS 0 // To calibrate your not-so-good PTD. Specific settings per sensor possible with MAX31865_PTD_BIAS1..MAX31865_PTD_BIAS6
Auf Tasmota IP gehen und auf costum FW upgraden.
Tasmota einrichten Bild als Muster
In Tasmota Console dann
Display aktivieren
Anleitung aus https://www.androegg.de/2024/04/10/tas…m2301-tutorial/
In Tasmota Konsole
I2CScan
DisplayModel 2
DisplayMode 2
DisplayDimmer 100
Nun sollte der Wert des MAX Sensors auf dem Display klein erscheinen