Cannot configure network after network conneciton is lost #1794
Unanswered
wailnucleus
asked this question in
Q&A / Support
Replies: 1 comment 1 reply
-
I don't have specific advice. How did you find the IP you needed to connect to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I've lost my robot's network and serial console and kindly asked for input here.
I can now reset the WiFi by pressing and holding the two outer buttons, but the Valetudo WLAN configuration always fails with an error message
What I've done so far:
Connect with robot AP
Login to Valetudo through http://192.168.5.1
Configure the WLAN in Valetudo WegGUI
Now I get the following error message from robot after some time (seems to be a timeout):
"Unable to connect to the server. Please check your local network and please try again..."
I can ssh to the robot and do some checks:
Robot:
[root@p2029_release:~]# ls -ltr /data/config/miio
total 2
-rw-r--r-- 1 root root 168 Jan 1 00:00 device.conf
-rw-r--r-- 1 root root 17 Jan 1 00:00 device.token
Backup I took some time ago:
ls -ltr data/config/miio/
total 20
-rw-r--r-- 1 oec oec 168 Jan 1 1970 device.conf
-rw-r--r-- 1 oec oec 17 Jan 1 1970 device.token
-rw-r--r-- 1 oec oec 52 Jan 1 1970 wifi.conf
-rw-r--r-- 1 oec oec 2 Jan 1 1970 device.uid
-rw-r--r-- 1 oec oec 3 Jan 1 1970 device.country
-> Conclusion: some files are missing
log entry:
"set empty to /data/config/ava/iot.flag"
[root@p2029_release:/data/log]# cat /data/config/ava/iot.flag
[root@p2029_release:/data/log]#
-> iot flag is empty
In my backup, it is not empty:
cat config/ava/iot.flag
miio
WLAN config looks good on the robot in /data/config/wifi/ap_config.json
I would like to try last part of https://builder.dontvacuum.me/dreame/cmds.txt, but of course, I do not want to brick my vacuum, especially as the serial console does not seem to work anymore:
rm -rf /data/config/miio/*
reboot
Any comments or recommendations?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions