POW Does not use GPIO1/GPIO3 (Tx/Rx) for power monitoring

Michael Ingraham 2019-08-02 10:58:23 -04:00
parent 0a2fdb840d
commit 661b1a8e15
1 changed files with 4 additions and 6 deletions

@ -21,15 +21,13 @@ Please see the [Hardware Preparation](https://github.com/arendst/Sonoff-Tasmota/
To enter **flash mode**, press down on the button while powering the device.
Note - After the module type is changed to "Sonoff Pow", the serial port is no longer available for entering configuration commands because the serial port is used to communicate to the power measurement chip. Make sure you have set up your network connection before doing this.
## Power Monitoring Calibration
Sonoff Pow might need calibration as correct measurements are influenced by hardware and timing differences. See [Power Monitoring Calibration](https://github.com/arendst/Sonoff-Tasmota/wiki/Power-Monitoring-Calibration)
## Telemetry
The Sonoff Pow can provide Energy, Power, Voltage and Current information in different ways.
The preffered way is using the periodic telemetry data. Default setting ```TelePeriod 300``` will send telemetry data every 5 minutes.<br />
The preferred way is using the periodic telemetry data. Default setting ```TelePeriod 300``` will send telemetry data every 5 minutes.<br />
> If the setting `PowerDelta` (new since version 5.12.0e) is not 0 (default 80%), telemetry will be sent on power change too.
```
@ -71,6 +69,6 @@ For all details see [issue #218](https://github.com/arendst/Sonoff-Tasmota/issue
## Official Sources
* Itead Product Page: http://sonoff.itead.cc/en/products/sonoff/sonoff-pow
* Itead Shop: https://www.itead.cc/sonoff-pow.html
* Itead Wiki: https://www.itead.cc/wiki/Sonoff_Pow
* [Itead Product Page](http://sonoff.itead.cc/en/products/sonoff/sonoff-pow)
* [Itead Shop](https://www.itead.cc/sonoff-pow.html)
* [Itead Wiki](https://www.itead.cc/wiki/Sonoff_Pow)