mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
1de7cb2b9e
commit
37a1692f2d
|
@ -308,7 +308,7 @@ CurrentHigh<a id="CurrentHigh"></a>|`0` = disable current high threshold *(defau
|
|||
CurrentLow<a id="CurrentLow"></a>|`0` = disable current low threshold *(default)*<BR>`<value>` = set current low threshold value in milliamps
|
||||
CurrentSet<a id="CurrentSet"></a>|**5.12.0**<BR>`<value>` = [calibrate](power-monitoring-calibration) current to target value in mA
|
||||
EnergyRes<a id="EnergyRes"></a>|Energy sensor resolution<BR>`0..5` = maximum number of decimal places
|
||||
EnergyReset\<x><a id="EnergyReset"></a>|`0..42500` (for `3`, Total, upper limit is `4250000`) in 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>**6.6.0.13**<BR>`4` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Totals<BR>**6.6.0.13**<BR>`5` `<standard>`{,`<off-peak>`} = ((p)re)set tariff period values for Exported
|
||||
EnergyReset\<x><a id="EnergyReset"></a>|`0..42500` (for `3`, Total, upper limit is `4250000`) in 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>**6.6.0.13**<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 id="FreqRes"></a>|**6.2.1.3**<BR>Frequency sensor resolution<BR>`0..3` = maximum number of decimal places
|
||||
FrequencySet<a id="FrequencySet"></a>|**6.2.1.6**<BR>`<value>` = [calibrate](power-monitoring-calibration) frequency to a target value in Hz
|
||||
MaxPower<a id="MaxPower"></a>|`0` - disable use maximum power monitoring<BR>`<value>` = set maximum allowed power in W
|
||||
|
@ -320,7 +320,7 @@ PowerHigh<a id="PowerHigh"></a>|`0` = disable power high threshold *(default)*<B
|
|||
PowerLow<a id="PowerLow"></a>|`0` = disable power low threshold *(default)*<BR>`<value>` = set power low threshold value in W to send an MQTT telemetry message
|
||||
PowerSet<a id="PowerSet"></a>|**5.12.0**<BR>`<value>` = [calibrate](power-monitoring-calibration) power to a target value in W
|
||||
Status<a id="Status"></a>|`8` = show power usage<BR>`9` = show power thresholds
|
||||
Tariff\<x><a id="Tariff"></a>|**6.6.0.12**<BR>P1 Smart Meter tariff configuration<BR>`<hour>` = `0..23`<BR>**6.6.0.14**<BR>`<hour>` = `0..23` or<BR>`<minutes>` = `0..1439` or<BR>`<time>` = `00:00..23:59`<BR>x = `1..2, 9`<BR>`1` `STD,DST` Start hours (STD & DST) for off-peak tariff<BR>`2` `STD,DST` End hours (STD & DST) for off-peak tariff<BR>`9` `0/1`<BR> `0` = use Start/End hours also on weekends.<BR> `1` = use off-peak tariff all weekend.<BR>If both tariff1 STD and tariff2 STD are equal all tariffs are disabled.
|
||||
Tariff\<x><a id="Tariff"></a>|P1 Smart Meter tariff configuration<BR>**6.6.0.12**<BR>`<hour>` = `0..23`<BR>**6.6.0.14**<BR>`<hour>` = `0..23` or<BR>`<time>` = `00:00..23:59` or<BR>`<minutes>` = `0..1439`<BR>x = `1, 2, 9`<BR>`1` `STD,DST` Start time (STD & DST) for off-peak tariff<BR>`2` `STD,DST` End time (STD & DST) for off-peak tariff<BR>`9` `0/1`<BR> `0` = use Start/End times also on weekends.<BR> `1` = use off-peak tariff all weekend.<BR>If both `Tariff1` STD and `Tariff2` STD are equal, all tariffs are disabled.
|
||||
VoltageHigh<a id="VoltageHigh"></a>|`0` = disable voltage high threshold *(default)*<BR>`<value>` = set voltage high threshold value in V
|
||||
VoltageLow<a id="VoltageLow"></a>|`0` = disable voltage low threshold *(default)*<BR>`<value>` = set voltage low threshold value in V
|
||||
VoltageSet<a id="VoltageSet"></a>|**5.12.0**<BR>`<value>` = [calibrate](power-monitoring-calibration) voltage to a target value in V
|
||||
|
|
Loading…
Reference in New Issue