mirror of https://github.com/arendst/Tasmota.git
Updated SmartPlug with POW (AISIRER, AVATAR) (markdown)
parent
f8fc6bab7d
commit
bb6362d017
|
@ -1,16 +1,15 @@
|
|||
I got few named Smart Plugs on Amazon with same internal parts.
|
||||
|
||||
### AISIRER https://www.amazon.de/dp/B07DGH8Y8S
|
||||
### AVATAR https://www.amazon.de/dp/B07D73S72W
|
||||
Smart Plugs from Amazon with same internal parts:
|
||||
- [AISIRER](https://www.amazon.de/dp/B07DGH8Y8S)
|
||||
- [AVATAR](https://www.amazon.de/dp/B07D73S72W)
|
||||
|
||||
### Device:
|
||||
- solid design with 16A Relais
|
||||
- solid design with 16A Relays
|
||||
- 8 MB memory chip
|
||||
- 2 LEDs
|
||||
- POW function (unfortunately did not test yet, need help)
|
||||
- very small size, easy to disassemble
|
||||
- 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 (relays also works)
|
||||
|
||||
**Disassemble**
|
||||
* take off the lead with 2 screws
|
||||
|
@ -19,15 +18,14 @@ I got few named Smart Plugs on Amazon with same internal parts.
|
|||
* pull of PCB from the case
|
||||
|
||||
**Important build flags.**
|
||||
* in Platformio for tasmota flag change from 1MB to 8MB is needed, otherwise flash fails.
|
||||
|
||||
* 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
|
||||
|
||||
[PCB board] https://drive.google.com/open?id=1ggvDwS6b83ZdMiPbk4BkTA-crqfShJYv
|
||||
[PCB](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)
|
||||
|
@ -45,14 +43,13 @@ Tasmota WEB config (Generic)
|
|||
* GPIO14 - HLWBL CF1
|
||||
* GPIO15- Relais1
|
||||
|
||||
[webconfig] https://drive.google.com/open?id=12ysKDN6wBvdHVVC33qB3a9rpg5mzKCC7
|
||||
[webconfig](https://drive.google.com/open?id=12ysKDN6wBvdHVVC33qB3a9rpg5mzKCC7)
|
||||
|
||||
**IMPORTANT:** in order to have an accurate measurement of Voltage/Current/Power, you have to calibrate the internal meter with a well know load (like lamp or hair dryer). The detailed procedure can be found at https://github.com/arendst/Sonoff-Tasmota/wiki/Power-monitoring-calibration
|
||||
**IMPORTANT:** in order to have an accurate measurement of Voltage/Current/Power, you have to calibrate the internal meter with a well know load (like lamp or hair dryer) using this [detailed procedure](Power-monitoring-calibration).
|
||||
|
||||
## Update from my side
|
||||
I managed to flash two Aisirer plugs using pre build sonoff binaries, since my plugs had only 1M flash. I used 3.3V connected directly to the ESP board. I had some trouble with WLAN connectivity which caused the relais to pulse, so I switched to 2.3.0 core, which seems default again since a few releases. This runs quite well.
|
||||
I managed to flash two Aisirer plugs using pre-compiled sonoff binaries, since my plugs had only 1M flash. I used 3.3V connected directly to the ESP board. I had some trouble with WLAN connectivity which caused the relays to pulse, so I switched to 2.3.0 core, which seems default again since a few releases. This runs quite well.
|
||||
Configure as BlitzWolf SHP(45) Module and also the power measurement is working.
|
||||
|
||||
## Update from nos86
|
||||
I have updated the guide in order to interface tasmota with the power meter inside smart plug (tested only on AISIRER) and added the link for the power monitoring calibration
|
||||
|
||||
I have updated the guide in order to interface Tasmota with the power meter inside smart plug (tested only on AISIRER) and added the link for the power monitoring calibration
|
||||
|
|
Loading…
Reference in New Issue