-
Notifications
You must be signed in to change notification settings - Fork 637
Hardware Twakie Smart Plug
I came across this smart plug on amazon UK. They support power monitoring and has 2 USB port with 2.1 Amps each (total 4.2 amps). I bought a couple to test them and they seem to be rebadged sonoff s31 plugs but include Dual USB ports. They use Chipsea CSE7759B chip for power monitoring though , See pictures.
Stock firmware on these devices is 1.1.0 and Firmware ID - PSF-B67-GL.
I tried to flash them using SONota method but failed, I have now managed to flash them now using UART ( I used Raspberry Pi 1 ) with prebuilt Sonoff s31 image from espurna ( espurna-1.14.1-itead-sonoff-s31.bin ) and they seem to be working fine.
The only thing I have noticed is that firmware reports the power monitoring chip as CSE7766 but the actual chip is CSE7759B. However, power monitoring reading seems to be accurate as I compared with the flashed and non-flashed plug on the same circuit.
image::https://user-images.githubusercontent.com/35870635/73137602-d9deb000-4051-11ea-83b5-88a7af09a095.jpg[Image1] image::https://user-images.githubusercontent.com/35870635/73137604-dc410a00-4051-11ea-9eed-b8a5fd87672b.jpg[Image2] image::https://user-images.githubusercontent.com/35870635/73137605-dea36400-4051-11ea-93ce-f00f6a1d1c2e.jpg[Image3] image::https://user-images.githubusercontent.com/35870635/73137606-e105be00-4051-11ea-8472-5309caf408c6.jpg[Image4] image::https://user-images.githubusercontent.com/35870635/73137607-e3681800-4051-11ea-8b13-7b56df90b086.jpg[Image5] image::https://user-images.githubusercontent.com/35870635/73137608-e4994500-4051-11ea-8bbb-d56c30c844d0.jpg[Image6] image::https://user-images.githubusercontent.com/35870635/73137609-e5ca7200-4051-11ea-9707-7b2f6cbea7ea.jpg[Image7] image::https://user-images.githubusercontent.com/35870635/73137610-e6fb9f00-4051-11ea-934b-2f7bfe082271.jpg[Image8] image::https://user-images.githubusercontent.com/35870635/73137611-e8c56280-4051-11ea-892e-d1e9ce59aa77.jpg[Image9] image::https://user-images.githubusercontent.com/35870635/73137612-e9f68f80-4051-11ea-9f35-de675c3c04e3.JPG[Image10] image::https://user-images.githubusercontent.com/35870635/73137613-ebc05300-4051-11ea-8cc9-926d4032f0dd.jpg[Image11]
If you're looking for support:
- Issues: this is the most dynamic channel at the moment, you might find an answer to your question by searching open or closed issues.
- Wiki pages: might not be as up-to-date as we all would like (hey, you can also contribute in the documentation!).
- Gitter channel: you have better chances to get fast answers from project contributors or other ESPurna users. (also available with any Matrix client!)
- Issue a question: as a last resort, you can open new question issue on GitHub. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
- Backup the stock firmware
- Flash a pre-built binary image
- Flash a virgin Itead Sonoff device without opening
- Flash TUYA-based device without opening
- Flash Shelly device without opening
- Using PlatformIO
- from Visual Studio Code
- Using Arduino IDE
- Build the Web Interface
- Over-the-air updates
- Two-step updates
- ESPurna OTA Manager
- NoFUSS
- Troubleshooting
- MQTT
- REST API
- Domoticz
- Home Assistant
- InfluxDB
- Prometheus metrics
- Thingspeak
- Alexa
- Google Home
- Architecture
- 3rd Party Plugins
- Coding style
- Pull Requests