Skip to content

Commit

Permalink
Merge pull request tasmota#614 from curzon01/cmnd-dev
Browse files Browse the repository at this point in the history
Add EnergyReset optional time parameter
  • Loading branch information
blakadder authored Feb 19, 2021
2 parents 3de7250 + 379582a commit ba54eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ CurrentHigh<a class="cmnd" id="currenthigh"></a>|`0` = disable current high thre
CurrentLow<a class="cmnd" id="currentlow"></a>|`0` = disable current low threshold *(default)*<BR>`<value>` = set current low threshold value in milliamps
CurrentSet<a class="cmnd" id="currentset"></a>|`<value>` = [calibrate](Power-Monitoring-Calibration) current to target value in mA
EnergyRes<a class="cmnd" id="energyres"></a>|Energy sensor resolution<BR>`0..5` = maximum number of decimal places
EnergyReset&#60;x><a class="cmnd" id="energyreset"></a>|`0..42500` (for `3`, Total, upper limit is `4250000`) in watt-hours (Wh)<BR>x = `1..5`<BR>`1` `<value>` = ((p)re)set values for Today<BR>`2` `<value>` = ((p)re)set values for Yesterday<BR>`3` `<value>` = ((p)re)set values for Total<BR><BR>`4` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Totals<BR>`5` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Exported
EnergyReset&#60;x><a class="cmnd" id="energyreset"></a>|x = `1..5`<BR>`1` `<value>{,<time>}` = ((p)re)set values<BR>`2` `<value>{,<time>}` = ((p)re)set values for Yesterday<BR>`3` `<value>{,<time>}` = ((p)re)set values for Total<BR>`<value>` = `0..42949672` in watt-hours (Wh)<BR>`<time>` = `0..4294967295` set StartTotalTime time as epoch value<BR><BR>`4` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Totals<BR>`5` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Exported
FreqRes<a class="cmnd" id="freqres"></a>|Frequency sensor resolution<BR>`0..3` = maximum number of decimal places
FrequencySet<a class="cmnd" id="frequencyset"></a>|`<value>` = [calibrate](Power-Monitoring-Calibration) frequency to a target value in Hz
MaxPower<a class="cmnd" id="maxpower"></a>|`0` = disable use maximum power monitoring<BR>`<value>` = set maximum allowed power in watts
Expand Down

0 comments on commit ba54eee

Please sign in to comment.