tasmota_befehle
Inhaltsverzeichnis
Kommandos für Tasmota
originale Doku https://tasmota.github.io/docs/Commands
Uhr konfigurieren für Ense Waltringen code an der konsole eingeben
Backlog Latitude 51.506937382540094; Longitude 7.924516971763192; TimeDST 0,0,3,1,1,120; TimeSTD 0,0,10,1,1,60; TimeZone 99
ESP CPU Temperatur anzeigen
SetOption146 1
Einblenden Hostname und IP
Setoption53 1
Uhrzeit anzeigen
#Nur Stunde und Minute WebTime 11,16 # Stunde:Minute:Sekunde WebTime 11,19
# Sensorwerte alle 60 Sekunden senden TelePeriod 60
Taster Betrieb
Ab Werk schaltet der Shelly nun ein wenn an SW 230V anliegen. Wir wollen aber mit einem kurzen Stromstoß zwischen den Zuständen umschalten (wie ein Stromstoßschalter):
SwitchMode 4 SetOption13 1
- SwitchMode 0 wäre der normale Betrieb, 4 ist Tasterbetrieb.
- SetOption13 1 ist etwas „Tuning“ - normalweise schaltet der Shelly nachdem Ihr den Taster loslasst. Mit dieser Option wird sofort nach Kontakt geschaltet.
WLAN - optimalen AccessPoint suchen
SetOption56 1 SetOption57 1
* SetOption56 sucht beim booten nach dem signalstärksten AccessPoint und verbindet sich mit diesem * SetOption57 wiederholt die Suche alle 44 Minuten und wechselt den AP sofern dieser 10dB stärker als der jetzige ist
Camera
Command Parameters Wc Query all camera settings WcAEC 1 = enable auto exposure control (sensor), 0 = disable (default) WcAECDSP 1 = enable auto exposure control (DSP), 0 = disable (default) WcAECValue 0..1024 = setauto exposure control value WcAELevel -2..+2 = set auto exposure control level WcAGC 1 = enable auto gain control, 0 = disable (default) WcAGCGain 0..30 = set auto gain control gain value WcAWB 1 = enable Auto White Balance, 0 = disable (default) WcAWBGain 1 = enable Auto White Balance Gain, 0 = disable (default) WcBPC 1 = enable Black Pixel Correct, 0 = disable (default) WcBrightness -2..+2 = set picture brightness WcClock 10..200 = set clock speed in MHz (default = 20) WcColorbar 1 = show colorbar, 0 = hide colorbar (default) WcContrast -2..+2 = set picture contrast WcDCW 1 = enable downscale, 0 = disable (default) WcFeature Extended features. Only boards with PSRAM should be used. 0 = off, 1 = reduce FPS and increase exposure time for better low light performance, 2 = nightmode, increase exposure time and lower the Framerate depending on available light WcFlip 1 = enable flip camera image,0 = disable (default) WcGainCeiling 0 .. 6 = set gain ceiling (0 = x2, 1 = x4, 2 = x8, 3 = x16, 4 = x32, 5 = x64, 6 = x128) WcGammaCorrect 1 = enable auto gamma correct, 0 = disable (default) WcInit Initialize camera WcLensCorrect1 = enable auto lens correct, 0 = disable (default) WcMirror 1 = enable mirror camera image, 0 = disable (default) WcResolution Set camera resolution. 0 = 96x96 (96x96) 1 = QQVGA2 (128x160) 2 = QCIF (176x144) 3 = HQVGA (240x176) 4 = QVGA (320x240) 5 = CIF (400x296) 6 = VGA (640x480) 7 = SVGA (800x600) 8 = XGA (1024x768) 9 = SXGA (1280x1024) 10 = UXGA (1600x1200) WcRtsp (Requires defined ENABLE_RTSPSERVER) 1 = start RTSP server (forces restart) , 0 = stop server WcSaturation -2..+2 = set picture saturation WcSpecialEffect Set picture effect: 0 = off, 1 = Negative, 2 = Grayscale, 3 = Red Tint, 4 = Green Tint, 5 = Blue Tint, 6 = Sepia WcStats show statistics WcStream 1 = start webcam stream at http://<device_ip>:81/stream or http://<device_ip>:81/cam.mjpeg 0 = stop stream WcWBMode White Balance Mode 0 = auto, 1 = Sunny, 2 = Cloudy, 3 = Office, 4 = Home WcWPC 1 = enable White Pixel Correct, 0 = disable (default) WcAuth 1 = enable basic Authentication for stream and screenshot urls, 0 = disable (default)
tasmota_befehle.txt · Zuletzt geändert: von markus
