@Deten wrote:
Hi Guys,
I have lovingly used Hassbian for years but with it being put on the backburner, I decided this synology box needs to step its game up.
First off, I noticed that there are no addons available on the webui, did I do something wrong? My understanding is this was a big difference between hassbian and the docker installation. Please let me know if I did something wrong.
I installed the “home-assistant:latest | stable” docker and set up my volumes (config, z wave usb). However I forgot I was using MQTT to manage my zigbee devices (zigbee2mqtt).
My understanding is that homeassistant now has mqtt built into it somehow? How can I utilize that? I am trying to figure it out but this is where I am having trouble.
Here’s my log:
2020-04-16 23:40:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for samsungtv_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-04-16 23:40:23 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:40:23 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 5 seconds. 2020-04-16 23:40:50 ERROR (SyncWorker_16) [homeassistant.components.wemo] Unable to get description url for WeMo at: 192.XXX.XX.XXX 2020-04-16 23:40:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 421, in async_enable_automation self._async_detach_triggers = await self._async_attach_triggers() File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 450, in _async_attach_triggers self.hass, conf, self.async_trigger, info File "/usr/src/homeassistant/homeassistant/components/automation/mqtt.py", line 58, in async_attach_trigger hass, topic, mqtt_automation_listener, encoding=encoding, qos=qos File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 447, in async_subscribe encoding, File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 876, in async_subscribe await self._async_perform_subscription(topic, qos) File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 916, in _async_perform_subscription _raise_on_error(result) File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 1027, in _raise_on_error f"Error talking to MQTT: {mqtt.error_string(result_code)}" homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected. 2020-04-16 23:40:51 ERROR (MainThread) [homeassistant.components.emulated_hue] Failed to create HTTP server at port 80: [Errno 98] error while attempting to bind on address ('192.XXX.XXX.XXX', 80): address in use 2020-04-16 23:40:52 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:40:52 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 10 seconds. 2020-04-16 23:41:03 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:41:03 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 20 seconds. 2020-04-16 23:41:24 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:41:24 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 40 seconds. 2020-04-16 23:42:05 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:42:05 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 80 seconds. 2020-04-16 23:43:26 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [Errno 111] Connection refused 2020-04-16 23:43:26 WARNING (MainThread) [homeassistant.config_entries] Config entry for mqtt not ready yet. Retrying in 80 seconds.
Posts: 2
Participants: 1