Skip to content

Commit 8c6d368

Browse files
authored
Release v2.2.0
2 parents cee07b8 + 4aa350c commit 8c6d368

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ It will destroy your ability to undo and go back to the original firmware
7474
BE SURE THE FIRMWARE FITS YOUR DEVICE!
7575
1. Place or link your binary file to ./files/thirdparty.bin.
7676

77-
Currently a Tasmota [v6.5.0](https://github.com/arendst/Sonoff-Tasmota/releases/tag/v6.5.0) `sonoff-basic.bin` build is included. In this Tasmota firmware variant, many features and most sensors are disabled. Tasmota strongly recommendeds to update to a [current version](http://thehackbox.org/tasmota) of a "full featured" variant (e.g., `sonoff.bin`). This can be accomplished via OTA after the Tuya-Convert process completes successfully. Please note that while we include this for your convenience, we are not affliated with the Tasmota project and cannot provide support for post installation issues. Please refer to [the respective project](https://github.com/arendst/Sonoff-Tasmota) for configuration and support.
77+
Currently a Tasmota [v7.0.0.3](https://github.com/arendst/Tasmota/releases) `tasmota-wifiman.bin` build is included. You can update to a [current version](http://thehackbox.org/tasmota) via OTA after the Tuya-Convert process completes successfully. Please note that while we include this for your convenience, we are not affiliated with the Tasmota project and cannot provide support for post installation issues. Please refer to [the respective project](https://github.com/arendst/Tasmota) for configuration and support.
7878

7979
An ESPurna [1.13.5](https://github.com/xoseperez/espurna/releases/tag/1.13.5) binary is also included (`espurna-base.bin`). Like before, the binary included does not have any specific hardware defined. Once flashed using Tuya-Convert you can update to the device-specific version via any of the means that ESPurna provides (OTA, web interface update, update via telnet or MQTT). Please refer to the [ESPurna project page](http://espurna.io) for more info and support.
8080

@@ -92,9 +92,9 @@ BE SURE THE FIRMWARE FITS YOUR DEVICE!
9292

9393
3. Initial Configuration
9494

95-
If you flashed the included Tasmota firmware file, it will broadcast a `sonoff-xxxx` access point (AP) when the device boots. Connect to this AP and open the browser to 192.168.4.1 to configure the device's Wi-Fi credentials. When entering the Wi-Fi password, click the checkbox to view the password you enter to ensure that it is correct and that your mobile device has not inadvertently capitalized the first letter if it is supposed to be lower case nor autocorrected what you entered. ~~Double~~ **Triple check the Wi-Fi credentials** before clicking **Save** to apply the settings.
95+
If you flashed the included Tasmota firmware file, it will broadcast a `tasmota-xxxx` access point (AP) when the device boots. Connect to this AP and open the browser to 192.168.4.1 to configure the device's Wi-Fi credentials. When entering the Wi-Fi password, click the checkbox to view the password you enter to ensure that it is correct and that your mobile device has not inadvertently capitalized the first letter if it is supposed to be lower case nor autocorrected what you entered. ~~Double~~ **Triple check the Wi-Fi credentials** before clicking **Save** to apply the settings.
9696

97-
If you flashed the included ESPurna fimaware file, the procedure will be very similar. The device will broadcast a `ESPURNA-XXXXXX` access point. You will have to connect to it using the default password: `fibonacci`. Once connected open the browser to 192.168.4.1 and follow the initial configuration instructions. Then go to the WIFI tab and configure your home WiFi connection (remember to save) or go to the ADMIN tab to upgrade the firmware to the device-specific image.
97+
If you flashed the included ESPurna firmware file, the procedure will be very similar. The device will broadcast a `ESPURNA-XXXXXX` access point. You will have to connect to it using the default password: `fibonacci`. Once connected open the browser to 192.168.4.1 and follow the initial configuration instructions. Then go to the WIFI tab and configure your home WiFi connection (remember to save) or go to the ADMIN tab to upgrade the firmware to the device-specific image.
9898

9999
## CONTRIBUTING
100100

files/sonoff-basic.bin

-432 KB
Binary file not shown.

files/thirdparty.bin

45.1 KB
Binary file not shown.

files/upgrade.bin

-704 Bytes
Binary file not shown.

files/user2.bin

-352 Bytes
Binary file not shown.

scripts/fake-registration-server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def post(self):
146146
elif(".active" in a):
147147
print("Answer s.gw.dev.pk.active")
148148
# first try extended schema, otherwise minimal schema
149-
schema_key_count = 1 if gwId in self.activated_ids else 10
149+
schema_key_count = 1 if gwId in self.activated_ids else 20
150150
# record that this gwId has been seen
151151
self.activated_ids[gwId] = True
152152
schema = jsonstr([

start_flash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ echo "3. Flash a third party firmware to the device"
9696
echo "BE SURE THE FIRMWARE FITS THE DEVICE AND USES THE CORRECT FLASH MODE!"
9797
echo "MAXIMUM SIZE IS 512KB"
9898
echo "put or link it to ./files/thirdparty.bin"
99-
echo "A basic build of Sonoff-Tasmota v6.5.0 is already included in this repository."
99+
echo "A build of Tasmota v7.0.0.3 is already included in this repository."
100100
echo " # curl http://10.42.42.42/flash3"
101101
echo "If you want to flash the included ESPurna 1.13.5 image use this command:"
102102
echo " # curl http://10.42.42.42/flash3?url=http://10.42.42.1/files/espurna-base.bin"

0 commit comments

Comments
 (0)