From LedHed's Wiki
Jump to: navigation, search
(Created page with "== Overview == Some useful command line options for devices running Tasmota firmware == Console == Open the device's webpage, and click the 'Console' button. At the console...")
 
Line 6: Line 6:
 
== Console ==
 
== Console ==
 
Open the device's webpage, and click the 'Console' button. At the console enter your commands. Commands are automatically saved and should survive a reboot.
 
Open the device's webpage, and click the 'Console' button. At the console enter your commands. Commands are automatically saved and should survive a reboot.
 +
 +
== MQTT ==
 +
https://github.com/arendst/Tasmota/wiki/Commands#mqtt
 +
 +
 +
=== Update Interval ===
 +
To set the update interval / frequency at which the devices sends MQTT messages:
 +
TelePeriod 30
 +
''0 = disable telemetry messages''<br>
 +
''1 = reset telemetry period to firmware default (TELE_PERIOD)''<br>
 +
''10..3600 = set telemetry period in seconds (default = 300)''<br>
  
  

Revision as of 20:56, 22 February 2020

Overview

Some useful command line options for devices running Tasmota firmware


Console

Open the device's webpage, and click the 'Console' button. At the console enter your commands. Commands are automatically saved and should survive a reboot.

MQTT

https://github.com/arendst/Tasmota/wiki/Commands#mqtt


Update Interval

To set the update interval / frequency at which the devices sends MQTT messages:

TelePeriod 30

0 = disable telemetry messages
1 = reset telemetry period to firmware default (TELE_PERIOD)
10..3600 = set telemetry period in seconds (default = 300)


SetOptions

https://github.com/arendst/Tasmota/wiki/commands#setoption-overview

Temperature Units

To set temperature units to Fahrenheit:

SetOption8 1


Reference

https://github.com/arendst/Tasmota/wiki/commands