niceboygithub / AqaraSmartSwitchS1E

Everything about Aqara Smart Switch S1E
Apache License 2.0
123 stars 14 forks source link

How to access cli wirelessly after enabling telnetd #24

Closed yzlnew closed 3 months ago

yzlnew commented 4 months ago

Custom firmware is flashed according to https://github.com/niceboygithub/AqaraSmartSwitchS1E/blob/master/homeassistant/telnet.md . I want to update to a new custom firmware. How can I access the cli without doing that again?

niceboygithub commented 4 months ago

telnet to S11E, the enter the commands '''

cd /tmp && wget -O /tmp/curl "http://master.dl.sourceforge.net/project/aqarahub/binutils/curl?viasf=1" && chmod a+x /tmp/curl /tmp/curl -s -k -L -o /tmp/s1e_update.sh https://raw.githubusercontent.com/niceboygithub/AqaraSmartSwitchS1E/master/firmwares/modified/S1E/s1e_update.sh chmod a+x /tmp/s1e_update.sh && /tmp/s1e_update.sh '''

yzlnew commented 3 months ago

Thanks! I forgot I could telnet its IP directly.