mirror of https://github.com/arendst/Tasmota.git
Remove wrong loglevel 5
parent
18c3927d43
commit
2c6f132a0e
|
@ -142,7 +142,7 @@ LogHost<a id="LogHost"></a>|`1`= reset [syslog](https://www.sigmdel.ca/michel/ha
|
||||||
LogPort<a id="LogPort"></a>|`1`= reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) port to firmware default (`SYS_LOG_PORT`)<BR>`2..32766` = set syslog port
|
LogPort<a id="LogPort"></a>|`1`= reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) port to firmware default (`SYS_LOG_PORT`)<BR>`2..32766` = set syslog port
|
||||||
Modules<a id="Modules"></a>|Show available modules by name and index
|
Modules<a id="Modules"></a>|Show available modules by name and index
|
||||||
Module<a id="Module"></a>|Displays active module by name and index<BR>`<x>` = switch to Module\<x\> and restart
|
Module<a id="Module"></a>|Displays active module by name and index<BR>`<x>` = switch to Module\<x\> and restart
|
||||||
MqttLog<a id="MqttLog"></a>|`0` = disable logging via MQTT *(default)*<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages
|
MqttLog<a id="MqttLog"></a>|`0` = disable logging via MQTT *(default)*<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug
|
||||||
NtpServer\<x\><a id="NtpServer"></a>|NTP server setup (x= `1..3`)<BR>`0` = clear NtpServer\<x\> settings<BR>`1` = reset NtpServer\<x\> settings to firmware defaults<BR>`<value>` = set NtpServer\<x\> host or IP address (32 char limit)
|
NtpServer\<x\><a id="NtpServer"></a>|NTP server setup (x= `1..3`)<BR>`0` = clear NtpServer\<x\> settings<BR>`1` = reset NtpServer\<x\> settings to firmware defaults<BR>`<value>` = set NtpServer\<x\> host or IP address (32 char limit)
|
||||||
OtaUrl<a id="OtaUrl"></a>|Display current OTA URL<BR> `1` = Reset OtaUrl to firmware default<BR> `url` = set address for OTA (100 char limit)
|
OtaUrl<a id="OtaUrl"></a>|Display current OTA URL<BR> `1` = Reset OtaUrl to firmware default<BR> `url` = set address for OTA (100 char limit)
|
||||||
Pwm\<x\><a id="Pwm"></a>|`0..1023` = set PWM value for channel
|
Pwm\<x\><a id="Pwm"></a>|`0..1023` = set PWM value for channel
|
||||||
|
@ -151,11 +151,11 @@ PwmRange<a id="PwmRange"></a>|`1` = reset maximum PWM range to 1023<BR>`255..102
|
||||||
Reset<a id="Reset"></a>|`1` = reset device settings to firmware defaults and restart<BR>`2` = erase flash, reset device settings to firmware defaults and restart<BR> `3` = erase flash SDK parameters and restart<BR>**6.3.0**<BR> `4` = reset device settings to firmware defaults but retain Wi-Fi credentials and restart<BR> `5` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi settings and restart<BR>`6` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi and MQTT settings and restart<BR>*(Erase of flash can take a few seconds to complete and there is no output during the erase process on the serial or web console)*<BR>**6.6.0.10**<BR>`99` = reset device bootcount to zero
|
Reset<a id="Reset"></a>|`1` = reset device settings to firmware defaults and restart<BR>`2` = erase flash, reset device settings to firmware defaults and restart<BR> `3` = erase flash SDK parameters and restart<BR>**6.3.0**<BR> `4` = reset device settings to firmware defaults but retain Wi-Fi credentials and restart<BR> `5` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi settings and restart<BR>`6` = erase all flash and reset parameters to firmware defaults but keep Wi-Fi and MQTT settings and restart<BR>*(Erase of flash can take a few seconds to complete and there is no output during the erase process on the serial or web console)*<BR>**6.6.0.10**<BR>`99` = reset device bootcount to zero
|
||||||
Restart<a id="Restart"></a>|`1` = restart device<BR>`99` = force restart device without configuration save
|
Restart<a id="Restart"></a>|`1` = restart device<BR>`99` = force restart device without configuration save
|
||||||
SaveData<a id="SaveData"></a>|`0` = save parameter changes only manually<BR>`1` = save parameter changes every second *(default)*<BR>`2..3600`= save parameter changes every x second
|
SaveData<a id="SaveData"></a>|`0` = save parameter changes only manually<BR>`1` = save parameter changes every second *(default)*<BR>`2..3600`= save parameter changes every x second
|
||||||
SerialLog<a id="SerialLog"></a>|Disable hardware serial bridge and<BR>`0` = disable serial logging<BR> `1` = show only error messages<BR> `2` = show error and info messages *(default)*<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages<BR>Unless explicitly set by a command (e.g., user input in the Console, a System#Boot triggered rule), `SerialLog` will be disabled automatically 10 minutes after the device reboots.
|
SerialLog<a id="SerialLog"></a>|Disable hardware serial bridge and<BR>`0` = disable serial logging<BR> `1` = show only error messages<BR> `2` = show error and info messages *(default)*<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR> `SerialLog` will be disabled automatically 10 minutes after the device reboots.
|
||||||
Sleep<a id="Sleep"></a>|`0` = turn sleep off<BR>`1..250` = set sleep duration in milliseconds to enable [energy saving](energy-saving) *(default = `50`)*
|
Sleep<a id="Sleep"></a>|`0` = turn sleep off<BR>`1..250` = set sleep duration in milliseconds to enable [energy saving](energy-saving) *(default = `50`)*
|
||||||
State<a id="State"></a>|**5.12.0**<BR>Display current device state and publish to `%prefix%/%topic%/RESULT` topic
|
State<a id="State"></a>|**5.12.0**<BR>Display current device state and publish to `%prefix%/%topic%/RESULT` topic
|
||||||
Status<a id="Status"></a>|` ` = show abbreviated [status information](JSON-Status-Responses#basic-response)<BR>`0` = show all status information (1 - 11)<BR>`1` = show device parameters information<BR>`2` = show firmware information<BR>`3` = show logging and telemetry information<BR>`4` = show memory information<BR>`5` = show network information<BR>`6` = show MQTT information<BR>`7` = show time information<BR>`8` = show connected sensor information<BR>`9` = show power thresholds *(only on modules with power monitoring)*<BR>`10` = same as `Status 8` *(retained for backwards compatibility)*<BR>`11` = show information equal to [`TelePeriod`](#teleperiod) state message
|
Status<a id="Status"></a>|` ` = show abbreviated [status information](JSON-Status-Responses#basic-response)<BR>`0` = show all status information (1 - 11)<BR>`1` = show device parameters information<BR>`2` = show firmware information<BR>`3` = show logging and telemetry information<BR>`4` = show memory information<BR>`5` = show network information<BR>`6` = show MQTT information<BR>`7` = show time information<BR>`8` = show connected sensor information<BR>`9` = show power thresholds *(only on modules with power monitoring)*<BR>`10` = same as `Status 8` *(retained for backwards compatibility)*<BR>`11` = show information equal to [`TelePeriod`](#teleperiod) state message
|
||||||
SysLog<a id="SysLog"></a>|`0` = disable syslog logging *(default)*<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages
|
SysLog<a id="SysLog"></a>|`0` = disable syslog logging *(default)*<BR> `1` = show only error messages<BR> `2` = show error and info messages<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>
|
||||||
Template<a id="Template"></a>|**6.5.0**<BR>Show current [Template](Templates)<BR>`0` = create template from active module<BR>`1..71` = create template from a supported module<BR>`255` = merge current module and template settings into new template<BR>`{ ... }` = store template in a [JSON payload](Templates#explanation-of-template-properties)<BR>After setting a template using this command, you can activate the template by selection Module `0`, i.e., send the command `Module 0`
|
Template<a id="Template"></a>|**6.5.0**<BR>Show current [Template](Templates)<BR>`0` = create template from active module<BR>`1..71` = create template from a supported module<BR>`255` = merge current module and template settings into new template<BR>`{ ... }` = store template in a [JSON payload](Templates#explanation-of-template-properties)<BR>After setting a template using this command, you can activate the template by selection Module `0`, i.e., send the command `Module 0`
|
||||||
Time<a id="Time"></a>|**6.6.0.1**<BR>`0` = enable NTP *(default)*<BR>**6.6.0.10**<BR>`1` = format JSON message timestamp in ISO format<BR>`2` = format JSON message timestamp in both ISO and Epoch format<BR>`3` = format JSON message timestamp in Epoch format<BR>**6.6.0.1**<BR>`<value>` = disable NTP and set UTC time as epoch value if greater than `1451602800` (January 1, 2016)
|
Time<a id="Time"></a>|**6.6.0.1**<BR>`0` = enable NTP *(default)*<BR>**6.6.0.10**<BR>`1` = format JSON message timestamp in ISO format<BR>`2` = format JSON message timestamp in both ISO and Epoch format<BR>`3` = format JSON message timestamp in Epoch format<BR>**6.6.0.1**<BR>`<value>` = disable NTP and set UTC time as epoch value if greater than `1451602800` (January 1, 2016)
|
||||||
TimeSTD<BR>TimeDST<a id="TimeSTD"></a><a id="TimeDST"></a>|**5.14.0**<BR>Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)<BR>`0` = reset parameters to firmware defaults<BR>`H`,`W`,`M`,`D`,`h`,`T`<BR> `H` = hemisphere (`0` = northern hemisphere / `1` = southern hemisphere)<BR> `W` = week (`0` = last week of month, `1..4` = first .. fourth)<BR> `M` = month (`1..12`)<BR> `D` = day of week (`1..7` `1` = sunday `7` = saturday)<BR> `h` = hour (`0..23`)<BR> `T` = timezone (`-780..780`) (offset from UTC in **MINUTES** - 780min/60min=13hrs)<BR>_Example:_ `TIMEDST 1,1,10,1,2,660`
|
TimeSTD<BR>TimeDST<a id="TimeSTD"></a><a id="TimeDST"></a>|**5.14.0**<BR>Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)<BR>`0` = reset parameters to firmware defaults<BR>`H`,`W`,`M`,`D`,`h`,`T`<BR> `H` = hemisphere (`0` = northern hemisphere / `1` = southern hemisphere)<BR> `W` = week (`0` = last week of month, `1..4` = first .. fourth)<BR> `M` = month (`1..12`)<BR> `D` = day of week (`1..7` `1` = sunday `7` = saturday)<BR> `h` = hour (`0..23`)<BR> `T` = timezone (`-780..780`) (offset from UTC in **MINUTES** - 780min/60min=13hrs)<BR>_Example:_ `TIMEDST 1,1,10,1,2,660`
|
||||||
|
@ -163,7 +163,7 @@ Timezone<a id="Timezone"></a>|`-13..13` = set timezone offset from UTC in **HOUR
|
||||||
TuyaMCU<a id="TuyaMCU"></a>|**6.6.0.10**<BR> `<functionId>,<dpId>`<BR>Set TuyaMCU FunctionId and DpId mapping<BR>Details for FunctionId and DpId provided [here](TuyaMCU)
|
TuyaMCU<a id="TuyaMCU"></a>|**6.6.0.10**<BR> `<functionId>,<dpId>`<BR>Set TuyaMCU FunctionId and DpId mapping<BR>Details for FunctionId and DpId provided [here](TuyaMCU)
|
||||||
Upgrade<a id="Upgrade"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
Upgrade<a id="Upgrade"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||||
Upload<a id="Upload"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
Upload<a id="Upload"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||||
WebLog<a id="WebLog"></a>|`0` = disable web logging<BR> `1` = show only error messages<BR> `2` = show error and info messages *(default)*<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>`5` = show all messages
|
WebLog<a id="WebLog"></a>|`0` = disable web logging<BR> `1` = show only error messages<BR> `2` = show error and info messages *(default)*<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages<BR>
|
||||||
See also|[`SetOption68`](#Setoption68) - PWM Channel control
|
See also|[`SetOption68`](#Setoption68) - PWM Channel control
|
||||||
|
|
||||||
### [Wi-Fi](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk)
|
### [Wi-Fi](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk)
|
||||||
|
|
Loading…
Reference in New Issue