Skip to content

Commit

Permalink
references to new filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder committed Oct 27, 2021
1 parent 5dec34a commit 5e74526
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 347 deletions.
238 changes: 0 additions & 238 deletions docs/BUILDS.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A `Backlog` command without an argument clears an possible existing `Backlog` qu

!!! warning
If you're using Tasmota versions earlier current release some of the commands might not work.
Availability of some features and their associated commands depend on the firmware build. Please consult the [builds](Builds) table for a reference of which features are available for each firmware variant.
Availability of some features and their associated commands depend on the firmware build. Please consult the [builds](Firmware-Builds) table for a reference of which features are available for each firmware variant.

!!! note
Almost all settings using string parameters (except `Rule` and `MqttFingerprint`) share a common area with max 698 chars, i.e. the total length of all these parameters is limited to this size (you will be noted if this limit is exceeded).
Expand Down Expand Up @@ -157,7 +157,7 @@ Gpios<a class="cmnd" id="gpios"></a>|Show list of available [components](Compone
Gpio<a class="cmnd" id="gpio"></a>|Show current [component](Components#gpio-conversion) assignments of the Module's configurable GPIO<BR>`255` / `All` Show [component](Components#gpio-conversion) assignments for all the devices available GPIO<BR>
Gpio<x\><a class="cmnd" id="gpiox"></a>|`<component>` = assign a [component](Components) to `Gpio<x>`
I2Cscan<a class="cmnd" id="i2cscan"></a>|Scan I<sup>2</sup>C bus and show addresses for found devices
I2CDriver<a class="cmnd" id="i2cdriver"></a>|Enable / Disable I<sup>2</sup>C sensor drivers. [Read more...](I2CDevices)<BR>
I2CDriver<a class="cmnd" id="i2cdriver"></a>|Enable / Disable I<sup>2</sup>C sensor drivers. [Read more...](I2CDEVICES)<BR>
LogHost<a class="cmnd" id="loghost"></a>|`1` = reset [syslog](https://www.sigmdel.ca/michel/ha/rpi/syslog_en.html) host to firmware default (`SYS_LOG_HOST`)<BR>`<value>` = set syslog host
LogPort<a class="cmnd" 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 class="cmnd" id="modules"></a>|Show available modules by name and index
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ In case you're using a template you created yourself or found in our Templates R

### Sensors do not show values
Make sure your sensor is properly wired and the GPIOs assigned.
Your vanilla `tasmota.bin` doesn't have complete sensor support. Make sure you've installed tasmota-sensors.bin that support the largest number of sensors. Some sensors require enabling in the code and compiling your own binary. See [Builds](Builds) for a comprehensive list of supported components.
Your vanilla `tasmota.bin` doesn't have complete sensor support. Make sure you've installed tasmota-sensors.bin that support the largest number of sensors. Some sensors require enabling in the code and compiling your own binary. See [Firmware-Builds](Firmware-Builds) for a comprehensive list of supported components.

### Timers trigger at the wrong time
Tasmota devices must have a their time of day set properly in order for **any** timers to work properly. Check the log in the web UI Console to see if the device's time is set correctly. There are two elements to setting the time: 1. obtaining the UTC time, and, 2. local Daylight Saving Time policies.
Expand Down
2 changes: 1 addition & 1 deletion docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Tasmota installed from a precompiled binary needs to be configured to work with

### Needed Software
#### Tasmota Firmware Binary
Download a Tasmota firmware binary file (.bin). If you're not sure which binary is the right one for you just start with `tasmota.bin` or consult the [builds table](Builds) to see which features you need.
Download a Tasmota firmware binary file (.bin). If you're not sure which binary is the right one for you just start with `tasmota.bin` or consult the [builds table](Firmware-Builds) to see which features you need.

Official release binaries can be downloaded from [firmware server](http://ota.tasmota.com/tasmota/release/).

Expand Down
2 changes: 1 addition & 1 deletion docs/Gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To modify the stock configuration:

1. Select the `/tasmota` folder in the Explorer (1) pane
2. Create a new file called `user_config_override.h`
3. In the Editor (2) pane, add, change, or remove anything you need in your configuration file to define your own settings. Refer to the `user_config_override_sample.h` file as well as `my_user_config.h` for `#define` options ([sample](https://pastebin.com/M5KPPWAJ)). You can find a list of Tasmota features and settings listed [here](Builds). Define the features you require in your configuration file.
3. In the Editor (2) pane, add, change, or remove anything you need in your configuration file to define your own settings. Refer to the `user_config_override_sample.h` file as well as `my_user_config.h` for `#define` options ([sample](https://pastebin.com/M5KPPWAJ)). You can find a list of Tasmota features and settings listed [here](Firmware-Builds). Define the features you require in your configuration file.
4. Click 'File' on the menu bar and 'Save' your edits.

### Prepare the IDE for Compilation
Expand Down
Loading

0 comments on commit 5e74526

Please sign in to comment.