The devices show up in UI, but I can’t see them under the Configuration -> Integrations -> Configured -> MQTT. On the Tasmota guide there is a screen dump showing how you should be able to see them there.
Any one knows why I cant see them under the configuration?
Did you add the configuration in the configuration.yaml or just the straight discovery?
In the yaml file, it won’t show up in the integrations.
I just went through switching it around to the non discovery mode for other reasons.
I started with removing all old MQTT settings in configuration.yaml.
Then restarted HA.
Added MQTT in UI with discovery.
Added the Tasmota devices, witch showed up immediately under States, Current entities.
And after a refreash of the browser also in the overweiv.
But still nothing under the configuration part of the UI.
How did you add the Tasmota device?
I went into the console of the Tasmota switch and ran SetOption19 =1
It then automatically appeared in the configuration part of the UI.
did you restart home assistant after you added the integration?
You should not even have mqtt: in your config yaml file or any switches or anything to do with mqtt in there.
You should have a broker
When you add the integration, check discovery and then restart home assistant.
As soon as you setoption19 on in tasmota they will popup in home assistant and should show in the integration. If they don’t, try restarting home assistant again…
But I do need to put the mqtt devices that doesn’t support discovery in yaml.
I have a weather station not compatible with HA, so I am using WeeWX to fetch the state of my weather station. And then sending the values with mqtt to HA.
Then I have a couple of “virtual” sensors that present values originating from Node-RED, that I also use mqtt to update the state in HA.
None of these showed up in HA, if I don’t put them in yaml.
The Tasmota devices did show up in HA issuing setoption19. I can see them on the main page (Overview/States). I can se them under “development tools” > States/Current entities.
They do work perfect.
I don’t have any mqtt component in my configuration.yaml any more. That was removed, together with the code above, before activating the mqtt integration in the UI.
The code above I have put back in yaml afterwards, when realizing that these could not be discovered.
Ok. Well it’s odd that nothing - no devices show in the integration. If you open the integration is there a message that devices are configured in configuration.yaml?
No. If I go into the integration in the UI it only says:
Denna integration har inga enheter.
This integration has no units.
I have some other integration through the UI. IE IKEA Trådfri and Google Cast. And they all show the entities found.
Running Home Assistant 0.88.1 in Python Virtual Enviroment on Ubuntu Server 16.04.5 LTS
And nothing in the log that indicates any problem at all with the installation.