-
I checked via mqtt explorer but nothing ist there except tele and stat, but it does not integrate into homeassistant Gemini says that the topic homeassistant/sensor/ and homeassistant/switch and so on should be there to work. Is this a bug? Problem on NOUS A1T and Refoss P11 both ESP8266 flashed with https://ota.tasmota.com/tasmota/release/ https://ota.tasmota.com/tasmota/release/tasmota.bin.gz Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That's as designed, the deprecated support for the old MQTT Discovery format has not been included in standard builds for a long time, with the intention to upgrade to the newer Tasmota Integration feature in Home Assistant. The Don't ask AI tools about what will work or not, they tend to hallucinate badly when they don't have an answer. You could do a custom build with the older format, but this was deprecated for a reason, not providing the details needed for better integration. |
Beta Was this translation helpful? Give feedback.
-
many thanks. I now integrated these devices via HA Tasmota integration but had the problem that the sensors did not send actual (power) data, no updates for minutes or hours. The console command "TelePeriod 10" fixed that. |
Beta Was this translation helpful? Give feedback.
That's as designed, the deprecated support for the old MQTT Discovery format has not been included in standard builds for a long time, with the intention to upgrade to the newer Tasmota Integration feature in Home Assistant.
The
tasmota/discovery/...
payloads (at the bottom of your screenshot) are where the Tasmota Integration finds the device info to integrate with HA.Don't ask AI tools about what will work or not, they tend to hallucinate badly when they don't have an answer.
You could do a custom build with the older format, but this was deprecated for a reason, not providing the details needed for better integration.