From 5d74246fc4cbf421daa7cd415fda3af8846fd716 Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Mon, 27 May 2024 13:24:37 +0200 Subject: [PATCH] Update README.md --- shelly/README.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/shelly/README.md b/shelly/README.md index 38613ea..ac97aca 100644 --- a/shelly/README.md +++ b/shelly/README.md @@ -1,4 +1,11 @@ -# http://192.168.178.123/ - tasmota_8365AF - `001 ZUSE` +## how to connect +* plug in +* connect to wifi: +* ![](001_find_wifi.png) +* open [http://192.168.4.1/](http://192.168.4.1/) + +## configured devices: +### http://192.168.178.123/ - tasmota_8365AF - `001 ZUSE` ``` MQTT Host pi5-64.local MQTT Port 1883 @@ -10,10 +17,16 @@ MQTT Full Topic cmnd/tasmota_8365AF/ MQTT Fallback Topic cmnd/DVES_8365AF_fb/ MQTT No Retain Disabled ``` +### http://192.168.178.124/ - tasmota_8352F4 - `002 LILIENTHAL` -## how to connect -* plug in -* connect to wifi: -* ![](001_find_wifi.png) -* open [http://192.168.4.1/](http://192.168.4.1/) - +``` +MQTT Host pi5-64.local +MQTT Port 1883 +MQTT User DVES_USER +MQTT Client DVES_8352F4 +MQTT Topic tasmota_%06X +MQTT Group Topic 1 cmnd/tasmotas/ +MQTT Full Topic cmnd/tasmota_8352F4/ +MQTT Fallback Topic cmnd/DVES_8352F4_fb/ +MQTT No Retain Disabled +```