Hi All,
I have recently entered into the world of HASS for more custom home setup. however I have run into an issue with MQTT. Within the settings log I keep recieving the the below;
Logger: homeassistant.components.mqtt.client
Source: components/mqtt/client.py:734
Integration: MQTT ([documentation](https://www.home-assistant.io/integrations/mqtt), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+mqtt%22))
First occurred: 10 January 2023 at 23:50:55 (1 occurrences)
Last logged: 10 January 2023 at 23:50:55
Disconnected from MQTT server core-mosquitto:1883 (7)
I am running the latest HASS OS and have updated on VirtualBox as per the defualt installation guide. (firewall rules added for port 1883 in and out) on an old dell optiplex 3010 i3 6th gen 8gb ram. I have a user setup for mqtt broker in HASS and i can publish and receive
# Mosquitto broker
logins: []
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
## Broker options
core-mosquitto
1883
client
password
cert off
cert val off
MQTT Protocol 3.1.1
MQTT trans tcp
hopefully someone can help with this and its just a noob error on my part