Closed lechercheur123 closed 7 months ago
I managed to fix this, by deleting my mqtt integration previously connected to my old MQTT broker, and reinstall it. It proposed my to automaticaly connect to the HA Mosquitto MQTT broker, and it fixed everything.
Version of the custom_component : 5.0.3
Configuration
Describe the bug
I have several Meross plug connected to a local MQTT broker (MSS310 and MSS315), and I was using a custom python script to interact with them befure using Meross_lan.
I use a Mosquitto MQTT broker outside of my Home Assistant VM (because it was there before I started using HA), and I installed the Mosquitto official add-on my Home Assistant. I set up a bridge between both brokers.
I added a MSS315 plug to meross_lan, and it is working fine over HTTP. But if I switch to MQTT only, I have this error : No MQTT broker (either Meross cloud or HA local broker) available to connect
I don't understand this error message. Does it means that Meross_lan can reach the local HA MQTT broker ? What did I miss ?