Thanks, the update works!
-
@bertreb After updating mqtt version 0.9.7 to version v0.9.11 Pimatic cannot contact the mqtt broker.
I get the message “connection to Mqtt Broker default was closed” and “Reconnecting to MQTT Broker default”.
I also have a pi running Domoticz. This configuration has no problems using mqtt. Therfor i think there is a problem in the update of mqtt.Can some one help?
-
@hansjeu I’m not a maintainer of the plugin, but here are some thoughts on your situation. When you upgrade from 0.9.7 to 0.9.11 there are some changes that could cause your problem. You can check them at https://github.com/wutu/pimatic-mqtt/commits/development (starting at the commit of 12 september 2017).
I assume you restarted Pimatic after the upgradeYou should also check the plugin settings. If you are using username/password and your security allows it, you could try allowing setting “allow_anonymous true” in the MQTT broker (in mosquitto.conf). This is just a fix to get it working again. The real answer/solution needs to come from one of the plugin contributors.
-
Thanks Bertreb is was the password.
Greetings Hansjeu