-
Notifications
You must be signed in to change notification settings - Fork 638
Hardware Zhilde ZLD 44EU W
Property | Value |
---|---|
Manufacturer | Zhilde |
Product page | Manufacturer page |
Wiki page | |
Build flag | ZHILDE_EU44_W |
- Operating Voltage: AC 100~250V
- Rated Current: 10A
- USB Output 5V/4A
- Shell Material: ABS + PC
- Dimensions: L334 * W64 * H40 mm
The hardware is based on Tuya's TYW-E2S ESP8285 WI-FI module, documented in
https://docs.tuya.com/en/hardware/WiFi-module/wifi-e2s-module.html
(in the same website you find documentation for TYW-E1S and TYW-E3S as well)
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 phisically accessing the device again.
The switches are mapped as follows:
- Switch 1 - socket closest to the power cord
- Switch 2 -
- Switch 3 -
- Switch 4 - socket closest to the USB connectors
- Switch 5 - powers/unpowers the USB power supply
The button does not command any of the relays, but it is active on extended/double click keypresses (reboot/reset to factory settings etc).
(none known yet)
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