Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Sensor44<a class="cmnd" id="sensor44"></a>|See [SPS30](SPS30)
Sensor50<a class="cmnd" id="sensor50"></a>|[PAJ7620](PAJ7620) gesture sensor<BR>`0` = sensor muted, no readings in Tasmota<BR>`1`= gesture mode<BR>`2` = proximity mode<BR>`3` = corner mode<br>`4` = PIN mode<br>`5` = cursor mode
Sensor52<a class="cmnd" id="sensor52"></a>|iBeacon driver with [HM10](HM-10) or [HM17/HM16](HM-17)<BR>`1` and `2` = required only once to initialize the module <BR>`u<x>` = sets update interval in seconds (scan tags every <x\> seconds) _(default = 10)_<BR>`t<x>` = set timeout interval in seconds (send RSSI=0 if tag is not detected after <x\> seconds) _(default = 30)_<BR>`d1` = enable debug mode (shows all serial traffic in console)<BR>`d0` = disable debug mode_(default = 30)_<BR>`c` = clears iBeacon list<BR>`s AT+<command>` = send native AT commands
Sensor53<a class="cmnd" id="sensor53"></a>|[Smart Meter Interface](Smart-Meter-Interface)<BR>`r` = reset the driver with a new descriptor specified with the Tasmota [Scripting](Scripting-Language) language.<BR>`c<x> <value>` = preset counter (x = `1..5`) to `value` when the driver is set to counter mode<BR>`d<x>` = disable data decoding and dump meter (x = `1..5`) data to the Console. This is used to decipher the meter's data format to define the variable encoding in the meter's descriptor.<BR>`d0` = disable data dump mode and revert to decoding mode.<BR>`l<x>` = monitor the serial activity at a GPIO with a connected LED. x = GPIO of the LED.<BR>`l255` = disable monitoring (default)<BR>`m<x>` = serial meter number (x = `1..5`) to be monitored<BR>`m0` = monitor all serial meters (default)
Sensor54<a class="cmnd" id="sensor54"></a>|INA226 Current Sensor<BR>`1` = rescan for devices and return the number found, when full scale current has been per channel.<BR>`2` = save the configuration and restart<BR>`10` = return channel 1 shunt resistance, full scale current and full scale voltage<BR>`11 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`12 <current>` = set INA226 channel 1 full scale <current> in amperes, floating point<BR>`13 <voltage>` = set INA226 channel 1 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`20` = return channel 2 shunt resistance and full scale current<BR>`21 <resistance>` = set INA226 channel 2 shunt <resistance> in ohms, floating point<BR>`22 <current>` = set INA226 channel 2 full scale <current> in amperes, floating point<BR>`23 <voltage>` = set INA226 channel 2 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`30` = return channel 3 shunt resistance and full scale current<BR>`31 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`32 <current>` = set INA226 channel 3 full scale <current> in amperes, floating point<BR>`33 <voltage>` = set INA226 channel 3 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`40` = return channel 4 shunt resistance and full scale current<BR>`41 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`42 <current>` = set INA226 channel 4 full scale <current> in amperes, floating point<BR>`43 <voltage>` = set INA226 channel 4 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)
Sensor54<a class="cmnd" id="sensor54"></a>|INA226 Current Sensor<BR>`1` = rescan for devices and return the number found, when full scale current has been per channel.<BR>`2` = save the configuration and restart<BR>`10` = return channel 1 (I2C address 0x40) shunt resistance, full scale current and full scale voltage<BR>`11 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`12 <current>` = set INA226 channel 1 full scale <current> in amperes, floating point<BR>`13 <voltage>` = set INA226 channel 1 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`20` = return channel 2 (I2C address 0x41) shunt resistance and full scale current<BR>`21 <resistance>` = set INA226 channel 2 shunt <resistance> in ohms, floating point<BR>`22 <current>` = set INA226 channel 2 full scale <current> in amperes, floating point<BR>`23 <voltage>` = set INA226 channel 2 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`30` = return channel 3 (I2C address 0x44) shunt resistance and full scale current<BR>`31 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`32 <current>` = set INA226 channel 3 full scale <current> in amperes, floating point<BR>`33 <voltage>` = set INA226 channel 3 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)<BR>`40` = return channel 4 (I2C address 0x45) shunt resistance and full scale current<BR>`41 <resistance>` = set INA226 channel 1 shunt <resistance> in ohms, floating point<BR>`42 <current>` = set INA226 channel 4 full scale <current> in amperes, floating point<BR>`43 <voltage>` = set INA226 channel 4 full scale <voltage> in volts, floating point (defaults to 40.96v, not persistent, must be set at boot)
Sensor60<a class="cmnd" id="sensor60"></a>|GPS<BR>`0` = write to all available sectors, then restart and overwrite the older ones<BR>`1` = write to all available sectors, then restart and overwrite the older ones<BR>`2` = filter out horizontal drift noise<BR>`3` = turn off noise filter<BR>`4` = start recording, new data will be appended<BR>`5` = start new recording, old data will lost<BR>`6` = stop recording, download link will be visible in webUI<BR>`7` = send mqtt on new position + TELE _(consider to set TELE to a very high value)_<BR>`8` = only TELE message<BR>`9` = start NTP server<BR>`10` = deactivate NTP server<BR>`11` = force update of Tasmota-system-UTC with every new GPS-time-message<BR>`12` = do not update of Tasmota-system-UTC with every new GPS-time-message<BR>`13` = set latitude and longitude in settings<BR>`14` = open virtual serial port over TCP, usable for u-center<BR>`15` = pause virtual serial port over TCP
Sensor68<a class="cmnd" id="sensor68"></a>|WindMeter sensor - Analog (pulse count) anemometer<BR>`1, <value>` = set radius length in millimeters (measured from center to the edge of one of the cups) `0..65535` (default = `61`mm)<BR>`2, <value>` = set number of pulses for a complete turn `1..255` (default = `1`)<BR>`3, <value>` = set pulse counter debounce time in milliseconds `1..32000` (default = `10`)<BR>`4, <value>` = set speed compensation factor, a multiplication coefficient to adjust resulting speed `-32.768..32.767` three decimal places (default = `1.180`)<BR>`5, <value>` = set minimum percentage change between current and last reported speed trigger a new tele message `0..100`, `255` = off (default = `255`)
Sensor78<a class="cmnd" id="sensor78"></a>|EZO sensors - commands<BR>Ascii commands are sent directly to the sensor as-is. See your specific [EZO device datasheet](https://atlas-scientific.com/#) for the list of commands available.<BR>By default, the specific command is sent to all EZO devices that are found. If using multiple EZO sensors, and the command should be issued to a single device, the index can be specified as part of the command: Sensor78-# where `#` represent the index of the device (ex: Sensor78-1 i). For more details please see Tasmota's support for [EZO devices](EZO.md).
Expand Down
Loading