Hello @Joker Did you check other threads and tutorials?
Please pay attention to:
Especially:
- “Avoid being spoon-fed”
- “How to use code fences”
These threads might be useful for you
- MQTT Binding (v1.11) Getting Started 101
- ITEAD Sonoff switches and sockets - cheap ESP8266 Wifi+MQTT hardware
- GitHub - arendst/Tasmota: Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
I’ve just cleaned up your post and now it’s clear. Your item definition is completely wrong. You are trying to retrieve data from a command topic which in tasmota is a publish-only topic (“cmnd”) You need to select the correct topic and then use the jsonpath transformation to select “IPAddress” resp. “IPAddress1”. You can learn how to do so in the last link above.
I will not post the answer here because many have tried to make sure that all information is available and easy to understand behind those links above.