So I think I’ve got progress, hopefully someone can make sense of these logs that got produced?
I have two log files after trying to replace the bootloader:
log_2CAA8E99F3CB_20200924155507_s.txt
tutk_log_2CAA8E99F3CB_20200924155507.txt
The command I’m running from the wyze_updater folder:
c:\python38\python.exe wyze_updater.py update -p 18080 -d -f "\fix-pan.tar
When I run that now I get the same results as everyone else; the command appears to have worked and the cmd prompt window sits for a while until I stop it with ctrl+c. When I stop it I find those two log files in the root directory on the SD card. The first log file contains endless pages of gibberish, I assume its some kind of code notepad and notepad++ can’t interpret. I can post the first one as well if anyone thinks that would help. The second log file (starts with tutk_log) shows this:
{“IOTC Version”:“3.1.10.15”,
“System Time”:“20-09-24 11:55:07”,
“TCP Relay Status”:“OFF”,
“My Nat Type”:2,
“Login Protocl”:“UDP”,
“LANConnectionTimeout(ms)”:1500,
“P2PConnectionTimeout(ms)”:1500,
“SessionAliveTimeout(ms)”:30000,
“Master Resolve Status”:“RESOLVE_SUCCESS”,
“P2PServerList Exist”:“YES”,
“VPG”:[53252,260,260],
“MSG_HELLO1_R Received”:“YES”,
“MSG_DEVICE_LOGIN_R Received”:“YES”,
“IOTC_Device_Login() Return”:“0”,
“Port Change Count”:0,
“SessionInfo”:{
“SID”:1,
“Mode”:“LAN”,
“Remote Version”:“3.1.10.-23”,
“Address”:“192.168.2.172:46470”,
“NAT type”:2,
“TX Packetcount”:2586,
“RX Packetcount”:2204
},
“Current Session Count”:1,
“connectionHandler Alive”:“Y”,
“tutk_SockTaskMng Alive”:“Y”,
“Server ip”:“147.135.36.161:10001”,
“Last RTT(ms) of login”:115,
“Send count of login msg”:6,
“Recv count of login resp”:6,
“Lost rate of login msg”:0,
“Last return value of _IOTC_SendDeviceLogin()”:288,
“Last login msg send time”:“11:55:07.017”,
“Last login_R msg recv time”:“11:55:07.133”,
“Server ip”:“158.69.252.241:10001”,
“Last RTT(ms) of login”:56,
“Send count of login msg”:12,
“Recv count of login resp”:12,
“Lost rate of login msg”:0,
“Last return value of _IOTC_SendDeviceLogin()”:288,
“Last login msg send time”:“11:55:07.017”,
“Last login_R msg recv time”:“11:55:07.074”,
“Server ip”:“38.132.103.114:10001”,
“Last RTT(ms) of login”:78,
“Send count of login msg”:6,
“Recv count of login resp”:6,
“Lost rate of login msg”:0,
“Last return value of _IOTC_SendDeviceLogin()”:288,
“Last login msg send time”:“11:55:07.017”,
“Last login_R msg recv time”:“11:55:07.096”}
Can anyone make heads or tails of that?