mirko / SonOTA

Flashing Itead Sonoff devices with custom firmware via original OTA mechanism
GNU General Public License v2.0
719 stars 104 forks source link

questions about T1 us 3 ch #156

Closed neomvll closed 5 years ago

neomvll commented 5 years ago

My T1 US come today, but I run to put it in the wall, and now all 3 lights is working like a charm, but I have 2 sonoff RF w/ 2.6 and the connection w/ china servers is a shit. So I want flash my T1(to use on my HassOS) over the air and my questions are:

sillyfrog commented 5 years ago

Glad it worked on one device.

Given it v2.6 firmware, OTA updates won't work (see home page).

To backup the firmware, you'll need to connect serial anyway, see here for how to run a backup via serial. Note you'll need to do this for each device as they firmware is hard coded for the MAC (or similar) on the device: https://github.com/mirko/SonOTA/issues/1#issuecomment-334724811

neomvll commented 5 years ago

Glad it worked on one device.

Given it v2.6 firmware, OTA updates won't work (see home page).

To backup the firmware, you'll need to connect serial anyway, see here for how to run a backup via serial. Note you'll need to do this for each device as they firmware is hard coded for the MAC (or similar) on the device: #1 (comment)

Thanks for replay :) The 2.6 firmware is on my sonoff RF, so I lost it, but my question is about T1 with 2.0.1: Can I flash over the air my T1 when it is installed(and working in my wall) or I need desconnect all lights to do this??

sillyfrog commented 5 years ago

You should be able to do it with the lights connected - they'll likely flash a few times during the process - but the actual firmware stage won't care if something is connected or not (as it's just controlling a relay).

Good luck!