Guest User

Untitled

a guest
Feb 15th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 350, in _async_add_entity
  3. await entity.async_added_to_hass()
  4. File "/usr/src/app/homeassistant/components/mqtt/light/schema_basic.py", line 167, in async_added_to_hass
  5. await self._subscribe_topics()
  6. File "/usr/src/app/homeassistant/components/mqtt/light/schema_basic.py", line 470, in _subscribe_topics
  7. topics)
  8. File "/usr/src/app/homeassistant/components/mqtt/subscription.py", line 83, in async_subscribe_topics
  9. await requested.resubscribe_if_necessary(hass, current)
  10. File "/usr/src/app/homeassistant/components/mqtt/subscription.py", line 44, in resubscribe_if_necessary
  11. self.qos, self.encoding
  12. File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 320, in async_subscribe
  13. qos, encoding)
  14. File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 702, in async_subscribe
  15. await self._async_perform_subscription(topic, qos)
  16. File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 737, in _async_perform_subscription
  17. _raise_on_error(result)
  18. File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 822, in _raise_on_error
  19. 'Error talking to MQTT: {}'.format(mqtt.error_string(result_code)))
  20. homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.
Add Comment
Please, Sign In to add comment