Skip to content

Commit 48959a8

Browse files
committed
image links
1 parent 65a051d commit 48959a8

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units
44

55
Every Tasmota device has some components configured by default. Most often there is a relay, a button and a LED configured as is the case for a Sonoff Basic in the following image.
66

7-
![Overview of a Template](../_media/components.png ':size=150')
7+
![Overview of a Template](/docs/_media/components.png ':size=150')
88

99

1010
> GPIOs configured as User (255) are the GPIOs that can be assigned to components in the Configure Module page. See next image for an example!
1111
1212
## Assigning Components
1313
If you wish to expand a device with a [peripheral](Peripherals) component, after properly wiring everything, you need to assign it to a free GPIO in **Configure Module** page or use command [`GPIO<x>`](commands#gpio).
1414

15-
![GPIO Assign](../_media/components2.png ':size=150')
15+
![GPIO Assign](/docs/_media/components2.png ':size=150')
1616

1717
Read more about [peripherals](Peripherals).
1818

installation/Hardware-Preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In most cases those pins are available on the PCB in the form of pin holes or so
99
>
1010
>DO NOT CONNECT DEVICES TO MAINS POWER WHILE THE COVER IS OPEN AND CIRCUIT BOARD IS EXPOSED!!!
1111
12-
<img alt="Sonoff Pow Bricked" src="../_media/pow1.jpg" style="margin:5px;float:right;width:240px">
12+
<img alt="Sonoff Pow Bricked" src="/docs/_media/pow1.jpg" style="margin:5px;float:right;width:240px">
1313

1414
**NEVER TRY TO FLASH WHILE YOUR DEVICE IS CONNECTED TO MAINS POWER!!!**
1515

integrations/Alexa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can interact with Tasmota using Amazon Alexa through its Echo devices .
1818

1919
In **Configuration - Configure Other** page in the webUI select emulation type.
2020

21-
![](../_media/emulation_confguration.png)
21+
![](/docs/_media/emulation_confguration.png)
2222

2323
> [!WARNING]
2424
> Alexa Hue integration requires a physical Alexa device. The app alone is not enough.

integrations/Domoticz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<img alt="Domoticz" src="../_media/logo/domoticz2.jpg" style="margin:10px;float:right;width:20em"> </img>
2+
<img alt="Domoticz" src="/docs/_media/logo/domoticz2.jpg" style="margin:10px;float:right;width:20em"> </img>
33
Tasmota supports [Domoticz](http://www.domoticz.com/) MQTT 'out of the box' for both relays and sensors.
44

55
Find below the procedure to configure Domoticz and Tasmota.
@@ -30,7 +30,7 @@ Make a new virtual switch and remeber its Idx number.
3030
1. Remember it's Idx number
3131

3232
## Tasmota Configuration
33-
<img alt="Domoticz" src="../_media/logo/domoticz3.jpg" style="margin:10px;float:right;width:15em"> </img>
33+
<img alt="Domoticz" src="/docs/_media/logo/domoticz3.jpg" style="margin:10px;float:right;width:15em"> </img>
3434
Tasmota provides different ways to configure Domoticz parameters. Choose the method you prefer:
3535

3636
[The sections below don't look like they are needed any longer. The in topic and out topic entry areas don't appear to be in the Domoticz configure section - at least they are not there in mine and mine is working 17/03/2018]

integrations/Home-Assistant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In Home Assistant web UI go to **Developer Tools - MQTT**. Subscribe to `tele/to
99

1010
To test control of a relay or light, as **Publish a packet topic** enter `cnmd/%topic%/POWER` with payload `toggle`. When you click **PUBLISH** your device should switch state and a JSON response will be visible in **Listen to a topic** window.
1111

12-
![](../_media/hass1.png ':size=150')
13-
![](../_media/hass2.png ':size=150')
12+
![](/docs/_media/hass1.png ':size=150')
13+
![](/docs/_media/hass2.png ':size=150')
1414

1515
#### Adding Tasmota Devices
1616

peripherals/A4988-Stepper-Motor-Controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Virtually everything which has to be moved or rotated can be done now using thes
6666
![28BYJ-48_V1](https://user-images.githubusercontent.com/34340210/66860253-d91a8600-ef5a-11e9-9195-c816e329abb8.jpg ':size=200')
6767

6868
### Breakout Boards
69-
![](../_media/peripherals/stepper-motor1.webp ':size=100')
70-
![](../_media/peripherals/stepper-motor2.webp ':size=100')
71-
![](../_media/peripherals/stepper-motor3.webp ':size=100')
69+
![](/docs/_media/peripherals/stepper-motor1.webp ':size=100')
70+
![](/docs/_media/peripherals/stepper-motor2.webp ':size=100')
71+
![](/docs/_media/peripherals/stepper-motor3.webp ':size=100')
7272

7373
#### Buy Links
7474
[Banggood](https://www.banggood.com/A4988DRV8825-Stepper-Motor-Control-Board-Expansion-Board-For-3D-Printer-p-1238774.html)

peripherals/ADC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The reading will show in web UI's sensor section as "_%option% %value%_" dependi
2727
When using Temperature (2) or light (3) a calibration could be needed. In case of shifted values [`AdcParam`](Commands#adcparam) can be used to calibrate the output.
2828

2929
Example: ADC as `Analog (1)`
30-
![ADC in web UI](../_media/Analog0.png)
30+
![ADC in web UI](/docs/_media/Analog0.png)
3131

3232
A message will be published in `tele/%topic%/SENSOR` JSON response as `"ANALOG": ` depending on the selected option.
3333

0 commit comments

Comments
 (0)