Closed Slyke closed 3 weeks ago
Hi, this "mosquitto.mqtt.svc.cluster.local.", can be a valid host? You are not receiving the data from MQTT, even if the connection to the broker apparently was successful...
For the update can you send a complete log from the beginning after restarting and after the update for a few minutes please?
https://github.com/Luligu/matterbridge?tab=readme-ov-file#how-to-send-the-debug-log-files
Check it.
It's a valid host. I'm running this inside my Kubernetes cluster and that's the service FQDN for Mosquitto.
I'm seeing some logs come through:
notice - [19:38:56.542] [Matterbridge]: Package matterbridge-zigbee2mqtt installed correctly
info - [19:38:56.542] [Matterbridge]: Plugin matterbridge-zigbee2mqtt installed. Full restart required.
info - [19:38:56.544] [PluginManager]: Plugin matterbridge-zigbee2mqtt already registered
info - [19:40:44.655] [Matterbridge zigbee2mqtt plugin]: zigbee2MQTT sent 6 devices
info - [19:40:44.657] [Matterbridge zigbee2mqtt plugin]: zigbee2MQTT sent device_announce device: ************* ieee_address: ***********
notice - [20:32:55.052] [Matterbridge]: The plugin matterbridge-zigbee2mqtt is out of date. Current version: 2.1.19. Latest version: 2.2.1.
Even though it's saying the plugin is in error state and not started:
It seems that the update is successful... Try to restart with the debug on file and send me the log please.
I encountered a problem similar to the error messages in the original issue report. It turned out that the username and password were set to empty strings by default, which messed things up with my EMQX broker since authentication is turned off. Because of that, a user with the username ''
couldn't connect.
I fixed it by changing the defaults to undefined
and putting together a pull request (#81) to resolve the issue.
matterbridge-zigbee2mqtt version:
Update v.2.1.19 to v.2.2.1
(Note: Updating doesn't seem to work, even after restarting MatterBridge, no errors, just it doesn't update).MatterBridge version:
v.1.5.10
Here's my error logs:
Here's my config file:
I've confirmed that my credentials with by connecting to Mosquitto with MQTT Explorer with these credentials.