Hi all
I use the MQTT broker in VenusOS to share some values from my KAIFA energy meter. This worked well as long as mosquitto was the broker. Since flashMQ is the broker, I get an error message indicating, that the connection was refused. The error message is issued to my python client. The error message is MQTT_CONNECT_REFUSED_NOT_AUTHORIZED
If I connect with MQTT Explorer everything works fine, also without credentials. Is there a special authorisation needed to connect to the broker?
I had also a look at https://github.com/victronenergy/dbus-flashmq, but could not find anything helping me...
Update:
found the error, it was s stupid type when changing the port. a space too much...