Not sure what it is, I can connect to my mosquitto server (using windoiws programs) just fine
in the log I see this
2018-10-31 07:56:05 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno -3] Try again
2018-10-31 07:56:31 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 354, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/mqtt.py", line 177, in async_added_to_hass
message_received, self._qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 306, in async_subscribe
topic, msg_callback, qos, encoding)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 688, in async_subscribe
await self._async_perform_subscription(topic, qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 723, in _async_perform_subscription
_raise_on_error(result)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 808, in _raise_on_error
'Error talking to MQTT: {}'.format(mqtt.error_string(result_code)))
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.
2018-10-31 07:56:31 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 354, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/mqtt.py", line 177, in async_added_to_hass
message_received, self._qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 306, in async_subscribe
topic, msg_callback, qos, encoding)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 688, in async_subscribe
await self._async_perform_subscription(topic, qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 723, in _async_perform_subscription
_raise_on_error(result)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 808, in _raise_on_error
'Error talking to MQTT: {}'.format(mqtt.error_string(result_code)))
1540979028: mosquitto version 1.4.15 (build date 2018-03-04 15:14:46+0000) starting
1540979028: Config loaded from /etc/mosquitto.conf.
1540979028: Opening ipv4 listen socket on port 1883.
1540979028: Opening ipv6 listen socket on port 1883.
1540979028: Opening websockets listen socket on port 1884.
1540979028: Warning: Mosquitto should not be run as root/administrator.
1540979028: New connection from 192.168.1.173 on port 1883.
1540979028: New client connected from 192.168.1.173 as guest-ac (c1, k15).
1540979028: New connection from 192.168.1.176 on port 1883.
1540979028: New client connected from 192.168.1.176 as oven (c1, k15).
1540979029: New connection from 192.168.1.174 on port 1883.
1540979029: New client connected from 192.168.1.174 as dining_ac (c1, k15).
1540979030: New connection from 192.168.1.163 on port 1883.
1540979030: New client connected from 192.168.1.163 as carrabile14b (c1, k15).
1540979037: New connection from 192.168.1.238 on port 1883.
1540979037: New client connected from 192.168.1.238 as mqtt_openhab (c1, k60).
1540979038: New connection from 192.168.1.175 on port 1883.
1540979038: New connection from 192.168.1.177 on port 1883.
1540979038: New client connected from 192.168.1.177 as water_heater (c1, k15).
1540979038: New connection from 192.168.1.179 on port 1883.
1540979038: New client connected from 192.168.1.179 as guest_room_tv_plug (c1, k15).
2018-10-31 11:44:59 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to carrabile14b
2018-10-31 11:44:59 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to tele/oven/LWT
2018-10-31 11:44:59 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to tele/water_heater/LWT
2018-10-31 11:44:59 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to tele/guest_room_ac/LWT
2018-10-31 11:44:59 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to tele/dining_room_ac/LWT
2018-10-31 11:44:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 354, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/mqtt.py", line 177, in async_added_to_hass
message_received, self._qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 306, in async_subscribe
topic, msg_callback, qos, encoding)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 688, in async_subscribe
await self._async_perform_subscription(topic, qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 723, in _async_perform_subscription
_raise_on_error(result)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 808, in _raise_on_error
'Error talking to MQTT: {}'.format(mqtt.error_string(result_code)))
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.
2018-10-31 11:45:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 354, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/mqtt.py", line 177, in async_added_to_hass
message_received, self._qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 306, in async_subscribe
topic, msg_callback, qos, encoding)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 688, in async_subscribe
await self._async_perform_subscription(topic, qos)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 723, in _async_perform_subscription
_raise_on_error(result)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 808, in _raise_on_error
'Error talking to MQTT: {}'.format(mqtt.error_string(result_code)))
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.