-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SmartPad EM32 Smart Plug Device (#1005)
- Loading branch information
1 parent
2528b3e
commit 49bf21a
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: SmartPad EM32 16A Smart Plug with Energy Metering | ||
date-published: 2025-02-14 | ||
type: plug | ||
standard: global | ||
board: esp32 | ||
project-url: https://github.com/Smartpadza/Device_Configs/blob/main/smartpad-em32-smart-plug.yaml | ||
difficulty: 1 | ||
made-for-esphome: false | ||
--- | ||
|
||
![alt text](SPEM32.webp "SmartPad EM32 16A Smart Plug with Energy Metering") | ||
|
||
Maker: https://smartpad.co.za/ | ||
Product page: https://store.smartpad.co.za/index.php/product/tasmota-16a-smart-plugs-with-energy-monitoring/ | ||
|
||
Available pre-flashed with ESPHome or Tasmota. | ||
|
||
## GPIO Pinout | ||
|
||
| Pin | Function | | ||
| ------ | ---------- | | ||
| GPIO1 | Status LED | | ||
| GPIO20 | Button | | ||
| GPIO4 | Relay | | ||
| GPIO7 | BL0937 CF | | ||
| GPIO3 | BL0937 CF1 | | ||
| GPIO5 | BL0937 SEL | | ||
| GPIO6 | Relay Led | | ||
|
||
## Basic Configuration | ||
|
||
The [Latest configuration](https://github.com/Smartpadza/Device_Configs/blob/main/smartpad-em32-smart-plug.yaml) | ||
can be found on Smartpad South Africas GitHub repo. |