mirror of https://github.com/arendst/Tasmota.git
Topic changed from ENERGY to SENSOR
parent
efae55f8c1
commit
a900f55618
|
@ -46,7 +46,7 @@ The Sonoff Pow can provide Energy, Power, Voltage and Current information in dif
|
||||||
### Push result using Telemetry
|
### 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.
|
||||||
```
|
```
|
||||||
tele/pow1/ENERGY = {"Time":"2017-09-12T10:32:07", "Total":5.331, "Yesterday":0.152, "Today":0.067, "Period":0.5, "Power":6.1, "Factor":0.43, "Voltage":223.7, "Current":0.063}
|
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}}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pull result using status message 8
|
### Pull result using status message 8
|
||||||
|
|
Loading…
Reference in New Issue