-
Notifications
You must be signed in to change notification settings - Fork 638
Hardware Zhilde ZLD 64EU W
Max Prokhorov edited this page Sep 4, 2020
·
2 revisions
Property | Value |
---|---|
Build flag | ZHILDE_64EU_W |
Build env | zhilde-64eu-w |
- Operating Voltage: AC 100~240V 50/60Hz
- Rated Current: 10A (2400W)
- USB Output 5V/6A (2.4A max per port)
The hardware is based on Tuya's TYW-E2S ESP8285 WI-FI module
Unfortunately the TYM-E2S does not expose GPIO0 on the edge connector. This pin is required to be strapped to ground to put the ESP8266/85 in bootstrap mode.
There is a test pad on the back of the device which needs to be temporary shorted to ground during programming. The other required pins are all available on the edge connector on the side with VCC and GND.
Note that once the espurna firmware is onboard, updates and changes can be done with the OTA feature of the firmware without physically accessing the device again.
The switches are mapped as follows:
- Switch 1 - 3 left sockets
- Switch 2 - 3 right sockets
- Switch 3 - all 4 USB sockets
The button does nothing.
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