diff --git a/docs/GladysAssistant.md b/docs/GladysAssistant.md new file mode 100644 index 0000000000..0e8bcde38e --- /dev/null +++ b/docs/GladysAssistant.md @@ -0,0 +1,23 @@ + +Tasmota supports [Gladys Assistant](https://gladysassistant.com/) MQTT for both relays and sensors. +HTTP protocol incoming soon. + +Find below the procedure to configure Gladys Assistant and Tasmota. + +#### Prerequisites +The following servers should be made available: + +- You have installed Gladys Assistant (embedded MQTT broker available) +- You have installed/access to a MQTT broker server and made contact with your Tasmota device + +## Automatic Disovery + +[Gladys Assistant](https://gladysassistant.com/) automatically discovers Tasmota devices (once all are connected on same MQTT broker). + +On [Gladys Assistant](https://gladysassistant.com/) application: +1. Go to `Integration` page +2. Look for `Tasmota` element, click on it +3. Then, `MQTT discover` +4. `Save` to add device + +Try on [Gladys Assistant demonstration website](https://demo.gladysassistant.com/). diff --git a/docs/Integrations.md b/docs/Integrations.md index 10db7cfb37..a36541141d 100644 --- a/docs/Integrations.md +++ b/docs/Integrations.md @@ -10,4 +10,5 @@ Tasmota easily integrates with many home automation solutions reporting status a [![Domoticz](_media/logo/domoticz.png)](Domoticz.md) ![ioBroker](_media/logo/iobroker.png) [![KNX](_media/logo/knx.png)](KNX.md) -[![Alexa](_media/logo/alexa.png)](Alexa.md) \ No newline at end of file +[![Alexa](_media/logo/alexa.png)](Alexa.md) +[![Gladys Assistant](_media/logo/gladys.png)](GladysAssistant.md) \ No newline at end of file diff --git a/docs/_media/logo/gladys.png b/docs/_media/logo/gladys.png new file mode 100644 index 0000000000..7e663cf4b8 Binary files /dev/null and b/docs/_media/logo/gladys.png differ