-
Notifications
You must be signed in to change notification settings - Fork 636
Hardware OBI Euromate Wifi Plug v2
Property | Value |
---|---|
Manufacturer | OBI / Euromate |
Product page | Wifi Stecker Schuko Weiß @ obi.de |
Wiki page | |
Build flag | EUROMATE_WIFI_STECKER_SCHUKO_V2 |
This is the second version of power plugs from obi.de (cf. v1) containing a ESP-WROOM-02. To open the device you need a Y-screw driver bit (~ size 1, screw head is 5 mm in diameter).
You need to solder some wires to the following pins:
Like this (soldering GPIO0 is optional but recommended):
Now connect your USB-to-UART converter (RX to TX, TX to RX, GND to GND, 3V3 to 3V3 (mind issues below)). For flashing you can use the prebuild image espurna-x.x.x-euromate-wifi-stecker-shuko-v2.bin
. After issuing a esptool.py
command you will need to connect GPIO0 to GND, press button S2 and release GPIO0 again. After flashing you will have to press S2 again to restart the device.
The power from my USB-to-UART converter was not enough for the device to boot up. So I applied external 3.3 V (in this case connect only RX, TX and GND to you USB-to-UART converter (no 3V3!)).
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