payload)returnself.hass.async_add_job(self.async_update_ha_state())ifself._state_topicisNone:# Force into optimistic mode.self._optimistic =Trueelse:yieldfrommqtt.async_subscribe( self.hass, self._state_topic, message_received, self._qos)ifself._tilt_status_topicisNone: self._tilt_optimisti...
MQTTAsync_subscribe will fail with MQTTCLIENT_DISCONNECTED (-3) as if the connection was never made - which can be confirmed by no connection reported in the server logs. Thus