User Tools

Site Tools


tasmotabuild

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tasmotabuild [2022/04/08 20:19]
rklein
tasmotabuild [2022/08/09 15:20] (current)
Line 1: Line 1:
 === Flash Xiaomi Mi Humi Sensors === === Flash Xiaomi Mi Humi Sensors ===
 [[XiaomiHumiFlash]] [[XiaomiHumiFlash]]
 +
 +=== Connect to tasmota via usb/serial ===
 +
 +Make sure you have miniterm installed 'sudo apt install miniterm' 
 +
 +Connect the device directly vis usb or a serial to usb converter
 +
 +Enter `dmesg` too see which ttyUSB[X] device it is, where [X] is a number (probably 0)
 +
 +Crank 'miniterm /dev/ttyUSB[X] 115200 -e' into the terminal.
 +
 +Hack 'Status 11' into the terminal and see the wifi params.
 +
 +If you need to reprogramn them prepare the following line in kate (or any other text editor):
 +<code>
 +Backlog SSID1 yourwifi1; Password1 yourpassword1; SSID2 yourwifi2; Password2 yourpassword2; MqttHost 192.168.2.5
 +</code>
 +
 +Then copy and paste it into the miniterm and hit enter.
 +
 +It should restart and connect to your wifi finally...
 +
 +
  
 === Build Tasmota from Scratch on linux === === Build Tasmota from Scratch on linux ===
tasmotabuild.1649441994.txt.gz · Last modified: 2022/08/09 15:20 (external edit)