mirror of https://github.com/arendst/Tasmota.git
Updated SmartPlug with POW (AISIRER, AVATAR) (markdown)
parent
dc64e1f8b0
commit
a11122acd3
|
@ -1,34 +1,41 @@
|
||||||
I got few named Smart Plugs on Amazon with same internal parts.
|
I got few named Smart Plugs on Amazon with same internal parts.
|
||||||
|
|
||||||
AISIRER https://www.amazon.de/dp/B07DGH8Y8S
|
### AISIRER https://www.amazon.de/dp/B07DGH8Y8S
|
||||||
AVATAR https://www.amazon.de/dp/B07D73S72W
|
### AVATAR https://www.amazon.de/dp/B07D73S72W
|
||||||
|
|
||||||
Nice of the device:
|
### Device:
|
||||||
- solid design with 16A Relais
|
- solid design with 16A Relais
|
||||||
|
- 8 MB memory chip
|
||||||
- 2 LEDs
|
- 2 LEDs
|
||||||
- POW function (unfortunately did not test yet, need help)
|
- POW function (unfortunately did not test yet, need help)
|
||||||
- very small size, easy to disassemble
|
- very small size, easy to disassemble
|
||||||
- no need to disassemble PCBs
|
- no need to disassemble PCBs
|
||||||
- test mode works with 5 or 3.3 V (relais also works)
|
- test mode works with 5 or 3.3 V (relais also works)
|
||||||
|
|
||||||
|
**Important build flags.**
|
||||||
|
* in Platformio for tasmota flag change from 1MB to 8MB is needed, otherwise flash fails.
|
||||||
|
|
||||||
|
build_flags = ${esp82xx_defaults.build_flags} -Wl,-Teagle.flash.8m.ld
|
||||||
|
* in Arduino IDE:
|
||||||
|
|
||||||
|
board selected - "Node MCU 1.0", standard
|
||||||
Found how some of PINS are linked to main PCB and are easy to connect for flashing
|
Found how some of PINS are linked to main PCB and are easy to connect for flashing
|
||||||
|
|
||||||
I've decided to use 5V - there is a covered with color pad on the PCB, clean it and attach 5V (see image)
|
[PCB board] https://drive.google.com/open?id=1ggvDwS6b83ZdMiPbk4BkTA-crqfShJYv
|
||||||
|
|
||||||
![PCB board](https://drive.google.com/open?id=1ggvDwS6b83ZdMiPbk4BkTA-crqfShJYv)
|
### Flashing:
|
||||||
|
I've decided to use 5V - there is a painted pad on the PCB, clean it and attach 5V (see image)
|
||||||
Flashing:
|
* Connect GPIO0 to GND
|
||||||
Connect GPIO0 to GND
|
* Connect RX, TX
|
||||||
Connect RX, TX
|
* Connect 5V and GND
|
||||||
Connect 5V and GND
|
* Connect USB to PC, start flashing
|
||||||
Connect USB to PC, start flashing
|
|
||||||
|
|
||||||
IMPORTANT: need your help to configure properly POW module, contact me at v.denegin@gmail.com
|
|
||||||
|
|
||||||
Tasmota WEB config (Generic)
|
Tasmota WEB config (Generic)
|
||||||
GPIO0 - Led1i
|
* GPIO0 - Led1i
|
||||||
GPIO2 - Led2i
|
* GPIO2 - Led2i
|
||||||
GPIO13 - Button1
|
* GPIO13 - Button1
|
||||||
GPIO15- Relais1
|
* GPIO15- Relais1
|
||||||
|
|
||||||
![webconfig](https://drive.google.com/open?id=12ysKDN6wBvdHVVC33qB3a9rpg5mzKCC7)
|
[webconfig] https://drive.google.com/open?id=12ysKDN6wBvdHVVC33qB3a9rpg5mzKCC7
|
||||||
|
|
||||||
|
**IMPORTANT:** need your help to configure properly POW module, contact me at v.denegin@gmail.com
|
||||||
|
|
Loading…
Reference in New Issue