diff --git a/Sonoff-Pow.md b/Sonoff-Pow.md index 6039ac34..1a00e8a3 100644 --- a/Sonoff-Pow.md +++ b/Sonoff-Pow.md @@ -46,7 +46,7 @@ The Sonoff Pow can provide Energy, Power, Voltage and Current information in dif ### Push result using Telemetry 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 @@ -81,4 +81,4 @@ ITEAD published a recall notice for the Sonoff Pow on march 1st 2017. Some units It is, in fact, possible to set a Maximum Power Threshold for the Sonoff Pow. If the power measured by the device exceed the threshold set by the MQTT command MaxPower for a number of seconds set by the command MaxPowerHold the device will remain switched off for MaxPowerWindow seconds (to let it cool down, for example). -For all details see [Issue #218](https://github.com/arendst/Sonoff-Tasmota/issues/218) +For all details see [Issue #218](https://github.com/arendst/Sonoff-Tasmota/issues/218) \ No newline at end of file