本帖最后由 chenquanhao 于 2018-9-17 23:54 编辑
Log Details (ERROR) Mon Sep 17 2018 23:33:49 GMT+0800 Error doing job: Task exception was never retrievedTraceback (most recent call last):
File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 626, in _async_perform_subscription _raise_on_error(result)
File "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 712, 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.
请问上面的log是什么问题?怎么解决?最近几个版本都有这个错误,但没发现具体有什么影响,但HA经常没响应,不知关不关这个事。
我在群晖docker和树莓派装的HA和MQTT,都有这个问题。
这是我的mqtt配置:
mqtt:
broker: 192.168.1.14
port: 1883
client_id: home-assistant-1
keepalive: 60
username: root
password: xxxxxx
discovery: true
|