HABapp.log with mqtt connect and disconnect messages every 2nd second…
Did not happen previously, is there a new configuration needed? HABapp, version 24.11.1
I dont use MQTT directly from HABapp so no topics subscribed.
config.yml:
mqtt:
connection:
client_id: HABApp # ClientId that is used to uniquely identify this client on the mqtt broker.
host: '10.9.8.143' # Connect to this host. Empty string ("") disables the connection.
port: 1883
user: ''
password: ''
tls:
enabled: false # Enable TLS for the connection
ca cert: '' # Path to a CA certificate that will be treated as trusted
insecure: false # Validate server hostname in server certificate
subscribe:
qos: 0 # Default QoS for subscribing
topics:
- '#'
publish:
qos: 0 # Default QoS when publishing values
retain: false # Default retain flag when publishing values
general:
listen_only: true # If True HABApp does not publish any value to the broker