mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff Pow and Pow R2 (markdown)
parent
67f519d04b
commit
71cdfb2e2a
|
@ -51,7 +51,9 @@ As an alternative to steps 6-8, if you have a known load connected (e.g. a 60W b
|
|||
The Sonoff Pow can provide Energy, Power, Voltage and Current information in different ways.
|
||||
|
||||
### Push result using Telemetry
|
||||
The preffered way is using the periodic telemetry data. Setting ```teleperiod 300``` will send telemetry data every 5 minutes.
|
||||
The preffered way is using the periodic telemetry data. Setting ```teleperiod 300``` will send telemetry data every 5 minutes.<br />
|
||||
**Note:** If the setting `PowerDelta` (new since version 5.12.0e) is not 0 (default 80%), telemetry will be send on power change too.
|
||||
|
||||
```
|
||||
tele/pow1/SENSOR = {"Time":"2018-02-15T17:37:10","ENERGY":{"Total":7.166,"Yesterday":0.376,"Today":0.113,"Period":1,"Power":38,"Factor":0.96,"Voltage":214,"Current":0.185}}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue